Re: vfs cache diff, that needs some testing.

2009-06-13 Thread Dorian Büttner
Thordur I. Bjornsson schrieb: Dorian B|ttner wrote on Fri 12.Jun'09 at 19:25:05 +0200 AFAIK the whole work was done to make the cache more sane. The current version is just insane enough that Bob was crying, shouting and playing with red wine bottles during c2k9. Hi Bob,

Re: de(4) bus_dma diff needs testing.

2009-06-13 Thread Theo de Raadt
> > > Please test the following diff if you have a de(4) Ethernet > > > adapter. This should fix the issues with the bus_dma map > > > handling. Already tested by matthieu@ on an alpha.. so I'm > > > looking for some further testing. > > > > Anyone? I'd really like to remove the Alpha hack and hav

Re: de(4) bus_dma diff needs testing.

2009-06-13 Thread Christian Weisgerber
Brad wrote: > > Please test the following diff if you have a de(4) Ethernet > > adapter. This should fix the issues with the bus_dma map > > handling. Already tested by matthieu@ on an alpha.. so I'm > > looking for some further testing. > > Anyone? I'd really like to remove the Alpha hack and h

Re: vfs cache diff, that needs some testing.

2009-06-13 Thread Joachim Schipper
On Sat, Jun 13, 2009 at 12:52:11PM +, Thordur I. Bjornsson wrote: > Dorian B|ttner wrote on Fri 12.Jun'09 at 19:25:05 > +0200 > > AFAIK the whole work was done to make the cache more sane. The current > version is just insane enough that Bob was crying, shouting and playing >

Re: vfs cache diff, that needs some testing.

2009-06-13 Thread Thordur I. Bjornsson
Dorian B|ttner wrote on Fri 12.Jun'09 at 19:25:05 +0200 AFAIK the whole work was done to make the cache more sane. The current version is just insane enough that Bob was crying, shouting and playing with red wine bottles during c2k9. > Hi Bob, > > tried your patch, got

add long option names to mount_nfs' man page

2009-06-13 Thread LEVAI Daniel
Hi! If anyone is interested, here is a patch to mount_nfs' man page, to include mount_nfs(8) parameters' long versions (the fstab(5) style long versions). Perhaps referring to the options as "long versions" is not quite right, but I couldn't come up with anything different. Index: mount_nfs.8 ==