svn commit: r208667 - in head/sys: amd64/amd64 i386/i386 i386/xen mips/mips sun4v/sun4v

2010-05-30 Thread Alan Cox
Author: alc Date: Mon May 31 06:06:10 2010 New Revision: 208667 URL: http://svn.freebsd.org/changeset/base/208667 Log: Eliminate a stale comment. Modified: head/sys/amd64/amd64/pmap.c head/sys/i386/i386/pmap.c head/sys/i386/xen/pmap.c head/sys/mips/mips/pmap.c head/sys/sun4v/sun4v/pma

svn commit: r208665 - head/sys/mips/mips

2010-05-30 Thread Alan Cox
Author: alc Date: Mon May 31 01:43:02 2010 New Revision: 208665 URL: http://svn.freebsd.org/changeset/base/208665 Log: Merge portions of r208645 and supporting code from the i386 pmap: When I pushed down the page queues lock into pmap_is_modified(), I created an ordering dependence: A pm

svn commit: r208659 - in head/sys: ia64/ia64 mips/mips sun4v/sun4v

2010-05-30 Thread Alan Cox
Author: alc Date: Sun May 30 20:31:12 2010 New Revision: 208659 URL: http://svn.freebsd.org/changeset/base/208659 Log: Simplify the inner loop of get_pv_entry(): While iterating over the page's pv list, there is no point in checking whether or not the pv list is empty, wait instead until the

svn commit: r208657 - in head/sys: amd64/amd64 i386/i386 i386/xen

2010-05-30 Thread Alan Cox
Author: alc Date: Sun May 30 18:48:41 2010 New Revision: 208657 URL: http://svn.freebsd.org/changeset/base/208657 Log: Simplify the inner loop of pmap_collect(): While iterating over the page's pv list, there is no point in checking whether or not the pv list is empty. Instead, wait until th

svn commit: r208656 - in head: bin/sh tools/regression/bin/sh/parser

2010-05-30 Thread Jilles Tjoelker
Author: jilles Date: Sun May 30 14:20:32 2010 New Revision: 208656 URL: http://svn.freebsd.org/changeset/base/208656 Log: sh: Fix a crash if a heredoc was not properly ended and parsing continued. Example (in interactive mode): cat

svn commit: r208655 - in head: bin/sh tools/regression/bin/sh/parser

2010-05-30 Thread Jilles Tjoelker
Author: jilles Date: Sun May 30 14:11:27 2010 New Revision: 208655 URL: http://svn.freebsd.org/changeset/base/208655 Log: sh: Change interaction of command substitution and here documents. If a command substitution contains a newline token, this no longer starts here documents of outer co

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

2010-05-30 Thread Jilles Tjoelker
Author: jilles Date: Sun May 30 13:32:39 2010 New Revision: 208654 URL: http://svn.freebsd.org/changeset/base/208654 Log: devfs(5): Also mention when device nodes on ufs stopped working (6.0), as requested by some people. MFC after:2 weeks Modified: head/share/man/man5/devfs.5 Mod

svn commit: r208653 - stable/8/usr.sbin/jail

2010-05-30 Thread Bjoern A. Zeeb
Author: bz Date: Sun May 30 11:28:01 2010 New Revision: 208653 URL: http://svn.freebsd.org/changeset/base/208653 Log: MFC r199818: New style of jail(8) usage requires "-c" argument to create a jail. Approved by: re (hrs) Modified: stable/8/usr.sbin/jail/jail.8 Directory Propertie

svn commit: r208652 - in stable/8: lib/libc/compat-43 share/man/man4 share/man/man9

2010-05-30 Thread Ulrich Spoerlein
Author: uqs Date: Sun May 30 08:38:41 2010 New Revision: 208652 URL: http://svn.freebsd.org/changeset/base/208652 Log: MFC r208493: These features will first appear in 8.1, soon to be released Approved by: re (kib) Modified: stable/8/lib/libc/compat-43/sigpause.2 stable/8/share/m