svn commit: r213543 - head/sys/fs/msdosfs

2010-10-08 Thread Konstantin Belousov
Author: kib Date: Fri Oct 8 07:17:22 2010 New Revision: 213543 URL: http://svn.freebsd.org/changeset/base/213543 Log: Add a comment describing the reason for calling cache_purge(fvp). Requested by: danfe MFC after:6 days Modified: head/sys/fs/msdosfs/msdosfs_vnops.c Modified: hea

svn commit: r213544 - head/sys/amd64/linux32

2010-10-08 Thread Konstantin Belousov
Author: kib Date: Fri Oct 8 07:18:44 2010 New Revision: 213544 URL: http://svn.freebsd.org/changeset/base/213544 Log: Fix typo. Submitted by: arundel MFC after:3 days Modified: head/sys/amd64/linux32/syscalls.master Modified: head/sys/amd64/linux32/syscalls.master ===

svn commit: r213545 - head/sys/amd64/linux32

2010-10-08 Thread Konstantin Belousov
Author: kib Date: Fri Oct 8 07:19:05 2010 New Revision: 213545 URL: http://svn.freebsd.org/changeset/base/213545 Log: Regen. Modified: head/sys/amd64/linux32/linux32_proto.h head/sys/amd64/linux32/linux32_syscall.h head/sys/amd64/linux32/linux32_sysent.c Modified: head/sys/amd64/linux32

Re: svn commit: r213543 - head/sys/fs/msdosfs

2010-10-08 Thread Alexey Dokuchaev
On Fri, Oct 08, 2010 at 07:17:22AM +, Konstantin Belousov wrote: > Author: kib > Date: Fri Oct 8 07:17:22 2010 > New Revision: 213543 > URL: http://svn.freebsd.org/changeset/base/213543 > > Log: > Add a comment describing the reason for calling cache_purge(fvp). > > Requested by:

svn commit: r213567 - head/contrib/ee

2010-10-08 Thread Ed Schouten
Author: ed Date: Fri Oct 8 09:43:06 2010 New Revision: 213567 URL: http://svn.freebsd.org/changeset/base/213567 Log: Import ee 1.5.2 into HEAD. PR: bin/145921 MFC after:2 weeks Modified: head/contrib/ee/ee.c head/contrib/ee/ee_version.h Directory Properties: head/con

svn commit: r213568 - head/sys/boot/i386/gptboot

2010-10-08 Thread Peter Holm
Author: pho Date: Fri Oct 8 10:27:52 2010 New Revision: 213568 URL: http://svn.freebsd.org/changeset/base/213568 Log: Ensure that a make from sys/boot does not pick up include files from /usr/include. Discussed with:kib Modified: head/sys/boot/i386/gptboot/Makefile Modified:

Re: svn commit: r213544 - head/sys/amd64/linux32

2010-10-08 Thread Alexander Best
On Fri Oct 8 10, Konstantin Belousov wrote: > Author: kib > Date: Fri Oct 8 07:18:44 2010 > New Revision: 213544 > URL: http://svn.freebsd.org/changeset/base/213544 > > Log: > Fix typo. > > Submitted by: arundel > MFC after: 3 days > > Modified: > head/sys/amd64/linux32/syscal

svn commit: r213572 - in head: lib/libjail usr.sbin/pc-sysinstall/pc-sysinstall

2010-10-08 Thread Ulrich Spoerlein
Author: uqs Date: Fri Oct 8 12:39:49 2010 New Revision: 213572 URL: http://svn.freebsd.org/changeset/base/213572 Log: mdoc: fix manlint warnings by unbreaking mdoc syntax Modified: head/lib/libjail/jail.3 head/usr.sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.8 Modified: head/lib/libjail

svn commit: r213573 - in head: bin/chflags bin/stty games/caesar lib/libarchive lib/libc/gen lib/libc/locale lib/libc/net lib/libc/posix1e lib/libc/regex lib/libc/stdlib lib/libc/sys lib/libc/uuid ...

2010-10-08 Thread Ulrich Spoerlein
Author: uqs Date: Fri Oct 8 12:40:16 2010 New Revision: 213573 URL: http://svn.freebsd.org/changeset/base/213573 Log: mdoc: drop redundant .Pp and .LP calls They have no effect when coming in pairs, or before .Bl/.Bd Modified: head/bin/chflags/chflags.1 head/bin/stty/stty.1 head/gam

Re: svn commit: r213539 - head/lib/libthr

2010-10-08 Thread Alexander Kabaev
On Fri, 8 Oct 2010 01:47:14 + (UTC) David Xu wrote: > Author: davidxu > Date: Fri Oct 8 01:47:14 2010 > New Revision: 213539 > URL: http://svn.freebsd.org/changeset/base/213539 > > Log: > unwind.h was imported, gcc directory is no longer needed. > > Modified: > head/lib/libthr/Makefile

svn commit: r213574 - in head/tools/tools/netrate: juggle tcpconnect

2010-10-08 Thread Sergey Kandaurov
Author: pluknet Date: Fri Oct 8 14:31:49 2010 New Revision: 213574 URL: http://svn.freebsd.org/changeset/base/213574 Log: Clean up tools in tools/tools/netrate. - tcpconnect incorrectly uses err() in usage() with errx() semantics [1] That produces dirty error message: tcpconnect: u

svn commit: r213575 - head/sys/sun4v/include

2010-10-08 Thread Marius Strobl
Author: marius Date: Fri Oct 8 14:50:58 2010 New Revision: 213575 URL: http://svn.freebsd.org/changeset/base/213575 Log: Just use the sparc64 version of this header rather than duplicating it. Modified: head/sys/sun4v/include/endian.h Modified: head/sys/sun4v/include/endian.h ==

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

2010-10-08 Thread Marius Strobl
Author: marius Date: Fri Oct 8 14:59:45 2010 New Revision: 213578 URL: http://svn.freebsd.org/changeset/base/213578 Log: In the replacement text of the __bswapN_const() macros cast the argument to the expected type so they work like the corresponding __bswapN_var() functions and the compile

svn commit: r213579 - head/sbin/hastd

2010-10-08 Thread Pawel Jakub Dawidek
Author: pjd Date: Fri Oct 8 15:02:15 2010 New Revision: 213579 URL: http://svn.freebsd.org/changeset/base/213579 Log: We close the event socketpair early in the mainloop to prevent spaming with error messages, so when we clean up after child process, we have to check if the event socketpair

svn commit: r213580 - head/sbin/hastd

2010-10-08 Thread Pawel Jakub Dawidek
Author: pjd Date: Fri Oct 8 15:05:39 2010 New Revision: 213580 URL: http://svn.freebsd.org/changeset/base/213580 Log: We can't zero out ggio request, as we have some fields in there we initialize once during start-up. Reported by: Mikolaj Golub MFC after:3 days Modified: head/

svn commit: r213582 - head/bin/rm

2010-10-08 Thread Ulrich Spoerlein
Author: uqs Date: Fri Oct 8 15:20:20 2010 New Revision: 213582 URL: http://svn.freebsd.org/changeset/base/213582 Log: rm(1): clarify that -P works only when blocks are updated in-place Suggested by: pjd, ivoras, arundel Modified: head/bin/rm/rm.1 head/bin/rm/rm.c Modified: head/bin/r

Re: svn commit: r213573 - in head: bin/chflags bin/stty games/caesar lib/libarchive lib/libc/gen lib/libc/locale lib/libc/net lib/libc/posix1e lib/libc/regex lib/libc/stdlib lib/libc/sys lib/libc/uuid

2010-10-08 Thread Ulrich Spoerlein
On Fri, 08.10.2010 at 12:40:16 +, Ulrich Spörlein wrote: > Author: uqs > Date: Fri Oct 8 12:40:16 2010 > New Revision: 213573 > URL: http://svn.freebsd.org/changeset/base/213573 > > Log: > mdoc: drop redundant .Pp and .LP calls This is weird, I had two more files in the git commit that was

svn commit: r213585 - head/tools/build/mk

2010-10-08 Thread Mark Murray
Author: markm Date: Fri Oct 8 17:42:09 2010 New Revision: 213585 URL: http://svn.freebsd.org/changeset/base/213585 Log: Don't blow away /bin/rmail symlink if we are keeping mailwrapper. Mailwrapper can provide a perfectly good rmail with other mailers. Modified: head/tools/build/mk/Optio

svn commit: r213587 - head/sys/dev/bge

2010-10-08 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 8 17:58:07 2010 New Revision: 213587 URL: http://svn.freebsd.org/changeset/base/213587 Log: Do not blindly UP the interface when interface's MTU is changed. If driver is not running there is no need to up the interface. While I'm here hold driver lock before mo

Re: svn commit: r213386 - head/usr.sbin/sysinstall

2010-10-08 Thread John Baldwin
On Sunday, October 03, 2010 1:50:43 pm Nathan Whitehorn wrote: > Author: nwhitehorn > Date: Sun Oct 3 17:50:43 2010 > New Revision: 213386 > URL: http://svn.freebsd.org/changeset/base/213386 > > Log: > Extend sysinstall to handle powerpc64 by teaching it that powerpc64 has > a lib32 distribut

Re: svn commit: r213437 - in head/sys: conf modules/usb modules/usb/xhci

2010-10-08 Thread John Baldwin
On Tuesday, October 05, 2010 3:14:30 am Hans Petter Selasky wrote: > On Tuesday 05 October 2010 09:10:56 Niclas Zeising wrote: > > On 2010-10-05 01:22, Hans Petter Selasky wrote: > > > Author: hselasky > > > Date: Mon Oct 4 23:22:03 2010 > > > New Revision: 213437 > > > URL: http://svn.freebsd.org

svn commit: r213609 - head/share/man/man5

2010-10-08 Thread Mark Murray
Author: markm Date: Fri Oct 8 20:13:12 2010 New Revision: 213609 URL: http://svn.freebsd.org/changeset/base/213609 Log: Extend the "example" section a bit, for other mailers. Modified: head/share/man/man5/mailer.conf.5 Modified: head/share/man/man5/mailer.conf.5

svn commit: r213611 - head/usr.sbin/ypbind

2010-10-08 Thread Mark Murray
Author: markm Date: Fri Oct 8 20:17:17 2010 New Revision: 213611 URL: http://svn.freebsd.org/changeset/base/213611 Log: Don't let the "available"/"not available" logs flap quite so badly. In the case of a multi-interfaced host, sub-second flapping can fill up the logs too quickly. This fixe

svn commit: r213620 - head/usr.bin/netstat

2010-10-08 Thread Dimitry Andric
Author: dim Date: Fri Oct 8 20:40:05 2010 New Revision: 213620 URL: http://svn.freebsd.org/changeset/base/213620 Log: Remove superfluous cast in usr.bin/netstat/sctp.c. Found by: clang Submitted by: Norberto Lopes, nlopes dot ml at gmail dot com Approved by: rpaulo (mentor) Modif

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

2010-10-08 Thread Xin LI
Author: delphij Date: Fri Oct 8 21:29:48 2010 New Revision: 213632 URL: http://svn.freebsd.org/changeset/base/213632 Log: Document net.link.lagg.failover_rx_all. MFC after:1 week Modified: head/share/man/man4/lagg.4 Modified: head/share/man/man4/lagg.4 =

Re: svn commit: r213568 - head/sys/boot/i386/gptboot

2010-10-08 Thread Bruce Evans
On Fri, 8 Oct 2010, Peter Holm wrote: Log: Ensure that a make from sys/boot does not pick up include files from /usr/include. Discussed with: kib Modified: head/sys/boot/i386/gptboot/Makefile Modified: head/sys/boot/i386/gptboot/Makefile ===

svn commit: r213634 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-10-08 Thread Martin Matuska
Author: mm Date: Fri Oct 8 23:01:38 2010 New Revision: 213634 URL: http://svn.freebsd.org/changeset/base/213634 Log: Change FAPPEND to IO_APPEND as this is a ioflag and not a fflag. This corrects writing to append-only files on ZFS. PR: kern/149495 [1], kern/151082 [2] Submit

svn commit: r213642 - in head/sys: kern sys

2010-10-08 Thread David Xu
Author: davidxu Date: Sat Oct 9 02:50:23 2010 New Revision: 213642 URL: http://svn.freebsd.org/changeset/base/213642 Log: Create a global thread hash table to speed up thread lookup, use rwlock to protect the table. In old code, thread lookup is done with process lock held, to find a thread

svn commit: r213643 - head/usr.bin/ar

2010-10-08 Thread Tim Kientzle
Author: kientzle Date: Sat Oct 9 05:31:08 2010 New Revision: 213643 URL: http://svn.freebsd.org/changeset/base/213643 Log: Add -D (deterministic) option to ar. When set, it forces all timestamps and owners to zero and modes to 0644. Useful for producing libraries that are bitwise identic

Re: svn commit: r213643 - head/usr.bin/ar

2010-10-08 Thread Ben Kaduk
On Sat, Oct 9, 2010 at 1:31 AM, Tim Kientzle wrote: > Author: kientzle > Date: Sat Oct  9 05:31:08 2010 > New Revision: 213643 > URL: http://svn.freebsd.org/changeset/base/213643 > > Log: >  Add -D (deterministic) option to ar. >  When set, it forces all timestamps and owners to zero and >  modes

svn commit: r213644 - head

2010-10-08 Thread Gordon Tetlow
Author: gordon Date: Sat Oct 9 05:50:04 2010 New Revision: 213644 URL: http://svn.freebsd.org/changeset/base/213644 Log: Add entries to remove manpath.config from etc and the examples directory. Approved by: wes (mentor implicit) Modified: head/ObsoleteFiles.inc Modified: head/Obsolet

svn commit: r213645 - head/share/examples/etc

2010-10-08 Thread Gordon Tetlow
Author: gordon Date: Sat Oct 9 05:57:23 2010 New Revision: 213645 URL: http://svn.freebsd.org/changeset/base/213645 Log: Remove the manpath.config entry now that it's no longer installed. Submitted by: b. f. Approved by: wes (mentor implicit) Modified: head/share/examples/etc/README.