svn commit: r231893 - head/sys/dev/ath

2012-02-18 Thread Adrian Chadd
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

svn commit: r231895 - in head/sys: netinet netinet6

2012-02-18 Thread Michael Tuexen
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

svn commit: r231902 - head/lib/libc/sys

2012-02-18 Thread Konstantin Belousov
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

svn commit: r231904 - head/sys/kern

2012-02-18 Thread Alan Cox
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: