svn commit: r235325 - head/sys/dev/etherswitch/arswitch

2012-05-12 Thread Adrian Chadd
Author: adrian Date: Sat May 12 06:24:21 2012 New Revision: 235325 URL: http://svn.freebsd.org/changeset/base/235325 Log: * Remove the AR7240 register defines and reuse the AR8x16 defines. * Include a new register define to represent disable port mirroring to CPU port. Obtained from:

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

2012-05-12 Thread Joel Dahl
Author: joel (doc committer) Date: Sat May 12 07:01:21 2012 New Revision: 235326 URL: http://svn.freebsd.org/changeset/base/235326 Log: mdoc: list items should be specified with the It macro. Modified: head/share/man/man4/ulpt.4 Modified: head/share/man/man4/ulpt.4

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

2012-05-12 Thread Bruce Evans
On Fri, 11 May 2012, Xin LI wrote: Log: ??Revert previous revision, misunderstood the code :( Modified: ??head/sys/kern/kern_kthread.c Modified: head/sys/kern/kern_kthread.c == --- head/sys/kern/kern_kthread.c ?? ??

svn commit: r235327 - head/lib/libc/gmon

2012-05-12 Thread Joel Dahl
Author: joel (doc committer) Date: Sat May 12 07:52:45 2012 New Revision: 235327 URL: http://svn.freebsd.org/changeset/base/235327 Log: mdoc: end list context with El. Modified: head/lib/libc/gmon/moncontrol.3 Modified: head/lib/libc/gmon/moncontrol.3

svn commit: r235329 - in head/sys/boot: common i386/libi386 i386/loader i386/zfsboot sparc64/loader zfs

2012-05-12 Thread Andriy Gapon
Author: avg Date: Sat May 12 09:03:30 2012 New Revision: 235329 URL: http://svn.freebsd.org/changeset/base/235329 Log: zfsboot/zfsloader: support accessing filesystems within a pool In zfs loader zfs device name format now is zfs:pool/fs, fully qualified file path is

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

2012-05-12 Thread Andriy Gapon
Author: avg Date: Sat May 12 09:07:41 2012 New Revision: 235330 URL: http://svn.freebsd.org/changeset/base/235330 Log: zfs boot: try to set vfs.root.mountfrom from currdev as a fallback This way with the new zfsloader there is no need to explicitly set zfs root filesystem either via

svn commit: r235331 - head

2012-05-12 Thread Antoine Brodin
Author: antoine Date: Sat May 12 10:53:49 2012 New Revision: 235331 URL: http://svn.freebsd.org/changeset/base/235331 Log: Add more obsolete files. Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc

svn commit: r235332 - in head/sys: fs/nfsclient nfsclient

2012-05-12 Thread Rick Macklem
Author: rmacklem Date: Sat May 12 12:02:51 2012 New Revision: 235332 URL: http://svn.freebsd.org/changeset/base/235332 Log: PR# 165923 reported intermittent write failures for dirty memory mapped pages being written back on an NFS mount. Since any thread can call VOP_PUTPAGES() to write

svn commit: r235333 - in head/sys: cam dev/ahci dev/ata dev/mvs dev/siis

2012-05-12 Thread Alexander Motin
Author: mav Date: Sat May 12 13:55:36 2012 New Revision: 235333 URL: http://svn.freebsd.org/changeset/base/235333 Log: Add two functions xpt_batch_start() and xpt_batch_done() to the CAM SIM KPI to allow drivers to handle request completion directly without passing them to the CAM SWI

svn commit: r235334 - head/sys/dev/vr

2012-05-12 Thread Rui Paulo
Author: rpaulo Date: Sat May 12 14:37:25 2012 New Revision: 235334 URL: http://svn.freebsd.org/changeset/base/235334 Log: Convert the if_vr(4) driver model to the interrupt filter model and use a taskqueue. This gives a 16% performance improvement under high load on slow systems,

svn commit: r235335 - head/usr.sbin/jail

2012-05-12 Thread Joel Dahl
Author: joel (doc committer) Date: Sat May 12 14:43:52 2012 New Revision: 235335 URL: http://svn.freebsd.org/changeset/base/235335 Log: mdoc: remove redundant Pp and end a display block with Ed. Modified: head/usr.sbin/jail/jail.conf.5 Modified: head/usr.sbin/jail/jail.conf.5

svn commit: r235336 - head/sbin/growfs

2012-05-12 Thread Joel Dahl
Author: joel (doc committer) Date: Sat May 12 14:46:49 2012 New Revision: 235336 URL: http://svn.freebsd.org/changeset/base/235336 Log: mdoc: remove redundant paragraph macro. Modified: head/sbin/growfs/growfs.8 Modified: head/sbin/growfs/growfs.8

svn commit: r235337 - in head: lib/libutil sbin/hastd sbin/iscontrol share/man/man5 share/termcap usr.sbin/jail usr.sbin/ntp/doc usr.sbin/wpa/hostapd usr.sbin/wpa/wpa_supplicant

2012-05-12 Thread Glen Barber
Author: gjb (doc committer) Date: Sat May 12 15:08:22 2012 New Revision: 235337 URL: http://svn.freebsd.org/changeset/base/235337 Log: General mdoc(7) and typo fixes. PR: 167804 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after:3 days Modified:

svn commit: r235338 - head/sys/dev/bwi

2012-05-12 Thread Adrian Chadd
Author: adrian Date: Sat May 12 15:11:53 2012 New Revision: 235338 URL: http://svn.freebsd.org/changeset/base/235338 Log: Add opt_wlan.h includes, so IEEE80211_* configuration changes are correctly picked up. Noticed by: Justin Hibbits, whilst debugging @ BSDCan Modified:

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

2012-05-12 Thread Joel Dahl
Author: joel (doc committer) Date: Sat May 12 16:08:05 2012 New Revision: 235340 URL: http://svn.freebsd.org/changeset/base/235340 Log: Remove tab from kernel configuration option. This is consistent with the rest of our manual pages. Modified: head/lib/libc/sys/setfib.2 Modified:

svn commit: r235342 - in head: share/man/man5 tools/build/options

2012-05-12 Thread Glen Barber
Author: gjb (doc committer) Date: Sat May 12 16:12:36 2012 New Revision: 235342 URL: http://svn.freebsd.org/changeset/base/235342 Log: Regenerate src.conf(5) for mdoc(7) and typo corrections. PR: 167804 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after:3

svn commit: r235343 - head/sys/cddl/boot/zfs

2012-05-12 Thread Andriy Gapon
Author: avg Date: Sat May 12 16:36:54 2012 New Revision: 235343 URL: http://svn.freebsd.org/changeset/base/235343 Log: add a zfs spa_t change missed in r235329 sys/cddl/boot is obviously not under sys/boot... Pointed out by: Jan Beich jbe...@tormail.org Pointyhat to: avg MFC

svn commit: r235344 - in head/sbin: ipfw mdconfig

2012-05-12 Thread Joel Dahl
Author: joel (doc committer) Date: Sat May 12 17:14:55 2012 New Revision: 235344 URL: http://svn.freebsd.org/changeset/base/235344 Log: mdoc: use Po and Pc macros instead of parens. Also avoid starting a line with Ns. Modified: head/sbin/ipfw/ipfw.8 head/sbin/mdconfig/mdconfig.8

svn commit: r235345 - head/sys/mips/conf

2012-05-12 Thread Adrian Chadd
Author: adrian Date: Sat May 12 17:41:42 2012 New Revision: 235345 URL: http://svn.freebsd.org/changeset/base/235345 Log: Flip on WN1043ND switch PHY support. * Add the i2c bitbang bus; * Add the etherswitch/rtl8366rb drivers; * fix the USB GPIO configuration so USB actually works.

svn commit: r235346 - head/sys/mips/conf

2012-05-12 Thread Adrian Chadd
Author: adrian Date: Sat May 12 17:42:22 2012 New Revision: 235346 URL: http://svn.freebsd.org/changeset/base/235346 Log: Revert this - I disabled it whilst hwpmc is/was broken. Modified: head/sys/mips/conf/AR91XX_BASE Modified: head/sys/mips/conf/AR91XX_BASE

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

2012-05-12 Thread Glen Barber
Author: gjb (doc committer) Date: Sat May 12 18:10:27 2012 New Revision: 235347 URL: http://svn.freebsd.org/changeset/base/235347 Log: Docuement requirement to alter some sysctls when using igb(4) with jumbo frames. PR: 153738 Submitted by: Tom Judge (tom!tomjudge.com)

svn commit: r235351 - head/sys/mips/conf

2012-05-12 Thread Adrian Chadd
Author: adrian Date: Sat May 12 19:43:22 2012 New Revision: 235351 URL: http://svn.freebsd.org/changeset/base/235351 Log: Remove duplicate config bits. Submitted by: juli Modified: head/sys/mips/conf/TP-WN1043ND Modified: head/sys/mips/conf/TP-WN1043ND

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

2012-05-12 Thread Joel Dahl
Author: joel (doc committer) Date: Sat May 12 19:53:44 2012 New Revision: 235353 URL: http://svn.freebsd.org/changeset/base/235353 Log: Minor mdoc nit. Modified: head/share/man/man4/ddb.4 Modified: head/share/man/man4/ddb.4

svn commit: r235355 - in head: sbin/etherswitchcfg sbin/mdconfig share/man/man4 usr.bin/stdbuf usr.sbin/jail usr.sbin/wpa/hostapd

2012-05-12 Thread Joel Dahl
Author: joel (doc committer) Date: Sat May 12 19:59:37 2012 New Revision: 235355 URL: http://svn.freebsd.org/changeset/base/235355 Log: Remove end of line whitespace. Modified: head/sbin/etherswitchcfg/etherswitchcfg.8 head/sbin/mdconfig/mdconfig.8 head/share/man/man4/firewire.4

svn commit: r235356 - head/sys/vm

2012-05-12 Thread Konstantin Belousov
Author: kib Date: Sat May 12 20:03:06 2012 New Revision: 235356 URL: http://svn.freebsd.org/changeset/base/235356 Log: Make the vm_page_array_size long. Remove redundand zero initialization for vm_page_array_size and nearby variablees. Sponsored by: The FreeBSD Foundation Reviewed by:

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

2012-05-12 Thread Glen Barber
Author: gjb (doc committer) Date: Sat May 12 20:06:17 2012 New Revision: 235357 URL: http://svn.freebsd.org/changeset/base/235357 Log: Fix an mdoc(7) nit. Modified: head/share/man/man9/bus_space.9 Modified: head/share/man/man9/bus_space.9

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

2012-05-12 Thread Glen Barber
Author: gjb (doc committer) Date: Sat May 12 20:08:16 2012 New Revision: 235358 URL: http://svn.freebsd.org/changeset/base/235358 Log: Set formatting width and offset in DB_COMMAND(9). Modified: head/share/man/man9/DB_COMMAND.9 Modified: head/share/man/man9/DB_COMMAND.9

svn commit: r235359 - head/sys/vm

2012-05-12 Thread Konstantin Belousov
Author: kib Date: Sat May 12 20:10:18 2012 New Revision: 235359 URL: http://svn.freebsd.org/changeset/base/235359 Log: Commit the change forgotten in r235356. Sponsored by: The FreeBSD Foundation Reviewed by: alc MFC after:1 month Modified: head/sys/vm/vm_page.h Modified:

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

2012-05-12 Thread Michael Tuexen
Author: tuexen Date: Sat May 12 20:11:35 2012 New Revision: 235360 URL: http://svn.freebsd.org/changeset/base/235360 Log: Provide in the association change notification the received ABORT chunk if case of SCTP_COMM_LOST or SCTP_CANT_STR_ASSOC as required by RFC 6458. MFC after: 3 days

svn commit: r235361 - head/sys/boot/zfs

2012-05-12 Thread Andriy Gapon
Author: avg Date: Sat May 12 20:23:30 2012 New Revision: 235361 URL: http://svn.freebsd.org/changeset/base/235361 Log: zfs boot code: use %j and uintmax_t instead %ll and uint64_t in printfs This is to silence warnings that result from different definitions of uint64_t on different

svn commit: r235362 - head/sys/vm

2012-05-12 Thread Konstantin Belousov
Author: kib Date: Sat May 12 20:24:46 2012 New Revision: 235362 URL: http://svn.freebsd.org/changeset/base/235362 Log: Assert that fictitious or unmanaged pages do not appear on active/inactive lists. Sponsored by: The FreeBSD Foundation Reviewed by: alc MFC after:1 month

svn commit: r235363 - head/lib/libc/stdio

2012-05-12 Thread Joel Dahl
Author: joel (doc committer) Date: Sat May 12 20:27:13 2012 New Revision: 235363 URL: http://svn.freebsd.org/changeset/base/235363 Log: Minor mdoc nits. Modified: head/lib/libc/stdio/scanf.3 head/lib/libc/stdio/wscanf.3 Modified: head/lib/libc/stdio/scanf.3

svn commit: r235364 - in head/sys/boot: . ofw/libofw sparc64/loader zfs

2012-05-12 Thread Andriy Gapon
Author: avg Date: Sat May 12 20:27:33 2012 New Revision: 235364 URL: http://svn.freebsd.org/changeset/base/235364 Log: sparc64/zfs boot: take advantage of new libzfsboot capabilities Also drop the now unneeded compatibility shims. Tested by:marius MFC after:1 month

svn commit: r235365 - head/sys/vm

2012-05-12 Thread Konstantin Belousov
Author: kib Date: Sat May 12 20:27:51 2012 New Revision: 235365 URL: http://svn.freebsd.org/changeset/base/235365 Log: Assert that the page passed to vm_page_putfake() is unmanaged. Sponsored by: The FreeBSD Foundation Reviewed by: alc MFC after:1 month Modified:

svn commit: r235366 - head/sys/vm

2012-05-12 Thread Konstantin Belousov
Author: kib Date: Sat May 12 20:34:22 2012 New Revision: 235366 URL: http://svn.freebsd.org/changeset/base/235366 Log: Split the code from vm_page_getfake() to initialize the fake page struct vm_page into new interface vm_page_initfake(). Handle the case of fake page re-initialization with

svn commit: r235367 - head/sys/dev/etherswitch/arswitch

2012-05-12 Thread Adrian Chadd
Author: adrian Date: Sat May 12 20:36:12 2012 New Revision: 235367 URL: http://svn.freebsd.org/changeset/base/235367 Log: * Add in the AR7240 global control field for setting the maximum frame size for the AR7240. * Include SM/MS macros, thanks to ath_hal(4). * This field is for

svn commit: r235370 - head/sys/dev/etherswitch/arswitch

2012-05-12 Thread Adrian Chadd
Author: adrian Date: Sat May 12 20:40:13 2012 New Revision: 235370 URL: http://svn.freebsd.org/changeset/base/235370 Log: .. oops, include setting the MTU. Modified: head/sys/dev/etherswitch/arswitch/arswitch_7240.c Modified: head/sys/dev/etherswitch/arswitch/arswitch_7240.c

svn commit: r235369 - head/sys/dev/etherswitch/arswitch

2012-05-12 Thread Adrian Chadd
Author: adrian Date: Sat May 12 20:39:41 2012 New Revision: 235369 URL: http://svn.freebsd.org/changeset/base/235369 Log: Document what the flood register setting does. Modified: head/sys/dev/etherswitch/arswitch/arswitch_8316.c Modified: head/sys/dev/etherswitch/arswitch/arswitch_8316.c

svn commit: r235372 - head/sys/vm

2012-05-12 Thread Konstantin Belousov
Author: kib Date: Sat May 12 20:42:56 2012 New Revision: 235372 URL: http://svn.freebsd.org/changeset/base/235372 Log: Add a facility to register a range of physical addresses to be used for allocation of fictitious pages, for which PHYS_TO_VM_PAGE() returns proper fictitious vm_page_t. The

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

2012-05-12 Thread Glen Barber
Author: gjb (doc committer) Date: Sat May 12 20:46:19 2012 New Revision: 235373 URL: http://svn.freebsd.org/changeset/base/235373 Log: mdoc(7) markup cleanup. Modified: head/share/man/man9/eventtimers.9 head/share/man/man9/fail.9 Modified: head/share/man/man9/eventtimers.9

svn commit: r235375 - head/sys/vm

2012-05-12 Thread Konstantin Belousov
Author: kib Date: Sat May 12 20:49:58 2012 New Revision: 235375 URL: http://svn.freebsd.org/changeset/base/235375 Log: Add new pager type, OBJT_MGTDEVICE. It provides the device pager which carries fictitous managed pages. In particular, the consumers of the new object type can remove all

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

2012-05-12 Thread Glen Barber
Author: gjb (doc committer) Date: Sat May 12 20:53:00 2012 New Revision: 235376 URL: http://svn.freebsd.org/changeset/base/235376 Log: Remove leading .Ns macro to silence mdoc(7) warning. Modified: head/share/man/man9/spl.9 Modified: head/share/man/man9/spl.9

svn commit: r235377 - head/sys/dev/etherswitch/arswitch

2012-05-12 Thread Adrian Chadd
Author: adrian Date: Sat May 12 21:08:07 2012 New Revision: 235377 URL: http://svn.freebsd.org/changeset/base/235377 Log: Setup the CPU port and broadcast map on the AR7240, rather than depending upon the bootloader initialising it. The aim is to eventually support a full switch set and

svn commit: r235379 - head/cddl/contrib/dtracetoolkit

2012-05-12 Thread George V. Neville-Neil
Author: gnn Date: Sat May 12 21:23:31 2012 New Revision: 235379 URL: http://svn.freebsd.org/changeset/base/235379 Log: Revert previous failed cp. Deleted: head/cddl/contrib/dtracetoolkit/ ___ svn-src-head@freebsd.org mailing list

svn commit: r235380 - head/cddl/contrib/dtracetoolkit

2012-05-12 Thread George V. Neville-Neil
Author: gnn Date: Sat May 12 21:25:48 2012 New Revision: 235380 URL: http://svn.freebsd.org/changeset/base/235380 Log: Import dtracetoolkit into cddl/contrib Added: head/cddl/contrib/dtracetoolkit/ - copied from r235379, vendor/dtracetoolkit/dist/

svn commit: r235381 - head/sys/fs/nfsserver

2012-05-12 Thread Rick Macklem
Author: rmacklem Date: Sat May 12 22:20:55 2012 New Revision: 235381 URL: http://svn.freebsd.org/changeset/base/235381 Log: Fix two cases in the new NFS server where a tsleep() is used, when the code should actually protect the tested variable with a mutex. Since the tsleep()s had a 10sec

svn commit: r235385 - in head/contrib/jemalloc: . doc include/jemalloc/internal

2012-05-12 Thread Jason Evans
Author: jasone Date: Sun May 13 01:33:28 2012 New Revision: 235385 URL: http://svn.freebsd.org/changeset/base/235385 Log: Fix config_lazy_lock so that thread caching isn't used for single-threaded applications. Modified: head/contrib/jemalloc/FREEBSD-diffs

Re: svn commit: r235267 - in head/usr.bin/sort: . nls

2012-05-12 Thread John Baldwin
On 5/11/12 1:17 PM, Bruce Evans wrote: However, they may be some some boot programs that save space by not bzeroing the bss. Not being a C program in this respect apparently caused the following farcal churn in i386/boot2: - the opts variable started with a bogus explicit initialization to

svn commit: r235389 - head/contrib/compiler-rt/lib/sparc64

2012-05-12 Thread Marius Strobl
Author: marius Date: Sun May 13 05:09:36 2012 New Revision: 235389 URL: http://svn.freebsd.org/changeset/base/235389 Log: Regenerate after r235388. Modified: head/contrib/compiler-rt/lib/sparc64/divsi3.S head/contrib/compiler-rt/lib/sparc64/modsi3.S Modified: