Celebrating SIN!

2010-11-17 Thread Godthoughts Wired
GodThoughtsWired! &= nbsp;Wednesday, November 17, 2010 Evangelizing the Church in the Age of Delus= ion You are subs= cribed as svn-src-all@freebsd.org celebrating sin! "Enjoy the passing pleasures of = sin..." Hebrews 11:25 I'll bet you didn't know the Bible said

svn commit: r215446 - stable/7/contrib/netcat

2010-11-17 Thread Xin LI
Author: delphij Date: Thu Nov 18 01:21:55 2010 New Revision: 215446 URL: http://svn.freebsd.org/changeset/base/215446 Log: MFC through r214047: nc from OpenBSD 4.8. Modified: stable/7/contrib/netcat/nc.1 stable/7/contrib/netcat/netcat.c stable/7/contrib/netcat/socks.c Directory Properties

svn commit: r215445 - stable/8/contrib/netcat

2010-11-17 Thread Xin LI
Author: delphij Date: Thu Nov 18 01:14:18 2010 New Revision: 215445 URL: http://svn.freebsd.org/changeset/base/215445 Log: MFC through r214047: nc from OpenBSD 4.8. Modified: stable/8/contrib/netcat/nc.1 stable/8/contrib/netcat/netcat.c stable/8/contrib/netcat/socks.c Directory Properties

svn commit: r215444 - in stable/8: bin/test tools/regression/bin tools/regression/bin/test

2010-11-17 Thread Jilles Tjoelker
Author: jilles Date: Wed Nov 17 23:13:02 2010 New Revision: 215444 URL: http://svn.freebsd.org/changeset/base/215444 Log: MFC r215022: test: Move tests to tools/regression/bin/test. Convert the tests to the perl prove format. Remove obsolete TEST.README (results of an old TEST.sh for some ol

svn commit: r215443 - in head/sys: kern sys

2010-11-17 Thread John Baldwin
Author: jhb Date: Wed Nov 17 22:28:04 2010 New Revision: 215443 URL: http://svn.freebsd.org/changeset/base/215443 Log: Add a resource_list_reserved() method that returns true if a resource list entry contains a reserved resource. Modified: head/sys/kern/subr_bus.c head/sys/sys/bus.h Modi

Re: svn commit: r215434 - in head: sys/netinet usr.bin/netstat

2010-11-17 Thread George Neville-Neil
On Nov 17, 2010, at 13:55 , George V. Neville-Neil wrote: > Author: gnn > Date: Wed Nov 17 18:55:12 2010 > New Revision: 215434 > URL: http://svn.freebsd.org/changeset/base/215434 > > Log: > Add new, per connection, statistics for TCP, including: > Retransmitted Packets > Zero Window Advertis

svn commit: r215442 - in stable/7: lib/libc/gen tools/regression/lib/libc/gen

2010-11-17 Thread Jilles Tjoelker
Author: jilles Date: Wed Nov 17 21:45:11 2010 New Revision: 215442 URL: http://svn.freebsd.org/changeset/base/215442 Log: MFC r198406: wordexp(3): fix some bugs with signals and long outputs * retry various system calls on EINTR * retry the rest after a short read (common if there is more th

svn commit: r215441 - head/sys/boot/powerpc/ofw

2010-11-17 Thread Andreas Tobler
Author: andreast Date: Wed Nov 17 20:37:16 2010 New Revision: 215441 URL: http://svn.freebsd.org/changeset/base/215441 Log: Revert r215435. We need to figure out the exact value to be loaded. Approved by: nwhitehorn (mentor) Modified: head/sys/boot/powerpc/ofw/start.c Modified: head/sy

svn commit: r215440 - stable/7/tools/regression/lib/libc/gen

2010-11-17 Thread Jilles Tjoelker
Author: jilles Date: Wed Nov 17 20:21:10 2010 New Revision: 215440 URL: http://svn.freebsd.org/changeset/base/215440 Log: MFC r174692: Fix wordexp() testsuite. Original commit by das. Modified: stable/7/tools/regression/lib/libc/gen/test-wordexp.c Directory Properties: stable/7/tools/r

svn commit: r215439 - in head/gnu/usr.bin: binutils/ld cc/cc_tools

2010-11-17 Thread Tijl Coosemans
Author: tijl Date: Wed Nov 17 19:54:01 2010 New Revision: 215439 URL: http://svn.freebsd.org/changeset/base/215439 Log: Let gcc and ld know where to find 32 bit libraries on amd64. Reviewed by: arch@ Approved by: kib (mentor) Modified: head/gnu/usr.bin/binutils/ld/Makefile.amd64 he

Re: svn commit: r215425 - head/usr.sbin/iostat

2010-11-17 Thread Ivan Voras
On 17 November 2010 18:59, Alexander Best wrote: > On Wed Nov 17 10, Ivan Voras wrote: >> Author: ivoras >> Date: Wed Nov 17 15:12:10 2010 >> New Revision: 215425 >> URL: http://svn.freebsd.org/changeset/base/215425 >> >> Log: >>   Change "wait" banner to "qlen" to be more indicative of its purpos

svn commit: r215438 - head/sys/boot/ofw/libofw

2010-11-17 Thread Andreas Tobler
Author: andreast Date: Wed Nov 17 19:35:56 2010 New Revision: 215438 URL: http://svn.freebsd.org/changeset/base/215438 Log: Check the real-mode? OF property to find out whether we operate in real or virtual mode. In virtual mode we have to do memory mapping. On PowerMacs it is usually false

svn commit: r215437 - head/sys/boot/ofw/libofw

2010-11-17 Thread Andreas Tobler
Author: andreast Date: Wed Nov 17 19:31:48 2010 New Revision: 215437 URL: http://svn.freebsd.org/changeset/base/215437 Log: Move the declaration of the eh struct (used only when debugging is enabled) from ofwn_put into the debug section. Approved by: nwhitehorn (mentor) Modified: head

svn commit: r215436 - head/sys/boot/powerpc/ofw

2010-11-17 Thread Andreas Tobler
Author: andreast Date: Wed Nov 17 19:28:48 2010 New Revision: 215436 URL: http://svn.freebsd.org/changeset/base/215436 Log: Make sure the .bss is cleared at the beginning. The pSeries OF ELF loader does not clear .bss automatically. Approved by: nwhitehorn (mentor) Modified: head/sys/

svn commit: r215435 - head/sys/boot/powerpc/ofw

2010-11-17 Thread Andreas Tobler
Author: andreast Date: Wed Nov 17 19:25:37 2010 New Revision: 215435 URL: http://svn.freebsd.org/changeset/base/215435 Log: Load the full 16k stack space. Approved by: nwhitehorn (mentor) Modified: head/sys/boot/powerpc/ofw/start.c Modified: head/sys/boot/powerpc/ofw/start.c ==

svn commit: r215434 - in head: sys/netinet usr.bin/netstat

2010-11-17 Thread George V. Neville-Neil
Author: gnn Date: Wed Nov 17 18:55:12 2010 New Revision: 215434 URL: http://svn.freebsd.org/changeset/base/215434 Log: Add new, per connection, statistics for TCP, including: Retransmitted Packets Zero Window Advertisements Out of Order Receives These statistics are available via the

Re: svn commit: r215368 - in stable/7/sys: arm/at91 arm/xscale/ixp425 contrib/dev/oltr dev/ae dev/an dev/ar dev/arl dev/ath dev/awi dev/ce dev/cm dev/cnw dev/cp dev/cs dev/ctau dev/cx dev/cxgb dev/ed

2010-11-17 Thread Bruce Evans
On Wed, 17 Nov 2010, Maxim Sobolev wrote: On 11/16/2010 8:12 AM, Bruce Evans wrote: This was quite low for yestdeay's uses (starting in about 1995), but today it is little missed since only yesterday's low-end hardware uses it. Most of today's interfaces are 1Gbps, and for this it is almost es

Re: svn commit: r215412 - head/share/mk

2010-11-17 Thread Bruce Evans
On Tue, 16 Nov 2010, Adrian Chadd wrote: Log: .. and then notice that the list of mk files is ordered, and update to suit. Please also notice that c is before d, e and f in the English alphapbet. Also note that cr is after c[o-p] in lexicographical order. Modified: head/share/mk/Makefile ==

svn commit: r215433 - in stable/7/sys: kern vm

2010-11-17 Thread Alan Cox
Author: alc Date: Wed Nov 17 18:21:29 2010 New Revision: 215433 URL: http://svn.freebsd.org/changeset/base/215433 Log: MFC r209407, r209648, r209650 Introduce and use vm_page_next() and vm_page_prev(). They provide both a simpler and faster interface for iterating over the pages of an o

svn commit: r215432 - head/sys/dev/nfe

2010-11-17 Thread Pyun YongHyeon
Author: yongari Date: Wed Nov 17 18:09:02 2010 New Revision: 215432 URL: http://svn.freebsd.org/changeset/base/215432 Log: MCP55 is the only NVIDIA controller that supports VLAN tag insertion/stripping and it also supports TSO over VLAN. Implement TSO over VLAN support for MCP55 controller.

Re: svn commit: r215425 - head/usr.sbin/iostat

2010-11-17 Thread Alexander Best
On Wed Nov 17 10, Ivan Voras wrote: > Author: ivoras > Date: Wed Nov 17 15:12:10 2010 > New Revision: 215425 > URL: http://svn.freebsd.org/changeset/base/215425 > > Log: > Change "wait" banner to "qlen" to be more indicative of its purpose and to > be more inline with what gstat uses. any tho

svn commit: r215431 - head/sys/dev/ata

2010-11-17 Thread Alexander Motin
Author: mav Date: Wed Nov 17 17:52:04 2010 New Revision: 215431 URL: http://svn.freebsd.org/changeset/base/215431 Log: Add IDs for VIA VX900 chipset SATA controller. (Missed part of r215428) Modified: head/sys/dev/ata/ata-pci.h Modified: head/sys/dev/ata/ata-pci.h =

svn commit: r215429 - in stable/8: share/man/man5 tools/build/mk usr.sbin/mailwrapper

2010-11-17 Thread Mark Murray
Author: markm Date: Wed Nov 17 17:12:41 2010 New Revision: 215429 URL: http://svn.freebsd.org/changeset/base/215429 Log: MFC: Add /bin/rmail symlink to mailwrapper if sendmail is not being built and mailwrapper is being built. Ensure that it is not removed by "make delete-old". Add Exim exam

svn commit: r215430 - in stable/8/sys: kern vm

2010-11-17 Thread Alan Cox
Author: alc Date: Wed Nov 17 17:29:22 2010 New Revision: 215430 URL: http://svn.freebsd.org/changeset/base/215430 Log: MFC r209407, r209648, r209650 Introduce and use vm_page_next() and vm_page_prev(). They provide both a simpler and faster interface for iterating over the pages of an o

svn commit: r215428 - head/sys/dev/ata/chipsets

2010-11-17 Thread Alexander Motin
Author: mav Date: Wed Nov 17 16:17:35 2010 New Revision: 215428 URL: http://svn.freebsd.org/changeset/base/215428 Log: Add IDs for VIA VX900 chipset SATA controller. MFC after:1 week Modified: head/sys/dev/ata/chipsets/ata-via.c Modified: head/sys/dev/ata/chipsets/ata-via.c

svn commit: r215427 - head/sys/crypto/aesni

2010-11-17 Thread Konstantin Belousov
Author: kib Date: Wed Nov 17 16:17:15 2010 New Revision: 215427 URL: http://svn.freebsd.org/changeset/base/215427 Log: Only save FPU context when not executing in the context of the crypto thread. Tested by:Mike Tancsa Modified: head/sys/crypto/aesni/aesni_wrap.c Modified: head/sy

svn commit: r215426 - in head: lib/libautofs sbin/mount_autofs

2010-11-17 Thread John Baldwin
Author: jhb Date: Wed Nov 17 15:42:47 2010 New Revision: 215426 URL: http://svn.freebsd.org/changeset/base/215426 Log: Remove unused autofs userland bits. Approved by: core Deleted: head/lib/libautofs/ head/sbin/mount_autofs/ ___ svn-src-all

svn commit: r215425 - head/usr.sbin/iostat

2010-11-17 Thread Ivan Voras
Author: ivoras Date: Wed Nov 17 15:12:10 2010 New Revision: 215425 URL: http://svn.freebsd.org/changeset/base/215425 Log: Change "wait" banner to "qlen" to be more indicative of its purpose and to be more inline with what gstat uses. Reviewed by: gnn Silence from: phk, keramida Modifi

Re: svn commit: r215368 - in stable/7/sys: arm/at91 arm/xscale/ixp425 contrib/dev/oltr dev/ae dev/an dev/ar dev/arl dev/ath dev/awi dev/ce dev/cm dev/cnw dev/cp dev/cs dev/ctau dev/cx dev/cxgb dev/ed

2010-11-17 Thread Maxim Sobolev
On 11/16/2010 8:12 AM, Bruce Evans wrote: This was quite low for yestdeay's uses (starting in about 1995), but today it is little missed since only yesterday's low-end hardware uses it. Most of today's interfaces are 1Gbps, and for this it is almost essential for the hardware to have a ring buff

svn commit: r215423 - head/sys/netinet6

2010-11-17 Thread Bjoern A. Zeeb
Author: bz Date: Wed Nov 17 10:43:20 2010 New Revision: 215423 URL: http://svn.freebsd.org/changeset/base/215423 Log: Do not initialize flag variables before needed. Consistently use the LLE_ prefix for lla_lookup() and the ND6_ prefix for nd6_lookup() even though both are defined the same.

svn commit: r215422 - stable/7/contrib/top

2010-11-17 Thread Sergey Kandaurov
Author: pluknet Date: Wed Nov 17 09:49:51 2010 New Revision: 215422 URL: http://svn.freebsd.org/changeset/base/215422 Log: MFC r215186: Add 'jid' as a possible sort order to the help screen. PR: bin/150992 Submitted by: Frederic Culot Approved by: avg (mentor) Modified

svn commit: r215421 - stable/8/contrib/top

2010-11-17 Thread Sergey Kandaurov
Author: pluknet Date: Wed Nov 17 09:48:18 2010 New Revision: 215421 URL: http://svn.freebsd.org/changeset/base/215421 Log: MFC r215186: Add 'jid' as a possible sort order to the help screen. PR: bin/150992 Submitted by: Frederic Culot Approved by: avg (mentor) Modified

svn commit: r215420 - head/sys/compat/ndis

2010-11-17 Thread Bernhard Schmidt
Author: bschmidt Date: Wed Nov 17 09:32:39 2010 New Revision: 215420 URL: http://svn.freebsd.org/changeset/base/215420 Log: Fix a panic on i386 for drivers using MmAllocateContiguousMemory() and MmAllocateContiguousMemorySpecifyCache(). Those two functions take 64-bit variable(s) for thei

svn commit: r215419 - head/sys/compat/ndis

2010-11-17 Thread Bernhard Schmidt
Author: bschmidt Date: Wed Nov 17 09:28:17 2010 New Revision: 215419 URL: http://svn.freebsd.org/changeset/base/215419 Log: Use kmem_alloc_contig() to honour the cache_type variable. Pointed out by: alc Modified: head/sys/compat/ndis/ntoskrnl_var.h head/sys/compat/ndis/subr_ntosk

svn commit: r215418 - head/sys/netinet6

2010-11-17 Thread Bjoern A. Zeeb
Author: bz Date: Wed Nov 17 09:25:08 2010 New Revision: 215418 URL: http://svn.freebsd.org/changeset/base/215418 Log: No need to re-initialize the callout. We initially do it in in6_lltable_new() right after allocation. Worse, we are losing the right flags here. MFC after:4 days Mo