svn commit: r208287 - head/sys/ufs/ffs

2010-05-19 Thread Jeff Roberson
Author: jeff Date: Wed May 19 06:18:01 2010 New Revision: 208287 URL: http://svn.freebsd.org/changeset/base/208287 Log: - Don't immediately re-run softdepflush if we didn't make any progress on the last iteration. This can lead to a deadlock when we have worklist items that cannot

svn commit: r208288 - in stable/8: cddl/contrib/opensolaris/cmd/zpool cddl/contrib/opensolaris/cmd/ztest cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/uts/common/fs/zfs sy...

2010-05-19 Thread Martin Matuska
Author: mm Date: Wed May 19 06:49:52 2010 New Revision: 208288 URL: http://svn.freebsd.org/changeset/base/208288 Log: MFC r207670, r208130, r208131: MFC r207670: Introduce hardforce export option (-F) for zpool export. When exporting with this flag, zpool.cache remains untouched.

svn commit: r208289 - head/usr.sbin/apmd

2010-05-19 Thread Ulrich Spoerlein
Author: uqs Date: Wed May 19 08:52:51 2010 New Revision: 208289 URL: http://svn.freebsd.org/changeset/base/208289 Log: - Fix terminating argument to execl(3), sizeof(NULL) != sizeof(char *) might be true on some systems [1] - Rewrite gotos to use return directly - Some spelling fixes

svn commit: r208290 - head/usr.sbin/apm

2010-05-19 Thread Ulrich Spoerlein
Author: uqs Date: Wed May 19 08:52:59 2010 New Revision: 208290 URL: http://svn.freebsd.org/changeset/base/208290 Log: Garbage collect unused variable, missed in r200840 Found by: clang static analyzer Modified: head/usr.sbin/apm/apm.c Modified: head/usr.sbin/apm/apm.c

svn commit: r208291 - in head: lib/libarchive lib/libc/gen lib/libftpio lib/librpcsec_gss sbin/mount_hpfs share/man/man4 share/man/man4/man4.powerpc share/man/man9 tools/tools/ether_reflect usr.bin...

2010-05-19 Thread Ulrich Spoerlein
Author: uqs Date: Wed May 19 08:57:53 2010 New Revision: 208291 URL: http://svn.freebsd.org/changeset/base/208291 Log: mdoc: consistently spell our email addresses f...@freebsd.org Reviewed by: ru Modified: head/lib/libarchive/archive_read_disk.3 head/lib/libc/gen/isgreater.3

svn commit: r208292 - stable/8/sys/amd64/amd64

2010-05-19 Thread Konstantin Belousov
Author: kib Date: Wed May 19 09:30:41 2010 New Revision: 208292 URL: http://svn.freebsd.org/changeset/base/208292 Log: MFC r207957: Remove unneeded overrides of the segment registers. Modified: stable/8/sys/amd64/amd64/trap.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r208293 - head/sys/ufs/ffs

2010-05-19 Thread Andriy Gapon
Author: avg Date: Wed May 19 09:32:11 2010 New Revision: 208293 URL: http://svn.freebsd.org/changeset/base/208293 Log: ffs_mount: accept and drop userland-only options that can be passed from loader(8) In r193192 loader(8) has grown an ability to pass root mount options from fstab via

svn commit: r208294 - stable/8/sys/amd64/amd64

2010-05-19 Thread Konstantin Belousov
Author: kib Date: Wed May 19 09:32:59 2010 New Revision: 208294 URL: http://svn.freebsd.org/changeset/base/208294 Log: MFC r207958: Route all returns from the interrupts and faults through the doreti_iret labeled iretq instruction. MFC r208026: Do not use .extern. Modified:

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

2010-05-19 Thread Andriy Gapon
Author: avg Date: Wed May 19 10:15:37 2010 New Revision: 208295 URL: http://svn.freebsd.org/changeset/base/208295 Log: MFC r207359,207362: kern_ntptime: abstract time error check into a function Modified: stable/8/sys/kern/kern_ntptime.c Directory Properties: stable/8/sys/ (props

svn commit: r208296 - stable/7/sys/kern

2010-05-19 Thread Andriy Gapon
Author: avg Date: Wed May 19 10:29:37 2010 New Revision: 208296 URL: http://svn.freebsd.org/changeset/base/208296 Log: MFC r207359,207362: kern_ntptime: abstract time error check into a function Modified: stable/7/sys/kern/kern_ntptime.c Directory Properties: stable/7/sys/ (props

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

2010-05-19 Thread Andriy Gapon
Author: avg Date: Wed May 19 10:34:15 2010 New Revision: 208297 URL: http://svn.freebsd.org/changeset/base/208297 Log: MFC r207360: periodically save system time to hardware time-of-day clock Modified: stable/8/sys/kern/kern_ntptime.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r208298 - stable/7/sys/kern

2010-05-19 Thread Andriy Gapon
Author: avg Date: Wed May 19 10:35:53 2010 New Revision: 208298 URL: http://svn.freebsd.org/changeset/base/208298 Log: MFC r207360: periodically save system time to hardware time-of-day clock Modified: stable/7/sys/kern/kern_ntptime.c Directory Properties: stable/7/sys/ (props changed)

svn commit: r208299 - in stable/8: share/man/man4 sys/arm/mv sys/conf sys/dev/mvs sys/modules sys/modules/mvs

2010-05-19 Thread Alexander Motin
Author: mav Date: Wed May 19 14:50:07 2010 New Revision: 208299 URL: http://svn.freebsd.org/changeset/base/208299 Log: MFC r207536, r207696, r208183: Import mvs(4) - Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA controllers driver for CAM ATA subsystem. This driver supports same hardware as

svn commit: r208300 - head/sys/netgraph

2010-05-19 Thread Attilio Rao
Author: attilio Date: Wed May 19 15:06:09 2010 New Revision: 208300 URL: http://svn.freebsd.org/changeset/base/208300 Log: Fix a race between ngs_rcvmsg() and soclose() which closes the control socket while it is still in use. priv-ctlsock is checked at the top of the function but without

svn commit: r208301 - stable/7/sys/kern

2010-05-19 Thread Andriy Gapon
Author: avg Date: Wed May 19 15:50:17 2010 New Revision: 208301 URL: http://svn.freebsd.org/changeset/base/208301 Log: kern_ntptime: fix two problems with r208298 (MFC of r207360) This is a direct commit to fix previous improperly done MFC. - sys/clock.h include is needed for resettodr()

svn commit: r208307 - head/etc/rc.d

2010-05-19 Thread Doug Barton
Author: dougb Date: Wed May 19 19:03:19 2010 New Revision: 208307 URL: http://svn.freebsd.org/changeset/base/208307 Log: This change does the following for the scripts that run up through FILESYSTEMS (the default early_late_divider): 1. Move sysctl to run first 2. Move as many BEFOREs to

svn commit: r208308 - stable/8/sys/dev/ciss

2010-05-19 Thread John Baldwin
Author: jhb Date: Wed May 19 19:43:49 2010 New Revision: 208308 URL: http://svn.freebsd.org/changeset/base/208308 Log: MFC 207335: Initialize the callout structure earlier in attach before calling any routines that can fail since ciss_free() always tries to stop and drain the callout.

svn commit: r208313 - stable/8/etc

2010-05-19 Thread Jilles Tjoelker
Author: jilles Date: Wed May 19 20:53:21 2010 New Revision: 208313 URL: http://svn.freebsd.org/changeset/base/208313 Log: MFC r208116: Change the commented msgs examples in profile/csh.login from -f to -q. Starting something that wants input on login seems strange and can be dangerous.

svn commit: r208314 - stable/8/sys/dev/fxp

2010-05-19 Thread Pyun YongHyeon
Author: yongari Date: Wed May 19 20:56:18 2010 New Revision: 208314 URL: http://svn.freebsd.org/changeset/base/208314 Log: MFC r208081,208083: r208081: Controller updates RFA via DMA so driver needs synchronization. Add missing BUS_DMASYNC_POSTWRITE and BUS_DMASYNC_PREREAD.

svn commit: r208315 - stable/7/sys/dev/fxp

2010-05-19 Thread Pyun YongHyeon
Author: yongari Date: Wed May 19 21:02:02 2010 New Revision: 208315 URL: http://svn.freebsd.org/changeset/base/208315 Log: MFC r208081,208083: r208081: Controller updates RFA via DMA so driver needs synchronization. Add missing BUS_DMASYNC_POSTWRITE and BUS_DMASYNC_PREREAD.

svn commit: r208316 - stable/8/sys/dev/fxp

2010-05-19 Thread Pyun YongHyeon
Author: yongari Date: Wed May 19 21:08:38 2010 New Revision: 208316 URL: http://svn.freebsd.org/changeset/base/208316 Log: MFC r208084: If controller received bad frames make sure to update newly added RFA. Also drop frames that have either CRC error or alignment error. Normally bad

svn commit: r208317 - stable/7/sys/dev/fxp

2010-05-19 Thread Pyun YongHyeon
Author: yongari Date: Wed May 19 21:12:10 2010 New Revision: 208317 URL: http://svn.freebsd.org/changeset/base/208317 Log: MFC r208084: If controller received bad frames make sure to update newly added RFA. Also drop frames that have either CRC error or alignment error. Normally bad

svn commit: r208318 - stable/8/lib/libc/gen

2010-05-19 Thread Gordon Tetlow
Author: gordon Date: Wed May 19 22:03:45 2010 New Revision: 208318 URL: http://svn.freebsd.org/changeset/base/208318 Log: MFC r207981: Fix a bug due to a type conversion from 64 to 32 bits. The side effect of this type conversion is the high bits which were used to indicate if a

svn commit: r208319 - in stable/6/sys: kern sys vm

2010-05-19 Thread Attilio Rao
Author: attilio Date: Wed May 19 22:36:46 2010 New Revision: 208319 URL: http://svn.freebsd.org/changeset/base/208319 Log: MFC: r206264 When OOM searches for a process to kill, ignore the processes already killed by OOM. When killed process waits for a page allocation, try to satisfy the

svn commit: r208320 - in head: etc etc/periodic/weekly gnu/usr.bin share/man share/mk usr.bin usr.sbin

2010-05-19 Thread Jung-uk Kim
Author: jkim Date: Wed May 19 23:56:26 2010 New Revision: 208320 URL: http://svn.freebsd.org/changeset/base/208320 Log: Add a new build option, MAN_UTILS. This option lets you control building utilities and related support files for manual pages, which were previously controlled by MAN.

svn commit: r208321 - stable/8/sys/dev/usb

2010-05-19 Thread Andrew Thompson
Author: thompsa Date: Thu May 20 00:05:33 2010 New Revision: 208321 URL: http://svn.freebsd.org/changeset/base/208321 Log: MFC r208012 Support getting signed and unsigned HID data. Submitted by: Alex Deiter Modified: stable/8/sys/dev/usb/usb_hid.c stable/8/sys/dev/usb/usbhid.h

Re: svn commit: r208323 - head/share/man/man5

2010-05-19 Thread Jung-uk Kim
On Wednesday 19 May 2010 08:10 pm, Jung-uk Kim wrote: Author: jkim Date: Thu May 20 00:10:11 2010 New Revision: 208323 URL: http://svn.freebsd.org/changeset/base/208323 Log: Regen for r208321. Modified: head/share/man/man5/src.conf.5 Sorry, it's actually regen for r208322. thompsa@

svn commit: r208325 - stable/8/usr.bin/rpcgen

2010-05-19 Thread Xin LI
Author: delphij Date: Thu May 20 00:31:09 2010 New Revision: 208325 URL: http://svn.freebsd.org/changeset/base/208325 Log: MFC r207733: Plug memory leak. Modified: stable/8/usr.bin/rpcgen/rpc_cout.c Directory Properties: stable/8/usr.bin/rpcgen/ (props changed) Modified:

svn commit: r208326 - stable/7/usr.bin/rpcgen

2010-05-19 Thread Xin LI
Author: delphij Date: Thu May 20 00:31:51 2010 New Revision: 208326 URL: http://svn.freebsd.org/changeset/base/208326 Log: MFC r207733: Plug memory leak. Modified: stable/7/usr.bin/rpcgen/rpc_cout.c Directory Properties: stable/7/usr.bin/rpcgen/ (props changed) Modified:

svn commit: r208327 - head/share/misc

2010-05-19 Thread Maxim Konovalov
Author: maxim Date: Thu May 20 05:03:02 2010 New Revision: 208327 URL: http://svn.freebsd.org/changeset/base/208327 Log: o OpenBSD 4.7 added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree

Re: svn commit: r208319 - in stable/6/sys: kern sys vm

2010-05-19 Thread pluknet
On 20 May 2010 02:36, Attilio Rao atti...@freebsd.org wrote: Author: attilio Date: Wed May 19 22:36:46 2010 New Revision: 208319 URL: http://svn.freebsd.org/changeset/base/208319 Log:  MFC: r206264  When OOM searches for a process to kill, ignore the processes already  killed by OOM. When

svn commit: r208328 - in vendor/bind9/dist: . lib/dns

2010-05-19 Thread Doug Barton
Author: dougb Date: Thu May 20 05:38:08 2010 New Revision: 208328 URL: http://svn.freebsd.org/changeset/base/208328 Log: Vendor import of BIND 9.6.2-P2 Modified: vendor/bind9/dist/CHANGES vendor/bind9/dist/lib/dns/api vendor/bind9/dist/lib/dns/validator.c vendor/bind9/dist/version

svn commit: r208329 - vendor/bind9/9.6.2-P2

2010-05-19 Thread Doug Barton
Author: dougb Date: Thu May 20 05:38:54 2010 New Revision: 208329 URL: http://svn.freebsd.org/changeset/base/208329 Log: Tag the 9.6.2-P2 release Added: vendor/bind9/9.6.2-P2/ - copied from r208328, vendor/bind9/dist/ ___

Re: svn commit: r208327 - head/share/misc

2010-05-19 Thread pluknet
On 20 May 2010 09:03, Maxim Konovalov ma...@freebsd.org wrote: Author: maxim Date: Thu May 20 05:03:02 2010 New Revision: 208327 URL: http://svn.freebsd.org/changeset/base/208327 Log:  o OpenBSD 4.7 added. Modified:  head/share/misc/bsd-family-tree Matthew's 2.6.0 technically tagged on