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
==
-
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
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
-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)
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
> 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
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
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
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.
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
=
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
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.
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
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
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
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
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/
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
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
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
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
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
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
23 matches
Mail list logo