svn commit: r219216 - head/sys/dev/ath/ath_rate/sample

2011-03-03 Thread Adrian Chadd
Author: adrian Date: Thu Mar 3 08:09:49 2011 New Revision: 219216 URL: http://svn.freebsd.org/changeset/base/219216 Log: Modify the sample rate module output to be (slightly) easier to understand. * add dot11rate_label() which returns Mb or MCS based on legacy or HT * use it everywhere d

svn commit: r219217 - head/sys/dev/ath/ath_hal/ar5416

2011-03-03 Thread Adrian Chadd
Author: adrian Date: Thu Mar 3 08:30:28 2011 New Revision: 219217 URL: http://svn.freebsd.org/changeset/base/219217 Log: * fix the ar5416 check macros to be slightly more correct; * add some stubs for chipsets that we haven't yet obtained support for. Modified: head/sys/dev/ath/ath_hal/ar5

svn commit: r219218 - in head/sys/dev/ath/ath_hal: ar5416 ar9002

2011-03-03 Thread Adrian Chadd
Author: adrian Date: Thu Mar 3 08:38:31 2011 New Revision: 219218 URL: http://svn.freebsd.org/changeset/base/219218 Log: Port over ar5416OverrideIni() from ath9k ar5008_hw_override_ini(). * change the BB gating logic to explicitly define which chips are covered; the ath9k method isn't

svn commit: r219221 - in head/sys: conf dev/usb/serial

2011-03-03 Thread Hans Petter Selasky
Author: hselasky Date: Thu Mar 3 10:25:41 2011 New Revision: 219221 URL: http://svn.freebsd.org/changeset/base/219221 Log: - Remove dependency to ucom from ulpt. MFC after:14 days Approved by: thompsa (mentor) Modified: head/sys/conf/files head/sys/dev/usb/serial/ulpt.c Modifi

Re: svn commit: r219138 - head/usr.bin/kdump

2011-03-03 Thread Robert Watson
On Tue, 1 Mar 2011, Dmitry Chagin wrote: Teach kdump to decode linux syscalls names too. Fix bug introduced in my previous commit: the kernel always dump native signal numbers, so no need to check the ABI in ktrpsig(). Does this mean that we're eliminating the need for the long-broken li

svn commit: r219222 - head/lib/libc/gen

2011-03-03 Thread Robert Watson
Author: rwatson Date: Thu Mar 3 11:28:57 2011 New Revision: 219222 URL: http://svn.freebsd.org/changeset/base/219222 Log: Add text string for ECAPMODE to libc. Discussed with: anderson Obtained from:Capsicum Project Sponsored by: Google, Inc. MFC after:3 months Mod

svn commit: r219223 - head/lib/libc/sys

2011-03-03 Thread Robert Watson
Author: rwatson Date: Thu Mar 3 11:29:48 2011 New Revision: 219223 URL: http://svn.freebsd.org/changeset/base/219223 Log: Add description of ECAPMODE to errno(2) man page. Discussed with: anderson Obtained from: Capsicum Project Sponsored by: Google, Inc. MFC after: 3 months

svn commit: r219224 - head/lib/libc/sys

2011-03-03 Thread Robert Watson
Author: rwatson Date: Thu Mar 3 11:31:08 2011 New Revision: 219224 URL: http://svn.freebsd.org/changeset/base/219224 Log: Make cap_new(2) and cap_getmode(2) symbols from libc public so applications can link against them. Add man pages for the new system calls, with one errant forward refer

svn commit: r219225 - head/sys/boot/pc98/boot2

2011-03-03 Thread Takahashi Yoshihiro
Author: nyan Date: Thu Mar 3 11:45:54 2011 New Revision: 219225 URL: http://svn.freebsd.org/changeset/base/219225 Log: MFi386: revision 219186 This patch shrinks boot2 a little. oIt switches kname to be just a pointer instead of an array. oIt changes ioctl to unsigned

Re: svn commit: r219129 - in head/sys: compat/freebsd32 conf kern sys

2011-03-03 Thread Robert N. M. Watson
On 1 Mar 2011, at 14:53, Alexander Leidinger wrote: > Quoting Robert Watson (from Tue, 1 Mar 2011 13:23:37 > + (UTC)): > >> Author: rwatson >> Date: Tue Mar 1 13:23:37 2011 >> New Revision: 219129 >> URL: http://svn.freebsd.org/changeset/base/219129 >> >> Log: >> Add initial support for

Re: svn commit: r219138 - head/usr.bin/kdump

2011-03-03 Thread Alexander Leidinger
Quoting Robert Watson (from Thu, 3 Mar 2011 11:14:59 + (GMT)): On Tue, 1 Mar 2011, Dmitry Chagin wrote: Teach kdump to decode linux syscalls names too. Fix bug introduced in my previous commit: the kernel always dump native signal numbers, so no need to check the ABI in ktrpsig(). D

svn commit: r219229 - head/sys/netgraph/netflow

2011-03-03 Thread Bjoern A. Zeeb
Author: bz Date: Thu Mar 3 16:16:49 2011 New Revision: 219229 URL: http://svn.freebsd.org/changeset/base/219229 Log: Unbreak the build for no options INET6. PR: kern/155227 Submitted by: Dmitry Afanasiev (KOT MATPOCKuH.Ru) Modified: head/sys/netgraph/netflow/netflow.c head

Re: svn commit: r219138 - head/usr.bin/kdump

2011-03-03 Thread Robert N. M. Watson
On 3 Mar 2011, at 13:14, Alexander Leidinger wrote: > Quoting Robert Watson (from Thu, 3 Mar 2011 11:14:59 > + (GMT)): > >> On Tue, 1 Mar 2011, Dmitry Chagin wrote: >> >>> Teach kdump to decode linux syscalls names too. >>> >>> Fix bug introduced in my previous commit: the kernel always

Re: svn commit: r219181 - head/release

2011-03-03 Thread John Baldwin
On Wednesday, March 02, 2011 11:06:57 am Nathan Whitehorn wrote: > Author: nwhitehorn > Date: Wed Mar 2 16:06:57 2011 > New Revision: 219181 > URL: http://svn.freebsd.org/changeset/base/219181 > > Log: > Add additional release makefile for bsdinstall-based media, along with > support files. T

Re: svn commit: r219181 - head/release

2011-03-03 Thread Nathan Whitehorn
On 03/03/11 11:09, John Baldwin wrote: On Wednesday, March 02, 2011 11:06:57 am Nathan Whitehorn wrote: Author: nwhitehorn Date: Wed Mar 2 16:06:57 2011 New Revision: 219181 URL: http://svn.freebsd.org/changeset/base/219181 Log: Add additional release makefile for bsdinstall-based media, al

svn commit: r219238 - head/sys/kern

2011-03-03 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Mar 3 17:33:22 2011 New Revision: 219238 URL: http://svn.freebsd.org/changeset/base/219238 Log: Make "struct pts_softc" point to ucred instead of uidinfo. This is no-op, required for resource containers. Reviewed by: kib (as part of a larger patch), ed Modified

Re: svn commit: r219138 - head/usr.bin/kdump

2011-03-03 Thread Chagin Dmitry
On Thu, Mar 03, 2011 at 11:14:59AM +, Robert Watson wrote: > > On Tue, 1 Mar 2011, Dmitry Chagin wrote: > > > Teach kdump to decode linux syscalls names too. > > > > Fix bug introduced in my previous commit: the kernel always dump native > > signal numbers, so no need to check the ABI in k

Re: svn commit: r219138 - head/usr.bin/kdump

2011-03-03 Thread Chagin Dmitry
On Thu, Mar 03, 2011 at 02:14:58PM +0100, Alexander Leidinger wrote: > Quoting Robert Watson (from Thu, 3 Mar 2011 > 11:14:59 + (GMT)): > > > > > On Tue, 1 Mar 2011, Dmitry Chagin wrote: > > > >> Teach kdump to decode linux syscalls names too. > >> > >> Fix bug introduced in my previous com

svn commit: r219240 - head/sys/compat/linux

2011-03-03 Thread Dmitry Chagin
Author: dchagin Date: Thu Mar 3 18:19:10 2011 New Revision: 219240 URL: http://svn.freebsd.org/changeset/base/219240 Log: Switch PROCESS_SHARE to AUTO_SHARE (as umtx do). Even for SHARED, if page mapped MAP_ANON linux uses private algorithm too. Disscussed with: jhb MFC after:

svn commit: r219241 - head/sys/cam

2011-03-03 Thread Matt Jacob
Author: mjacob Date: Thu Mar 3 18:28:21 2011 New Revision: 219241 URL: http://svn.freebsd.org/changeset/base/219241 Log: Don't automatically send a START UNIT to sequential access devices- this might cause them to load the tape unintentionally. Reviewed by: gibbs MFC after:1 month

svn commit: r219242 - head/sys/compat/linux

2011-03-03 Thread Dmitry Chagin
Author: dchagin Date: Thu Mar 3 18:29:55 2011 New Revision: 219242 URL: http://svn.freebsd.org/changeset/base/219242 Log: Print out shared flag for debug purpose. MFC after:1 Week Modified: head/sys/compat/linux/linux_futex.c Modified: head/sys/compat/linux/linux_futex.c ==

Re: svn commit: r219181 - head/release

2011-03-03 Thread John Baldwin
On Thursday, March 03, 2011 12:22:44 pm Nathan Whitehorn wrote: > On 03/03/11 11:09, John Baldwin wrote: > > On Wednesday, March 02, 2011 11:06:57 am Nathan Whitehorn wrote: > >> Author: nwhitehorn > >> Date: Wed Mar 2 16:06:57 2011 > >> New Revision: 219181 > >> URL: http://svn.freebsd.org/change

Re: svn commit: r219181 - head/release

2011-03-03 Thread Matthew Jacob
I think it is a very important feature to ensure release builds are not polluted by local changes in /etc/src.conf, etc. I think it would be good to support both models perhaps, but for our official release builds I think we need the clean environment. I certainly use 'make release' now for m

Re: svn commit: r219181 - head/release

2011-03-03 Thread Garrett Cooper
On Thu, Mar 3, 2011 at 11:37 AM, Matthew Jacob wrote: > > >> I think it is a very important feature to ensure release builds are not >> polluted by local changes in /etc/src.conf, etc.  I think it would be good >> to support both models perhaps, but for our official release builds I >> think >> we

svn commit: r219252 - head/sys/dev/ath/ath_rate/sample

2011-03-03 Thread Adrian Chadd
Author: adrian Date: Thu Mar 3 20:41:59 2011 New Revision: 219252 URL: http://svn.freebsd.org/changeset/base/219252 Log: The sample rate module currently does the slightly wrong thing when determining whether to use MRR or not. It uses the 11g protection mode when calculating 11n related

Re: svn commit: r219181 - head/release

2011-03-03 Thread Scott Long
On Mar 3, 2011, at 12:32 PM, John Baldwin wrote: > On Thursday, March 03, 2011 12:22:44 pm Nathan Whitehorn wrote: >> On 03/03/11 11:09, John Baldwin wrote: >>> On Wednesday, March 02, 2011 11:06:57 am Nathan Whitehorn wrote: Author: nwhitehorn Date: Wed Mar 2 16:06:57 2011 New Revi

Re: svn commit: r219181 - head/release

2011-03-03 Thread Nathan Whitehorn
On 03/03/11 15:14, Scott Long wrote: On Mar 3, 2011, at 12:32 PM, John Baldwin wrote: On Thursday, March 03, 2011 12:22:44 pm Nathan Whitehorn wrote: On 03/03/11 11:09, John Baldwin wrote: On Wednesday, March 02, 2011 11:06:57 am Nathan Whitehorn wrote: Author: nwhitehorn Date: Wed Mar 2 16:

Re: svn commit: r219181 - head/release

2011-03-03 Thread Scott Long
On Mar 3, 2011, at 2:42 PM, Nathan Whitehorn wrote: > On 03/03/11 15:14, Scott Long wrote: >> On Mar 3, 2011, at 12:32 PM, John Baldwin wrote: >>> On Thursday, March 03, 2011 12:22:44 pm Nathan Whitehorn wrote: On 03/03/11 11:09, John Baldwin wrote: > On Wednesday, March 02, 2011 11:06:57

Re: svn commit: r219181 - head/release

2011-03-03 Thread Nathan Whitehorn
On 03/03/11 15:52, Scott Long wrote: On Mar 3, 2011, at 2:42 PM, Nathan Whitehorn wrote: On 03/03/11 15:14, Scott Long wrote: On Mar 3, 2011, at 12:32 PM, John Baldwin wrote: On Thursday, March 03, 2011 12:22:44 pm Nathan Whitehorn wrote: On 03/03/11 11:09, John Baldwin wrote: On Wednesday,

svn commit: r219256 - head/include

2011-03-03 Thread Jilles Tjoelker
Author: jilles Date: Thu Mar 3 22:34:13 2011 New Revision: 219256 URL: http://svn.freebsd.org/changeset/base/219256 Log: Fix some _POSIX minimum/maximum values in limits.h: * Some values changed in POSIX.1-2001; provide the former value if a program requests compliance to an earlier versi

svn commit: r219257 - in head: share/man/man4 sys/dev/usb sys/dev/usb/wlan

2011-03-03 Thread Daichi GOTO
Author: daichi Date: Fri Mar 4 07:01:45 2011 New Revision: 219257 URL: http://svn.freebsd.org/changeset/base/219257 Log: Add the Buffalo (Melco Inc.) WLI-UC-G301N PR: usb/155229 Submitted by: Yoshiaki UCHIKAWA MFC after:1 week Modified: head/share/man/man4/run.4 head