svn commit: r223839 - in head/sys: conf kern netinet

2011-07-07 Thread Andre Oppermann
Author: andre Date: Thu Jul 7 10:37:14 2011 New Revision: 223839 URL: http://svn.freebsd.org/changeset/base/223839 Log: Remove the TCP_SORECEIVE_STREAM compile time option. The use of soreceive_stream() for TCP still has to be enabled with the loader tuneable

svn commit: r223840 - head/sys/netinet

2011-07-07 Thread Andrey V. Elsukov
Author: ae Date: Thu Jul 7 11:59:51 2011 New Revision: 223840 URL: http://svn.freebsd.org/changeset/base/223840 Log: Add again the checking for log_arp_permanent_modify that was by accident removed in the r186119. PR: kern/154831 MFC after:1 week Modified:

svn commit: r223841 - head/usr.bin/top

2011-07-07 Thread John Baldwin
Author: jhb Date: Thu Jul 7 13:37:46 2011 New Revision: 223841 URL: http://svn.freebsd.org/changeset/base/223841 Log: Always skip the kernel idle process if requested, it is not specific to the 'CPU' mode. PR: bin/158677 Reported by: arundel MFC after:3 days

Re: svn commit: r223648 - head/sys/dev/gem

2011-07-07 Thread Nathan Whitehorn
This breaks one of my gem devices (chip=0x0021106b) when the controller is initialized from FreeBSD (netbooting works fine, and the controller stays working after that), with cannot disable RX MAC or cannot disable RX MAC or hash filter messages. -Nathan On 06/28/11 11:16, Marius Strobl

svn commit: r223842 - head/sys/net80211

2011-07-07 Thread Kevin Lo
Author: kevlo Date: Thu Jul 7 15:41:40 2011 New Revision: 223842 URL: http://svn.freebsd.org/changeset/base/223842 Log: Fix memset sizeofs Reviewed by: bschmidt Modified: head/sys/net80211/ieee80211_ageq.c head/sys/net80211/ieee80211_power.c Modified:

Re: svn commit: r223648 - head/sys/dev/gem

2011-07-07 Thread Marius Strobl
On Thu, Jul 07, 2011 at 09:34:39AM -0500, Nathan Whitehorn wrote: This breaks one of my gem devices (chip=0x0021106b) when the controller is initialized from FreeBSD (netbooting works fine, and the controller stays working after that), with cannot disable RX MAC or cannot disable RX MAC or

svn commit: r223843 - head/sys/fs/smbfs

2011-07-07 Thread Jonathan Anderson
Author: jonathan Date: Thu Jul 7 17:00:42 2011 New Revision: 223843 URL: http://svn.freebsd.org/changeset/base/223843 Log: Make a comment more accurate. This comment refers to CAP_NT_SMBS, which does not exist; it should refer to SMB_CAP_NT_SMBS. Fixing this comment makes it easier for

Re: svn commit: r223648 - head/sys/dev/gem

2011-07-07 Thread YongHyeon PYUN
On Thu, Jul 07, 2011 at 11:26:08AM -0500, Nathan Whitehorn wrote: On 07/07/11 11:07, Marius Strobl wrote: On Thu, Jul 07, 2011 at 09:34:39AM -0500, Nathan Whitehorn wrote: This breaks one of my gem devices (chip=0x0021106b) when the controller is initialized from FreeBSD (netbooting works

svn commit: r223844 - in head/sys: kern sys

2011-07-07 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Jul 7 17:44:42 2011 New Revision: 223844 URL: http://svn.freebsd.org/changeset/base/223844 Log: Style fix - macros are supposed to be uppercase. Modified: head/sys/kern/kern_racct.c head/sys/kern/kern_rctl.c head/sys/sys/racct.h Modified:

svn commit: r223845 - head/tools/regression/kqueue

2011-07-07 Thread Jonathan Anderson
Author: jonathan Date: Thu Jul 7 18:07:03 2011 New Revision: 223845 URL: http://svn.freebsd.org/changeset/base/223845 Log: Ensure that kqueue is not inherited across fork(). Modify the existing unit test (from libkqueue) which already exercises process events via fork() and kill().

svn commit: r223846 - head/sys/net

2011-07-07 Thread Andrew Thompson
Author: thompsa Date: Thu Jul 7 20:02:09 2011 New Revision: 223846 URL: http://svn.freebsd.org/changeset/base/223846 Log: Grab the rlock before checking if our interface is enabled, it could be possible to hit a dead pointer when changing interfaces. PR: kern/156978

svn commit: r223847 - head/etc/rc.d

2011-07-07 Thread Rick Macklem
Author: rmacklem Date: Thu Jul 7 20:59:42 2011 New Revision: 223847 URL: http://svn.freebsd.org/changeset/base/223847 Log: Fix the /etc/rc.d/nfsd script so that it no longer uses the /etc/rc.d/nfsserver script to load the old nfs server module. Tested by:sgk at

svn commit: r223849 - head/contrib/pf/man

2011-07-07 Thread David E. O'Brien
Author: obrien Date: Thu Jul 7 23:17:56 2011 New Revision: 223849 URL: http://svn.freebsd.org/changeset/base/223849 Log: Note the PF version. Discussed with: bz Modified: head/contrib/pf/man/pf.4 Modified: head/contrib/pf/man/pf.4

svn commit: r223852 - in head: . etc/rc.d

2011-07-07 Thread Rick Macklem
+# 20110707: script no longer needed by /etc/rc.d/nfsd +OLD_FILES+=etc/rc.d/nfsserver # 20110705: files moved so both NFS clients can share them OLD_FILES+=usr/include/nfsclient/krpc.h OLD_FILES+=usr/include/nfsclient/nfsdiskless.h Modified: head/etc/rc.d/Makefile

Re: svn commit: r223648 - head/sys/dev/gem

2011-07-07 Thread Nathan Whitehorn
On 07/07/11 11:07, Marius Strobl wrote: On Thu, Jul 07, 2011 at 09:34:39AM -0500, Nathan Whitehorn wrote: This breaks one of my gem devices (chip=0x0021106b) when the controller is initialized from FreeBSD (netbooting works fine, and the controller stays working after that), with cannot disable