Re: [PATCH 1/2] Implement accept4 system call.

2011-05-12 Thread Thierry Reding
* Bernhard Reutner-Fischer wrote: Hi, Unfortunately this was pretty incomplete, i've applied it and completed it. Please check current master. I've tried building current master but get some multiple definitions when linking. Note that I'm building this for i386/Pentium-4 with HAS_STUBS=y.

Re: [PATCH 1/2] Implement accept4 system call.

2011-05-12 Thread Bernhard Reutner-Fischer
On Thu, May 12, 2011 at 08:41:01AM +0200, Thierry Reding wrote: * Bernhard Reutner-Fischer wrote: Hi, Unfortunately this was pretty incomplete, i've applied it and completed it. Please check current master. I've tried building current master but get some multiple definitions when linking.

Re: [PATCH 1/2] Implement accept4 system call.

2011-05-12 Thread Thierry Reding
* Bernhard Reutner-Fischer wrote: On Thu, May 12, 2011 at 08:41:01AM +0200, Thierry Reding wrote: * Bernhard Reutner-Fischer wrote: Hi, Unfortunately this was pretty incomplete, i've applied it and completed it. Please check current master. I've tried building current master but get

Re: Backtrace in uClibC

2011-05-12 Thread Carmelo AMOROSO
On 10/05/2011 17.12, Carmelo AMOROSO wrote: On 5/10/2011 5:00 PM, Filippo ARCIDIACONO wrote: -Original Message- From: patrickdeping...@gmail.com [mailto:patrickdeping...@gmail.com] On Behalf Of Thomas De Schampheleire Sent: Tuesday, May 10, 2011 3:52 PM To: Carmelo AMOROSO;

Re: Backtrace in uClibC

2011-05-12 Thread Carmelo AMOROSO
On 11/05/2011 19.58, Bernhard Reutner-Fischer wrote: Hi, I could not compile libubacktrace without nptl. it fails also with NPTL indeed. include/unind.h take over the nptl version in any case. Can somebody check arm eabi with current master where i $ git mv

Re: [ANNOUNCE] 0.9.32-rc3 released

2011-05-12 Thread Yann E. MORIN
Hello All! On Tuesday 10 May 2011 18:38:32 Bernhard Reutner-Fischer wrote: We are shaking out some bugs still, but it will be released RSN (TM). Good! Once the release is out, I'll rebase and resubmit my ARM sub-arch selection removal. And then go on to other archs one by one. Probably MIPS

Re: [PATCH] pread_write.c: add cancellation to mips pread/pwrite

2011-05-12 Thread Peter Mazinger
From: Maksim Rayskiy mrays...@broadcom.com pread() and pwrite() are mandatory cancellation points. copypasted from sh implementation please take care about all archs, it is not OK, that only some of them got the cancellation support (or adapt my patch from future branch that generalized it

Re: [ANNOUNCE] 0.9.32-rc3 released

2011-05-12 Thread Khem Raj
-Khem On May 12, 2011, at 10:36 AM, Yann E. MORIN yann.morin.1...@anciens.enib.fr wrote: Hello All! On Tuesday 10 May 2011 18:38:32 Bernhard Reutner-Fischer wrote: We are shaking out some bugs still, but it will be released RSN (TM). Good! Once the release is out, I'll rebase and

Re: [ANNOUNCE] 0.9.32-rc3 released

2011-05-12 Thread Yann E. MORIN
Khem, All, On Thursday 12 May 2011 23:19:05 Khem Raj wrote: On May 12, 2011, at 10:36 AM, Yann E. MORIN yann.morin.1...@anciens.enib.fr wrote: On Tuesday 10 May 2011 18:38:32 Bernhard Reutner-Fischer wrote: We are shaking out some bugs still, but it will be released RSN (TM). Good! Once

Re: [PATCH] Implement epoll_create1 and epoll_pwait system calls.

2011-05-12 Thread Peter Mazinger
Hi Signed-off-by: Thierry Reding thierry.red...@avionic-design.de --- libc/sysdeps/linux/common/epoll.c | 14 +++ libc/sysdeps/linux/common/sys/epoll.h | 40 +--- libc/sysdeps/linux/x86_64/sys/epoll.h | 36 - 3