svn commit: r208025 - stable/8/sys/vm

2010-05-13 Thread Konstantin Belousov
Author: kib Date: Thu May 13 09:26:31 2010 New Revision: 208025 URL: http://svn.freebsd.org/changeset/base/208025 Log: MFC r207364: In swap pager, do not free the non-requested pages from the run if they are wired. Kstack pages are wired, this change prepares swap pager for handling of

svn commit: r208026 - head/sys/amd64/amd64

2010-05-13 Thread Konstantin Belousov
Author: kib Date: Thu May 13 09:59:10 2010 New Revision: 208026 URL: http://svn.freebsd.org/changeset/base/208026 Log: Do not use .extern, it is not strictly needed with gas and it is custom to omit it. Requested by: bde MFC after:6 days Modified:

svn commit: r208027 - in head: lib/libarchive lib/libc/gen lib/libc/stdio lib/libc/stdlib lib/libc/string lib/libc/sys lib/libpmc lib/msun/man sbin/fsirand sbin/mksnap_ffs sbin/mount sbin/mount_msd...

2010-05-13 Thread Ulrich Spoerlein
Author: uqs Date: Thu May 13 12:07:55 2010 New Revision: 208027 URL: http://svn.freebsd.org/changeset/base/208027 Log: mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the bottom of the manpages and order them consistently. GNU groff doesn't care about the ordering, and

svn commit: r208028 - in head: lib/msun/man sbin/hastctl sbin/hastd share/man/man3 share/man/man4 share/man/man5 share/man/man9 usr.bin/killall usr.bin/setchannel usr.bin/tar usr.bin/wtmpcvt usr.sb...

2010-05-13 Thread Ulrich Spoerlein
Author: uqs Date: Thu May 13 12:08:11 2010 New Revision: 208028 URL: http://svn.freebsd.org/changeset/base/208028 Log: mdoc: move remaining sections into consistent order This pertains mostly to FILES, HISTORY, EXIT STATUS and AUTHORS sections. Found by: mdocml lint run Reviewed

svn commit: r208029 - stable/7/contrib/telnet/telnet

2010-05-13 Thread Jilles Tjoelker
Author: jilles Date: Thu May 13 15:28:34 2010 New Revision: 208029 URL: http://svn.freebsd.org/changeset/base/208029 Log: MFC r207449: telnet: Fix infinite loop if local output generates SIGPIPE. Instead of catching SIGPIPE and jumping out of the signal handler with longjmp, ignore it

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

2010-05-13 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 13 15:31:00 2010 New Revision: 208030 URL: http://svn.freebsd.org/changeset/base/208030 Log: Add missing check to prevent local users from panicing the kernel by trying to set malformed ACL. MFC after:3 days Modified:

svn commit: r208032 - stable/8/lib/libc/sys

2010-05-13 Thread Jilles Tjoelker
Author: jilles Date: Thu May 13 15:44:49 2010 New Revision: 208032 URL: http://svn.freebsd.org/changeset/base/208032 Log: MFC r207734: sigaltstack(2): document some modernizations: * un-document 'struct sigaltstack' tag for stack_t as this is BSD-specific; this doesn't seem useful enough

svn commit: r208033 - head/lib/libc/posix1e

2010-05-13 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 13 16:42:01 2010 New Revision: 208033 URL: http://svn.freebsd.org/changeset/base/208033 Log: Make it possible to actually use NFSv4 permission bits with acl_set_perm(3) and acl_delete_perm(3). It went undetected, because neither setfacl(1) nor Samba use this

svn commit: r208034 - head/lib/libc/posix1e

2010-05-13 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 13 16:44:27 2010 New Revision: 208034 URL: http://svn.freebsd.org/changeset/base/208034 Log: Make branding less intrusive - in acl_set(3), in case ACL brand is ACL_BRAND_UNKNOWN, do what the programmer says instead of failing. MFC after:1 week Modified:

svn commit: r208035 - head/bin/setfacl

2010-05-13 Thread Edward Tomasz Napierala
Author: trasz Date: Thu May 13 16:46:23 2010 New Revision: 208035 URL: http://svn.freebsd.org/changeset/base/208035 Log: Update authors and history. MFC after:1 week Modified: head/bin/setfacl/setfacl.1 Modified: head/bin/setfacl/setfacl.1

svn commit: r208036 - head/sys/netgraph

2010-05-13 Thread Marko Zec
Author: zec Date: Thu May 13 16:48:28 2010 New Revision: 208036 URL: http://svn.freebsd.org/changeset/base/208036 Log: Increase the target buffer for performing NGM_ASCII2BINARY conversion from 2000 bytes to 20 Kbytes, which now matches the buffer size used for NGM_BINARY2ASCII conversions.

svn commit: r208037 - in stable/8/tools/regression/bin/sh: expansion parameters parser

2010-05-13 Thread Jilles Tjoelker
Author: jilles Date: Thu May 13 17:22:00 2010 New Revision: 208037 URL: http://svn.freebsd.org/changeset/base/208037 Log: MFC r206143,r206148,r206149,r206167,r206491,r206817,r207127,r207824 Various testcases that work correctly with stable/8 sh. Added:

Re: svn commit: r207964 - head/sbin/kldstat

2010-05-13 Thread Alexander Best
On Wed, May 12, 2010 at 5:47 PM, Christian Brueffer bruef...@freebsd.org wrote: [snip]  PR:           146046  Submitted by: Alexander Best alexbes...@wwu.de  Reviewed by:  kan  MFC after:    1 week thanks. maybe you could also have a look at docs/146047 which improves the kldstat(2)

svn commit: r208039 - stable/8/sys/dev/cxgb

2010-05-13 Thread Navdeep Parhar
Author: np Date: Thu May 13 17:45:32 2010 New Revision: 208039 URL: http://svn.freebsd.org/changeset/base/208039 Log: MFC r207639, r207643, r207687, r207688 r207639: Add IFCAP_LINKSTATE to cxgb r207643: T3 hardware filters + cxgbtool interface to this functionality. r207687: if_cxgb

svn commit: r208040 - stable/8/sys/vm

2010-05-13 Thread Konstantin Belousov
Author: kib Date: Thu May 13 18:12:44 2010 New Revision: 208040 URL: http://svn.freebsd.org/changeset/base/208040 Log: MFC r206545 (by alc): Simplify vm_thread_swapin(). Approved by: alc Modified: stable/8/sys/vm/vm_glue.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r208041 - stable/8/sys/vm

2010-05-13 Thread Konstantin Belousov
Author: kib Date: Thu May 13 18:17:01 2010 New Revision: 208041 URL: http://svn.freebsd.org/changeset/base/208041 Log: MFC r207365: When doing kstack swapin, read as much pages in one run as possible. Modified: stable/8/sys/vm/vm_glue.c Directory Properties: stable/8/sys/ (props

Re: svn commit: r207790 - head/usr.bin/tar

2010-05-13 Thread Anonymous
Tim Kientzle kient...@freebsd.org writes: Author: kientzle Date: Sat May 8 16:28:22 2010 New Revision: 207790 URL: http://svn.freebsd.org/changeset/base/207790 Log: Config updates. Modified: head/usr.bin/tar/config_freebsd.h Smth broke after this commit. Hitting ^T causes ports to

svn commit: r208042 - head/sys/netinet6

2010-05-13 Thread Kip Macy
Author: kmacy Date: Thu May 13 19:36:13 2010 New Revision: 208042 URL: http://svn.freebsd.org/changeset/base/208042 Log: fix compile error on some builds by doing the equivalent of an extern VNET_DEFINE without __used MFC after:3 days Modified: head/sys/netinet6/ip6_input.c

svn commit: r208043 - head/sys/netinet6

2010-05-13 Thread Kip Macy
Author: kmacy Date: Thu May 13 19:47:36 2010 New Revision: 208043 URL: http://svn.freebsd.org/changeset/base/208043 Log: do a proper fix Pointed out by: np@ MFC after:3 days Modified: head/sys/netinet6/ip6_input.c Modified: head/sys/netinet6/ip6_input.c

svn commit: r208044 - stable/8/sys/vm

2010-05-13 Thread Konstantin Belousov
Author: kib Date: Thu May 13 20:26:16 2010 New Revision: 208044 URL: http://svn.freebsd.org/changeset/base/208044 Log: MFC elimination of several settings of PG_REFERENCED bit, that either do not make sense or are harmful. MFC r206761 (by alc): Setting PG_REFERENCED on the requested

svn commit: r208046 - stable/8/sys/vm

2010-05-13 Thread Konstantin Belousov
Author: kib Date: Thu May 13 20:31:24 2010 New Revision: 208046 URL: http://svn.freebsd.org/changeset/base/208046 Log: MFC r206814 (by alc): Remove a nonsensical test from vm_pageout_clean(). A page can't be in the inactive queue and have a non-zero wire count. Modified:

svn commit: r208047 - in head: cddl/contrib/opensolaris/cmd/zdb cddl/contrib/opensolaris/cmd/ztest cddl/contrib/opensolaris/lib/libzpool/common cddl/contrib/opensolaris/lib/libzpool/common/sys sys/...

2010-05-13 Thread Martin Matuska
Author: mm Date: Thu May 13 20:32:56 2010 New Revision: 208047 URL: http://svn.freebsd.org/changeset/base/208047 Log: Import OpenSolaris revision 7837:001de5627df3 It includes the following changes: - parallel reads in traversal code (Bug ID 6333409) - faster traversal for zfs send (Bug

svn commit: r208048 - head/sys/conf

2010-05-13 Thread Andrew Thompson
Author: thompsa Date: Thu May 13 20:48:39 2010 New Revision: 208048 URL: http://svn.freebsd.org/changeset/base/208048 Log: Allow the USB_REQ_DEBUG to be enabled in the kernel conf. Requested by: HPS Modified: head/sys/conf/options Modified: head/sys/conf/options

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

2010-05-13 Thread Martin Matuska
Author: mm Date: Thu May 13 20:55:58 2010 New Revision: 208050 URL: http://svn.freebsd.org/changeset/base/208050 Log: Fix ZIL-related panic on zfs rollback. OpenSolaris onnv-revision: 8746:e1d96ca6808c Approved by: pjd, delphij (mentor) Obtained from:OpenSolaris (Bug ID

svn commit: r208051 - stable/8/lib/libc/string

2010-05-13 Thread Xin LI
Author: delphij Date: Thu May 13 23:28:20 2010 New Revision: 208051 URL: http://svn.freebsd.org/changeset/base/208051 Log: MFC r205099-205100,205108: Two optimizations to MI strlen(3) inspired by David S. Miller's blog posting [1]. - Use word-sized test for unaligned pointer before

svn commit: r208052 - head/sys/arm/include

2010-05-13 Thread Olivier Houchard
Author: cognet Date: Fri May 14 00:00:19 2010 New Revision: 208052 URL: http://svn.freebsd.org/changeset/base/208052 Log: Catchup with new prototype for db_printf(). Modified: head/sys/arm/include/disassem.h Modified: head/sys/arm/include/disassem.h

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

2010-05-13 Thread Christian Brueffer
Author: brueffer Date: Fri May 14 01:10:20 2010 New Revision: 208053 URL: http://svn.freebsd.org/changeset/base/208053 Log: Mention LSI Logic FC949E. PR: 110359 Submitted by: Vivek Khera vi...@khera.org MFC after:3 days Modified: head/share/man/man4/mpt.4 Modified:

svn commit: r208054 - head/usr.sbin/cron/crontab

2010-05-13 Thread Christian Brueffer
Author: brueffer Date: Fri May 14 01:25:30 2010 New Revision: 208054 URL: http://svn.freebsd.org/changeset/base/208054 Log: List /var/cron/tabs in FILES and add descriptions for the other entries. PR: 145912 Submitted by: Julian H. Stacey j...@berklix.com Obtained from:

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

2010-05-13 Thread Attilio Rao
Author: attilio Date: Fri May 14 01:43:13 2010 New Revision: 208055 URL: http://svn.freebsd.org/changeset/base/208055 Log: MFC r206878, r206897, r207921: Fix a deadlock in the shutdown code when some CPUs are performing smp_rendezvous() (or smp_tlb_shootdown()) and are waiting for

svn commit: r208056 - head/usr.sbin/mtree

2010-05-13 Thread Christian Brueffer
Author: brueffer Date: Fri May 14 01:45:05 2010 New Revision: 208056 URL: http://svn.freebsd.org/changeset/base/208056 Log: Wording fixes. PR: 143454 Submitted by: Warren Block wbl...@wonkity.com MFC after:3 days Modified: head/usr.sbin/mtree/mtree.8 Modified:

svn commit: r208060 - in head/etc: . defaults periodic/daily periodic/weekly rc.d

2010-05-13 Thread Doug Barton
Author: dougb Date: Fri May 14 04:53:57 2010 New Revision: 208060 URL: http://svn.freebsd.org/changeset/base/208060 Log: Remove trailing white space. No functional changes. Modified: head/etc/defaults/rc.conf head/etc/devd.conf head/etc/network.subr