Re: svn commit: r195026 - head/etc/rc.d

2009-06-26 Thread Robert Watson
On Fri, 26 Jun 2009, Doug Barton wrote: Reverse the effect of r193198 for pf and ipfw which will once again allow them to start after netif. There were too many problems reported with this change in the short period of time that it lived in HEAD, and we are too late in the release cycle to

svn commit: r195046 - head/sys/dev/asmc

2009-06-26 Thread Rui Paulo
Author: rpaulo Date: Fri Jun 26 10:23:17 2009 New Revision: 195046 URL: http://svn.freebsd.org/changeset/base/195046 Log: Add support for MacBook4,1. Submitted by: Christoph Langguth christoph at rosenkeller.org MFC after:2 weeks Approved by: re (kib) Modified:

svn commit: r195049 - in head/sys: arm/at91 arm/xscale/ixp425 dev/ae dev/age dev/alc dev/ale dev/ath dev/bce dev/bfe dev/bge dev/bm dev/cas dev/cs dev/dc dev/de dev/e1000 dev/ed dev/et dev/ex dev/f...

2009-06-26 Thread Robert Watson
Author: rwatson Date: Fri Jun 26 11:45:06 2009 New Revision: 195049 URL: http://svn.freebsd.org/changeset/base/195049 Log: Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ IF_ADDR_UNLOCK() across network device drivers when accessing the per-interface multicast address

svn commit: r195053 - in stable/7/sys: . contrib/pf netipsec

2009-06-26 Thread VANHULLEBUS Yvan
Author: vanhu Date: Fri Jun 26 13:37:53 2009 New Revision: 195053 URL: http://svn.freebsd.org/changeset/base/195053 Log: MFC: Only decrease refcnt once when flushing SPD entries, to avoid flushing entries which are still used. Obtained from:NETASQ Modified: stable/7/sys/

svn commit: r195071 - head/sys/dev/cxgb

2009-06-26 Thread Robert Watson
Author: rwatson Date: Fri Jun 26 19:04:08 2009 New Revision: 195071 URL: http://svn.freebsd.org/changeset/base/195071 Log: Use if_maddr_rlock() instead of IF_ADDR_LOCK() to protect access to if_multiaddrs in if_cxgb. Approved by: re (kib) MFC after:6 weeks Modified:

svn commit: r195074 - head/sys/i386/linux

2009-06-26 Thread John Baldwin
Author: jhb Date: Fri Jun 26 19:39:33 2009 New Revision: 195074 URL: http://svn.freebsd.org/changeset/base/195074 Log: Return ENOSYS instead of EINVAL for invalid function codes to match the behavior of Linux. Reported by: Alexander Best alexbestms of math.uni-muenster.de Approved

svn commit: r195075 - head/sbin/ipfw

2009-06-26 Thread Oleg Bulyzhin
Author: oleg Date: Fri Jun 26 19:49:06 2009 New Revision: 195075 URL: http://svn.freebsd.org/changeset/base/195075 Log: - 'burst' description rewritten. Submitted by: Ben Kaduk Approved by: re (kib) Modified: head/sbin/ipfw/ipfw.8 Modified: head/sbin/ipfw/ipfw.8

svn commit: r195080 - in head/sys/dev/usb: . storage

2009-06-26 Thread Xin LI
Author: delphij Date: Fri Jun 26 21:47:37 2009 New Revision: 195080 URL: http://svn.freebsd.org/changeset/base/195080 Log: Add quirks for Actions MP4 player. Submitted by: John Hixson john ixsystems com Approved by: re (kib) MFC after:2 weeks Modified:

svn commit: r195081 - head/sys/dev/cpuctl

2009-06-26 Thread Stanislav Sedov
Author: stas Date: Fri Jun 26 22:13:15 2009 New Revision: 195081 URL: http://svn.freebsd.org/changeset/base/195081 Log: - Don't zero data field in case of MSR write operation. Before this change the value written to MSR register was always 0 regardless of value passed by user. - Use

svn commit: r195089 - head/sys/pc98/include

2009-06-26 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Jun 27 02:20:31 2009 New Revision: 195089 URL: http://svn.freebsd.org/changeset/base/195089 Log: Add stub vm.h for pc98. Approved by: re (kensmith) Added: head/sys/pc98/include/vm.h (contents, props changed) Added: head/sys/pc98/include/vm.h