summaryrefslogtreecommitdiff
path: root/libpthread
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-05-18 18:41:24 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-05-18 18:41:24 +0200
commit6a8ccc95528f5e86a8770ed15ce89609b5b3dee9 (patch)
treebbd4df35b4d4a6a8b00d7a5e61fb2668b850ad62 /libpthread
parent398a27a5b323956344b4f831d892fed3bd9813c7 (diff)
remove linuxthreads.new, rename linuxthreads.old
Linuxthreads.new isn't really useful with the existence of NPTL/TLS for well supported architectures. There is no reason to use LT.new for ARM/MIPS or other architectures supporting NPTL/TLS. It is not available for noMMU architectures like Blackfin or FR-V. To simplify the live of the few uClibc-ng developers, LT.new is removed and LT.old is renamed to LT. LINUXTHREADS_OLD -> UCLIBC_HAS_LINUXTHREADS
Diffstat (limited to 'libpthread')
-rw-r--r--libpthread/linuxthreads.old/Makefile13
-rw-r--r--libpthread/linuxthreads.old/Makefile.in119
-rw-r--r--libpthread/linuxthreads.old/attr.c240
-rw-r--r--libpthread/linuxthreads.old/cancel.c219
-rw-r--r--libpthread/linuxthreads.old/condvar.c304
-rw-r--r--libpthread/linuxthreads.old/errno.c35
-rw-r--r--libpthread/linuxthreads.old/events.c36
-rw-r--r--libpthread/linuxthreads.old/forward.c173
-rw-r--r--libpthread/linuxthreads.old/internals.h529
-rw-r--r--libpthread/linuxthreads.old/join.c369
-rw-r--r--libpthread/linuxthreads.old/libc_pthread_init.c43
-rw-r--r--libpthread/linuxthreads.old/lockfile.c42
-rw-r--r--libpthread/linuxthreads.old/manager.c933
-rw-r--r--libpthread/linuxthreads.old/mutex.c362
-rw-r--r--libpthread/linuxthreads.old/pt-machine.c21
-rw-r--r--libpthread/linuxthreads.old/ptfork.c167
-rw-r--r--libpthread/linuxthreads.old/pthread.c1165
-rw-r--r--libpthread/linuxthreads.old/queue.h60
-rw-r--r--libpthread/linuxthreads.old/restart.h50
-rw-r--r--libpthread/linuxthreads.old/rwlock.c485
-rw-r--r--libpthread/linuxthreads.old/semaphore.c299
-rw-r--r--libpthread/linuxthreads.old/semaphore.h97
-rw-r--r--libpthread/linuxthreads.old/signals.c246
-rw-r--r--libpthread/linuxthreads.old/specific.c198
-rw-r--r--libpthread/linuxthreads.old/spinlock.c720
-rw-r--r--libpthread/linuxthreads.old/spinlock.h218
-rw-r--r--libpthread/linuxthreads.old/sysdeps/alpha/pt-machine.h126
-rw-r--r--libpthread/linuxthreads.old/sysdeps/arm/pt-machine.h109
-rw-r--r--libpthread/linuxthreads.old/sysdeps/avr32/pt-machine.h73
-rw-r--r--libpthread/linuxthreads.old/sysdeps/cris/pt-machine.h69
-rw-r--r--libpthread/linuxthreads.old/sysdeps/hppa/pspinlock.c80
-rw-r--r--libpthread/linuxthreads.old/sysdeps/hppa/pt-machine.h59
-rw-r--r--libpthread/linuxthreads.old/sysdeps/i386/pt-machine.h146
-rw-r--r--libpthread/linuxthreads.old/sysdeps/i386/tls.h184
-rw-r--r--libpthread/linuxthreads.old/sysdeps/i386/useldt.h306
-rw-r--r--libpthread/linuxthreads.old/sysdeps/ia64/pt-machine.h134
-rw-r--r--libpthread/linuxthreads.old/sysdeps/ia64/tls.h138
-rw-r--r--libpthread/linuxthreads.old/sysdeps/m68k/pt-machine.h74
-rw-r--r--libpthread/linuxthreads.old/sysdeps/mips/pt-machine.h105
-rw-r--r--libpthread/linuxthreads.old/sysdeps/or1k/pt-machine.h54
-rw-r--r--libpthread/linuxthreads.old/sysdeps/powerpc/pt-machine.h101
-rw-r--r--libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-lock.h415
-rw-r--r--libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-tsd.h69
-rw-r--r--libpthread/linuxthreads.old/sysdeps/pthread/bits/pthreadtypes.h145
-rw-r--r--libpthread/linuxthreads.old/sysdeps/pthread/not-cancel.h113
-rw-r--r--libpthread/linuxthreads.old/sysdeps/pthread/pthread-functions.h113
-rw-r--r--libpthread/linuxthreads.old/sysdeps/pthread/pthread.h725
-rw-r--r--libpthread/linuxthreads.old/sysdeps/sh/pt-machine.h81
-rw-r--r--libpthread/linuxthreads.old/sysdeps/sh/tls.h116
-rw-r--r--libpthread/linuxthreads.old/sysdeps/sparc/pt-machine.h82
-rw-r--r--libpthread/linuxthreads.old/sysdeps/x86_64/pt-machine.h87
-rw-r--r--libpthread/linuxthreads.old/sysdeps/x86_64/tls.h133
-rw-r--r--libpthread/linuxthreads.old_db/Banner1
-rw-r--r--libpthread/linuxthreads.old_db/Makefile13
-rw-r--r--libpthread/linuxthreads.old_db/Makefile.in78
-rw-r--r--libpthread/linuxthreads.old_db/Versions24
-rw-r--r--libpthread/linuxthreads.old_db/proc_service.h69
-rw-r--r--libpthread/linuxthreads.old_db/td_init.c32
-rw-r--r--libpthread/linuxthreads.old_db/td_log.c31
-rw-r--r--libpthread/linuxthreads.old_db/td_symbol_list.c54
-rw-r--r--libpthread/linuxthreads.old_db/td_ta_clear_event.c50
-rw-r--r--libpthread/linuxthreads.old_db/td_ta_delete.c57
-rw-r--r--libpthread/linuxthreads.old_db/td_ta_enable_stats.c34
-rw-r--r--libpthread/linuxthreads.old_db/td_ta_event_addr.c72
-rw-r--r--libpthread/linuxthreads.old_db/td_ta_event_getmsg.c127
-rw-r--r--libpthread/linuxthreads.old_db/td_ta_get_nthreads.c41
-rw-r--r--libpthread/linuxthreads.old_db/td_ta_get_ph.c35
-rw-r--r--libpthread/linuxthreads.old_db/td_ta_get_stats.c34
-rw-r--r--libpthread/linuxthreads.old_db/td_ta_map_id2thr.c77
-rw-r--r--libpthread/linuxthreads.old_db/td_ta_map_lwp2thr.c89
-rw-r--r--libpthread/linuxthreads.old_db/td_ta_new.c148
-rw-r--r--libpthread/linuxthreads.old_db/td_ta_reset_stats.c34
-rw-r--r--libpthread/linuxthreads.old_db/td_ta_set_event.c50
-rw-r--r--libpthread/linuxthreads.old_db/td_ta_setconcurrency.c34
-rw-r--r--libpthread/linuxthreads.old_db/td_ta_thr_iter.c172
-rw-r--r--libpthread/linuxthreads.old_db/td_ta_tsd_iter.c54
-rw-r--r--libpthread/linuxthreads.old_db/td_thr_clear_event.c59
-rw-r--r--libpthread/linuxthreads.old_db/td_thr_dbresume.c29
-rw-r--r--libpthread/linuxthreads.old_db/td_thr_dbsuspend.c29
-rw-r--r--libpthread/linuxthreads.old_db/td_thr_event_enable.c54
-rw-r--r--libpthread/linuxthreads.old_db/td_thr_event_getmsg.c64
-rw-r--r--libpthread/linuxthreads.old_db/td_thr_get_info.c82
-rw-r--r--libpthread/linuxthreads.old_db/td_thr_getfpregs.c57
-rw-r--r--libpthread/linuxthreads.old_db/td_thr_getgregs.c57
-rw-r--r--libpthread/linuxthreads.old_db/td_thr_getxregs.c29
-rw-r--r--libpthread/linuxthreads.old_db/td_thr_getxregsize.c29
-rw-r--r--libpthread/linuxthreads.old_db/td_thr_set_event.c59
-rw-r--r--libpthread/linuxthreads.old_db/td_thr_setfpregs.c46
-rw-r--r--libpthread/linuxthreads.old_db/td_thr_setgregs.c46
-rw-r--r--libpthread/linuxthreads.old_db/td_thr_setprio.c29
-rw-r--r--libpthread/linuxthreads.old_db/td_thr_setsigpending.c30
-rw-r--r--libpthread/linuxthreads.old_db/td_thr_setxregs.c29
-rw-r--r--libpthread/linuxthreads.old_db/td_thr_sigsetmask.c29
-rw-r--r--libpthread/linuxthreads.old_db/td_thr_tls_get_addr.c68
-rw-r--r--libpthread/linuxthreads.old_db/td_thr_tlsbase.c70
-rw-r--r--libpthread/linuxthreads.old_db/td_thr_tsd.c80
-rw-r--r--libpthread/linuxthreads.old_db/td_thr_validate.c68
-rw-r--r--libpthread/linuxthreads.old_db/thread_db.h458
-rw-r--r--libpthread/linuxthreads.old_db/thread_dbP.h108
-rw-r--r--libpthread/linuxthreads/Makefile.in70
-rw-r--r--libpthread/linuxthreads/alloca_cutoff.c35
-rw-r--r--libpthread/linuxthreads/attr.c372
-rw-r--r--libpthread/linuxthreads/barrier.c127
-rw-r--r--libpthread/linuxthreads/cancel.c90
-rw-r--r--libpthread/linuxthreads/condvar.c60
-rw-r--r--libpthread/linuxthreads/debug.h (renamed from libpthread/linuxthreads.old/debug.h)0
-rw-r--r--libpthread/linuxthreads/descr.h268
-rw-r--r--libpthread/linuxthreads/errno.c15
-rw-r--r--libpthread/linuxthreads/events.c14
-rw-r--r--libpthread/linuxthreads/forward.c31
-rw-r--r--libpthread/linuxthreads/internals.h636
-rw-r--r--libpthread/linuxthreads/join.c195
-rw-r--r--libpthread/linuxthreads/libc-cancellation.c60
-rw-r--r--libpthread/linuxthreads/libc_pthread_init.c15
-rw-r--r--libpthread/linuxthreads/linuxthreads.texi (renamed from libpthread/linuxthreads.old/linuxthreads.texi)0
-rw-r--r--libpthread/linuxthreads/locale.c (renamed from libpthread/linuxthreads.old/locale.c)0
-rw-r--r--libpthread/linuxthreads/lockfile.c29
-rw-r--r--libpthread/linuxthreads/manager.c829
-rw-r--r--libpthread/linuxthreads/mutex.c57
-rw-r--r--libpthread/linuxthreads/pt-machine.c15
-rw-r--r--libpthread/linuxthreads/ptcleanup.c74
-rw-r--r--libpthread/linuxthreads/ptclock_gettime.c67
-rw-r--r--libpthread/linuxthreads/ptclock_settime.c53
-rw-r--r--libpthread/linuxthreads/ptfork.c173