svn commit: r203657 - head/sys/kern

2010-02-07 Thread David Xu
Author: davidxu Date: Mon Feb 8 07:31:05 2010 New Revision: 203657 URL: http://svn.freebsd.org/changeset/base/203657 Log: Set waiters flag before checking semaphore's counter, otherwise we might lose a wakeup. Tested on postgresql database server. Modified: head/sys/kern/kern_umtx.c Modif

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

2010-02-07 Thread David Xu
Author: davidxu Date: Mon Feb 8 03:11:55 2010 New Revision: 203645 URL: http://svn.freebsd.org/changeset/base/203645 Log: MFC r203414: After busied the lock, re-read state word before checking waiters flag, otherwise, the waiters bit may not be set and a wakeup is lost. Modified: stable/

svn commit: r203639 - in vendor/bind9/dist-9.4: . bin/check bin/dig bin/dig/include/dig bin/dnssec bin/named bin/named/include/named bin/named/unix bin/nsupdate bin/rndc bin/rndc/include/rndc doc/a...

2010-02-07 Thread Doug Barton
Author: dougb Date: Sun Feb 7 22:14:10 2010 New Revision: 203639 URL: http://svn.freebsd.org/changeset/base/203639 Log: Vendor import of BIND 9.4-ESV Added: vendor/bind9/dist-9.4/doc/draft/draft-ietf-6man-text-addr-representation-01.txt (contents, props changed) vendor/bind9/dist-9.4/d

svn commit: r203638 - stable/8/games/fortune/datfiles

2010-02-07 Thread Gavin Atkinson
Author: gavin Date: Sun Feb 7 21:04:26 2010 New Revision: 203638 URL: http://svn.freebsd.org/changeset/base/203638 Log: Merge r202115 from head: Our standard "xterm" termcap entry supports colour, so this tip is redundant. As it happens, "xterm-color" has just been an alias for "xte

svn commit: r203637 - head/sys/arm/arm

2010-02-07 Thread Rafal Jaworowski
Author: raj Date: Sun Feb 7 20:48:57 2010 New Revision: 203637 URL: http://svn.freebsd.org/changeset/base/203637 Log: Improve checking whether an ARM VA has a valid mapping before performing cache sync. VIPT/PIPT caches need valid VA-PA mapping in PTE for a cache operation to succeed (

svn commit: r203636 - head/share/man/man9

2010-02-07 Thread Gavin Atkinson
Author: gavin Date: Sun Feb 7 20:36:23 2010 New Revision: 203636 URL: http://svn.freebsd.org/changeset/base/203636 Log: Correct arguments to free_unr(), "item" was missing. MFC after:1 week Modified: head/share/man/man9/alloc_unr.9 Modified: head/share/man/man9/alloc_unr.9

svn commit: r203635 - in stable/8/contrib/bind9: . bin/dnssec bin/named doc/arm lib/dns lib/dns/include/dns lib/lwres/man

2010-02-07 Thread Doug Barton
Author: dougb Date: Sun Feb 7 20:28:24 2010 New Revision: 203635 URL: http://svn.freebsd.org/changeset/base/203635 Log: MFC 202961: Upgrade to BIND 9.6.1-P3. This version address the following vulnerabilities: BIND 9 Cache Update from Additional Section https://www.isc.org/advi

svn commit: r203634 - in stable/8/lib/bind/dns: . dns

2010-02-07 Thread Doug Barton
Author: dougb Date: Sun Feb 7 20:26:45 2010 New Revision: 203634 URL: http://svn.freebsd.org/changeset/base/203634 Log: MFC 202960: Copyright-only changes to generated files as part of the 9.6.1-P3 update Modified: stable/8/lib/bind/dns/code.h stable/8/lib/bind/dns/dns/enumclass.h s

svn commit: r203629 - head/sys/conf

2010-02-07 Thread Warner Losh
Author: imp Date: Sun Feb 7 19:49:01 2010 New Revision: 203629 URL: http://svn.freebsd.org/changeset/base/203629 Log: merge from my tbemd branch: cmpdi2 and ucmpdi2 are genereated when the inline limit is pushed to a very low level. Include them here until we can find a better way to optio

Re: svn commit: r203574 - head/etc

2010-02-07 Thread Doug Barton
On 02/06/10 20:55, Bruce Simpson wrote: On 07/02/2010 04:38, Doug Barton wrote: Are all the port numbers that have been added recently things that have been requested by users? IIUC there is a cost "albeit small" for parsing the /etc/services file each time it's read, so traditionally we've tri

svn commit: r203622 - in head: share/man/man4 sys/dev/acpi_support

2010-02-07 Thread Gavin Atkinson
Author: gavin Date: Sun Feb 7 18:36:30 2010 New Revision: 203622 URL: http://svn.freebsd.org/changeset/base/203622 Log: Add support for a few more Sony-specific ACPI features (default display brightness, wired LAN power and bass gain), and update the description of one previously unknown fe

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

2010-02-07 Thread Gavin Atkinson
Author: gavin Date: Sun Feb 7 18:06:55 2010 New Revision: 203621 URL: http://svn.freebsd.org/changeset/base/203621 Log: Bump .Dd for r203620 MFC after:1 week Modified: head/share/man/man4/vr.4 Modified: head/share/man/man4/vr.4 ==

svn commit: r203620 - in head: share/man/man4 sys/conf

2010-02-07 Thread Gavin Atkinson
Author: gavin Date: Sun Feb 7 18:05:12 2010 New Revision: 203620 URL: http://svn.freebsd.org/changeset/base/203620 Log: Document support for the D-Link DFE520-TX card (supported with the vr(4) driver) PR: kern/135989 Submitted by: "Rashid N. Achilov" citycat4 ngs.ru Modifie

svn commit: r203618 - head/sys/kern

2010-02-07 Thread Gavin Atkinson
Author: gavin Date: Sun Feb 7 18:00:13 2010 New Revision: 203618 URL: http://svn.freebsd.org/changeset/base/203618 Log: Spelling nit Modified: head/sys/kern/subr_bus.c Modified: head/sys/kern/subr_bus.c == --- head/

svn commit: r203613 - head/bin/pax

2010-02-07 Thread Warner Losh
Author: imp Date: Sun Feb 7 17:05:22 2010 New Revision: 203613 URL: http://svn.freebsd.org/changeset/base/203613 Log: Tell the compiler these structures are aligned to a byte boundary. All the elements of these structs are char anyway, so it won't hurt performance. Bump warns back up t

svn commit: r203612 - stable/7/sbin/ifconfig

2010-02-07 Thread Ruslan Ermilov
Author: ru Date: Sun Feb 7 16:55:45 2010 New Revision: 203612 URL: http://svn.freebsd.org/changeset/base/203612 Log: MFC: r203486: Shortening a passphrase caused wrong authentication key to be used. Approved by: re (kib) Modified: stable/7/sbin/ifconfig/ifcarp.c Directory Properties:

svn commit: r203611 - head/sys/kern

2010-02-07 Thread Ed Schouten
Author: ed Date: Sun Feb 7 15:42:15 2010 New Revision: 203611 URL: http://svn.freebsd.org/changeset/base/203611 Log: Remove statistics from the TTY queues. I added counters to see how often fast copying to userspace was actually performed, which was only useful during development. Remove

svn commit: r203610 - head/share/misc

2010-02-07 Thread Christian Brueffer
Author: brueffer Date: Sun Feb 7 13:59:03 2010 New Revision: 203610 URL: http://svn.freebsd.org/changeset/base/203610 Log: Fix whitespace in pho's entry, results in nicer output files. PR: 143613 Submitted by: pluknet Committed from: Debian/kFreeBSD talk at FOSDEM Mod

svn commit: r203609 - stable/8/sys/sparc64/sparc64

2010-02-07 Thread Marius Strobl
Author: marius Date: Sun Feb 7 11:59:55 2010 New Revision: 203609 URL: http://svn.freebsd.org/changeset/base/203609 Log: MFC: r202900 Merge r203608 from amd64/i386: In syscall(), reread syscall number and arguments after ptracestop(), if debugger modified anything in the process env

svn commit: r203608 - in stable/8/sys: amd64/amd64 amd64/ia32 i386/i386 kern sys

2010-02-07 Thread Konstantin Belousov
Author: kib Date: Sun Feb 7 11:37:38 2010 New Revision: 203608 URL: http://svn.freebsd.org/changeset/base/203608 Log: MFC r202882: For i386, amd64 and ia32 on amd64 MD syscall(), reread syscall number and arguments after ptracestop(), if debugger modified anything in the process environme

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

2010-02-07 Thread Konstantin Belousov
Author: kib Date: Sun Feb 7 10:51:17 2010 New Revision: 203607 URL: http://svn.freebsd.org/changeset/base/203607 Log: MFC r202529: vunref() the vnode in vm object deallocation code for OBJT_VNODE appropriate number of times to prevent possible vnode reference leak. Modified: stable/8/sys

svn commit: r203606 - in stable/8/sys: kern sys

2010-02-07 Thread Konstantin Belousov
Author: kib Date: Sun Feb 7 10:44:44 2010 New Revision: 203606 URL: http://svn.freebsd.org/changeset/base/203606 Log: MFC r202528: Add vunref(9). Modified: stable/8/sys/kern/vfs_subr.c stable/8/sys/sys/vnode.h Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/i

svn commit: r203605 - in stable/8/sys: net netgraph netinet netinet/ipfw netinet6

2010-02-07 Thread Julian Elischer
Author: julian Date: Sun Feb 7 09:00:22 2010 New Revision: 203605 URL: http://svn.freebsd.org/changeset/base/203605 Log: MFC of 197952 and 198075 Virtualize the pfil hooks so that different jails may chose different packet filters. ALso allows ipfw to be enabled on on ejail and d