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 =

svn commit: r216730 - stable/8/sys/net

2010-12-26 Thread Oleg Bulyzhin
Author: oleg Date: Mon Dec 27 06:59:59 2010 New Revision: 216730 URL: http://svn.freebsd.org/changeset/base/216730 Log: MFC r203548: Propagate the vlan events to the underlying interfaces/members so they can do initialization of hw related features. PR: kern/141646 Modifie

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: head/libe

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

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: head/sbin/mount_nfs/mount_nfs.c

svn commit: r216724 - svnadmin/conf

2010-12-26 Thread Ken Smith
Author: kensmith Date: Sun Dec 26 21:07:11 2010 New Revision: 216724 URL: http://svn.freebsd.org/changeset/base/216724 Log: End the Code Freeze on stable/7 and stable/8 - the release branches releng/7.4 and releng/8.2 now exist and will be used for the balance of the 7.4/8.2 release process.

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 file

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

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: r216720 - releng/8.2/sys/dev/usb

2010-12-26 Thread Andrew Thompson
Author: thompsa Date: Sun Dec 26 18:15:57 2010 New Revision: 216720 URL: http://svn.freebsd.org/changeset/base/216720 Log: MFC r216249 Re-add a status check which sneaked out during r214804. This change can fix some USB error messages showing up during bootup. Approved by: re (

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: r216718 - stable/8/sys/dev/usb

2010-12-26 Thread Andrew Thompson
Author: thompsa Date: Sun Dec 26 18:15:18 2010 New Revision: 216718 URL: http://svn.freebsd.org/changeset/base/216718 Log: MFC r216249 Re-add a status check which sneaked out during r214804. This change can fix some USB error messages showing up during bootup. Approved by: re (

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: 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: r216715 - releng/8.2/sys/netinet

2010-12-26 Thread Michael Tuexen
Author: tuexen Date: Sun Dec 26 17:29:26 2010 New Revision: 216715 URL: http://svn.freebsd.org/changeset/base/216715 Log: MFC c216502: Fix a flightsize bug related to the processing of PKTDRP reports. Approved by: re Modified: releng/8.2/sys/netinet/sctp_input.c Directory Properties:

svn commit: r216714 - stable/8/sys/netinet

2010-12-26 Thread Michael Tuexen
Author: tuexen Date: Sun Dec 26 17:21:47 2010 New Revision: 216714 URL: http://svn.freebsd.org/changeset/base/216714 Log: MFC c216502: Fix a flightsize bug related to the processing of PKTDRP reports. Approved by: re Modified: stable/8/sys/netinet/sctp_input.c Directory Properties: s

svn commit: r216713 - releng/8.2/sys/compat/freebsd32

2010-12-26 Thread Konstantin Belousov
Author: kib Date: Sun Dec 26 15:15:28 2010 New Revision: 216713 URL: http://svn.freebsd.org/changeset/base/216713 Log: MFC r216572: Restore the ABI of struct kinfo_proc32 after r213536. Approved by: re (bz) Modified: releng/8.2/sys/compat/freebsd32/freebsd32.h Directory Properties:

svn commit: r216712 - releng/8.2/sys/nfsserver

2010-12-26 Thread Konstantin Belousov
Author: kib Date: Sun Dec 26 15:13:28 2010 New Revision: 216712 URL: http://svn.freebsd.org/changeset/base/216712 Log: MFC r216454: VOP_ISLOCKED() should not be used to determine if the vnode is locked. Explicitely track the locked status of the vnode. Approved by: re (bz) Modified:

svn commit: r216711 - releng/8.2/sbin/newfs

2010-12-26 Thread Konstantin Belousov
Author: kib Date: Sun Dec 26 15:00:14 2010 New Revision: 216711 URL: http://svn.freebsd.org/changeset/base/216711 Log: MFC r216453: Add the missed 'p' flag to getopt() optstring argument. Approved by: re (bz) Modified: releng/8.2/sbin/newfs/newfs.c Directory Properties: releng/8.2/s

svn commit: r216710 - releng/8.2/sys/dev/wpi

2010-12-26 Thread Bernhard Schmidt
Author: bschmidt Date: Sun Dec 26 14:10:12 2010 New Revision: 216710 URL: http://svn.freebsd.org/changeset/base/216710 Log: MFC r216557: Fix panic while trying to use monitor mode. The iwn_cmd() calls issued by iwn_config() want to msleep() on the mutex. PR: kern/138427 Subm

svn commit: r216709 - stable/8/sys/dev/wpi

2010-12-26 Thread Bernhard Schmidt
Author: bschmidt Date: Sun Dec 26 14:09:06 2010 New Revision: 216709 URL: http://svn.freebsd.org/changeset/base/216709 Log: MFC r216557: Fix panic while trying to use monitor mode. The iwn_cmd() calls issued by iwn_config() want to msleep() on the mutex. PR: kern/138427 Subm

svn commit: r216708 - stable/8/sbin/newfs

2010-12-26 Thread Konstantin Belousov
Author: kib Date: Sun Dec 26 13:57:05 2010 New Revision: 216708 URL: http://svn.freebsd.org/changeset/base/216708 Log: MFC r216453: Add the missed 'p' flag to getopt() optstring argument. Approved by: re (bz) Modified: stable/8/sbin/newfs/newfs.c Directory Properties: stable/8/sbin/

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: 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 (p

svn commit: r216705 - stable/8/sys/compat/freebsd32

2010-12-26 Thread Konstantin Belousov
Author: kib Date: Sun Dec 26 13:20:10 2010 New Revision: 216705 URL: http://svn.freebsd.org/changeset/base/216705 Log: MFC r216572: Restore the ABI of struct kinfo_proc32 after r213536. Approved by: re (bz) Modified: stable/8/sys/compat/freebsd32/freebsd32.h Directory Properties: st

svn commit: r216704 - stable/8/sys/nfsserver

2010-12-26 Thread Konstantin Belousov
Author: kib Date: Sun Dec 26 13:14:36 2010 New Revision: 216704 URL: http://svn.freebsd.org/changeset/base/216704 Log: MFC r216454: VOP_ISLOCKED() should not be used to determine if the vnode is locked. Explicitely track the locked status of the vnode. Approved by: re (bz) Modified:

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 paral