Re: Thread-local storage issue

2011-09-15 Thread Kostik Belousov
On Thu, Sep 15, 2011 at 10:50:47AM +0800, Thinker K.F. Li wrote: Hi Guys, I was in trouble for an issue of TLS implementation of FreeBSD. It is an issue of ld-elf.so actually. If I have a thread-local variable in program, the value of the variable is not consistent after an dlopen(). For

topgit

2011-09-15 Thread Andriy Gapon
Anybody uses topgit for FreeBSD or FreeBSD related development? What's your impressions of it? Any peculiarities in the workflow? -- Andriy Gapon ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To

Re: buf_ring(9) API precisions

2011-09-15 Thread K. Macy
On Thu, Sep 15, 2011 at 4:53 AM, Arnaud Lacombe lacom...@gmail.com wrote: Hi Kip, I've got a few question about the buf_ring(9) API. 1) what means the 'drbr_' prefix. I can guess the two last letter, 'b' and 'r', for Buffer Ring, but what about 'd' and 'r' ? DRiver BufRing 2) in

Re: buf_ring(9) API precisions

2011-09-15 Thread Robert Watson
On Thu, 15 Sep 2011, K. Macy wrote: Why are you making an MD guess, the amount of padding to fit the size of a cache line, in MI API ? Strangely enough, you did not make this assumption in, say r205488 (picked randomly). It has been several years, and I haven't done any work in svn in over a

Re: buf_ring(9) API precisions

2011-09-15 Thread Arnaud Lacombe
Hi, On Thu, Sep 15, 2011 at 5:21 PM, Robert Watson rwat...@freebsd.org wrote: On Thu, 15 Sep 2011, K. Macy wrote: Why are you making an MD guess, the amount of padding to fit the size of a cache line, in MI API ? Strangely enough, you did not make this assumption in, say r205488 (picked

Re: buf_ring(9) API precisions

2011-09-15 Thread Arnaud Lacombe
Hi, On Wed, Sep 14, 2011 at 10:53 PM, Arnaud Lacombe lacom...@gmail.com wrote: Hi Kip, I've got a few question about the buf_ring(9) API. 1) what means the 'drbr_' prefix. I can guess the two last letter, 'b' and 'r', for Buffer Ring, but what about 'd' and 'r' ? 2) in