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

2012-06-15 Thread Warner Losh
Author: imp Date: Fri Jun 15 06:38:55 2012 New Revision: 237115 URL: http://svn.freebsd.org/changeset/base/237115 Log: Take half a step closer towards having a unified atmel kernel by rearranging where we initialize the time counter and putting the common stubs into a central place.

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: 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 br...@shatow.net MFC

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

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: 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: 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: 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

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: 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: 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 month

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. It

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

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

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 Modified:

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

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

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: 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

Re: svn commit: r232249 - head

2012-06-15 Thread Sergey Kandaurov
On 15 June 2012 20:34, Ulrich Spörlein u...@freebsd.org 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

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:

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: 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: