svn commit: r235216 - in head/cddl/contrib/opensolaris: cmd/zfs lib/libzfs/common

2012-05-10 Thread Martin Matuska
Author: mm Date: Thu May 10 08:57:58 2012 New Revision: 235216 URL: http://svn.freebsd.org/changeset/base/235216 Log: Add support for force unmounting ZFS filesystems during zfs rename with the -f flag. Reimplementation of the illumos changeset 13677:a0cbef703c12 2635 'zfs rename -f'

svn commit: r235217 - head/cddl/contrib/opensolaris/cmd/zfs

2012-05-10 Thread Martin Matuska
Author: mm Date: Thu May 10 09:10:31 2012 New Revision: 235217 URL: http://svn.freebsd.org/changeset/base/235217 Log: Remove unreachable break in zfs_main.c Partial import of illumos changeset 13622:e5889df1eaac 2077 lots of unreachable breaks in illumos gate References:

svn commit: r235218 - head/lib/libthr/thread

2012-05-10 Thread David Xu
Author: davidxu Date: Thu May 10 09:30:37 2012 New Revision: 235218 URL: http://svn.freebsd.org/changeset/base/235218 Log: Create a common function lookup() to search a chan, this eliminates redundant SC_LOOKUP() calling. Modified: head/lib/libthr/thread/thr_sleepq.c Modified:

svn commit: r235219 - in head/sys/boot/i386: cdboot pxeldr

2012-05-10 Thread Andriy Gapon
Author: avg Date: Thu May 10 09:47:04 2012 New Revision: 235219 URL: http://svn.freebsd.org/changeset/base/235219 Log: cdboot, pxeldr: make use of bootargs.h instead of redefining flag constants Reviewed by: jhb MFC after:1 month Added: head/sys/boot/i386/cdboot/cdboot.S -

svn commit: r235220 - in stable/9/sys: kern sys

2012-05-10 Thread Konstantin Belousov
Author: kib Date: Thu May 10 10:02:56 2012 New Revision: 235220 URL: http://svn.freebsd.org/changeset/base/235220 Log: MFC r234952: Mark the migrating callouts with CALLOUT_DFRMIGRATION flag. The flag is cleared by callout_stop_safe() when the function detects a migration, besides

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

2012-05-10 Thread Konstantin Belousov
Author: kib Date: Thu May 10 10:16:21 2012 New Revision: 235221 URL: http://svn.freebsd.org/changeset/base/235221 Log: MFC r234981: Move the code to call the callout callback into the helper function softclock_call_cc(). While there, move some common code to callout_cc_del(). Modified:

svn commit: r235222 - in head: cddl/contrib/opensolaris/cmd/zfs cddl/contrib/opensolaris/lib/libzfs/common cddl/contrib/opensolaris/lib/libzpool/common/sys sys/cddl/contrib/opensolaris/uts/common/f...

2012-05-10 Thread Martin Matuska
Author: mm Date: Thu May 10 10:39:45 2012 New Revision: 235222 URL: http://svn.freebsd.org/changeset/base/235222 Log: Import illumos changeset 13686:4bc0783f6064 2703 add mechanism to report ZFS send progress If the zfs send command is used with the -v flag, the amount of bytes

svn commit: r235223 - in stable/8/sys: kern sys

2012-05-10 Thread Konstantin Belousov
Author: kib Date: Thu May 10 10:56:46 2012 New Revision: 235223 URL: http://svn.freebsd.org/changeset/base/235223 Log: MFC r234952: Mark the migrating callouts with CALLOUT_DFRMIGRATION flag. The flag is cleared by callout_stop_safe() when the function detects a migration, besides

svn commit: r235224 - head

2012-05-10 Thread Warner Losh
Author: imp Date: Thu May 10 11:06:19 2012 New Revision: 235224 URL: http://svn.freebsd.org/changeset/base/235224 Log: Do a bit of house cleaning and remove the old, obsolete upgrade from 6.0 support and bump the minimum version to 8.0. These versions have not been tested and are believed

svn commit: r235225 - stable/8/sys/kern

2012-05-10 Thread Konstantin Belousov
Author: kib Date: Thu May 10 11:08:09 2012 New Revision: 235225 URL: http://svn.freebsd.org/changeset/base/235225 Log: MFC r234981: Move the code to call the callout callback into the helper function softclock_call_cc(). While there, move some common code to callout_cc_del(). Modified:

Re: svn commit: r235209 - head/games/fortune/datfiles

2012-05-10 Thread John Baldwin
On 5/9/12 6:13 PM, Eitan Adler wrote: Author: eadler Date: Wed May 9 22:13:56 2012 New Revision: 235209 URL: http://svn.freebsd.org/changeset/base/235209 Log: Add a few new tips and update some old ones to more modern commands MFC after: 1 week Modified:

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

2012-05-10 Thread Alexander Motin
Author: mav Date: Thu May 10 12:37:32 2012 New Revision: 235226 URL: http://svn.freebsd.org/changeset/base/235226 Log: Add `options GEOM_RAID` into i386 and amd64 GENERIC kernels. ataraid(4) previously was present there and having GEOM RAID is convinient. Unlike other classes GEOM RAID

Re: svn commit: r235209 - head/games/fortune/datfiles

2012-05-10 Thread Eitan Adler
On 10 May 2012 07:12, John Baldwin j...@freebsd.org wrote: The new version starts off in the middle of a sentence now.  I think you need to put some of this back (If you write part of a filename in tcsh, pressing TAB...). hm, good point. Not sure why you removed this?  Even if we changed

svn commit: r235227 - head/games/fortune/datfiles

2012-05-10 Thread Eitan Adler
Author: eadler Date: Thu May 10 12:46:12 2012 New Revision: 235227 URL: http://svn.freebsd.org/changeset/base/235227 Log: Partial revert of previous commit as some of the changes were not newbie-friendly. Requested by: jhb, gcooper Approved by: cperciva (implicit) MFC after:3

svn commit: r235228 - head/usr.sbin/bsdinstall/scripts

2012-05-10 Thread Ollivier Robert
Author: roberto Date: Thu May 10 13:30:42 2012 New Revision: 235228 URL: http://svn.freebsd.org/changeset/base/235228 Log: Add the IPv6 tag to ftp4.fr.freebsd.org. Modified: head/usr.sbin/bsdinstall/scripts/mirrorselect Modified: head/usr.sbin/bsdinstall/scripts/mirrorselect

svn commit: r235229 - head/sys/dev/hwpmc

2012-05-10 Thread Fabien Thomas
Author: fabient Date: Thu May 10 14:27:49 2012 New Revision: 235229 URL: http://svn.freebsd.org/changeset/base/235229 Log: Remove out of date KASSERT that fire with soft PMC. MFC after:1 week Modified: head/sys/dev/hwpmc/hwpmc_intel.c Modified: head/sys/dev/hwpmc/hwpmc_intel.c

svn commit: r235230 - head/sys/vm

2012-05-10 Thread Alan Cox
Author: alc Date: Thu May 10 15:16:42 2012 New Revision: 235230 URL: http://svn.freebsd.org/changeset/base/235230 Log: Give vm_fault()'s sequential access optimization a makeover. There are two aspects to the sequential access optimization: (1) read ahead of pages that are expected to be

svn commit: r235231 - in head/sys/sparc64: include sparc64

2012-05-10 Thread Marius Strobl
Author: marius Date: Thu May 10 15:17:21 2012 New Revision: 235231 URL: http://svn.freebsd.org/changeset/base/235231 Log: Merge r234989 from x86: Revert part of r234723 by re-enabling the SMP protection for intr_bind(). Modified: head/sys/sparc64/include/intr_machdep.h

svn commit: r235232 - head/sys/sparc64/include

2012-05-10 Thread Marius Strobl
Author: marius Date: Thu May 10 15:23:20 2012 New Revision: 235232 URL: http://svn.freebsd.org/changeset/base/235232 Log: Fix mismerge in r235231. Modified: head/sys/sparc64/include/intr_machdep.h Modified: head/sys/sparc64/include/intr_machdep.h

svn commit: r235233 - in head/sys: conf dev/ral modules/ral

2012-05-10 Thread Bernhard Schmidt
Author: bschmidt Date: Thu May 10 17:41:16 2012 New Revision: 235233 URL: http://svn.freebsd.org/changeset/base/235233 Log: Add support for Ralink RT2800/RT3000 chipsets. Thanks to ray@, Sevan and Sergey Dyatko for feedback and testing! Obtained from:OpenBSD MFC after:3

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

2012-05-10 Thread Warner Losh
Author: imp Date: Thu May 10 18:06:00 2012 New Revision: 235234 URL: http://svn.freebsd.org/changeset/base/235234 Log: Generate board id's from Linux's mach-types database for all arm ports. This currently is a nop, but will soon be used to allow support for multiple boards to be built

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

2012-05-10 Thread Bernhard Schmidt
Author: bschmidt Date: Thu May 10 18:10:20 2012 New Revision: 235235 URL: http://svn.freebsd.org/changeset/base/235235 Log: Update man page due import of RT2800/RT3000 support. Obtained from:OpenBSD MFC after:3 weeks Modified: head/share/man/man4/ral.4 Modified:

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

2012-05-10 Thread Bernhard Schmidt
Author: bschmidt Date: Thu May 10 18:14:25 2012 New Revision: 235236 URL: http://svn.freebsd.org/changeset/base/235236 Log: ifconfig(8) is important, but no need to mention it twice. MFC after:3 weeks Modified: head/share/man/man4/ral.4 Modified: head/share/man/man4/ral.4

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

2012-05-10 Thread Bernhard Schmidt
Author: bschmidt Date: Thu May 10 18:25:59 2012 New Revision: 235237 URL: http://svn.freebsd.org/changeset/base/235237 Log: remove trailing '.' Poked by: gjb MFC after:3 weeks Modified: head/share/man/man4/ral.4 Modified: head/share/man/man4/ral.4

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

2012-05-10 Thread Jason Evans
Author: jasone Date: Thu May 10 18:29:40 2012 New Revision: 235238 URL: http://svn.freebsd.org/changeset/base/235238 Log: Import jemalloc 37b6f95dcd866f51c91488531a2efc3ed4c2b754 (dev branch, prior to 3.0.0 release). This version is likely very close to what will be 3.0.0. Modified:

svn commit: r235239 - head/lib/libc/locale

2012-05-10 Thread Dimitry Andric
Author: dim Date: Thu May 10 20:03:34 2012 New Revision: 235239 URL: http://svn.freebsd.org/changeset/base/235239 Log: Fix copy/paste error in lib/libc/locale/toupper.c. Submitted by: Kohji Okuno okuno.ko...@jp.panasonic.com Modified: head/lib/libc/locale/toupper.c Modified:

svn commit: r235240 - svnadmin/conf

2012-05-10 Thread Colin Percival
Author: cperciva Date: Thu May 10 20:13:24 2012 New Revision: 235240 URL: http://svn.freebsd.org/changeset/base/235240 Log: Take randi's commit bit into safe keeping until she has more time to work on FreeBSD src, per her request. With hat: mentor Approved by: core (implicit)

svn commit: r235241 - head/sys/fs/ext2fs

2012-05-10 Thread Sergey Kandaurov
Author: pluknet Date: Thu May 10 20:28:33 2012 New Revision: 235241 URL: http://svn.freebsd.org/changeset/base/235241 Log: Fix mount interlock oversights from the previous change in r234386. Reported by: dougb Submitted by: Mateusz Guzik mjguzik at gmail com Reviewed by: Kirk

svn commit: r235243 - stable/9/sys/fs/unionfs

2012-05-10 Thread Daichi GOTO
Author: daichi Date: Thu May 10 20:35:50 2012 New Revision: 235243 URL: http://svn.freebsd.org/changeset/base/235243 Log: MFC: 234867 and 234944 - fixed a vnode lock hang-up issue. - fixed an incorrect lock status issue. - fixed an incorrect lock issue of unionfs root vnode removed.

svn commit: r235244 - stable/8/sys/fs/unionfs

2012-05-10 Thread Daichi GOTO
Author: daichi Date: Thu May 10 20:37:56 2012 New Revision: 235244 URL: http://svn.freebsd.org/changeset/base/235244 Log: MFC: 234867 and 234944 - fixed a vnode lock hang-up issue. - fixed an incorrect lock status issue. - fixed an incorrect lock issue of unionfs root vnode removed.

svn commit: r235246 - head/sys/nfsclient

2012-05-10 Thread Kirk McKusick
Author: mckusick Date: Thu May 10 21:38:48 2012 New Revision: 235246 URL: http://svn.freebsd.org/changeset/base/235246 Log: Fix mount mutex handling missed in r234386. Modified: head/sys/nfsclient/nfs_subs.c Modified: head/sys/nfsclient/nfs_subs.c

svn commit: r235249 - in stable/9/sys: . fs

2012-05-10 Thread Daichi GOTO
Author: daichi Date: Thu May 10 22:36:01 2012 New Revision: 235249 URL: http://svn.freebsd.org/changeset/base/235249 Log: Added forgotten r234867,234944 mergeinfo Modified: Directory Properties: stable/9/sys/ (props changed) stable/9/sys/fs/ (props changed)

svn commit: r235250 - stable/8/sys

2012-05-10 Thread Daichi GOTO
Author: daichi Date: Thu May 10 22:38:15 2012 New Revision: 235250 URL: http://svn.freebsd.org/changeset/base/235250 Log: Added forgotten r234867,234944 mergeinfo Modified: Directory Properties: stable/8/sys/ (props changed) ___

svn commit: r235251 - head/share/syscons/keymaps

2012-05-10 Thread Eitan Adler
Author: eadler Date: Thu May 10 23:38:34 2012 New Revision: 235251 URL: http://svn.freebsd.org/changeset/base/235251 Log: Add Spanish Dvorak keyboard model to syscons. (not verified to be accurate) PR: conf/160235 Submitted by: Alvaro gobl...@gmail.com Approved by:

svn commit: r235252 - head/usr.bin/unzip

2012-05-10 Thread Glen Barber
Author: gjb (doc committer) Date: Fri May 11 00:19:06 2012 New Revision: 235252 URL: http://svn.freebsd.org/changeset/base/235252 Log: Document the unzip(1) '-Z' option implemented in r234206. Submitted by: swills (via hacker lounge) MFC after:3 days Modified:

svn commit: r235253 - stable/9/lib/libfetch

2012-05-10 Thread Ed Maste
Author: emaste Date: Fri May 11 01:24:16 2012 New Revision: 235253 URL: http://svn.freebsd.org/changeset/base/235253 Log: MFC r234138: Support percent-encoded user and password RFC 1738 specifies that any :, @, or / within a user name or password in a URL is percent-encoded,

svn commit: r235254 - stable/8/lib/libfetch

2012-05-10 Thread Ed Maste
Author: emaste Date: Fri May 11 01:28:25 2012 New Revision: 235254 URL: http://svn.freebsd.org/changeset/base/235254 Log: MFC r234138: Support percent-encoded user and password RFC 1738 specifies that any :, @, or / within a user name or password in a URL is percent-encoded,

svn commit: r235255 - in head/sys/dev: dc fxp usb/net xl

2012-05-10 Thread Marius Strobl
Author: marius Date: Fri May 11 02:40:40 2012 New Revision: 235255 URL: http://svn.freebsd.org/changeset/base/235255 Log: - Change the module order of these MAC drivers to be last so they are deterministically handled after the corresponding PHY drivers when loaded as modules.

svn commit: r235256 - head/sys/dev/e1000

2012-05-10 Thread Kevin Lo
Author: kevlo Date: Fri May 11 03:15:22 2012 New Revision: 235256 URL: http://svn.freebsd.org/changeset/base/235256 Log: Initialize error to zero when it's declared in em_setup_receive_ring() Modified: head/sys/dev/e1000/if_em.c Modified: head/sys/dev/e1000/if_em.c

svn commit: r235257 - head/sys/dev/sf

2012-05-10 Thread Kevin Lo
Author: kevlo Date: Fri May 11 03:17:32 2012 New Revision: 235257 URL: http://svn.freebsd.org/changeset/base/235257 Log: Remove unused variable mii. This variable is initialized but not used. Modified: head/sys/dev/sf/if_sf.c Modified: head/sys/dev/sf/if_sf.c

svn commit: r235258 - stable/9/sbin/geom/class/part

2012-05-10 Thread Andrey V. Elsukov
Author: ae Date: Fri May 11 04:02:17 2012 New Revision: 235258 URL: http://svn.freebsd.org/changeset/base/235258 Log: MFC r235033: Don't ignore start offset value when user specifies it together with alignment. PR: bin/167567 Tested by: Warren Block Modified:

svn commit: r235259 - stable/8/sbin/geom/class/part

2012-05-10 Thread Andrey V. Elsukov
Author: ae Date: Fri May 11 04:02:37 2012 New Revision: 235259 URL: http://svn.freebsd.org/changeset/base/235259 Log: MFC r235033: Don't ignore start offset value when user specifies it together with alignment. PR: bin/167567 Tested by: Warren Block Modified:

svn commit: r235260 - in stable/9/sys: amd64/amd64 amd64/include i386/conf i386/i386 i386/include kern pc98/pc98 sparc64/include sparc64/sparc64 x86/x86

2012-05-10 Thread Attilio Rao
Author: attilio Date: Fri May 11 04:10:23 2012 New Revision: 235260 URL: http://svn.freebsd.org/changeset/base/235260 Log: MFC r233961,234074,234105,234564,234723,234989,235231-235232: - Fix a bug in x86 and sparc64 where the intr cpu mask does only enables the BSP. - Remove the SMP

svn commit: r235261 - head/sys/boot/fdt

2012-05-10 Thread Tim Kientzle
Author: kientzle Date: Fri May 11 04:18:39 2012 New Revision: 235261 URL: http://svn.freebsd.org/changeset/base/235261 Log: Don't hang if there is no /cpus node in the device tree. Modified: head/sys/boot/fdt/fdt_loader_cmd.c Modified: head/sys/boot/fdt/fdt_loader_cmd.c