[PATCH 0.9.33 2/7] cancel.h: add generic file to ease cancellation support

2012-08-29 Thread Natanael Copa
From: Peter S. Mazinger p...@gmx.net Signed-off-by: Peter S. Mazinger p...@gmx.net Signed-off-by: Bernhard Reutner-Fischer rep.dot@gmail.com (cherry picked from commit 9f68f0cbf8c8eea6a7f9e195e4617bbaa808d7c6) Conflicts: Makefile.in --- Makefile.in | 1 + include/cancel.h |

[PATCH 0.9.33 4/7] pread/pwrite: drop fallback funcs

2012-08-29 Thread Natanael Copa
From: Mike Frysinger vap...@gentoo.org Linux has provided these functions since the 2.1.x era, so no need to keep these around. We'd rather find out when things are missing (and fix that) than fall back to the unsafe hacks. Signed-off-by: Mike Frysinger vap...@gentoo.org (cherry picked from

[PATCH 0.9.33 6/7] pread_write.c: make all archs use common code

2012-08-29 Thread Natanael Copa
From: Peter S. Mazinger p...@gmx.net c6x does not need own version at all Signed-off-by: Peter S. Mazinger p...@gmx.net Signed-off-by: Bernhard Reutner-Fischer rep.dot@gmail.com (cherry picked from commit 836d74b92d70b71792d3d6136db7cdf0c3775ee3) --- libc/sysdeps/linux/c6x/Makefile.arch

Re: Race condition on SIGCANCEL signal in POSIX timers

2012-08-29 Thread Carmelo AMOROSO
On 28/08/2012 18.57, Khem Raj wrote: On Tue, Aug 28, 2012 at 12:16 AM, Carmelo AMOROSO carmelo.amor...@st.com wrote: On 28/08/2012 9.07, mail...@gmx.de wrote: Hi, Hi, [Please keep me on CC:, I'm not subscribed] I'm working with current uClibc and had problems with POSIX timers. I use

Re: [PATCH 0.9.33 0/7] Backport pread/pwrite fixes from master

2012-08-29 Thread Johannes Stezenbach
Hi Natanael, On Wed, Aug 29, 2012 at 09:18:57AM +, Natanael Copa wrote: I previously sent a bug report for pread/pwrite with a link to a patch that i hacked up quick and dirty. This showed up to be severly broken on x86_64 and corrupted several qemu disks images for me. I see that this

Re: [PATCH 0.9.33 0/7] Backport pread/pwrite fixes from master

2012-08-29 Thread Rich Felker
On Wed, Aug 29, 2012 at 04:50:37PM +0200, Natanael Copa wrote: On Wed, Aug 29, 2012 at 2:42 PM, Johannes Stezenbach j...@sig21.net wrote: Hi Natanael, On Wed, Aug 29, 2012 at 09:18:57AM +, Natanael Copa wrote: I previously sent a bug report for pread/pwrite with a link to a patch