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

2012-09-30 Thread Joel Dahl
Author: joel (doc committer) Date: Sun Sep 30 07:51:57 2012 New Revision: 241064 URL: http://svn.freebsd.org/changeset/base/241064 Log: mdoc: remove superfluous paragraph macro. Modified: head/share/man/man9/drbr.9 Modified: head/share/man/man9/drbr.9

svn commit: r241065 - head/sys/boot/common

2012-09-30 Thread Andrey V. Elsukov
Author: ae Date: Sun Sep 30 07:52:40 2012 New Revision: 241065 URL: http://svn.freebsd.org/changeset/base/241065 Log: Fix disk_cleanup() to work without DISK_DEBUG too. Modified: head/sys/boot/common/disk.c Modified: head/sys/boot/common/disk.c

svn commit: r241066 - in head/sys: dev/ie dev/sound/pci i386/bios x86/bios

2012-09-30 Thread Kevin Lo
Author: kevlo Date: Sun Sep 30 09:21:10 2012 New Revision: 241066 URL: http://svn.freebsd.org/changeset/base/241066 Log: Free result of device_get_children(9). Modified: head/sys/dev/ie/if_ie_isa.c head/sys/dev/sound/pci/hdspe-pcm.c head/sys/dev/sound/pci/hdspe.c

svn commit: r241067 - head/sys/dev/mmc

2012-09-30 Thread Kevin Lo
Author: kevlo Date: Sun Sep 30 09:26:26 2012 New Revision: 241067 URL: http://svn.freebsd.org/changeset/base/241067 Log: Remove an unneeded NULL check after M_WAITOK. Modified: head/sys/dev/mmc/mmc.c Modified: head/sys/dev/mmc/mmc.c

svn commit: r241068 - head/sys/boot/i386/loader

2012-09-30 Thread Andrey V. Elsukov
Author: ae Date: Sun Sep 30 12:24:15 2012 New Revision: 241068 URL: http://svn.freebsd.org/changeset/base/241068 Log: Reduce the number of attempts to detect proper kld format for the amd64 loader. Modified: head/sys/boot/i386/loader/Makefile head/sys/boot/i386/loader/conf.c Modified:

svn commit: r241069 - head/sys/boot/common

2012-09-30 Thread Andrey V. Elsukov
Author: ae Date: Sun Sep 30 13:14:37 2012 New Revision: 241069 URL: http://svn.freebsd.org/changeset/base/241069 Log: Remember the file format of the last loaded module and try to use it for next files. Modified: head/sys/boot/common/module.c Modified: head/sys/boot/common/module.c

svn commit: r241070 - head/sys/boot/common

2012-09-30 Thread Andrey V. Elsukov
Author: ae Date: Sun Sep 30 13:17:33 2012 New Revision: 241070 URL: http://svn.freebsd.org/changeset/base/241070 Log: Fix the style. Modified: head/sys/boot/common/module.c Modified: head/sys/boot/common/module.c ==

svn commit: r241071 - stable/9/sys/kern

2012-09-30 Thread Konstantin Belousov
Author: kib Date: Sun Sep 30 13:32:48 2012 New Revision: 241071 URL: http://svn.freebsd.org/changeset/base/241071 Log: MFC r240813: Do not skip two elements of the tid_buffer when reusing the buffer slot. This eventually results in exhaustion of the tid space, causing new threads get tid

svn commit: r241072 - stable/9/sbin/ipf/ipf

2012-09-30 Thread Isabell Long
Author: issyl0 (doc committer) Date: Sun Sep 30 15:33:53 2012 New Revision: 241072 URL: http://svn.freebsd.org/changeset/base/241072 Log: MFC r239775 from HEAD: - Link ipfilter(4) and ipfilter(5) to the build to stop the wrong man page displaying for 'man 4 ipfilter'. PR:

svn commit: r241073 - in head/sys: i386/bios x86/bios

2012-09-30 Thread Kevin Lo
Author: kevlo Date: Sun Sep 30 15:42:20 2012 New Revision: 241073 URL: http://svn.freebsd.org/changeset/base/241073 Log: Add missing header needed by free(9). Spotted by: David Wolfskill david at catwhisker dot org Modified: head/sys/i386/bios/smapi.c head/sys/x86/bios/smbios.c

svn commit: r241074 - stable/9/lib/libedit

2012-09-30 Thread Kevin Lo
Author: kevlo Date: Sun Sep 30 16:11:50 2012 New Revision: 241074 URL: http://svn.freebsd.org/changeset/base/241074 Log: MFC r240982: Initialize the num variable to avoid uninitialized data. This fixes the bug introduced by r238378. Reviewed by: pfg Modified:

svn commit: r241075 - stable/9/usr.bin/getent

2012-09-30 Thread Kevin Lo
Author: kevlo Date: Sun Sep 30 16:17:54 2012 New Revision: 241075 URL: http://svn.freebsd.org/changeset/base/241075 Log: MFC r240954: Teach getent(1) to look up a hostname and find IPv6 addresses. PR: bin/161548 Submitted by: matthew Modified: stable/9/usr.bin/getent/getent.c

svn commit: r241076 - stable/9/sys/netipsec

2012-09-30 Thread Kevin Lo
Author: kevlo Date: Sun Sep 30 16:21:12 2012 New Revision: 241076 URL: http://svn.freebsd.org/changeset/base/241076 Log: MFC r240630: Add missing break Modified: stable/9/sys/netipsec/xform_ipip.c Directory Properties: stable/9/sys/ (props changed) Modified:

svn commit: r241077 - head/include

2012-09-30 Thread Tijl Coosemans
Author: tijl Date: Sun Sep 30 17:33:30 2012 New Revision: 241077 URL: http://svn.freebsd.org/changeset/base/241077 Log: - Simplify the implementation of atomic_compare_exchange_strong_explicit. - Evaluate the memory order argument in atomic_fetch_*_explicit macros. - Implement

svn commit: r241078 - head/sys/netgraph/bluetooth/drivers/ubt

2012-09-30 Thread Hans Petter Selasky
Author: hselasky Date: Sun Sep 30 19:31:20 2012 New Revision: 241078 URL: http://svn.freebsd.org/changeset/base/241078 Log: The USB Bluetooth driver should only grab its own interfaces. This allows the USB bluetooth driver to co-exist with other USB device classes and drivers. Reported

svn commit: r241079 - stable/8/lib/libedit

2012-09-30 Thread Kevin Lo
Author: kevlo Date: Mon Oct 1 03:17:23 2012 New Revision: 241079 URL: http://svn.freebsd.org/changeset/base/241079 Log: MFC r240982: Initialize the num variable to avoid uninitialized data. This fixes the bug introduced by r238378. Reviewed by: pfg Modified:

svn commit: r241080 - head/sys/arm/include

2012-09-30 Thread Andrew Turner
Author: andrew Date: Mon Oct 1 05:12:17 2012 New Revision: 241080 URL: http://svn.freebsd.org/changeset/base/241080 Log: Fix the clobber list on the atomic operators that do comparisons. Without this some compilers will place a cmp instruction before the atomic operation and expect to be