svn commit: r233729 - head/sys/kern

2012-03-31 Thread David Xu
Author: davidxu Date: Sat Mar 31 06:48:41 2012 New Revision: 233729 URL: http://svn.freebsd.org/changeset/base/233729 Log: Remove stale comments. Modified: head/sys/kern/kern_umtx.c Modified: head/sys/kern/kern_umtx.c

svn commit: r233733 - head/share/man/man4

2012-03-31 Thread Joel Dahl
Author: joel (doc committer) Date: Sat Mar 31 07:08:35 2012 New Revision: 233733 URL: http://svn.freebsd.org/changeset/base/233733 Log: mdoc: use It for each item in the list and separate each cell with Ta. Modified: head/share/man/man4/ahc.4 Modified: head/share/man/man4/ahc.4

svn commit: r233734 - head/share/man/man9

2012-03-31 Thread Joel Dahl
Author: joel (doc committer) Date: Sat Mar 31 07:10:16 2012 New Revision: 233734 URL: http://svn.freebsd.org/changeset/base/233734 Log: Remove end of line whitespace. Modified: head/share/man/man9/ieee80211_crypto.9 Modified: head/share/man/man9/ieee80211_crypto.9

svn commit: r233745 - head/sys/netinet/ipfw

2012-03-31 Thread Gleb Smirnoff
Author: glebius Date: Sat Mar 31 11:20:48 2012 New Revision: 233745 URL: http://svn.freebsd.org/changeset/base/233745 Log: Don't check malloc(M_WAITOK) results. Modified: head/sys/netinet/ipfw/ip_fw_sockopt.c Modified: head/sys/netinet/ipfw/ip_fw_sockopt.c

svn commit: r233746 - head/sys/cam/scsi

2012-03-31 Thread Alexander Motin
Author: mav Date: Sat Mar 31 11:23:09 2012 New Revision: 233746 URL: http://svn.freebsd.org/changeset/base/233746 Log: Be more conservative in using READ CAPACITY(16) command. Previous code checked PROTECT bit in INQUIRY data for all SPC devices, while it is defined only since SPC-3. But

svn commit: r233747 - head/sys/sparc64/sparc64

2012-03-31 Thread Marius Strobl
Author: marius Date: Sat Mar 31 13:56:24 2012 New Revision: 233747 URL: http://svn.freebsd.org/changeset/base/233747 Log: Fix panic on kernel traps having a mapping in trap_sig b0rked in r206086. Repored by: David E. Cross MFC after:3 days Modified:

svn commit: r233748 - head/sys/sparc64/sparc64

2012-03-31 Thread Marius Strobl
Author: marius Date: Sat Mar 31 14:03:16 2012 New Revision: 233748 URL: http://svn.freebsd.org/changeset/base/233748 Log: Remove checks that are redundant due to tf_type being unsigned. MFC after:3 days Modified: head/sys/sparc64/sparc64/trap.c Modified:

svn commit: r233749 - in head/gnu/lib: libstdc++ libsupc++

2012-03-31 Thread David Chisnall
Author: theraven Date: Sat Mar 31 14:25:12 2012 New Revision: 233749 URL: http://svn.freebsd.org/changeset/base/233749 Log: Make libsupc++ build as a shared library and make libstdc++ a filter library for it. This allows people to swap out libsupc++ for libcxxrt easily, so we can begin