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
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
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
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
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
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
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
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
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