Credito Fiscal

2009-06-12 Thread Lazaro Jimenez
Credito Fiscal - Comprobantes C - ( Empresas Verificables ) - Absoluta Reserva -

Re: vfs cache diff, that needs some testing.

2009-06-12 Thread Dorian Büttner
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 a kernel panic with it and took some screen shots with my digicam. Due to the pa

Re: vfs cache diff, that needs some testing.

2009-06-12 Thread Bob Beck
> > This is mostly theoretical. Most hash tables are badly sized and have > > often bad hashing algorithms that tend to cause long linear list. > > So fix the sizing and use a proper hash algorithm. Indeed, it's more > difficult if sizing is hard. > > I'm not against trees, but I like to see prop

Re: vfs cache diff, that needs some testing.

2009-06-12 Thread Otto Moerbeek
On Fri, Jun 12, 2009 at 07:23:29PM +0200, Artur Grabowski wrote: > Otto Moerbeek writes: > > >> 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. > > > > That

Re: vfs cache diff, that needs some testing.

2009-06-12 Thread Artur Grabowski
Otto Moerbeek writes: >> 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. > > That's not enough reason to change the data structure. Yes, it is. Code is primaril

Re: making struct __sFILE editable

2009-06-12 Thread Marc Espie
On Tue, Jun 09, 2009 at 07:12:24PM +0200, Joerg Sonnenberger wrote: > On Tue, Jun 09, 2009 at 10:37:29AM -0600, Theo de Raadt wrote: > > The fact that you had to modify standards compliant code already in > > the tree to make it work indicates a rather major problem. > > The changes for stdout / s

T-shirt designs ideas - As melhores estampas para a sua confecção!!

2009-06-12 Thread YouGraph
Hi guys, We would like to present you our online store: http://www.yougraph.com/ The yougraph is a design company that sells design ideas worldwide. More than 35.000 companies use ours services around the world. We offer design for t-shirts, tags and labels following the lastest trends of the fa

Re: vfs cache diff, that needs some testing.

2009-06-12 Thread Otto Moerbeek
On Fri, Jun 12, 2009 at 08:08:40AM +0200, Claudio Jeker wrote: > > What's the reason to move to RB trees? In general they are slower, > > have larger memory overhead and cause more memory fragmentation than > > hash tables. The last thing is fixed by using pools, but the other two > > things remai