OSDN Git Service

Back out nptl changes, which for now will be done in branches/uClibc-nptl
authorEric Andersen <andersen@codepoet.org>
Fri, 20 May 2005 19:02:51 +0000 (19:02 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 20 May 2005 19:02:51 +0000 (19:02 -0000)
commit124af9f4b2b77b1510d88cfc8092c788d7e513c7
treeccce720bef4c1c604417e2082cf9997a8d6dd7ab
parent8028f35dbe29c5ace3883005e08ac91d873553b2
Back out nptl changes, which for now will be done in branches/uClibc-nptl
256 files changed:
Makefile
extra/Configs/Config.in
libpthread/linuxthreads/Makefile
libpthread/linuxthreads/sysdeps/pthread/bits/pthreadtypes.h
libpthread/nptl/ANNOUNCE [deleted file]
libpthread/nptl/Banner [deleted file]
libpthread/nptl/ChangeLog [deleted file]
libpthread/nptl/DESIGN-barrier.txt [deleted file]
libpthread/nptl/DESIGN-condvar.txt [deleted file]
libpthread/nptl/DESIGN-rwlock.txt [deleted file]
libpthread/nptl/DESIGN-sem.txt [deleted file]
libpthread/nptl/Makefile [deleted file]
libpthread/nptl/TODO [deleted file]
libpthread/nptl/TODO-kernel [deleted file]
libpthread/nptl/TODO-testing [deleted file]
libpthread/nptl/alloca_cutoff.c [deleted file]
libpthread/nptl/allocatestack.c [deleted file]
libpthread/nptl/cancellation.c [deleted file]
libpthread/nptl/cleanup.c [deleted file]
libpthread/nptl/cleanup_compat.c [deleted file]
libpthread/nptl/cleanup_defer.c [deleted file]
libpthread/nptl/cleanup_defer_compat.c [deleted file]
libpthread/nptl/cleanup_routine.c [deleted file]
libpthread/nptl/descr.h [deleted file]
libpthread/nptl/eintr.c [deleted file]
libpthread/nptl/events.c [deleted file]
libpthread/nptl/forward.c [deleted file]
libpthread/nptl/herrno.c [deleted file]
libpthread/nptl/init.c [deleted file]
libpthread/nptl/libc-cancellation.c [deleted file]
libpthread/nptl/pt-allocrtsig.c [deleted file]
libpthread/nptl/pt-cleanup.c [deleted file]
libpthread/nptl/pt-system.c [deleted file]
libpthread/nptl/pthreadP.h [deleted file]
libpthread/nptl/pthread_atfork.c [deleted file]
libpthread/nptl/pthread_attr_destroy.c [deleted file]
libpthread/nptl/pthread_attr_getdetachstate.c [deleted file]
libpthread/nptl/pthread_attr_getguardsize.c [deleted file]
libpthread/nptl/pthread_attr_getinheritsched.c [deleted file]
libpthread/nptl/pthread_attr_getschedparam.c [deleted file]
libpthread/nptl/pthread_attr_getschedpolicy.c [deleted file]
libpthread/nptl/pthread_attr_getscope.c [deleted file]
libpthread/nptl/pthread_attr_getstack.c [deleted file]
libpthread/nptl/pthread_attr_getstackaddr.c [deleted file]
libpthread/nptl/pthread_attr_getstacksize.c [deleted file]
libpthread/nptl/pthread_attr_init.c [deleted file]
libpthread/nptl/pthread_attr_setdetachstate.c [deleted file]
libpthread/nptl/pthread_attr_setguardsize.c [deleted file]
libpthread/nptl/pthread_attr_setinheritsched.c [deleted file]
libpthread/nptl/pthread_attr_setschedparam.c [deleted file]
libpthread/nptl/pthread_attr_setschedpolicy.c [deleted file]
libpthread/nptl/pthread_attr_setscope.c [deleted file]
libpthread/nptl/pthread_attr_setstack.c [deleted file]
libpthread/nptl/pthread_attr_setstackaddr.c [deleted file]
libpthread/nptl/pthread_attr_setstacksize.c [deleted file]
libpthread/nptl/pthread_barrier_destroy.c [deleted file]
libpthread/nptl/pthread_barrier_init.c [deleted file]
libpthread/nptl/pthread_barrierattr_destroy.c [deleted file]
libpthread/nptl/pthread_barrierattr_getpshared.c [deleted file]
libpthread/nptl/pthread_barrierattr_init.c [deleted file]
libpthread/nptl/pthread_barrierattr_setpshared.c [deleted file]
libpthread/nptl/pthread_cancel.c [deleted file]
libpthread/nptl/pthread_clock_gettime.c [deleted file]
libpthread/nptl/pthread_clock_settime.c [deleted file]
libpthread/nptl/pthread_cond_destroy.c [deleted file]
libpthread/nptl/pthread_cond_init.c [deleted file]
libpthread/nptl/pthread_condattr_destroy.c [deleted file]
libpthread/nptl/pthread_condattr_getclock.c [deleted file]
libpthread/nptl/pthread_condattr_getpshared.c [deleted file]
libpthread/nptl/pthread_condattr_init.c [deleted file]
libpthread/nptl/pthread_condattr_setclock.c [deleted file]
libpthread/nptl/pthread_condattr_setpshared.c [deleted file]
libpthread/nptl/pthread_create.c [deleted file]
libpthread/nptl/pthread_detach.c [deleted file]
libpthread/nptl/pthread_equal.c [deleted file]
libpthread/nptl/pthread_exit.c [deleted file]
libpthread/nptl/pthread_getattr_np.c [deleted file]
libpthread/nptl/pthread_getconcurrency.c [deleted file]
libpthread/nptl/pthread_getschedparam.c [deleted file]
libpthread/nptl/pthread_getspecific.c [deleted file]
libpthread/nptl/pthread_join.c [deleted file]
libpthread/nptl/pthread_key_create.c [deleted file]
libpthread/nptl/pthread_key_delete.c [deleted file]
libpthread/nptl/pthread_mutex_destroy.c [deleted file]
libpthread/nptl/pthread_mutex_init.c [deleted file]
libpthread/nptl/pthread_mutex_lock.c [deleted file]
libpthread/nptl/pthread_mutex_timedlock.c [deleted file]
libpthread/nptl/pthread_mutex_trylock.c [deleted file]
libpthread/nptl/pthread_mutex_unlock.c [deleted file]
libpthread/nptl/pthread_mutexattr_destroy.c [deleted file]
libpthread/nptl/pthread_mutexattr_getpshared.c [deleted file]
libpthread/nptl/pthread_mutexattr_gettype.c [deleted file]
libpthread/nptl/pthread_mutexattr_init.c [deleted file]
libpthread/nptl/pthread_mutexattr_setpshared.c [deleted file]
libpthread/nptl/pthread_mutexattr_settype.c [deleted file]
libpthread/nptl/pthread_rwlock_destroy.c [deleted file]
libpthread/nptl/pthread_rwlock_init.c [deleted file]
libpthread/nptl/pthread_rwlock_tryrdlock.c [deleted file]
libpthread/nptl/pthread_rwlock_trywrlock.c [deleted file]
libpthread/nptl/pthread_rwlockattr_destroy.c [deleted file]
libpthread/nptl/pthread_rwlockattr_getkind_np.c [deleted file]
libpthread/nptl/pthread_rwlockattr_getpshared.c [deleted file]
libpthread/nptl/pthread_rwlockattr_init.c [deleted file]
libpthread/nptl/pthread_rwlockattr_setkind_np.c [deleted file]
libpthread/nptl/pthread_rwlockattr_setpshared.c [deleted file]
libpthread/nptl/pthread_self.c [deleted file]
libpthread/nptl/pthread_setcancelstate.c [deleted file]
libpthread/nptl/pthread_setcanceltype.c [deleted file]
libpthread/nptl/pthread_setconcurrency.c [deleted file]
libpthread/nptl/pthread_setegid.c [deleted file]
libpthread/nptl/pthread_seteuid.c [deleted file]
libpthread/nptl/pthread_setgid.c [deleted file]
libpthread/nptl/pthread_setregid.c [deleted file]
libpthread/nptl/pthread_setresgid.c [deleted file]
libpthread/nptl/pthread_setresuid.c [deleted file]
libpthread/nptl/pthread_setreuid.c [deleted file]
libpthread/nptl/pthread_setschedparam.c [deleted file]
libpthread/nptl/pthread_setschedprio.c [deleted file]
libpthread/nptl/pthread_setspecific.c [deleted file]
libpthread/nptl/pthread_setuid.c [deleted file]
libpthread/nptl/pthread_testcancel.c [deleted file]
libpthread/nptl/pthread_timedjoin.c [deleted file]
libpthread/nptl/pthread_tryjoin.c [deleted file]
libpthread/nptl/res.c [deleted file]
libpthread/nptl/sem_close.c [deleted file]
libpthread/nptl/sem_destroy.c [deleted file]
libpthread/nptl/sem_getvalue.c [deleted file]
libpthread/nptl/sem_init.c [deleted file]
libpthread/nptl/sem_open.c [deleted file]
libpthread/nptl/sem_unlink.c [deleted file]
libpthread/nptl/semaphore.h [deleted file]
libpthread/nptl/semaphoreP.h [deleted file]
libpthread/nptl/sysdeps/alpha/Makefile [deleted file]
libpthread/nptl/sysdeps/alpha/elf/pt-initfini.c [deleted file]
libpthread/nptl/sysdeps/alpha/jmpbuf-unwind.h [deleted file]
libpthread/nptl/sysdeps/alpha/pthread_spin_lock.S [deleted file]
libpthread/nptl/sysdeps/alpha/pthread_spin_trylock.S [deleted file]
libpthread/nptl/sysdeps/alpha/pthreaddef.h [deleted file]
libpthread/nptl/sysdeps/alpha/tcb-offsets.sym [deleted file]
libpthread/nptl/sysdeps/alpha/tls.h [deleted file]
libpthread/nptl/sysdeps/i386/Makefile [deleted file]
libpthread/nptl/sysdeps/i386/i486/pthread_spin_trylock.S [deleted file]
libpthread/nptl/sysdeps/i386/i586/pthread_spin_trylock.S [deleted file]
libpthread/nptl/sysdeps/i386/i686/Makefile [deleted file]
libpthread/nptl/sysdeps/i386/i686/pthread_spin_trylock.S [deleted file]
libpthread/nptl/sysdeps/i386/i686/tls.h [deleted file]
libpthread/nptl/sysdeps/i386/jmpbuf-unwind.h [deleted file]
libpthread/nptl/sysdeps/i386/pthread_spin_init.c [deleted file]
libpthread/nptl/sysdeps/i386/pthread_spin_lock.c [deleted file]
libpthread/nptl/sysdeps/i386/pthread_spin_unlock.S [deleted file]
libpthread/nptl/sysdeps/i386/pthreaddef.h [deleted file]
libpthread/nptl/sysdeps/i386/tcb-offsets.sym [deleted file]
libpthread/nptl/sysdeps/i386/tls.h [deleted file]
libpthread/nptl/sysdeps/mips/Makefile [deleted file]
libpthread/nptl/sysdeps/mips/jmpbuf-unwind.h [deleted file]
libpthread/nptl/sysdeps/mips/nptl-sysdep.S [deleted file]
libpthread/nptl/sysdeps/mips/pthread_spin_lock.S [deleted file]
libpthread/nptl/sysdeps/mips/pthread_spin_trylock.S [deleted file]
libpthread/nptl/sysdeps/mips/pthreaddef.h [deleted file]
libpthread/nptl/sysdeps/mips/tcb-offsets.sym [deleted file]
libpthread/nptl/sysdeps/mips/tls.h [deleted file]
libpthread/nptl/sysdeps/powerpc/Makefile [deleted file]
libpthread/nptl/sysdeps/powerpc/jmpbuf-unwind.h [deleted file]
libpthread/nptl/sysdeps/powerpc/pthread_spin_lock.c [deleted file]
libpthread/nptl/sysdeps/powerpc/pthread_spin_trylock.c [deleted file]
libpthread/nptl/sysdeps/powerpc/pthreaddef.h [deleted file]
libpthread/nptl/sysdeps/powerpc/tcb-offsets.sym [deleted file]
libpthread/nptl/sysdeps/powerpc/tls.h [deleted file]
libpthread/nptl/sysdeps/pthread/bits/libc-lock.h [deleted file]
libpthread/nptl/sysdeps/pthread/bits/sigthread.h [deleted file]
libpthread/nptl/sysdeps/pthread/bits/stdio-lock.h [deleted file]
libpthread/nptl/sysdeps/pthread/list.h [deleted file]
libpthread/nptl/sysdeps/sh/Makefile [deleted file]
libpthread/nptl/sysdeps/sh/jmpbuf-unwind.h [deleted file]
libpthread/nptl/sysdeps/sh/pthread_spin_init.c [deleted file]
libpthread/nptl/sysdeps/sh/pthread_spin_lock.c [deleted file]
libpthread/nptl/sysdeps/sh/pthread_spin_trylock.S [deleted file]
libpthread/nptl/sysdeps/sh/pthread_spin_unlock.S [deleted file]
libpthread/nptl/sysdeps/sh/pthreaddef.h [deleted file]
libpthread/nptl/sysdeps/sh/tcb-offsets.sym [deleted file]
libpthread/nptl/sysdeps/sh/tls.h [deleted file]
libpthread/nptl/sysdeps/sparc/Makefile [deleted file]
libpthread/nptl/sysdeps/sparc/sparc32/jmpbuf-unwind.h [deleted file]
libpthread/nptl/sysdeps/sparc/sparc32/pthread_spin_lock.c [deleted file]
libpthread/nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.c [deleted file]
libpthread/nptl/sysdeps/sparc/sparc32/pthreaddef.h [deleted file]
libpthread/nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.c [deleted file]
libpthread/nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.c [deleted file]
libpthread/nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.c [deleted file]
libpthread/nptl/sysdeps/sparc/sparc64/jmpbuf-unwind.h [deleted file]
libpthread/nptl/sysdeps/sparc/sparc64/pthread_spin_lock.c [deleted file]
libpthread/nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.c [deleted file]
libpthread/nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.c [deleted file]
libpthread/nptl/sysdeps/sparc/sparc64/pthreaddef.h [deleted file]
libpthread/nptl/sysdeps/sparc/tcb-offsets.sym [deleted file]
libpthread/nptl/sysdeps/sparc/tls.h [deleted file]
libpthread/nptl/sysdeps/x86_64/Makefile [deleted file]
libpthread/nptl/sysdeps/x86_64/jmpbuf-unwind.h [deleted file]
libpthread/nptl/sysdeps/x86_64/pthread_spin_init.c [deleted file]
libpthread/nptl/sysdeps/x86_64/pthread_spin_lock.c [deleted file]
libpthread/nptl/sysdeps/x86_64/pthread_spin_trylock.S [deleted file]
libpthread/nptl/sysdeps/x86_64/pthread_spin_unlock.S [deleted file]
libpthread/nptl/sysdeps/x86_64/pthreaddef.h [deleted file]
libpthread/nptl/sysdeps/x86_64/tcb-offsets.sym [deleted file]
libpthread/nptl/sysdeps/x86_64/tls.h [deleted file]
libpthread/nptl/unwind.c [deleted file]
libpthread/nptl/vars.c [deleted file]
libpthread/nptl_db/ChangeLog [deleted file]
libpthread/nptl_db/Makefile [deleted file]
libpthread/nptl_db/Versions [deleted file]
libpthread/nptl_db/db_info.c [deleted file]
libpthread/nptl_db/fetch-value.c [deleted file]
libpthread/nptl_db/proc_service.h [deleted file]
libpthread/nptl_db/structs.def [deleted file]
libpthread/nptl_db/td_init.c [deleted file]
libpthread/nptl_db/td_log.c [deleted file]
libpthread/nptl_db/td_symbol_list.c [deleted file]
libpthread/nptl_db/td_ta_clear_event.c [deleted file]
libpthread/nptl_db/td_ta_delete.c [deleted file]
libpthread/nptl_db/td_ta_enable_stats.c [deleted file]
libpthread/nptl_db/td_ta_event_addr.c [deleted file]
libpthread/nptl_db/td_ta_event_getmsg.c [deleted file]
libpthread/nptl_db/td_ta_get_nthreads.c [deleted file]
libpthread/nptl_db/td_ta_get_ph.c [deleted file]
libpthread/nptl_db/td_ta_get_stats.c [deleted file]
libpthread/nptl_db/td_ta_map_id2thr.c [deleted file]
libpthread/nptl_db/td_ta_map_lwp2thr.c [deleted file]
libpthread/nptl_db/td_ta_new.c [deleted file]
libpthread/nptl_db/td_ta_reset_stats.c [deleted file]
libpthread/nptl_db/td_ta_set_event.c [deleted file]
libpthread/nptl_db/td_ta_setconcurrency.c [deleted file]
libpthread/nptl_db/td_ta_thr_iter.c [deleted file]
libpthread/nptl_db/td_ta_tsd_iter.c [deleted file]
libpthread/nptl_db/td_thr_clear_event.c [deleted file]
libpthread/nptl_db/td_thr_dbresume.c [deleted file]
libpthread/nptl_db/td_thr_dbsuspend.c [deleted file]
libpthread/nptl_db/td_thr_event_enable.c [deleted file]
libpthread/nptl_db/td_thr_event_getmsg.c [deleted file]
libpthread/nptl_db/td_thr_get_info.c [deleted file]
libpthread/nptl_db/td_thr_getfpregs.c [deleted file]
libpthread/nptl_db/td_thr_getgregs.c [deleted file]
libpthread/nptl_db/td_thr_getxregs.c [deleted file]
libpthread/nptl_db/td_thr_getxregsize.c [deleted file]
libpthread/nptl_db/td_thr_set_event.c [deleted file]
libpthread/nptl_db/td_thr_setfpregs.c [deleted file]
libpthread/nptl_db/td_thr_setgregs.c [deleted file]
libpthread/nptl_db/td_thr_setprio.c [deleted file]
libpthread/nptl_db/td_thr_setsigpending.c [deleted file]
libpthread/nptl_db/td_thr_setxregs.c [deleted file]
libpthread/nptl_db/td_thr_sigsetmask.c [deleted file]
libpthread/nptl_db/td_thr_tls_get_addr.c [deleted file]
libpthread/nptl_db/td_thr_tlsbase.c [deleted file]
libpthread/nptl_db/td_thr_tsd.c [deleted file]
libpthread/nptl_db/td_thr_validate.c [deleted file]
libpthread/nptl_db/thread_db.h [deleted file]
libpthread/nptl_db/thread_dbP.h [deleted file]