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 net.inet.tcp.soreceive_stream.
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:
head/sys/net
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
Modified:
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 wr
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: head/sys/net80211/ieee80211_age
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 M
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
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 wo
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: head/sys/kern/kern_racct
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(). Now,
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
Submitted
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 troutmask.apl.washin
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
=
d;
# done
+# 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.
Author: avatar
Date: Fri Jul 8 01:35:33 2011
New Revision: 223854
URL: http://svn.freebsd.org/changeset/base/223854
Log:
Fixing building bustage on 32 bits platforms when WARNS >= 2. Note that
this fix only applies to zalloc.c, the other part of libstand such like
qdivrem.c still gives com
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
16 matches
Mail list logo