svn commit: r216703 - head/sys/i386/xen

2010-12-26 Thread Colin Percival
Author: cperciva Date: Sun Dec 26 13:05:43 2010 New Revision: 216703 URL: http://svn.freebsd.org/changeset/base/216703 Log: Lock the vm page queue mutex in pmap_pte_release around the call to PMAP_SET_VA; this fixes a mutex-not-held panic when a process which called mlock(2) exits, and

svn commit: r216706 - head/bin/sh

2010-12-26 Thread Jilles Tjoelker
Author: jilles Date: Sun Dec 26 13:25:47 2010 New Revision: 216706 URL: http://svn.freebsd.org/changeset/base/216706 Log: sh: Allow arbitrary large numbers in CHECKSTRSPACE. Reduce stack string API somewhat and simplify code. Add a check for integer overflow of the stack string length

svn commit: r216707 - head/bin/sh

2010-12-26 Thread Jilles Tjoelker
Author: jilles Date: Sun Dec 26 13:41:53 2010 New Revision: 216707 URL: http://svn.freebsd.org/changeset/base/216707 Log: sh: Fix integer overflow check, it checked an uninitialized variable. Modified: head/bin/sh/memalloc.c Modified: head/bin/sh/memalloc.c

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

2010-12-26 Thread Kai Wang
Author: kaiw Date: Sun Dec 26 18:10:39 2010 New Revision: 216716 URL: http://svn.freebsd.org/changeset/base/216716 Log: * Add mention of the `-f`, `-q`, `-S`, and `-V` options in the synopsis section. * Document the `-l`, `-M` and `-S` options. * Improve the text describing the behavior

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

2010-12-26 Thread Kai Wang
Author: kaiw Date: Sun Dec 26 18:12:13 2010 New Revision: 216717 URL: http://svn.freebsd.org/changeset/base/216717 Log: Improve the description of the `-q` option. Obtained from:elftoolchain Modified: head/usr.bin/ar/ar.1 Modified: head/usr.bin/ar/ar.1

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

2010-12-26 Thread Kai Wang
Author: kaiw Date: Sun Dec 26 18:15:32 2010 New Revision: 216719 URL: http://svn.freebsd.org/changeset/base/216719 Log: Document the syntax accepted by the `-M` option. Obtained from:elftoolchain Modified: head/usr.bin/ar/ar.1 Modified: head/usr.bin/ar/ar.1

svn commit: r216721 - head/sbin/hastd

2010-12-26 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Dec 26 19:07:58 2010 New Revision: 216721 URL: http://svn.freebsd.org/changeset/base/216721 Log: When node-specific configuration is missing in resource section, provide more useful information. Instead of: hastd: remote address not configured for resource foo

svn commit: r216722 - head/sbin/hastd

2010-12-26 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Dec 26 19:08:41 2010 New Revision: 216722 URL: http://svn.freebsd.org/changeset/base/216722 Log: Detect when resource is configured more than once. MFC after:3 days Modified: head/sbin/hastd/parse.y Modified: head/sbin/hastd/parse.y

Re: svn commit: r216685 - head

2010-12-26 Thread Bjoern A. Zeeb
On Fri, 24 Dec 2010, Warner Losh wrote: Author: imp Date: Fri Dec 24 04:55:56 2010 New Revision: 216685 URL: http://svn.freebsd.org/changeset/base/216685 Log: Redirect stderr from config to /dev/null. config -m is printing lots of annoying warnings when dealing with arm. The arm config

svn commit: r216725 - head/sbin/mount_nfs

2010-12-26 Thread Simon L. Nielsen
Author: simon Date: Sun Dec 26 22:29:44 2010 New Revision: 216725 URL: http://svn.freebsd.org/changeset/base/216725 Log: Fix deprecated warning about -L which said -i was deprecated. MFC after:3 days Modified: head/sbin/mount_nfs/mount_nfs.c Modified:

svn commit: r216726 - head/tools/regression/bin/sh/expansion

2010-12-26 Thread Ed Maste
Author: emaste Date: Sun Dec 26 23:19:16 2010 New Revision: 216726 URL: http://svn.freebsd.org/changeset/base/216726 Log: Remove commented-out test that's covered in plus-minus2.0 anyway. Discussed with: jilles Modified: head/tools/regression/bin/sh/expansion/plus-minus1.0 Modified:

svn commit: r216728 - head/libexec/rtld-elf

2010-12-26 Thread Alexander Kabaev
Author: kan Date: Mon Dec 27 00:30:29 2010 New Revision: 216728 URL: http://svn.freebsd.org/changeset/base/216728 Log: Fix an apparent cop-and-paste mistake in previous commit. This makes dlsym(RTLD_DEFAULT) work properly again. Modified: head/libexec/rtld-elf/rtld.c Modified:

svn commit: r216731 - head/sys/vm

2010-12-26 Thread Alan Cox
Author: alc Date: Mon Dec 27 07:12:22 2010 New Revision: 216731 URL: http://svn.freebsd.org/changeset/base/216731 Log: Move vm_object_print()'s prototype to the expected place. Modified: head/sys/vm/vm_extern.h head/sys/vm/vm_object.h Modified: head/sys/vm/vm_extern.h