svn commit: r237156 - head/lib/libc/gen

2012-06-15 Thread Joel Dahl
Author: joel (doc committer) Date: Sat Jun 16 06:38:11 2012 New Revision: 237156 URL: http://svn.freebsd.org/changeset/base/237156 Log: mandoc fixes. Obtained from:OpenBSD Modified: head/lib/libc/gen/signal.3 Modified: head/lib/libc/gen/signal.3 =

svn commit: r237153 - in head/sys/dev/ath: . ath_hal

2012-06-15 Thread Adrian Chadd
Author: adrian Date: Sat Jun 16 04:41:35 2012 New Revision: 237153 URL: http://svn.freebsd.org/changeset/base/237153 Log: Shuffle some more fields in ath_buf so it's not too big. This shaves off 20 bytes - from 288 bytes to 268 bytes. However, it's still too big. Modified: head/sys/

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

2012-06-15 Thread Adrian Chadd
Author: adrian Date: Sat Jun 16 04:36:08 2012 New Revision: 237152 URL: http://svn.freebsd.org/changeset/base/237152 Log: Shave four (or eight) bytes off of ath_buf - this field isn't used. Modified: head/sys/dev/ath/if_athvar.h Modified: head/sys/dev/ath/if_athvar.h

svn commit: r237151 - head/sys/arm/at91

2012-06-15 Thread Warner Losh
Author: imp Date: Sat Jun 16 04:34:46 2012 New Revision: 237151 URL: http://svn.freebsd.org/changeset/base/237151 Log: Throw this debug behind bootverbose. The information isn't all that exciting once the initial board bring up is over. Modified: head/sys/arm/at91/at91_pio.c Modified: hea

svn commit: r237150 - stable/9/sys/powerpc/aim

2012-06-15 Thread Konstantin Belousov
Author: kib Date: Fri Jun 15 23:07:51 2012 New Revision: 237150 URL: http://svn.freebsd.org/changeset/base/237150 Log: MFC r230779: Fix build for the case of powerpc64 kernel without COMPAT_FREEBSD32. Pointy hat to:kib Modified: stable/9/sys/powerpc/aim/mmu_oea64.c Directory Pr

Re: svn commit: r237106 - stable/9/lib/libc/gen

2012-06-15 Thread Konstantin Belousov
On Fri, Jun 15, 2012 at 05:33:27PM -0500, Guy Helmer wrote: > > On Jun 15, 2012, at 4:26 PM, Konstantin Belousov wrote: > > > On Thu, Jun 14, 2012 at 09:48:15PM +, Guy Helmer wrote: > >> Author: ghelmer > >> Date: Thu Jun 14 21:48:14 2012 > >> New Revision: 237106 > >> URL: http://svn.freebsd

svn commit: r237149 - stable/8/cddl/contrib/opensolaris/cmd/zpool

2012-06-15 Thread Glen Barber
Author: gjb (doc committer) Date: Fri Jun 15 22:56:28 2012 New Revision: 237149 URL: http://svn.freebsd.org/changeset/base/237149 Log: MFC r236776, r236777: r236776: Fix a typo: s/deafult/default r236777: Clean up trailing whitespace. Modified: stable/8/cddl/contrib/opensolari

svn commit: r237148 - stable/9/cddl/contrib/opensolaris/cmd/zpool

2012-06-15 Thread Glen Barber
Author: gjb (doc committer) Date: Fri Jun 15 22:56:15 2012 New Revision: 237148 URL: http://svn.freebsd.org/changeset/base/237148 Log: MFC r236776, r236777: r236776: Fix a typo: s/deafult/default r236777: Clean up trailing whitespace. Modified: stable/9/cddl/contrib/opensolari

Re: svn commit: r237106 - stable/9/lib/libc/gen

2012-06-15 Thread Guy Helmer
On Jun 15, 2012, at 4:26 PM, Konstantin Belousov wrote: > On Thu, Jun 14, 2012 at 09:48:15PM +, Guy Helmer wrote: >> Author: ghelmer >> Date: Thu Jun 14 21:48:14 2012 >> New Revision: 237106 >> URL: http://svn.freebsd.org/changeset/base/237106 >> >> Log: >> MFC 235739-235740,236402: >> App

Re: svn commit: r237106 - stable/9/lib/libc/gen

2012-06-15 Thread Konstantin Belousov
On Thu, Jun 14, 2012 at 09:48:15PM +, Guy Helmer wrote: > Author: ghelmer > Date: Thu Jun 14 21:48:14 2012 > New Revision: 237106 > URL: http://svn.freebsd.org/changeset/base/237106 > > Log: > MFC 235739-235740,236402: > Apply style(9) to return and switch/case statements. > > Add che

svn commit: r237145 - stable/8/sys/net

2012-06-15 Thread Mikolaj Golub
Author: trociny Date: Fri Jun 15 20:27:15 2012 New Revision: 237145 URL: http://svn.freebsd.org/changeset/base/237145 Log: MFC 236724, 236725: MFC 236724: Add VIMAGE support to if_tap. PR: kern/152047, kern/158686 Submitted by: Daan Vreeken MFC 236725: Sort

Re: svn commit: r232249 - head

2012-06-15 Thread Sergey Kandaurov
On 15 June 2012 20:34, Ulrich Spörlein wrote: > On Tue, 2012-02-28 at 11:06:52 +, Sergey Kandaurov wrote: >> Author: pluknet >> Date: Tue Feb 28 11:06:52 2012 >> New Revision: 232249 >> URL: http://svn.freebsd.org/changeset/base/232249 >> >> Log: >>   Add lib32 part after libarchive 3.0.3 upda

svn commit: r237144 - stable/9/sys/net

2012-06-15 Thread Mikolaj Golub
Author: trociny Date: Fri Jun 15 20:25:44 2012 New Revision: 237144 URL: http://svn.freebsd.org/changeset/base/237144 Log: MFC 236724, 236725: MFC 236724: Add VIMAGE support to if_tap. PR: kern/152047, kern/158686 Submitted by: Daan Vreeken MFC 236725: Sort

svn commit: r237143 - head/tools/tools/ath/athdebug

2012-06-15 Thread Adrian Chadd
Author: adrian Date: Fri Jun 15 20:08:13 2012 New Revision: 237143 URL: http://svn.freebsd.org/changeset/base/237143 Log: Convert athdebug to use the 64 bit dev.ath.X.debug sysctl. Modified: head/tools/tools/ath/athdebug/athdebug.c Modified: head/tools/tools/ath/athdebug/athdebug.c =

svn commit: r237142 - head

2012-06-15 Thread Brooks Davis
Author: brooks Date: Fri Jun 15 19:42:49 2012 New Revision: 237142 URL: http://svn.freebsd.org/changeset/base/237142 Log: Minor wording change. The previous commit message should have included: Sponsored by: DARPA, AFRL Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

svn commit: r237141 - head

2012-06-15 Thread Brooks Davis
Author: brooks Date: Fri Jun 15 19:40:59 2012 New Revision: 237141 URL: http://svn.freebsd.org/changeset/base/237141 Log: MFP4: 212854, 212854 Add a LOCAL_LIB_DIRS variable to complement the existing LOCAL_DIRS and LOCAL_TOOL_DIRS variables. Directories in LOCAL_LIB_DIRS are built at t

svn commit: r237140 - in stable/9/sys: i386/i386 kern powerpc/aim powerpc/booke

2012-06-15 Thread Konstantin Belousov
Author: kib Date: Fri Jun 15 17:31:15 2012 New Revision: 237140 URL: http://svn.freebsd.org/changeset/base/237140 Log: MFC r230767: Enable nxstacks where supported. Modified: stable/9/sys/i386/i386/initcpu.c stable/9/sys/kern/imgact_elf.c stable/9/sys/powerpc/aim/mmu_oea64.c stable/9/

svn commit: r237138 - stable/8/sys/arm/at91

2012-06-15 Thread Warner Losh
Author: imp Date: Fri Jun 15 17:01:12 2012 New Revision: 237138 URL: http://svn.freebsd.org/changeset/base/237138 Log: Add a band-aide for MFCs: at91_is_rm92 is always true in 8 until SAM9 support is MFC'd. The recent change to spi now references this, so bring it in as a forward compatabil

svn commit: r237137 - head/sys/arm/s3c2xx0

2012-06-15 Thread Warner Losh
Author: imp Date: Fri Jun 15 16:50:32 2012 New Revision: 237137 URL: http://svn.freebsd.org/changeset/base/237137 Log: Remove stray line from merge. Modified: head/sys/arm/s3c2xx0/s3c24x0_machdep.c Modified: head/sys/arm/s3c2xx0/s3c24x0_machdep.c =

Re: svn commit: r232249 - head

2012-06-15 Thread Ulrich Spörlein
On Tue, 2012-02-28 at 11:06:52 +, Sergey Kandaurov wrote: > Author: pluknet > Date: Tue Feb 28 11:06:52 2012 > New Revision: 232249 > URL: http://svn.freebsd.org/changeset/base/232249 > > Log: > Add lib32 part after libarchive 3.0.3 update. > > Modified: > head/ObsoleteFiles.inc > > Modi

svn commit: r237136 - in head/sys: amd64/conf i386/conf

2012-06-15 Thread Adrian Chadd
Author: adrian Date: Fri Jun 15 15:32:16 2012 New Revision: 237136 URL: http://svn.freebsd.org/changeset/base/237136 Log: Oops - use the actual 11n enable option. Modified: head/sys/amd64/conf/GENERIC head/sys/i386/conf/GENERIC Modified: head/sys/amd64/conf/GENERIC

svn commit: r237135 - head/sys/dev/isp

2012-06-15 Thread Matt Jacob
Author: mjacob Date: Fri Jun 15 15:28:15 2012 New Revision: 237135 URL: http://svn.freebsd.org/changeset/base/237135 Log: If debug values were set, the default from tval floated down and triggered an attempt to set multiple virtual ports whether you wanted them or not. MFC after:3 d

Re: svn commit: r237133 - head/sys/kern

2012-06-15 Thread Bruce Evans
On Fri, 15 Jun 2012, Pawel Jakub Dawidek wrote: Log: One more attempt to make prototypes formated according to style(9), Thanks. The prototypes look OK now. which holefully recovers from the "worse than useless" state. Er, my "worse than useless" description wasn't about prototypes. I

svn commit: r237134 - in stable/9/sys: compat/freebsd32 kern sys vm

2012-06-15 Thread Konstantin Belousov
Author: kib Date: Fri Jun 15 10:38:14 2012 New Revision: 237134 URL: http://svn.freebsd.org/changeset/base/237134 Log: MFC r226342 (by marcel): In elf32_trans_prot() and when compiling for amd64 or ia64, add PROT_EXECUTE when PROT_READ is needed. By default i386 allows execution when readi

svn commit: r237133 - head/sys/kern

2012-06-15 Thread Pawel Jakub Dawidek
Author: pjd Date: Fri Jun 15 10:00:29 2012 New Revision: 237133 URL: http://svn.freebsd.org/changeset/base/237133 Log: One more attempt to make prototypes formated according to style(9), which holefully recovers from the "worse than useless" state. Reported by: bde MFC after:1 mont

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

2012-06-15 Thread Ruslan Ermilov
Author: ru Date: Fri Jun 15 09:12:47 2012 New Revision: 237132 URL: http://svn.freebsd.org/changeset/base/237132 Log: Fixed an example that set IP_ONESBCAST socket option to actually work, and not return EINVAL. Modified: head/share/man/man4/ip.4 Modified: head/share/man/man4/ip.4

svn commit: r237131 - head/sys/dev/drm2/i915

2012-06-15 Thread Konstantin Belousov
Author: kib Date: Fri Jun 15 08:50:44 2012 New Revision: 237131 URL: http://svn.freebsd.org/changeset/base/237131 Log: Use right size when freeing unneeded GTT mapping. MFC after:3 days Modified: head/sys/dev/drm2/i915/i915_gem.c Modified: head/sys/dev/drm2/i915/i915_gem.c =

svn commit: r237130 - head/sys/arm/at91

2012-06-15 Thread Warner Losh
Author: imp Date: Fri Jun 15 08:37:50 2012 New Revision: 237130 URL: http://svn.freebsd.org/changeset/base/237130 Log: Make it possible to link together a sam and an rm kernel. The results aren't very pretty yet, but this takes DELAY and cpu_reset and makes them pointers. # I worry tha

svn commit: r237129 - head/tools/tools/net80211/wlanstats

2012-06-15 Thread Adrian Chadd
Author: adrian Date: Fri Jun 15 08:37:46 2012 New Revision: 237129 URL: http://svn.freebsd.org/changeset/base/237129 Log: Add the AMPDU BAR TX statistics to the "ampdu" tag. Modified: head/tools/tools/net80211/wlanstats/main.c Modified: head/tools/tools/net80211/wlanstats/main.c

svn commit: r237125 - in head/sys: arm/conf conf

2012-06-15 Thread Warner Losh
Author: imp Date: Fri Jun 15 08:01:16 2012 New Revision: 237125 URL: http://svn.freebsd.org/changeset/base/237125 Log: These options are unused, and can safely be retired. Modified: head/sys/arm/conf/BWCT head/sys/conf/options.arm Modified: head/sys/arm/conf/BWCT ==

svn commit: r237124 - head/sys/arm/conf

2012-06-15 Thread Warner Losh
Author: imp Date: Fri Jun 15 07:56:53 2012 New Revision: 237124 URL: http://svn.freebsd.org/changeset/base/237124 Log: This hints file doesn't actually do anything, and besides it is commented out here. Remove it. Modified: head/sys/arm/conf/BWCT Modified: head/sys/arm/conf/BWCT =

svn commit: r237122 - head/sys/arm/at91

2012-06-15 Thread Warner Losh
Author: imp Date: Fri Jun 15 07:50:26 2012 New Revision: 237122 URL: http://svn.freebsd.org/changeset/base/237122 Log: Collapse the files.at91 and files.at91sam9 back into files.at91. Create a new option for at91rm9200 support. Set this option in std.at91. Create a new option for the at91s

svn commit: r237119 - head/cddl/contrib/opensolaris/lib/libzfs/common

2012-06-15 Thread Martin Matuska
Author: mm Date: Fri Jun 15 07:38:21 2012 New Revision: 237119 URL: http://svn.freebsd.org/changeset/base/237119 Log: Do not remount ZFS dataset if changing canmount property to "on" and dataset is already mounted. PR: 167905 Submitted by: Bryan Drewery MFC after:1 week

svn commit: r237118 - head/sys/arm/arm

2012-06-15 Thread Warner Losh
Author: imp Date: Fri Jun 15 07:26:39 2012 New Revision: 237118 URL: http://svn.freebsd.org/changeset/base/237118 Log: Fix a global shadowing problem when LINUX_BOOT_ABI was defined. Modified: head/sys/arm/arm/machdep.c Modified: head/sys/arm/arm/machdep.c ===

svn commit: r237117 - stable/8/cddl/contrib/opensolaris/cmd/zpool

2012-06-15 Thread Martin Matuska
Author: mm Date: Fri Jun 15 07:14:43 2012 New Revision: 237117 URL: http://svn.freebsd.org/changeset/base/237117 Log: MFC r236960: Document the -v flag for zpool list. PR: 168970 Suggested by: Marcelo Araujo Modified: stable/8/cddl/contrib/opensolaris/cmd/zpool/zpool.8 s

svn commit: r237116 - stable/9/cddl/contrib/opensolaris/cmd/zpool

2012-06-15 Thread Martin Matuska
Author: mm Date: Fri Jun 15 07:14:16 2012 New Revision: 237116 URL: http://svn.freebsd.org/changeset/base/237116 Log: MFC r236960: Document the -v flag for zpool list. PR: 168970 Suggested by: Marcelo Araujo Modified: stable/9/cddl/contrib/opensolaris/cmd/zpool/zpool.8 s