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

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)'s

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 the file system

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:

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

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.c, in

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

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 r...@freebsd.org 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

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:

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 to.my.troc...@gmail.com - Only require 256k of blocks per-cg

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: