glibc/sysdeps/unix/sysv/linux/hppa/nptl
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
..
bits Add correct aligment to pthread_*_t structures. 2009-11-25 18:18:56 -05:00
clone.S 2006-09-15 Carlos O'Donell <carlos@systemhalted.org> 2006-09-16 00:46:19 +00:00
configure 2007-06-16 Jeff Bailey <jbailey@raspberryginger.com> 2007-06-16 15:38:21 +00:00
configure.in 2007-06-16 Jeff Bailey <jbailey@raspberryginger.com> 2007-06-16 15:38:21 +00:00
createthread.c 2006-07-13 Carlos O'Donell <carlos@systemhalted.org> 2006-07-14 13:51:24 +00:00
fork.c 2006-07-13 Carlos O'Donell <carlos@systemhalted.org> 2006-07-14 13:51:24 +00:00
libc-lowlevellock.c 2006-07-13 Carlos O'Donell <carlos@systemhalted.org> 2006-07-14 13:51:24 +00:00
lowlevellock.c 2007-10-18 Carlos O'Donell <carlos@systemhalted.org> 2007-10-19 01:47:47 +00:00
lowlevellock.h Remove constants which are now defined in generic file. 2009-11-15 14:36:46 -05:00
pt-initfini.c 2006-07-13 Carlos O'Donell <carlos@systemhalted.org> 2006-07-14 13:51:24 +00:00
pt-vfork.S [hppa] Fix incorrect stack frame usage in vfork. 2010-06-24 12:13:36 -04:00
pthread_cond_broadcast.c Implement new NPTL POSIX Threads ABI for HPPA. 2009-09-08 14:32:53 -04:00
pthread_cond_destroy.c Implement new NPTL POSIX Threads ABI for HPPA. 2009-09-08 14:32:53 -04:00
pthread_cond_init.c Implement new NPTL POSIX Threads ABI for HPPA. 2009-09-08 14:32:53 -04:00
pthread_cond_signal.c Implement new NPTL POSIX Threads ABI for HPPA. 2009-09-08 14:32:53 -04:00
pthread_cond_timedwait.c Implement new NPTL POSIX Threads ABI for HPPA. 2009-09-08 14:32:53 -04:00
pthread_cond_wait.c Implement new NPTL POSIX Threads ABI for HPPA. 2009-09-08 14:32:53 -04:00
pthread_once.c 2007-07-28 Carlos O'Donell <carlos@systemhalted.org> 2007-07-28 21:26:44 +00:00
pthread.h hppa: Update nptl/pthread.h to match generic file 2010-06-07 14:46:19 +02:00
pthreadP.h Implement new NPTL POSIX Threads ABI for HPPA. 2009-09-08 14:32:53 -04:00
sysdep-cancel.h 2007-09-24 Carlos O'Donell <carlos@systemhalted.org> 2007-09-24 18:28:33 +00:00