glibc/sysdeps
Carlos O'Donell 3680f14a7d [hppa] Fix incorrect stack frame usage in vfork.
In a multithreaded environment the call to vfork was
incorrectly creating a stack frame. Given that the
child unwinds the stack frame first to call exec, it
will corrupt any values the parent stored in the stack
frame. The solution is to avoid creating a stack frame
unless required to call an error function, in which case
we are assured no child was created.
2010-06-24 12:13:36 -04:00
..
alpha alpha: fix memchr to not cause memory faults. 2010-05-04 09:06:15 -07:00
am29k
am33
arm Update ARM for ABIVERSION changes. 2010-03-30 16:26:07 +00:00
cris
hppa Update __set_cr27() to mark r31 clobbered. 2010-02-17 09:27:41 -05:00
i860
i960
m68k m68k: mark all inline math functions as non-throwing 2010-06-13 22:30:17 +02:00
m88k
mach
mips Fix abiversion handling for MIPS. 2010-04-06 20:26:22 +00:00
powerpc Add hidden alias for soft-float PowerPC fegetenv. 2010-02-10 15:15:58 +00:00
rs6000
standalone
tahoe
unix [hppa] Fix incorrect stack frame usage in vfork. 2010-06-24 12:13:36 -04:00
vax
z8000