svn commit: r208184 - head/lib/libarchive

2010-05-17 Thread Xin LI
Author: delphij Date: Mon May 17 07:06:54 2010 New Revision: 208184 URL: http://svn.freebsd.org/changeset/base/208184 Log: Fix build. Modified: head/lib/libarchive/Makefile Modified: head/lib/libarchive/Makefile == -

svn commit: r208189 - head/usr.bin/ar

2010-05-17 Thread Kai Wang
Author: kaiw Date: Mon May 17 09:37:59 2010 New Revision: 208189 URL: http://svn.freebsd.org/changeset/base/208189 Log: Removed ar(1)'s support for compressed archives. This change removes ar(1)'s dependencies on compressor libraries -lz, -lbz2 and -llzma and fixes building HEAD on some vers

Re: svn commit: r207790 - head/usr.bin/tar

2010-05-17 Thread Anonymous
Tim Kientzle writes: > Please try the attached patch and let me know if it fixes it for you... > > Cheers, > > Tim [...] It fixes the issue. Thanks. ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To uns

Re: svn commit: r208189 - head/usr.bin/ar

2010-05-17 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2010/05/17 02:37, Kai Wang wrote: > Author: kaiw > Date: Mon May 17 09:37:59 2010 > New Revision: 208189 > URL: http://svn.freebsd.org/changeset/base/208189 > > Log: > Removed ar(1)'s support for compressed archives. This change removes > ar(1)

svn commit: r208190 - head/usr.sbin/daemon

2010-05-17 Thread Ivan Voras
Author: ivoras Date: Mon May 17 11:18:33 2010 New Revision: 208190 URL: http://svn.freebsd.org/changeset/base/208190 Log: Slightly improve wording. Modified: head/usr.sbin/daemon/daemon.8 Modified: head/usr.sbin/daemon/daemon.8

RE: svn commit: r208003 - in head/sys: kern sys

2010-05-17 Thread Matthew Fleming
> From: Kostik Belousov [mailto:kostik...@gmail.com] > On Wed, May 12, 2010 at 09:24:46PM +, Zachary Loafman wrote: > > Author: zml > > Date: Wed May 12 21:24:46 2010 > > New Revision: 208003 > > URL: http://svn.freebsd.org/changeset/base/208003 > > > > Log: > > Add VOP_ADVLOCKPURGE so that

Re: svn commit: r208003 - in head/sys: kern sys

2010-05-17 Thread Kostik Belousov
On Mon, May 17, 2010 at 08:33:52AM -0700, Matthew Fleming wrote: > > From: Kostik Belousov [mailto:kostik...@gmail.com] > > On Wed, May 12, 2010 at 09:24:46PM +, Zachary Loafman wrote: > > > Author: zml > > > Date: Wed May 12 21:24:46 2010 > > > New Revision: 208003 > > > URL: http://svn.freebs

RE: svn commit: r208003 - in head/sys: kern sys

2010-05-17 Thread Matthew Fleming
From: Kostik Belousov [mailto:kostik...@gmail.com] > Essentially, my argument is that whatever you do in VOP_ADVLOCKPURGE, > can be and should be done in VOP_RECLAIM. This would also cover the v_data > issue. I disagree about the "should". I believe that if BSD wants to allow overriding lf_advl

Re: svn commit: r208172 - in head/sys: dev/ofw powerpc/aim powerpc/ofw

2010-05-17 Thread Marius Strobl
On Sun, May 16, 2010 at 10:01:43PM +, Nathan Whitehorn wrote: > Author: nwhitehorn > Date: Sun May 16 22:01:43 2010 > New Revision: 208172 > URL: http://svn.freebsd.org/changeset/base/208172 > > Log: > Pull OF_quiesce() out of the MI Open Firmware layer and entirely into > PPC ofw_machdep.

svn commit: r208210 - head/usr.bin/wc

2010-05-17 Thread Pawel Jakub Dawidek
Author: pjd Date: Mon May 17 19:13:49 2010 New Revision: 208210 URL: http://svn.freebsd.org/changeset/base/208210 Log: Use better type for siginfo (volatile sig_atomic_t instead of int). Pointed out by: jh Modified: head/usr.bin/wc/wc.c Modified: head/usr.bin/wc/wc.c =

svn commit: r208212 - head/sys/net

2010-05-17 Thread John Baldwin
Author: jhb Date: Mon May 17 19:36:56 2010 New Revision: 208212 URL: http://svn.freebsd.org/changeset/base/208212 Log: Ignore failures from removing multicast addresses from the parent (trunk) interface when tearing down a vlan interface. If a trunk interface is detached, all of its multica

Re: svn commit: r208165 - in head/sys: kern mips/conf mips/include mips/mips mips/rmi mips/rmi/dev/xlr

2010-05-17 Thread Rui Paulo
On 16 May 2010, at 20:54, Juli Mallett wrote: > On Sun, May 16, 2010 at 12:43, Randall Stewart wrote: >> Author: rrs >> Date: Sun May 16 19:43:48 2010 >> New Revision: 208165 >> URL: http://svn.freebsd.org/changeset/base/208165 >> >> Log: >> This pushes all of JC's patches that I have in place.

svn commit: r208213 - head/etc

2010-05-17 Thread John Baldwin
Author: jhb Date: Mon May 17 19:51:34 2010 New Revision: 208213 URL: http://svn.freebsd.org/changeset/base/208213 Log: Prevent unloading a kld for a driver that has subinterfaces (vlan and/or wlan interfaces) from being automatically reloaded via devd shutdown event handlers. - Revert part

Re: svn commit: r208212 - head/sys/net

2010-05-17 Thread John Baldwin
On Monday 17 May 2010 3:36:56 pm John Baldwin wrote: > Author: jhb > Date: Mon May 17 19:36:56 2010 > New Revision: 208212 > URL: http://svn.freebsd.org/changeset/base/208212 > > Log: > Ignore failures from removing multicast addresses from the parent (trunk) > interface when tearing down a vl

Re: svn commit: r208213 - head/etc

2010-05-17 Thread John Baldwin
On Monday 17 May 2010 3:51:34 pm John Baldwin wrote: > Author: jhb > Date: Mon May 17 19:51:34 2010 > New Revision: 208213 > URL: http://svn.freebsd.org/changeset/base/208213 > > Log: > Prevent unloading a kld for a driver that has subinterfaces (vlan and/or > wlan interfaces) from being autom

Re: svn commit: r208165 - in head/sys: kern mips/conf mips/include mips/mips mips/rmi mips/rmi/dev/xlr

2010-05-17 Thread Neel Natu
Hi Randall, On Sun, May 16, 2010 at 12:54 PM, Juli Mallett wrote: > On Sun, May 16, 2010 at 12:43, Randall Stewart wrote: >> Author: rrs >> Date: Sun May 16 19:43:48 2010 >> New Revision: 208165 >> URL: http://svn.freebsd.org/changeset/base/208165 >> >> Log: >>  This pushes all of JC's patches t

svn commit: r208234 - head/sys/fs/nfsclient

2010-05-17 Thread Rick Macklem
Author: rmacklem Date: Mon May 17 23:55:38 2010 New Revision: 208234 URL: http://svn.freebsd.org/changeset/base/208234 Log: Add a sanity check for a negative args.fhsize to the experimental NFS client. MFC after:5 days Modified: head/sys/fs/nfsclient/nfs_clvfsops.c Modified: head/

svn commit: r208241 - head/sbin/tunefs

2010-05-17 Thread Jeff Roberson
Author: jeff Date: Tue May 18 01:45:28 2010 New Revision: 208241 URL: http://svn.freebsd.org/changeset/base/208241 Log: - Round up the journal size to the block size so we don't confuse fsck. Reported by: Mikolaj Golub - Only require 256k of blocks per-cg when trying to allocate co

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

2010-05-17 Thread Bjoern A. Zeeb
On Mon, 10 May 2010, Pyun YongHyeon wrote: 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

svn commit: r208249 - in head/sys/mips: include mips rmi sibyte

2010-05-17 Thread Randall Stewart
Author: rrs Date: Tue May 18 04:02:34 2010 New Revision: 208249 URL: http://svn.freebsd.org/changeset/base/208249 Log: Adds JC's cleanup patches that fix it so we call an platform dependant topo function as well as clean up all the XLR specific ifdefs around smp platform init. Obtaine

svn commit: r208250 - head/sys/mips/rmi

2010-05-17 Thread Randall Stewart
Author: rrs Date: Tue May 18 04:08:58 2010 New Revision: 208250 URL: http://svn.freebsd.org/changeset/base/208250 Log: Adds the file I forgot to add... that handles the mpwait.S for RMI Approved by: JC Added: head/sys/mips/rmi/mpwait.S (contents, props changed) Added: head/sys/mips

svn commit: r208253 - head/sys/mips/sibyte

2010-05-17 Thread Neel Natu
Author: neel Date: Tue May 18 05:12:54 2010 New Revision: 208253 URL: http://svn.freebsd.org/changeset/base/208253 Log: Fix Sibyte SMP kernel breakage caused by r208249. We need to include the header file that provides declaration of the smp_topo_none() function. Modified: head/sys/mip

svn commit: r208254 - head/sys/fs/nfsclient

2010-05-17 Thread Rick Macklem
Author: rmacklem Date: Tue May 18 05:18:21 2010 New Revision: 208254 URL: http://svn.freebsd.org/changeset/base/208254 Log: Allow the experimental NFSv4 client to use cached attributes when a write delegation is held. Also, add a missing mtx_unlock() call for the ACL debugging code. MFC