svn commit: r207905 - head/sys/vm

2010-05-10 Thread Alan Cox
Author: alc Date: Tue May 11 01:29:18 2010 New Revision: 207905 URL: http://svn.freebsd.org/changeset/base/207905 Log: Update synchronization annotations for struct vm_page. Add a comment explaining how the setting of PG_WRITEABLE is synchronized. Modified: head/sys/vm/vm_page.h Modified:

svn commit: r207902 - head/sys/netinet6

2010-05-10 Thread Kip Macy
Author: kmacy Date: Mon May 10 21:31:20 2010 New Revision: 207902 URL: http://svn.freebsd.org/changeset/base/207902 Log: boot time size the flowtable MFC after:3 days Modified: head/sys/netinet6/ip6_input.c Modified: head/sys/netinet6/ip6_input.c

svn commit: r207898 - head/contrib/tzdata

2010-05-10 Thread Edwin Groothuis
Author: edwin Date: Mon May 10 21:02:16 2010 New Revision: 207898 URL: http://svn.freebsd.org/changeset/base/207898 Log: MFV of tzdata2010j, r207896 - Bahia de Banderas (Mexican state of Nayarit) changed time zone UTC-7 to new time zone UTC-6 on April 4, 2010 (to share the same time

svn commit: r207885 - head/sys/dev/esp

2010-05-10 Thread Marius Strobl
Author: marius Date: Mon May 10 20:02:39 2010 New Revision: 207885 URL: http://svn.freebsd.org/changeset/base/207885 Log: Include for OF_getscsinitid(). Modified: head/sys/dev/esp/esp_sbus.c Modified: head/sys/dev/esp/esp_sbus.c ==

svn commit: r207878 - head/sys/geom/vinum

2010-05-10 Thread Jaakko Heinonen
Author: jh Date: Mon May 10 19:12:23 2010 New Revision: 207878 URL: http://svn.freebsd.org/changeset/base/207878 Log: - Don't return EAGAIN from gv_unload(). It was used to work around the deadlock fixed in r207671. - Wait for worker process to exit at class unload. The worker process

svn commit: r207877 - head/sys/geom/zero

2010-05-10 Thread Jaakko Heinonen
Author: jh Date: Mon May 10 19:08:53 2010 New Revision: 207877 URL: http://svn.freebsd.org/changeset/base/207877 Log: In g_zero_destroy_geom(), return 0 instead of EBUSY in the success case. EBUSY was probably used as a workaround for the deadlock fixed in r207671. Approved by: pjd X-M

Re: svn commit: r206878 - head/sys/kern

2010-05-10 Thread Marius Strobl
On Mon, May 10, 2010 at 12:27:40AM +0200, Attilio Rao wrote: > 2010/5/9 Marius Strobl : > > On Mon, Apr 19, 2010 at 11:27:54PM +, Attilio Rao wrote: > >> Author: attilio > >> Date: Mon Apr 19 23:27:54 2010 > >> New Revision: 206878 > >> URL: http://svn.freebsd.org/changeset/base/206878 > >> > >

svn commit: r207854 - head/sys/boot/common

2010-05-10 Thread Warner Losh
Author: imp Date: Mon May 10 18:23:00 2010 New Revision: 207854 URL: http://svn.freebsd.org/changeset/base/207854 Log: Formatting nit Modified: head/sys/boot/common/module.c Modified: head/sys/boot/common/module.c ==

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

2010-05-10 Thread Pyun YongHyeon
Author: yongari Date: Mon May 10 17:48:00 2010 New Revision: 207853 URL: http://svn.freebsd.org/changeset/base/207853 Log: Now sge(4) supports TCP segmentation offload (TSO). Modified: head/share/man/man4/sge.4 Modified: head/share/man/man4/sge.4 =

svn commit: r207852 - head/sys/dev/sge

2010-05-10 Thread Pyun YongHyeon
Author: yongari Date: Mon May 10 17:35:17 2010 New Revision: 207852 URL: http://svn.freebsd.org/changeset/base/207852 Log: SiS190 supports RX 10 bytes padding, CRC stripping as well as VLAN hardware tag insertion/stripping. Remove conditional code that disables these hardware features on SiS

svn commit: r207851 - head/sys/dev/sge

2010-05-10 Thread Pyun YongHyeon
Author: yongari Date: Mon May 10 17:14:14 2010 New Revision: 207851 URL: http://svn.freebsd.org/changeset/base/207851 Log: Implement TSO and TSO over VLAN. Increase number of allowed fragmentation of mbuf chain to 32 from 16 because TSO can send 64KB sized packet which in turn requires long

svn commit: r207849 - in head: . lib/libarchive rescue/rescue usr.bin/ar usr.bin/cpio usr.bin/cpio/test usr.bin/tar usr.bin/tar/test

2010-05-10 Thread Martin Matuska
Author: mm Date: Mon May 10 15:28:44 2010 New Revision: 207849 URL: http://svn.freebsd.org/changeset/base/207849 Log: Enable liblzma support in libarchive Adjust dependencies for programs using libarchive Add xz and linkage against liblzma to rescue system Approved by: kientzle, delphi

svn commit: r207848 - head/sys/fs/procfs

2010-05-10 Thread Konstantin Belousov
Author: kib Date: Mon May 10 15:19:12 2010 New Revision: 207848 URL: http://svn.freebsd.org/changeset/base/207848 Log: The thread_unsuspend() requires both process mutex and process spinlock locked. Postpone the process unlock till the thread_unsuspend() is called. Approved by: des (proc

svn commit: r207847 - head/sys/fs/procfs

2010-05-10 Thread Konstantin Belousov
Author: kib Date: Mon May 10 15:18:03 2010 New Revision: 207847 URL: http://svn.freebsd.org/changeset/base/207847 Log: For detach procfs ctl command, also clear P_STOPPED_TRACE process stop flag, and for each thread, TDB_SUSPEND debug flag, same as it is done by exit1() for orphaned debugee.

Re: svn commit: r207842 - in head: contrib/xz etc/mtree lib lib/liblzma share/mk sys/sys usr.bin usr.bin/less usr.bin/lzmainfo usr.bin/xz usr.bin/xzdec

2010-05-10 Thread Ed Schouten
* Martin Matuska wrote: > Author: mm > Date: Mon May 10 06:59:50 2010 > New Revision: 207842 > URL: http://svn.freebsd.org/changeset/base/207842 > > Log: > Import of liblzma, xz, xzdec, lzmainfo from vendor branch > Add support for xz and lzma to lesspipe.sh (xzless, lzless) > Bump __FreeBS

svn commit: r207846 - head/sys/vm

2010-05-10 Thread Konstantin Belousov
Author: kib Date: Mon May 10 11:53:40 2010 New Revision: 207846 URL: http://svn.freebsd.org/changeset/base/207846 Log: Continue cleaning the queue instead of moving to the next queue or bailing out if acquisition of page lock caused page position in the queue to change. Pointed out by:

svn commit: r207844 - in head: lib/liblzma usr.bin/lzmainfo usr.bin/xz usr.bin/xzdec

2010-05-10 Thread Martin Matuska
Author: mm Date: Mon May 10 07:47:31 2010 New Revision: 207844 URL: http://svn.freebsd.org/changeset/base/207844 Log: Add two public headers missing in r207842 Adjust CFLAGS for lzmainfo, xz, xzdec Approved by: delphij (mentor) MFC after:2 weeks Modified: head/lib/liblzma/Makefi

svn commit: r207842 - in head: contrib/xz etc/mtree lib lib/liblzma share/mk sys/sys usr.bin usr.bin/less usr.bin/lzmainfo usr.bin/xz usr.bin/xzdec

2010-05-10 Thread Martin Matuska
Author: mm Date: Mon May 10 06:59:50 2010 New Revision: 207842 URL: http://svn.freebsd.org/changeset/base/207842 Log: Import of liblzma, xz, xzdec, lzmainfo from vendor branch Add support for xz and lzma to lesspipe.sh (xzless, lzless) Bump __FreeBSD_version Approved by: delphij (mento