svn commit: r225384 - stable/8/sys/rpc

2011-09-04 Thread Artem Belevich
Author: art Date: Mon Sep 5 06:54:13 2011 New Revision: 225384 URL: http://svn.freebsd.org/changeset/base/225384 Log: MFC r225234: Make sure RPC calls over UDP return RPC_INTR status if the process has been interrupted in a restartable syscall. Otherwise we could end up in an (almost)

svn commit: r225380 - head/sys/net

2011-09-04 Thread Andrew Thompson
Author: thompsa Date: Sun Sep 4 22:06:32 2011 New Revision: 225380 URL: http://svn.freebsd.org/changeset/base/225380 Log: On the first loop for generating a bridge MAC address use the local hostid, this gives a good chance of keeping the same address over reboots. This is intended to help I

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

2011-09-04 Thread Bruce Evans
On Sun, 4 Sep 2011, Attilio Rao wrote: Log: ??Interrupts are disabled/enabled when entering and exiting the KDB context. ??While this is generally good, it brings along a serie of problems, ??like clocks going off sync and in presence of SW_WATCHDOG, watchdogs ??firing without a good reason (mis

svn commit: r225375 - stable/7/share/man/man4

2011-09-04 Thread Christian Brueffer
Author: brueffer Date: Sun Sep 4 14:30:22 2011 New Revision: 225375 URL: http://svn.freebsd.org/changeset/base/225375 Log: MFC: r225228 Remove broken link to supported wifi cards. There doesn't appear to be an equivalent list anywhere else. Modified: stable/7/share/man/man4/ath.4 st

svn commit: r225374 - stable/8/share/man/man4

2011-09-04 Thread Christian Brueffer
Author: brueffer Date: Sun Sep 4 14:28:06 2011 New Revision: 225374 URL: http://svn.freebsd.org/changeset/base/225374 Log: MFC: r225228 Remove broken link to supported wifi cards. There doesn't appear to be an equivalent list anywhere else. Modified: stable/8/share/man/man4/ath.4 st

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

2011-09-04 Thread Attilio Rao
2011/9/4 Attilio Rao : > Author: attilio > Date: Sun Sep  4 13:07:02 2011 > New Revision: 225372 > URL: http://svn.freebsd.org/changeset/base/225372 > > Log: >  Interrupts are disabled/enabled when entering and exiting the KDB context. >  While this is generally good, it brings along a serie of pro

svn commit: r225372 - head/sys/kern

2011-09-04 Thread Attilio Rao
Author: attilio Date: Sun Sep 4 13:07:02 2011 New Revision: 225372 URL: http://svn.freebsd.org/changeset/base/225372 Log: Interrupts are disabled/enabled when entering and exiting the KDB context. While this is generally good, it brings along a serie of problems, like clocks going off sync