svn commit: r195839 - head/usr.bin/locate/locate

2009-07-24 Thread John Baldwin
Author: jhb Date: Fri Jul 24 13:40:25 2009 New Revision: 195839 URL: http://svn.freebsd.org/changeset/base/195839 Log: Move the check to ensure the locate database has the minimum required size when using mmap() before invoking mmap(). This avoids a confusing error message when locate is

svn commit: r195843 - in head: lib/libkvm sys/kern sys/sys

2009-07-24 Thread Brooks Davis
Author: brooks Date: Fri Jul 24 15:03:10 2009 New Revision: 195843 URL: http://svn.freebsd.org/changeset/base/195843 Log: Revert the changes to struct kinfo_proc in r194498. Instead, fill in up to 16 (KI_NGROUPS) values and steal a bit from ki_cr_flags (all bits currently unused) to

svn commit: r195844 - head/sys/vm

2009-07-24 Thread John Baldwin
Author: jhb Date: Fri Jul 24 15:06:49 2009 New Revision: 195844 URL: http://svn.freebsd.org/changeset/base/195844 Log: Remove debugging that crept in with previous commit. Reported by: nwhitehorn Approved by: re (kib) Modified: head/sys/vm/sg_pager.c Modified:

svn commit: r195845 - head/sys/net80211

2009-07-24 Thread Sam Leffler
Author: sam Date: Fri Jul 24 15:22:12 2009 New Revision: 195845 URL: http://svn.freebsd.org/changeset/base/195845 Log: o kill old code no longer needed after r193312 o count output packets+errors for frames sent through ieee80211_output Approved by: re (kensmith) Modified:

svn commit: r195846 - head/sys/net80211

2009-07-24 Thread Sam Leffler
Author: sam Date: Fri Jul 24 15:27:02 2009 New Revision: 195846 URL: http://svn.freebsd.org/changeset/base/195846 Log: monitor mode vaps are meant to be read-only so they can operate on any frequency w/o regulatory issues, do this by hooking if_transmit and if_output with routines that

svn commit: r195847 - head/sys/net80211

2009-07-24 Thread Sam Leffler
Author: sam Date: Fri Jul 24 15:28:29 2009 New Revision: 195847 URL: http://svn.freebsd.org/changeset/base/195847 Log: correct handling of IFF_PROMISC; this should not be pushed to the parent device except for monitor and ahdemo mode vaps Reviewed by: rpaulo Approved by: re

svn commit: r195848 - in head/tools/tools/net80211: stumbler w00t w00t/ap w00t/assoc w00t/expand w00t/prga w00t/redir wesside/wesside wlaninject

2009-07-24 Thread Sam Leffler
Author: sam Date: Fri Jul 24 15:31:22 2009 New Revision: 195848 URL: http://svn.freebsd.org/changeset/base/195848 Log: Update for vaps: o do not force monitor mode; the wlanX ifnet must be an ahdemo mode vap o move channel change work before marking ifnet up to avoid churning the state

Re: svn commit: r195840 - in head: sys/amd64/amd64 sys/arm/arm sys/conf sys/fs/procfs sys/i386/i386 sys/i386/xen sys/ia64/ia64 sys/kern sys/mips/mips sys/powerpc/booke sys/sparc64/sparc64 sys/sys sys/

2009-07-24 Thread Nathan Whitehorn
This breaks at least the PowerPC build. Here's the error: /usr/src/sys/vm/sg_pager.c:196: warning: format '%lx' expects type 'long unsigned int', but argument 2 has type 'vm_paddr_t' -Nathan John Baldwin wrote: Author: jhb Date: Fri Jul 24 13:50:29 2009 New Revision: 195840 URL:

svn commit: r195849 - head/sys/net80211

2009-07-24 Thread Sam Leffler
Author: sam Date: Fri Jul 24 15:37:02 2009 New Revision: 195849 URL: http://svn.freebsd.org/changeset/base/195849 Log: revert OACTIVE part of r195845; instead fix the comment so it does not refer to the old hack removed in r193312 Approved by: re (implicit) Modified:

Re: svn commit: r195848 - in head/tools/tools/net80211: stumbler w00t w00t/ap w00t/assoc w00t/expand w00t/prga w00t/redir wesside/wesside wlaninject

2009-07-24 Thread Bruce Simpson
Sam Leffler wrote: Modified: head/tools/tools/net80211/stumbler/stumbler.c head/tools/tools/net80211/w00t/README ... head/tools/tools/net80211/wesside/wesside/wesside.c head/tools/tools/net80211/wlaninject/wlaninject.c All I can say is 'werd'... Mr Bittau's (to be Dr?) stuff's in

svn commit: r195850 - head/sys/dev/e1000

2009-07-24 Thread Jack F Vogel
Author: jfv Date: Fri Jul 24 16:54:22 2009 New Revision: 195850 URL: http://svn.freebsd.org/changeset/base/195850 Log: A small number of systems in the ICH9/10 family have a flash part that is made up of 8K banks rather than 4K, if these systems are using bank 1 then the last change in this

svn commit: r195851 - in head/sys/dev: e1000 ixgbe

2009-07-24 Thread Jack F Vogel
Author: jfv Date: Fri Jul 24 16:57:49 2009 New Revision: 195851 URL: http://svn.freebsd.org/changeset/base/195851 Log: This delta fixes two bugs: - When a vlan event occurs a check was not made that the event was actually for the interface, thus resulting in a panic. All three

Re: svn commit: r195839 - head/usr.bin/locate/locate

2009-07-24 Thread Robert Watson
On Fri, 24 Jul 2009, John Baldwin wrote: Move the check to ensure the locate database has the minimum required size when using mmap() before invoking mmap(). This avoids a confusing error message when locate is invoked against a zero-size database after the recent change to make mmap()

Re: svn commit: r195851 - in head/sys/dev: e1000 ixgbe

2009-07-24 Thread John Baldwin
On Friday 24 July 2009 12:57:50 pm Jack F Vogel wrote: Author: jfv Date: Fri Jul 24 16:57:49 2009 New Revision: 195851 URL: http://svn.freebsd.org/changeset/base/195851 Log: This delta fixes two bugs: - When a vlan event occurs a check was not made that the event was actually

svn commit: r195852 - head/sys/sys

2009-07-24 Thread John Baldwin
Author: jhb Date: Fri Jul 24 18:31:04 2009 New Revision: 195852 URL: http://svn.freebsd.org/changeset/base/195852 Log: Bump __FreeBSD_version for the introduction of OBJT_SG. Approved by: re (kensmith) Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h

Re: svn commit: r195839 - head/usr.bin/locate/locate

2009-07-24 Thread John Baldwin
On Friday 24 July 2009 1:45:01 pm Robert Watson wrote: On Fri, 24 Jul 2009, John Baldwin wrote: Move the check to ensure the locate database has the minimum required size when using mmap() before invoking mmap(). This avoids a confusing error message when locate is invoked against a

svn commit: r195854 - in stable/7: lib/libc lib/libc/sys sys sys/compat/freebsd32 sys/contrib/pf sys/kern sys/sys

2009-07-24 Thread John Baldwin
Author: jhb Date: Fri Jul 24 19:35:06 2009 New Revision: 195854 URL: http://svn.freebsd.org/changeset/base/195854 Log: MFC: Several cleanups to the syscall tables: - Add explicit prototypes for lkmnosys() and lkmressys() in sys/sysent.h and remove hacks for those routines from

svn commit: r195855 - in stable/7/usr.sbin/lpr: . common_source

2009-07-24 Thread Garance A Drosehn
Author: gad Date: Fri Jul 24 20:35:44 2009 New Revision: 195855 URL: http://svn.freebsd.org/changeset/base/195855 Log: MFC: Fix end-of-line issues that can come up when `lpq' reads information about a queue from a remote host. PR: bin/104731 Modified: stable/7/usr.sbin/lpr/

svn commit: r195856 - in stable/7/sys: compat/freebsd32 kern sys

2009-07-24 Thread John Baldwin
Author: jhb Date: Fri Jul 24 21:30:10 2009 New Revision: 195856 URL: http://svn.freebsd.org/changeset/base/195856 Log: Regen. Modified: stable/7/sys/compat/freebsd32/freebsd32_proto.h stable/7/sys/compat/freebsd32/freebsd32_syscall.h stable/7/sys/compat/freebsd32/freebsd32_syscalls.c

svn commit: r195857 - in head/sys/dev: e1000 ixgbe

2009-07-24 Thread Jack F Vogel
Author: jfv Date: Fri Jul 24 21:35:52 2009 New Revision: 195857 URL: http://svn.freebsd.org/changeset/base/195857 Log: Improvement on the last change, this gives a precise way to tell the one and only interface that a vlan event is for. Thanks to John Baldwin for the patch. Approved

svn commit: r195859 - in stable/7: lib/libc lib/libc/gen lib/libc/rpc lib/libc/sys usr.bin/id usr.bin/newgrp usr.bin/quota usr.sbin/chown usr.sbin/chroot usr.sbin/jail usr.sbin/jexec usr.sbin/lpr u...

2009-07-24 Thread Brooks Davis
Author: brooks Date: Fri Jul 24 21:42:10 2009 New Revision: 195859 URL: http://svn.freebsd.org/changeset/base/195859 Log: MFC r194494 to improve support for 7.x worlds on =8.0 kernels: In preparation for raising NGROUPS and NGROUPS_MAX, change base system callers of getgroups(),

svn commit: r195860 - in stable/7/sys: . boot/i386/libi386 contrib/pf

2009-07-24 Thread Ed Maste
Author: emaste Date: Sat Jul 25 02:22:10 2009 New Revision: 195860 URL: http://svn.freebsd.org/changeset/base/195860 Log: MFC r179825 by olli: Implement a workaround for a long-standing problem in libi386's time(), caused by a qemu bug. The bug might be present in other BIOSes,

svn commit: r195861 - in stable/6/sys: . boot/i386/libi386 contrib/pf dev/cxgb

2009-07-24 Thread Ed Maste
Author: emaste Date: Sat Jul 25 02:37:59 2009 New Revision: 195861 URL: http://svn.freebsd.org/changeset/base/195861 Log: MFC r179825 by olli: Implement a workaround for a long-standing problem in libi386's time(), caused by a qemu bug. The bug might be present in other BIOSes,

Re: svn commit: r195817 - head/usr.sbin/sysinstall

2009-07-24 Thread M. Warner Losh
In message: 4a68da56.60...@samsco.org Scott Long sco...@samsco.org writes: : M. Warner Losh wrote: : In message: 4a66d0f4.4030...@freebsd.org : Alexander Motin m...@freebsd.org writes: : : Colin Percival wrote: : : Author: cperciva : : Date: Wed Jul 22 03:50:54 2009

Re: svn commit: r195817 - head/usr.sbin/sysinstall

2009-07-24 Thread Scott Long
M. Warner Losh wrote: In message: 4a68da56.60...@samsco.org Scott Long sco...@samsco.org writes: : M. Warner Losh wrote: : In message: 4a66d0f4.4030...@freebsd.org : Alexander Motin m...@freebsd.org writes: : : Colin Percival wrote: : : Author: cperciva : : Date:

Re: svn commit: r195817 - head/usr.sbin/sysinstall

2009-07-24 Thread M. Warner Losh
In message: 4a6a7f2d.90...@samsco.org Scott Long sco...@samsco.org writes: : M. Warner Losh wrote: : In message: 4a68da56.60...@samsco.org : Scott Long sco...@samsco.org writes: : : M. Warner Losh wrote: : : In message: 4a66d0f4.4030...@freebsd.org : :

Re: svn commit: r195817 - head/usr.sbin/sysinstall

2009-07-24 Thread Scott Long
M. Warner Losh wrote: In message: 4a6a7f2d.90...@samsco.org Scott Long sco...@samsco.org writes: : M. Warner Losh wrote: : In message: 4a68da56.60...@samsco.org : Scott Long sco...@samsco.org writes: : : M. Warner Losh wrote: : : In message:

Re: svn commit: r195817 - head/usr.sbin/sysinstall

2009-07-24 Thread M. Warner Losh
In message: 4a6a855c.7090...@samsco.org Scott Long sco...@samsco.org writes: : M. Warner Losh wrote: : In message: 4a6a7f2d.90...@samsco.org : Scott Long sco...@samsco.org writes: : : M. Warner Losh wrote: : : In message: 4a68da56.60...@samsco.org : :