svn commit: r195970 - head/sys/sys

2009-07-30 Thread Robert Watson
Author: rwatson Date: Thu Jul 30 08:41:06 2009 New Revision: 195970 URL: http://svn.freebsd.org/changeset/base/195970 Log: Add two new privileges for use by OpenAFS, which will be supported for FreeBSD 8.x. MFC after:3 days Submitted by: Benjamin Kaduk kaduk at MIT.EDU Approved

svn commit: r195971 - head/usr.sbin/getpmac

2009-07-30 Thread Robert Watson
Author: rwatson Date: Thu Jul 30 09:51:04 2009 New Revision: 195971 URL: http://svn.freebsd.org/changeset/base/195971 Log: Style tweak. Approved by: re (kib) MFC after:3 days Modified: head/usr.sbin/getpmac/getpmac.c Modified: head/usr.sbin/getpmac/getpmac.c

Re: svn commit: r195944 - head/sys/kern

2009-07-30 Thread Alexander Leidinger
Quoting Bjoern A. Zeeb b...@freebsd.org (from Wed, 29 Jul 2009 18:24:02 + (UTC)): this. In case you know anything that doesn't work as expected, now would be a good time to tell us. Jamie, is the default for statvfs back to what is was before now? Bye, Alexander. -- A yawn is a silent

svn commit: r195972 - head/sys/net

2009-07-30 Thread Robert Watson
Author: rwatson Date: Thu Jul 30 12:41:19 2009 New Revision: 195972 URL: http://svn.freebsd.org/changeset/base/195972 Log: Reorder and recomment vnet.c and vnet.h on the basis that they are no longer solely about the virtual network stack memory allocator. Approved by: re (vimage

svn commit: r195973 - in stable/7/sys: . contrib/pf dev/ata

2009-07-30 Thread Alexander Motin
Author: mav Date: Thu Jul 30 13:19:12 2009 New Revision: 195973 URL: http://svn.freebsd.org/changeset/base/195973 Log: MFC rev. 195724: Limit IOCATAREQUEST ioctl data size to controller's maximum I/O size. It fixes kernel panic when requested size is too large (0x). PR:

svn commit: r195974 - head/sys/kern

2009-07-30 Thread Jamie Gritton
Author: jamie Date: Thu Jul 30 14:28:56 2009 New Revision: 195974 URL: http://svn.freebsd.org/changeset/base/195974 Log: Remove a LOR, where the the sleepable allprison_lock was being obtained in prison_equal_ip4/6 while an inp mutex was held. Locking allprison_lock can be avoided by

svn commit: r195976 - head/sys/netinet

2009-07-30 Thread Xin LI
Author: delphij Date: Thu Jul 30 17:40:47 2009 New Revision: 195976 URL: http://svn.freebsd.org/changeset/base/195976 Log: Show interface name which received short CARP packet (e.g. a VRRP packet), in order to match other codepaths nearby. This makes troubleshooting easier. Approved

svn commit: r195978 - head/sys/dev/usb

2009-07-30 Thread Weongyo Jeong
Author: weongyo Date: Thu Jul 30 18:53:06 2009 New Revision: 195978 URL: http://svn.freebsd.org/changeset/base/195978 Log: fixes a typo for DWA120 device ID. Reported by: Alexander Kuznetsov skritku at gmail.com Approved by: re (kib) Modified: head/sys/dev/usb/usbdevs Modified:

Re: svn commit: r195973 - in stable/7/sys: . contrib/pf dev/ata

2009-07-30 Thread Oliver Pinter
fix complie error, tested, booted, used On 7/30/09, Alexander Motin m...@freebsd.org wrote: Author: mav Date: Thu Jul 30 13:19:12 2009 New Revision: 195973 URL: http://svn.freebsd.org/changeset/base/195973 Log: MFC rev. 195724: Limit IOCATAREQUEST ioctl data size to controller's