Re : Re: Improve routing functions

2013-11-02 Thread Loïc Blot
Can you explain me what's the problem with m'y configuration ? I don't see what is the problem. Loïc Blot, Ingénieur systèmes UNIX, Sécurité et Réseaux http://www.unix-experience.fr Chris Cappuccio ch...@nmedia.net a écrit : Lo?c BLOT [loic.b...@unix-experience.fr] wrote: Hello sven, it's

Re: pthread_getspecific is too slow

2013-11-02 Thread Ted Unangst
On Mon, Sep 30, 2013 at 10:38, John Carr wrote: Here is a diff relative of OpenBSD 5.3 to avoid taking a lock in pthread_getspecific in the common case where storage for the key is already allocated. I have only tested this patch for my use case where a single key is created once and used

disksort() vs bufqs

2013-11-02 Thread David Gwynne
once upon a time pretty much all block storage was on spinning disks, so all the drivers for disks tried to order queued io to better suit moving a head across a platter by calling disksort. between then and now a lot of the assumptions that disksort relied on are no longer true (eg, SSDs are a

Re: fix seekdir(3)

2013-11-02 Thread Ingo Schwarze
Hi, after some more testing and proofreading, i found some issues with my libc/gen patch; please delete what i sent yesterday. Here is an updated patch which now works correctly with Otto's regression test, with the new test i just committed, and with the test from the Perl test suite Andrew