On 04.06.2014 08:04, Bryan Drewery wrote:
On 6/3/2014 4:06 PM, Alexander Motin wrote:
Author: mav
Date: Tue Jun 3 21:06:03 2014
New Revision: 267029
URL: http://svnweb.freebsd.org/changeset/base/267029
Log:
Replace gethrtime() with cpu_ticks(), as source of random for the taskqueue
selec
On 2014-Jun-04, 07:40, Joel Dahl wrote:
>
> 3 jun 2014 kl. 22:58 skrev Pietro Cerutti :
>
> > Author: gahr (ports committer)
> > Date: Tue Jun 3 20:58:11 2014
> > New Revision: 267026
> > URL: http://svnweb.freebsd.org/changeset/base/267026
> >
> > Log:
> > - style, remove (void) in front of p
3 jun 2014 kl. 22:58 skrev Pietro Cerutti :
> Author: gahr (ports committer)
> Date: Tue Jun 3 20:58:11 2014
> New Revision: 267026
> URL: http://svnweb.freebsd.org/changeset/base/267026
>
> Log:
> - style, remove (void) in front of printf and the like
>
> CR: D161
> Approved by: c
Author: bdrewery
Date: Wed Jun 4 05:04:15 2014
New Revision: 267038
URL: http://svnweb.freebsd.org/changeset/base/267038
Log:
- Naively fix build by partially reverting r267029 to still use
gethrtime() when building libzpool.
X-MFC-With: 267029
Modified:
head/sys/cddl/contrib/open
On 6/3/2014 4:06 PM, Alexander Motin wrote:
> Author: mav
> Date: Tue Jun 3 21:06:03 2014
> New Revision: 267029
> URL: http://svnweb.freebsd.org/changeset/base/267029
>
> Log:
> Replace gethrtime() with cpu_ticks(), as source of random for the taskqueue
> selection. gethrtime() in our port
Author: allanjude (doc committer)
Date: Wed Jun 4 04:18:33 2014
New Revision: 267037
URL: http://svnweb.freebsd.org/changeset/base/267037
Log:
Further updates to the netstat(1) man page and usage message
- Reformat the entire man page
- Create a proper synopsis section
- Use itemized-l
Author: emaste
Date: Wed Jun 4 03:02:49 2014
New Revision: 267035
URL: http://svnweb.freebsd.org/changeset/base/267035
Log:
vt fontcvt: Use a hash to speed up glyph deduplication
Walking a linked list of all glyphs to look for a duplicate is very slow
for large fonts (e.g., for CJK chara
On Tue, Jun 03, 2014 at 12:46:56PM -0400, George Neville-Neil wrote:
G> >> Woo!
G> >>
G> >> Would you mind doing up a 30 second "what convert X to Y" document so
G> >> I can do the driveby on the wireless stack and drivers?
G> >
G> > I'm having difficulty parsing the question, but I think you're as
On Tue, Jun 03, 2014 at 06:05:50PM +0100, David Chisnall wrote:
D> On 3 Jun 2014, at 06:01, Adrian Chadd wrote:
D>
D> > I wonder if in the short term we should just use inlines for now, at
D> > least so the methodization can get done without hurting people on
D> > ARM/MIPS.
D>
D> It's probably w
On 03 Jun 2014, at 21:06 , Alexander Motin wrote:
> Author: mav
> Date: Tue Jun 3 21:06:03 2014
> New Revision: 267029
> URL: http://svnweb.freebsd.org/changeset/base/267029
>
> Log:
> Replace gethrtime() with cpu_ticks(), as source of random for the taskqueue
> selection. gethrtime() in ou
Author: jmmv
Date: Tue Jun 3 22:34:27 2014
New Revision: 267033
URL: http://svnweb.freebsd.org/changeset/base/267033
Log:
Merge (unused) documentation of WITHOUT_TESTS into WITH_TESTS.
The description of WITH/WITHOUT tweaks should only document the non-default
option. TESTS still defaul
Author: jmg
Date: Tue Jun 3 21:46:13 2014
New Revision: 267031
URL: http://svnweb.freebsd.org/changeset/base/267031
Log:
don't check fs_flags for _FLAGS_UPDATED as it is stored in fs_old_flags..
If you had a UFS2 FS that didn't have it's super block at SBLOCK_UFS2,
you'll end up corrupting
Author: delphij
Date: Tue Jun 3 21:31:28 2014
New Revision: 267030
URL: http://svnweb.freebsd.org/changeset/base/267030
Log:
Don't leak Giant.
Noticed by: Sascha Wildner (DragonFlyBSD) via IRC
Reviewed by: mav
MFC after:3 days
Modified:
head/sys/dev/hpt27xx/hpt27xx_osm_bsd.c
Author: mav
Date: Tue Jun 3 21:06:03 2014
New Revision: 267029
URL: http://svnweb.freebsd.org/changeset/base/267029
Log:
Replace gethrtime() with cpu_ticks(), as source of random for the taskqueue
selection. gethrtime() in our port updated with HZ rate, so unusable for
this specific purpos
Luiz Otavio O Souza wrote this message on Tue, Jun 03, 2014 at 19:24 +:
> Author: loos
> Date: Tue Jun 3 19:24:53 2014
> New Revision: 267021
> URL: http://svnweb.freebsd.org/changeset/base/267021
>
> Log:
> FreeBSD, historically, has always used 8-bit addresses for i2c devices
> (7-bit d
Author: gahr (ports committer)
Date: Tue Jun 3 20:59:26 2014
New Revision: 267027
URL: http://svnweb.freebsd.org/changeset/base/267027
Log:
- Avoid calling a wrapper function around strcmp
- Use sizeof(*array) instead of sizeof(element) everywhere
CR: D161
Approved by: cogne
Author: gahr (ports committer)
Date: Tue Jun 3 20:58:11 2014
New Revision: 267026
URL: http://svnweb.freebsd.org/changeset/base/267026
Log:
- style, remove (void) in front of printf and the like
CR: D161
Approved by: cognet, bapt
Modified:
head/usr.bin/users/users.c
Modifi
Ivan Voras wrote this message on Tue, Jun 03, 2014 at 21:31 +0200:
> None of the other classes have the sysctls documented here, there's
> only a description of the kern.geom.label.debug flag.
That's probably because people haven't spent much time documenting
their code... Just because other clas
Hi,
None of the other classes have the sysctls documented here, there's
only a description of the kern.geom.label.debug flag.
I guess adding a wildcard catch-all section for the
kern.geom.label.*.enable would be best here.
On 3 June 2014 00:31, John-Mark Gurney wrote:
> Ivan Voras wrote this
Author: loos
Date: Tue Jun 3 19:24:53 2014
New Revision: 267021
URL: http://svnweb.freebsd.org/changeset/base/267021
Log:
FreeBSD, historically, has always used 8-bit addresses for i2c devices
(7-bit device address << 1), always leaving the room for the read/write bit.
This commit conver
On Tue, 3 Jun 2014, John-Mark Gurney wrote:
Bruce Evans wrote this message on Tue, Jun 03, 2014 at 21:11 +1000:
On Mon, 2 Jun 2014, John-Mark Gurney wrote:
Log:
handle longer commands so that lines don't overflow... people who added
commands forgot to check this...
...
12 is already too lo
Author: delphij
Date: Tue Jun 3 19:01:38 2014
New Revision: 267013
URL: http://svnweb.freebsd.org/changeset/base/267013
Log:
Fix incorrect error handling in PAM policy parser. [SA-14:13]
Modified:
head/contrib/openpam/lib/libpam/openpam_configure.c
Modified: head/contrib/openpam/lib/libpam/
Author: emaste
Date: Tue Jun 3 17:54:18 2014
New Revision: 267012
URL: http://svnweb.freebsd.org/changeset/base/267012
Log:
vt fontcvt: Make the bold font optional
Sponsored by: The FreeBSD Foundation
Modified:
head/tools/tools/vt/fontcvt/fontcvt.c
Modified: head/tools/tools/vt/fontcvt
Author: emaste
Date: Tue Jun 3 17:53:11 2014
New Revision: 267011
URL: http://svnweb.freebsd.org/changeset/base/267011
Log:
vt fontcvt: Make height and width optional arguments
Now defaults to a 16x8 font size. The height and width can be specified
using -h and -w respectively.
Spo
Bruce Evans wrote this message on Tue, Jun 03, 2014 at 21:11 +1000:
> On Mon, 2 Jun 2014, John-Mark Gurney wrote:
>
> >Log:
> > handle longer commands so that lines don't overflow... people who added
> > commands forgot to check this...
>
> Please fix the sticky "." key on your keyboard. It kee
Marcel Moolenaar wrote this message on Tue, Jun 03, 2014 at 09:49 -0700:
>
> On Jun 3, 2014, at 9:46 AM, George Neville-Neil wrote:
>
> > On 2 Jun 2014, at 14:37, Marcel Moolenaar wrote:
> >
> >> On Jun 2, 2014, at 11:26 AM, Adrian Chadd wrote:
> >>
> >>> Woo!
> >>>
> >>> Would you mind doin
On 3 Jun 2014, at 06:01, Adrian Chadd wrote:
> I wonder if in the short term we should just use inlines for now, at
> least so the methodization can get done without hurting people on
> ARM/MIPS.
It's probably worth thinking a bit more carefully about the KPI, since it's
something we'll likely
On Jun 3, 2014, at 9:46 AM, George Neville-Neil wrote:
> On 2 Jun 2014, at 14:37, Marcel Moolenaar wrote:
>
>> On Jun 2, 2014, at 11:26 AM, Adrian Chadd wrote:
>>
>>> Woo!
>>>
>>> Would you mind doing up a 30 second "what convert X to Y" document so
>>> I can do the driveby on the wireless s
On 2 Jun 2014, at 14:37, Marcel Moolenaar wrote:
> On Jun 2, 2014, at 11:26 AM, Adrian Chadd wrote:
>
>> Woo!
>>
>> Would you mind doing up a 30 second "what convert X to Y" document so
>> I can do the driveby on the wireless stack and drivers?
>
> I'm having difficulty parsing the question, but
Author: loos
Date: Tue Jun 3 14:46:50 2014
New Revision: 267009
URL: http://svnweb.freebsd.org/changeset/base/267009
Log:
Remove the unnecessary i2c slave address assignment.
The ti_i2c controller only works in the master mode and the i2c address
passed on iicbus_reset() is used to set t
On Tue, Jun 03, 2014 at 12:59:41PM +0400, Gleb Smirnoff wrote:
T> On Mon, Jun 02, 2014 at 12:27:47PM -0700, Adrian Chadd wrote:
T> A> >> > .. and actually, bikeshedding for a moment, would we be able to move
a
T> A> >> > lot of these accessor methods over to inlines? Would that break the
T> A> >>
On Thu, 22 May 2014 15:10:51 +0200
Hans Petter Selasky wrote:
> On 05/21/14 22:20, Hans Petter Selasky wrote:
> > On 05/12/14 21:29, Aleksandr Rybalko wrote:
> >> Author: ray
> >> Date: Mon May 12 19:29:38 2014
> >> New Revision: 265927
> >> URL: http://svnweb.freebsd.org/changeset/base/265927
>
Author: ray
Date: Tue Jun 3 13:33:43 2014
New Revision: 267007
URL: http://svnweb.freebsd.org/changeset/base/267007
Log:
Fix case when vt(4) started w/o driver assigned.
o Always init locks and cv ASAP.
o Initialize driver-independent parts even if driver probing fail.
o Allow to call vt_
On Mon, 2 Jun 2014, Ian Lepore wrote:
On Mon, 2014-06-02 at 11:42 -0700, Marcel Moolenaar wrote:
On Jun 2, 2014, at 11:27 AM, Adrian Chadd wrote:
.. and actually, bikeshedding for a moment, would we be able to move a
lot of these accessor methods over to inlines? Would that break the
Juniper
On Mon, 2 Jun 2014, John-Mark Gurney wrote:
Log:
handle longer commands so that lines don't overflow... people who added
commands forgot to check this...
Please fix the sticky "." key on your keyboard. It keeps repeating
spuriously. Also the shift key.
The correct fix is to remove or ren
On Mon, Jun 02, 2014 at 12:27:47PM -0700, Adrian Chadd wrote:
A> >> > .. and actually, bikeshedding for a moment, would we be able to move a
A> >> > lot of these accessor methods over to inlines? Would that break the
A> >> > Juniper way of doing things?
A> >>
A> >> That would definitely break Junip
On Tue, Jun 03, 2014 at 11:31:16AM +0400, Chagin Dmitry wrote:
> On Tue, Jun 03, 2014 at 02:14:31AM +, Alexey Dokuchaev wrote:
> > Can we hope to see Linuxulator support for recent Debian/Ubuntu userland
> > soonish? :-) More and more applications require it, and thus cannot be
> > run on Free
On Tue, Jun 03, 2014 at 02:14:31AM +, Alexey Dokuchaev wrote:
> On Sat, May 31, 2014 at 02:58:53PM +, Dmitry Chagin wrote:
> > New Revision: 266924
> > URL: http://svnweb.freebsd.org/changeset/base/266924
> >
> > Log:
> > Glibc was switched to the FUTEX_WAIT_BITSET op and CLOCK_REALTIME
Author: gahr (ports committer)
Date: Tue Jun 3 07:11:22 2014
New Revision: 267004
URL: http://svnweb.freebsd.org/changeset/base/267004
Log:
- Use strlen instead of hardcoding a number
- Terminate a sentence with a period
Approved by: cognet
Modified:
head/tools/regression/lib/libc/st
39 matches
Mail list logo