glibc/sysdeps/unix/sysv/linux/hppa
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 hppa: Define MSG_WAITFORONE. 2010-03-31 13:52:39 -04:00
linuxthreads
nptl [hppa] Fix incorrect stack frame usage in vfork. 2010-06-24 12:13:36 -04:00
sys
brk.c
clone.S
fcntl.c
fxstat.c
fxstatat.c
getcontext.S [hppa] Fix *context stack usage for varargs 2010-06-23 17:03:11 -04:00
getdents64.c
getrlimit64.c
internaltypes.h Implement new NPTL POSIX Threads ABI for HPPA. 2009-09-08 14:32:53 -04:00
kernel_sigaction.h
kernel_stat.h
kernel-features.h
lxstat.c
makecontext.c [hppa] Fix *context stack usage for varargs 2010-06-23 17:03:11 -04:00
Makefile
mmap.c
profil-counter.h
setcontext.S [hppa] Fix *context stack usage for varargs 2010-06-23 17:03:11 -04:00
socket.S
swapcontext.c
syscall.S
syscalls.list
sysdep.c
sysdep.h
ucontext_i.sym
umount.c
Versions Adjust errlist-compat to 257 for GLIBC_2.12 2010-02-01 17:54:59 -05:00
xstat.c