Author: rmh
Date: Sun Feb 19 07:44:38 2012
New Revision: 231905
URL: http://svn.freebsd.org/changeset/base/231905
Log:
MFC r230972,r230980,r231559,r231565: Add MK_SOURCELESS build option, and
associated fixes.
Approved by: kib (mentor)
Added:
stable/9/sys/conf/WITHOUT_SOURCELESS
Author: alc
Date: Sun Feb 19 00:28:49 2012
New Revision: 231904
URL: http://svn.freebsd.org/changeset/base/231904
Log:
Close a race due to dropping of the map lock between creating a map entry
for a shared mapping and marking the entry for inheritance.
Reviewed by: kib
X-MFC after: r2
Author: kib
Date: Sat Feb 18 22:26:32 2012
New Revision: 231902
URL: http://svn.freebsd.org/changeset/base/231902
Log:
Document PL_FLAG_CHILD.
MFC after:3 days
Modified:
head/lib/libc/sys/ptrace.2
Modified: head/lib/libc/sys/ptrace.2
=
Author: jamie
Date: Sat Feb 18 16:54:01 2012
New Revision: 231896
URL: http://svn.freebsd.org/changeset/base/231896
Log:
MFC r231236: Acknowledge that jail_attach and jail_remove can return EPERM.
Modified:
stable/9/lib/libc/sys/jail.2
Directory Properties:
stable/9/lib/libc/ (props chang
Author: tuexen
Date: Sat Feb 18 16:06:15 2012
New Revision: 231895
URL: http://svn.freebsd.org/changeset/base/231895
Log:
Remove two clang warnings.
MFC after: 1 month.
Modified:
head/sys/netinet/sctp_usrreq.c
head/sys/netinet6/sctp6_usrreq.c
Modified: head/sys/netinet/sctp_usrreq.c
=
Author: adrian
Date: Sat Feb 18 09:18:06 2012
New Revision: 231893
URL: http://svn.freebsd.org/changeset/base/231893
Log:
Try to ensure that ieee80211_newstate() and the vap_newstate methods
hold the lock.
This is part of my series of work to try and capture when net80211
locking isn't.