svn commit: r217187 - head/etc/defaults

2011-01-09 Thread Jaakko Heinonen
Author: jh Date: Sun Jan 9 09:21:11 2011 New Revision: 217187 URL: http://svn.freebsd.org/changeset/base/217187 Log: Replace nfs4 with newnfs in netfs_types. nfs4 was removed in r192578 and mount(8) has supported newnfs since r192930. PR: conf/153655 Submitted by: Anonymous

svn commit: r217191 - in head/lib/libthr: . thread

2011-01-09 Thread Konstantin Belousov
Author: kib Date: Sun Jan 9 12:38:40 2011 New Revision: 217191 URL: http://svn.freebsd.org/changeset/base/217191 Log: Implement the __pthread_map_stacks_exec() for libthr. Stack creation code is changed to call _rtld_get_stack_prot() to get the stack protection right. There is a race

svn commit: r217192 - in head: bin/ps sys/amd64/include sys/arm/include sys/i386/include sys/ia64/include sys/mips/include sys/powerpc/include sys/sparc64/include sys/sun4v/include sys/sys sys/vm

2011-01-09 Thread Konstantin Belousov
Author: kib Date: Sun Jan 9 12:50:44 2011 New Revision: 217192 URL: http://svn.freebsd.org/changeset/base/217192 Log: Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h. Update the outdated comments describing MAXSLP and the process selection algorithm for swap out.

Re: svn commit: r185499 - head

2011-01-09 Thread Bjoern A. Zeeb
On Mon, 1 Dec 2008, Alfred Perlstein wrote: Author: alfred Date: Mon Dec 1 00:45:51 2008 New Revision: 185499 URL: http://svn.freebsd.org/changeset/base/185499 Log: Provide a 'tinderbox' target that compiles enough of FreeBSD that a developer can rest reasonably assured that the tinderbox

Re: svn commit: r217073 - head/etc/rc.d

2011-01-09 Thread Ulrich Spörlein
On Thu, 06.01.2011 at 21:09:22 +, Warner Losh wrote: Author: imp Date: Thu Jan 6 21:09:22 2011 New Revision: 217073 URL: http://svn.freebsd.org/changeset/base/217073 Log: Don't require /usr/lib/aout to be on the system. Test for its existance since we don't generally need it.

svn commit: r217195 - head/sys/kern

2011-01-09 Thread Bjoern A. Zeeb
Author: bz Date: Sun Jan 9 14:34:56 2011 New Revision: 217195 URL: http://svn.freebsd.org/changeset/base/217195 Log: Improve style and wording of comments and sysctl descriptions [1]. Move machdep.ct_debug to debug.clocktime as there was no reason to actually put it under machdep in

Re: svn commit: r217147 - in head/sys: amd64/include arm/include i386/include ia64/include mips/include powerpc/include sparc64/include sun4v/include

2011-01-09 Thread Tijl Coosemans
On Saturday 08 January 2011 21:30:49 Juli Mallett wrote: On Sat, Jan 8, 2011 at 04:43, Tijl Coosemans t...@freebsd.org wrote: Author: tijl Date: Sat Jan 8 12:43:05 2011 New Revision: 217147 URL: http://svn.freebsd.org/changeset/base/217147 Log: On mixed 32/64 bit architectures (mips,

svn commit: r217200 - in head/sys/dev/usb: . serial

2011-01-09 Thread Gavin Atkinson
Author: gavin Date: Sun Jan 9 17:10:06 2011 New Revision: 217200 URL: http://svn.freebsd.org/changeset/base/217200 Log: Sync the list of devices supported by uslcom(4) with Linux, bringing in all new devices added between our r211022 and their git revision

svn commit: r217202 - in head/sys/dev/usb: . serial

2011-01-09 Thread Gavin Atkinson
Author: gavin Date: Sun Jan 9 17:40:04 2011 New Revision: 217202 URL: http://svn.freebsd.org/changeset/base/217202 Log: Add support for the Zeagle N2iTion3 Dive Computer to uplcom(4). This brings the list of supported devices in sync with kernel.org git revision

Re: svn commit: r217073 - head/etc/rc.d

2011-01-09 Thread Warner Losh
On 01/09/2011 07:18, Ulrich Spörlein wrote: On Thu, 06.01.2011 at 21:09:22 +, Warner Losh wrote: Author: imp Date: Thu Jan 6 21:09:22 2011 New Revision: 217073 URL: http://svn.freebsd.org/changeset/base/217073 Log: Don't require /usr/lib/aout to be on the system. Test for its

svn commit: r217203 - head/sys/net

2011-01-09 Thread Bjoern A. Zeeb
Author: bz Date: Sun Jan 9 20:40:21 2011 New Revision: 217203 URL: http://svn.freebsd.org/changeset/base/217203 Log: MfP4 CH=185246 [1]: Add FEATURE() to announce optional VIMAGE. MFC after:3 days [1] for the moment put it in vnet.c. Modified: head/sys/net/vnet.c

svn commit: r217206 - in head: bin/sh tools/regression/bin/sh/execution

2011-01-09 Thread Jilles Tjoelker
Author: jilles Date: Sun Jan 9 21:07:30 2011 New Revision: 217206 URL: http://svn.freebsd.org/changeset/base/217206 Log: sh: Remove special %builtin PATH entry. All builtins are now always found before a PATH search. Most ash derivatives have an undocumented feature where the presence

svn commit: r217207 - head/include

2011-01-09 Thread Ed Schouten
Author: ed Date: Sun Jan 9 21:39:46 2011 New Revision: 217207 URL: http://svn.freebsd.org/changeset/base/217207 Log: Add missing __dead2 to __assert(). __assert() is called when an assertion fails. After printing an error message, it will call abort(). abort() never returns, hence it

svn commit: r217208 - head/tools/regression/bin/date

2011-01-09 Thread Giorgos Keramidas
Author: keramida (doc committer) Date: Sun Jan 9 22:05:09 2011 New Revision: 217208 URL: http://svn.freebsd.org/changeset/base/217208 Log: regression/date: unset all LC_xxx vars and set LANG/LC_ALL When running with a custom locale setup, it's easy to confuse the date regression tests

svn commit: r217210 - head/sys/mips/cavium/octe

2011-01-09 Thread Juli Mallett
Author: jmallett Date: Sun Jan 9 23:05:46 2011 New Revision: 217210 URL: http://svn.freebsd.org/changeset/base/217210 Log: o) Remove some unused local definitions of IP protocol numbers. o) Use CPU_FOREACH rather than a miscrafted for loop with an off-by-one to enable workq interrupts

svn commit: r217211 - svnadmin/conf

2011-01-09 Thread Gregory Neil Shapiro
Author: gshapiro Date: Sun Jan 9 23:20:01 2011 New Revision: 217211 URL: http://svn.freebsd.org/changeset/base/217211 Log: Update my e-mail address for commit messages. Approved by: core (implicit) Modified: svnadmin/conf/access Modified: svnadmin/conf/access

svn commit: r217212 - head/sys/mips/cavium/octe

2011-01-09 Thread Juli Mallett
Author: jmallett Date: Sun Jan 9 23:46:24 2011 New Revision: 217212 URL: http://svn.freebsd.org/changeset/base/217212 Log: Now that we correctly enable rx interrupts on all cores, performance has gotten quite awful, because e.g. 4 packets will come in and get processed on 4 different

svn commit: r217213 - head/lib/bind

2011-01-09 Thread Doug Barton
Author: dougb Date: Sun Jan 9 23:47:11 2011 New Revision: 217213 URL: http://svn.freebsd.org/changeset/base/217213 Log: Revert part of r217071 so that us mere mortals can clearly see what this bit of code is intended to do. :) Approved by: imp Modified: head/lib/bind/config.mk

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

2011-01-09 Thread Daniel Eischen
Author: deischen Date: Mon Jan 10 04:48:18 2011 New Revision: 217219 URL: http://svn.freebsd.org/changeset/base/217219 Log: MFC: 217169 Make sure to always do source address selection on an unbound socket, regardless of any multicast options. If an address is specified via a

svn commit: r217220 - head/sys/conf

2011-01-09 Thread Jayachandran C.
Author: jchandra Date: Mon Jan 10 05:13:06 2011 New Revision: 217220 URL: http://svn.freebsd.org/changeset/base/217220 Log: Remove unnecessary 'cat'. Modified: head/sys/conf/Makefile.mips Modified: head/sys/conf/Makefile.mips

svn commit: r217221 - head/sys/netinet

2011-01-09 Thread Lawrence Stewart
Author: lstewart Date: Mon Jan 10 06:12:01 2011 New Revision: 217221 URL: http://svn.freebsd.org/changeset/base/217221 Log: Reset the last_sack_ack SACK hint for TCP input processing to ensure that the hint is 0 when no SACK data is received to update the hint with. This was accidentally

svn commit: r217222 - head/sys/mips/cavium

2011-01-09 Thread Juli Mallett
Author: jmallett Date: Mon Jan 10 06:46:18 2011 New Revision: 217222 URL: http://svn.freebsd.org/changeset/base/217222 Log: o) Free mbufs in error cases. o) Clear/acknowledge receive interrupt at end of thread. This gives the management interfaces performance on the order of 100Mbps