On 3/23/11 6:45 AM, John Baldwin wrote:
On Friday, March 18, 2011 4:40:34 am Julian Elischer wrote:
Err, no, that has never been true. The reason it has to go on the list
immediately is to reserve the PID against concurrent fork()s.
I'm petty sure it was true at one stage. probably around th
Author: adrian
Date: Thu Mar 24 04:57:35 2011
New Revision: 219948
URL: http://svn.freebsd.org/changeset/base/219948
Log:
Fix a completely wrong variable reference.
Modified:
head/sys/dev/ath/ah_osdep.c
Modified: head/sys/dev/ath/ah_osdep.c
===
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Hi,
On 03/23/11 17:29, Alexander Best wrote:
> On Wed Mar 23 11, Xin LI wrote:
>> Author: delphij
>> Date: Wed Mar 23 22:08:01 2011
>> New Revision: 219939
>> URL: http://svn.freebsd.org/changeset/base/219939
>>
>> Log:
>> humanize_number(3) multi
Author: np
Date: Thu Mar 24 01:16:48 2011
New Revision: 219946
URL: http://svn.freebsd.org/changeset/base/219946
Log:
t3_free_sge_resources should be given the number of qsets it needs to free.
MFC after:1 week
Modified:
head/sys/dev/cxgb/cxgb_adapter.h
head/sys/dev/cxgb/cxgb_main.
Author: np
Date: Thu Mar 24 01:13:28 2011
New Revision: 219945
URL: http://svn.freebsd.org/changeset/base/219945
Log:
T3C initialization should setup the parity fence too.
MFC after:1 week
Modified:
head/sys/dev/cxgb/common/cxgb_t3_hw.c
Modified: head/sys/dev/cxgb/common/cxgb_t3_hw.
Author: np
Date: Thu Mar 24 01:03:01 2011
New Revision: 219944
URL: http://svn.freebsd.org/changeset/base/219944
Log:
Do not over-allocate MSI interrupts for the case where each ingress
queue has its own interrupt. If the exact number that we need is not a
power of 2 and we're using MSI, th
On Wed Mar 23 11, Xin LI wrote:
> Author: delphij
> Date: Wed Mar 23 22:08:01 2011
> New Revision: 219939
> URL: http://svn.freebsd.org/changeset/base/219939
>
> Log:
> humanize_number(3) multiply the input number by 100, which could cause an
> integer overflow when the input is very large (fo
Author: adrian
Date: Wed Mar 23 23:48:44 2011
New Revision: 219942
URL: http://svn.freebsd.org/changeset/base/219942
Log:
Make the ar2133ForceBias() call controllable at runtime.
At least one AR5416 user has reported measurable throughput drops
with this option. For now, disable it and ma
Author: delphij
Date: Wed Mar 23 22:08:01 2011
New Revision: 219939
URL: http://svn.freebsd.org/changeset/base/219939
Log:
humanize_number(3) multiply the input number by 100, which could cause an
integer overflow when the input is very large (for example, 100 Pi would
become about 10 Ei whi
Author: yongari
Date: Wed Mar 23 22:06:09 2011
New Revision: 219938
URL: http://svn.freebsd.org/changeset/base/219938
Log:
Remove unused DMA map/tag in softc.
Modified:
head/sys/dev/vte/if_vtevar.h
Modified: head/sys/dev/vte/if_vtevar.h
===
Author: edwin
Date: Wed Mar 23 21:22:03 2011
New Revision: 219937
URL: http://svn.freebsd.org/changeset/base/219937
Log:
Please welcome the Brazilian calendar in the FreeBSD base.
For now, calendar.brazilian points to pt_BR.ISO8859-1
Submitted by: Renato Tambellini
MFC after:1 w
Author: hselasky
Date: Wed Mar 23 19:41:44 2011
New Revision: 219930
URL: http://svn.freebsd.org/changeset/base/219930
Log:
Comply with style(9).
Reported by: gavin
MFC after:14 days
Approved by: thompsa (mentor)
Modified:
head/sys/dev/usb/controller/ehci.c
Modified: head/sys/
On 03/23/2011 11:16, John Baldwin wrote:
From an earlier commit:
...
Thanks. :)
--
Nothin' ever doesn't change, but nothin' changes much.
-- OK Go
Breadth of IT experience, and depth of knowledge in the DNS.
Yours for the right price. :) ht
On Wednesday, March 23, 2011 1:20:23 pm Doug Barton wrote:
> On 03/23/2011 06:10, John Baldwin wrote:
> > Log:
> >Do a sweep of the tree replacing calls to pci_find_extcap() with calls to
> >pci_find_cap() instead.
>
> I'm not questioning this change, just curious about why.
From an earli
Author: jh
Date: Wed Mar 23 17:56:38 2011
New Revision: 219925
URL: http://svn.freebsd.org/changeset/base/219925
Log:
Recognize "ro", "rdonly", "norw", "rw" and "noro" as equal options in
vfs_equalopts(). This allows vfs_sanitizeopts() to filter redundant
occurrences of these options. It was
On 03/23/2011 06:10, John Baldwin wrote:
Log:
Do a sweep of the tree replacing calls to pci_find_extcap() with calls to
pci_find_cap() instead.
I'm not questioning this change, just curious about why.
Doug
--
Nothin' ever doesn't change, but nothin' changes much.
Author: alc
Date: Wed Mar 23 16:38:29 2011
New Revision: 219920
URL: http://svn.freebsd.org/changeset/base/219920
Log:
Modestly increase the maximum allowed size of the kmem map on i386.
Also, express this new maximum as a fraction of the kernel's address
space size rather than a constant so
Author: nwhitehorn
Date: Wed Mar 23 16:22:08 2011
New Revision: 219918
URL: http://svn.freebsd.org/changeset/base/219918
Log:
Add support for memstick generation on PowerPC. This is a little suboptimal
since glabel doesn't know about APM partitioning yet, but works well enough.
Added:
head/
On Wednesday, March 23, 2011 10:34:34 am Kostik Belousov wrote:
> On Wed, Mar 23, 2011 at 09:45:37AM -0400, John Baldwin wrote:
> > On Friday, March 18, 2011 4:40:34 am Julian Elischer wrote:
> > > On 3/17/11 11:47 PM, Edward Tomasz Napierala wrote:
> > > > Author: trasz
> > > > Date: Fri Mar 18 06
On Wed, Mar 23, 2011 at 09:45:37AM -0400, John Baldwin wrote:
> On Friday, March 18, 2011 4:40:34 am Julian Elischer wrote:
> > On 3/17/11 11:47 PM, Edward Tomasz Napierala wrote:
> > > Author: trasz
> > > Date: Fri Mar 18 06:47:23 2011
> > > New Revision: 219727
> > > URL: http://svn.freebsd.org/c
Author: jhb
Date: Wed Mar 23 13:46:17 2011
New Revision: 219906
URL: http://svn.freebsd.org/changeset/base/219906
Log:
Update a comment. The kernel stopped using the S* process state constants
a long time ago.
Modified:
head/sys/sys/proc.h
Modified: head/sys/sys/proc.h
===
On Friday, March 18, 2011 4:40:34 am Julian Elischer wrote:
> On 3/17/11 11:47 PM, Edward Tomasz Napierala wrote:
> > Author: trasz
> > Date: Fri Mar 18 06:47:23 2011
> > New Revision: 219727
> > URL: http://svn.freebsd.org/changeset/base/219727
> >
> > Log:
> >In vm_daemon(), when iterating ov
On Saturday, March 19, 2011 7:10:40 pm Garrett Cooper wrote:
> On Sat, Mar 19, 2011 at 4:06 PM, Nathan Whitehorn
> wrote:
> > Author: nwhitehorn
> > Date: Sat Mar 19 23:06:17 2011
> > New Revision: 219788
> > URL: http://svn.freebsd.org/changeset/base/219788
> >
> > Log:
> > Add support for check
On Thursday, March 17, 2011 5:06:09 pm Jung-uk Kim wrote:
> On Thursday 17 March 2011 04:01 pm, Peter Jeremy wrote:
> > On 2011-Mar-16 16:44:08 +, Jung-uk Kim wrote:
> > >Log:
> > > Revert r219676.
> >
> > Thanks also. For extra kudos, how about adding a similar function
> > to allow the HPE
Author: jhb
Date: Wed Mar 23 13:44:32 2011
New Revision: 219905
URL: http://svn.freebsd.org/changeset/base/219905
Log:
Small style fix.
Modified:
head/sys/kern/kern_sig.c
Modified: head/sys/kern/kern_sig.c
==
--- hea
Author: glebius
Date: Wed Mar 23 13:44:09 2011
New Revision: 219904
URL: http://svn.freebsd.org/changeset/base/219904
Log:
Fix SYNOPSIS.
Modified:
head/sbin/mount_unionfs/mount_unionfs.8
Modified: head/sbin/mount_unionfs/mount_unionfs.8
===
Author: nwhitehorn
Date: Wed Mar 23 13:43:56 2011
New Revision: 219903
URL: http://svn.freebsd.org/changeset/base/219903
Log:
Mark any distfiles with no checksum entries in the manifest "Skipped"
instead of "Passed".
Modified:
head/usr.sbin/bsdinstall/scripts/checksum
Modified: head/usr.sb
Author: jhb
Date: Wed Mar 23 13:10:15 2011
New Revision: 219902
URL: http://svn.freebsd.org/changeset/base/219902
Log:
Do a sweep of the tree replacing calls to pci_find_extcap() with calls to
pci_find_cap() instead.
Modified:
head/sys/dev/ae/if_ae.c
head/sys/dev/age/if_age.c
head/sys/d
Author: adrian
Date: Wed Mar 23 11:16:06 2011
New Revision: 219901
URL: http://svn.freebsd.org/changeset/base/219901
Log:
Oops, fix badness i must've introduced earlier.
Modified:
head/tools/tools/ath/ath_ee_v14_print/ath_ee_v14_print.c
Modified: head/tools/tools/ath/ath_ee_v14_print/ath_ee_
Author: pjd
Date: Wed Mar 23 11:09:04 2011
New Revision: 219900
URL: http://svn.freebsd.org/changeset/base/219900
Log:
Don't create socketpair for connection forwarding between parent and
secondary.
Secondary doesn't need to connect anywhere.
MFC after:1 week
Modified:
head/sbin/h
Author: jmallett
Date: Wed Mar 23 08:33:12 2011
New Revision: 219899
URL: http://svn.freebsd.org/changeset/base/219899
Log:
Add support for displaying newfs flags for SU+J and TRIM.
Modified:
head/sbin/dumpfs/dumpfs.c
Modified: head/sbin/dumpfs/dumpfs.c
==
Author: jeff
Date: Wed Mar 23 08:27:57 2011
New Revision: 219898
URL: http://svn.freebsd.org/changeset/base/219898
Log:
- Move ofed modules into the i386 and amd64 specific sections to fix
universe on other architectures.
Modified:
head/sys/modules/Makefile
Modified: head/sys/modules/M
32 matches
Mail list logo