OSDN Git Service

initial import of latest linuxthreads
authorMike Frysinger <vapier@gentoo.org>
Tue, 31 Jan 2006 05:05:15 +0000 (05:05 -0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 31 Jan 2006 05:05:15 +0000 (05:05 -0000)
commitcccc549ced940c85039c8ce263c8bb571f244afd
treeef77a870db7211ad6f511867fc56ee1a1a8b4c18
parente73b1211737842732951f9b9049294ef732e1ef0
initial import of latest linuxthreads
373 files changed:
libpthread/linuxthreads/.cvsignore [new file with mode: 0644]
libpthread/linuxthreads/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/Makefile [new file with mode: 0644]
libpthread/linuxthreads/Makefile.in [new file with mode: 0644]
libpthread/linuxthreads/alloca_cutoff.c [new file with mode: 0644]
libpthread/linuxthreads/attr.c [new file with mode: 0644]
libpthread/linuxthreads/barrier.c [new file with mode: 0644]
libpthread/linuxthreads/cancel.c [new file with mode: 0644]
libpthread/linuxthreads/condvar.c [new file with mode: 0644]
libpthread/linuxthreads/descr.h [new file with mode: 0644]
libpthread/linuxthreads/errno.c [new file with mode: 0644]
libpthread/linuxthreads/events.c [new file with mode: 0644]
libpthread/linuxthreads/forward.c [new file with mode: 0644]
libpthread/linuxthreads/internals.h [new file with mode: 0644]
libpthread/linuxthreads/join.c [new file with mode: 0644]
libpthread/linuxthreads/libc-cancellation.c [new file with mode: 0644]
libpthread/linuxthreads/libc_pthread_init.c [new file with mode: 0644]
libpthread/linuxthreads/lockfile.c [new file with mode: 0644]
libpthread/linuxthreads/manager.c [new file with mode: 0644]
libpthread/linuxthreads/mutex.c [new file with mode: 0644]
libpthread/linuxthreads/pt-machine.c [new file with mode: 0644]
libpthread/linuxthreads/ptcleanup.c [new file with mode: 0644]
libpthread/linuxthreads/ptclock_gettime.c [new file with mode: 0644]
libpthread/linuxthreads/ptclock_settime.c [new file with mode: 0644]
libpthread/linuxthreads/ptfork.c [new file with mode: 0644]
libpthread/linuxthreads/pthandles.c [new file with mode: 0644]
libpthread/linuxthreads/pthread.c [new file with mode: 0644]
libpthread/linuxthreads/pthread_atfork.c [new file with mode: 0644]
libpthread/linuxthreads/pthread_setegid.c [new file with mode: 0644]
libpthread/linuxthreads/pthread_seteuid.c [new file with mode: 0644]
libpthread/linuxthreads/pthread_setgid.c [new file with mode: 0644]
libpthread/linuxthreads/pthread_setregid.c [new file with mode: 0644]
libpthread/linuxthreads/pthread_setresgid.c [new file with mode: 0644]
libpthread/linuxthreads/pthread_setresuid.c [new file with mode: 0644]
libpthread/linuxthreads/pthread_setreuid.c [new file with mode: 0644]
libpthread/linuxthreads/pthread_setuid.c [new file with mode: 0644]
libpthread/linuxthreads/queue.h [new file with mode: 0644]
libpthread/linuxthreads/restart.h [new file with mode: 0644]
libpthread/linuxthreads/rwlock.c [new file with mode: 0644]
libpthread/linuxthreads/semaphore.c [new file with mode: 0644]
libpthread/linuxthreads/semaphore.h [new file with mode: 0644]
libpthread/linuxthreads/sighandler.c [new file with mode: 0644]
libpthread/linuxthreads/signals.c [new file with mode: 0644]
libpthread/linuxthreads/specific.c [new file with mode: 0644]
libpthread/linuxthreads/spinlock.c [new file with mode: 0644]
libpthread/linuxthreads/spinlock.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/alpha/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/alpha/CVS/Entries.Log [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/alpha/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/alpha/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/alpha/elf/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/alpha/elf/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/alpha/elf/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/alpha/elf/pt-initfini.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/alpha/pspinlock.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/alpha/pt-machine.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/alpha/tls.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/arm/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/arm/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/arm/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/arm/pspinlock.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/arm/pt-machine.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/arm/tls.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/cris/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/cris/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/cris/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/cris/pspinlock.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/cris/pt-machine.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/hppa/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/hppa/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/hppa/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/hppa/pspinlock.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/hppa/pt-machine.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/i386/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/i386/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/i386/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/i386/i586/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/i386/i586/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/i386/i586/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/i386/i686/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/i386/i686/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/i386/i686/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/i386/i686/pt-machine.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/i386/pspinlock.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/i386/pt-machine.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/i386/tcb-offsets.sym [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/i386/tls.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/i386/useldt.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/ia64/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/ia64/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/ia64/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/ia64/pspinlock.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/ia64/pt-machine.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/ia64/tcb-offsets.sym [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/ia64/tls.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/m68k/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/m68k/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/m68k/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/m68k/pspinlock.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/m68k/pt-machine.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/mips/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/mips/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/mips/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/mips/pspinlock.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/mips/pt-machine.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/mips/tls.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/powerpc/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/powerpc/CVS/Entries.Log [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/powerpc/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/powerpc/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/powerpc/powerpc32/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/powerpc/powerpc32/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/powerpc/powerpc32/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/powerpc/powerpc32/pspinlock.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/powerpc/powerpc32/pt-machine.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/powerpc/powerpc64/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/powerpc/powerpc64/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/powerpc/powerpc64/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/powerpc/powerpc64/pspinlock.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/powerpc/powerpc64/pt-machine.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/powerpc/pspinlock.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/powerpc/pt-machine.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/powerpc/tcb-offsets.sym [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/powerpc/tls.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/.cvsignore [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/CVS/Entries.Log [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/Subdirs [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/bits/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/bits/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/bits/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/bits/initspin.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/bits/libc-lock.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/bits/libc-tsd.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/bits/pthreadtypes.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/bits/typesizes.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/errno-loc.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/flockfile.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/ftrylockfile.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/funlockfile.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/getcpuclockid.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/herrno-loc.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/kernel-features.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/list.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/malloc-machine.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/not-cancel.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/posix-timer.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/pt-initfini.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/pthread-functions.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/pthread.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/ptlongjmp.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/res-state.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/semaphore.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/sigaction.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/tcb-offsets.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/timer_create.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/timer_delete.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/timer_getoverr.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/timer_gettime.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/timer_routines.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/timer_settime.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/tst-timer.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/pthread/uClibc-glue.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/s390/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/s390/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/s390/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/s390/pspinlock.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/s390/s390-32/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/s390/s390-32/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/s390/s390-32/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/s390/s390-32/pt-machine.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/s390/s390-64/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/s390/s390-64/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/s390/s390-64/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/s390/s390-64/pt-machine.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/s390/tcb-offsets.sym [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/s390/tls.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/sh/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/sh/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/sh/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/sh/pspinlock.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/sh/pt-machine.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/sh/tcb-offsets.sym [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/sh/tls.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/sparc/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/sparc/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/sparc/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/sparc/pspinlock.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/sparc/pt-machine.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/sparc/sparc32/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/sparc/sparc32/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/sparc/sparc32/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/sparc/sparc32/pspinlock.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/sparc/sparc32/pt-machine.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/sparc/sparc32/sparcv9/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/sparc/sparc32/sparcv9/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/sparc/sparc32/sparcv9/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/sparc/sparc32/sparcv9/pspinlock.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/sparc/sparc64/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/sparc/sparc64/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/sparc/sparc64/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/sparc/sparc64/pspinlock.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/sparc/sparc64/pt-machine.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/sparc/tcb-offsets.sym [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/sparc/tls.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/.cvsignore [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/CVS/Entries.Log [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/allocalim.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/allocrtsig.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/alpha/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/alpha/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/alpha/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/alpha/aio_cancel.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/alpha/bits/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/alpha/bits/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/alpha/bits/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/alpha/bits/local_lim.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/alpha/bits/typesizes.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/alpha/pt-sigsuspend.S [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/alpha/vfork.S [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/bits/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/bits/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/bits/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/bits/sigthread.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/execve.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/fork.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/fork.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/hppa/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/hppa/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/hppa/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/hppa/aio_cancel.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/hppa/bits/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/hppa/bits/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/hppa/bits/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/hppa/bits/initspin.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/hppa/malloc-machine.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/hppa/pt-initfini.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/i386/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/i386/CVS/Entries.Log [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/i386/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/i386/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/i386/vfork.S [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/ia64/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/ia64/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/ia64/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/ia64/bits/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/ia64/bits/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/ia64/bits/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/ia64/bits/local_lim.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/ia64/fork.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/ia64/pt-initfini.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/ia64/pt-sigsuspend.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/ia64/vfork.S [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/jmp-unwind.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/m68k/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/m68k/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/m68k/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/m68k/vfork.S [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/mips/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/mips/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/mips/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/mips/mips64/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/mips/mips64/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/mips/mips64/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/mips/sysdep-cancel.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/mips/vfork.S [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/mq_notify.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc64/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc64/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc64/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/ptlongjmp.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/pt-sigsuspend.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/raise.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/register-atfork.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/s390/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/s390/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/s390/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/s390/bits/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/s390/bits/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/s390/bits/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/s390/bits/typesizes.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/s390/s390-32/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/s390/s390-32/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/s390/s390-32/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/s390/s390-32/pt-initfini.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/s390/s390-64/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/s390/s390-64/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/s390/s390-64/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/s390/s390-64/pt-initfini.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/s390/s390-64/pt-sigsuspend.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sh/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sh/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sh/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sh/pt-initfini.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sh/smp.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sh/vfork.S [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sigwait.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/smp.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/aio_cancel.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/bits/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/bits/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/bits/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/bits/typesizes.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/fork.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc32/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc32/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc32/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/pt-sigsuspend.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/unregister-atfork.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/x86_64/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/x86_64/CVS/Entries.Log [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/x86_64/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/x86_64/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/x86_64/pt-sigsuspend.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/unix/sysv/linux/x86_64/vfork.S [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/x86_64/CVS/Entries [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/x86_64/CVS/Repository [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/x86_64/CVS/Root [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/x86_64/pspinlock.c [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/x86_64/pt-machine.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/x86_64/tcb-offsets.sym [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/x86_64/tls.h [new file with mode: 0644]