summaryrefslogtreecommitdiff
path: root/libpthread
AgeCommit message (Expand)Author
2013-01-14LT.old: reinstate buildBernhard Reutner-Fischer
2013-01-10libc: add {get,set,swap,make}context user context manipulation functionsFlorian Fainelli
2013-01-08arm: workaround GCC PR target/53735 with fork()Bernhard Reutner-Fischer
2012-11-18drop support for pre ISO-C compilersMike Frysinger
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-11-18nptl: fix gcc noreturn warningMike Frysinger
2012-11-18nptl: fix gcc noreturn warningMike Frysinger
2012-11-03xtensa: use atomic instructions instead of a syscallChris Zankel
2012-08-29librt: re-add SIGCANCEL to the list of blocked signal in helper threadFilippo Arcidiacono
2012-07-24Remove pragma weak for undeclared symbolBernd Schmidt
2012-07-24Remove use of attribute_shared_hiddenBernd Schmidt
2012-06-19nptl: sh: fix race condition in lll_wait_tidStas Sergeev
2012-06-15remove arm specific sysdep.h from linuxthreads newPeter S. Mazinger
2012-06-15linuxthreads.old: build all objects twice, once for shared lib and once for s...Peter S. Mazinger
2012-06-15internals.h: mark __pthread_message hiddenPeter S. Mazinger
2012-06-15linuxthreads.old: move libpthread_hidden_proto to headerPeter S. Mazinger
2012-06-15linuxthreads.old/internals.h: make some internal functions hiddenPeter S. Mazinger
2012-06-15linuxthreads: guard *tsd* related stuff correctlyPeter S. Mazinger
2012-06-15linuxthreads: style updatePeter S. Mazinger
2012-06-15linuxthreads: use __UCLIBC_HAS_TLS__ consistentlyPeter S. Mazinger
2012-06-15move __libc_pthread_init prototype to pthread-functions.hPeter S. Mazinger
2012-06-15forward.c: no need for attribute_hidden, provided by prototypePeter S. Mazinger
2012-06-15libc_pthread_init.c: include only what is necessaryPeter S. Mazinger
2012-06-15linuxthreads.old: cleanup a bitPeter S. Mazinger
2012-06-15linuxthreads.old_db: style updatePeter S. Mazinger
2012-06-15NPTL: rename __new_sem_* to sem_*Peter S. Mazinger
2012-06-15linuxthreads.old: remove __old_sem_* and rename __new_sem_* to sem_*Peter S. Mazinger
2012-06-15wrapsyscall.c: add cancellable fcntl64Peter S. Mazinger
2012-06-15nptl: remove sigaction, sigprocmask, and sigfillset from libpthreadAustin Foxley
2012-06-15enable the common code for NPTLPeter S. Mazinger
2012-06-15fork: do not add fork() to libpthreadPeter S. Mazinger
2012-06-15make NPTL's getpid behave similar to the common onePeter S. Mazinger
2012-06-15ptfork.c: use strong_alias for vforkPeter S. Mazinger
2012-06-15add simplified __sigemptyset for internal usePeter S. Mazinger
2012-06-15jmp-unwind.c: add hidden _longjmp_unwindPeter S. Mazinger
2012-06-15internals.h: use sysconf(_SC_PAGESIZE) instead of __pagesizePeter S. Mazinger
2012-06-15Makefile.commonarch: use proper CFLAGS for jmp-unwind.cPeter S. Mazinger
2012-06-15wrapsyscall.c: include proper header for epollPeter S. Mazinger
2012-06-15unwind-{resume,forcedunwind}.c: add missing prototypesPeter S. Mazinger
2012-06-15fix a bunch of build warningsPeter S. Mazinger
2012-06-15pthreadP.h: avoid shadow warningsPeter S. Mazinger
2012-06-15disable __pthread_kill_other_threads, obsoletedPeter S. Mazinger
2012-06-15change __asm to __asm__ and __volatile to __volatile__Peter S. Mazinger
2012-06-15allocrtsig.c,pthread.c: disable __libc_allocate_rtsig, unusedPeter S. Mazinger
2012-06-15geopt.c, LT new/pthread.c: s/__mempcpy/mempcpy/Peter S. Mazinger
2012-06-15signal.h: disable ssignal and gsignalPeter S. Mazinger
2012-06-15cleanup fork()Peter S. Mazinger
2012-06-15semaphore.h, uClibc_local_lim.h: make sure SEM_VALUE_MAX is always definedPeter S. Mazinger
2012-06-15semaphore.c: include limits.h before semaphore.hPeter S. Mazinger
2012-06-15make use of jmpbuf-offsets.h and jmpbuf-unwind.hPeter S. Mazinger