summaryrefslogtreecommitdiff
path: root/libpthread
AgeCommit message (Expand)Author
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
2012-06-15move *longjmp related prototypes to setjmp.hPeter S. Mazinger
2012-06-15no need for hidden sigtimedwaitPeter S. Mazinger
2012-06-15signal.h: provide prototype for __libc_sigaction and remove all othersPeter S. Mazinger
2012-06-15remove __FORCE_GLIBCPeter S. Mazinger
2012-06-15do not include libc-internal.hPeter S. Mazinger
2012-06-06MIPS: Convert __syscall_error() callers to use $a0 for argumentKevin Cernekee
2012-05-05linuxthreads.old: fix build warnings with epoll enabledMike Frysinger
2012-04-24linuxthreads.old: refactor nommu logic a little to avoid mmu warningMike Frysinger
2012-04-24linuxthreads.old: pass back up saved_errno value in manager initMike Frysinger
2012-04-24linuxthreads.old: fix set-but-unused warningMike Frysinger
2012-04-24linuxthreads.old: fix typo in pthread_mutex_unlock hidden prototypeMike Frysinger
2012-04-22linuxthreads.old: only declare __pthread_xxx funcs hidden inside of libpthreadMike Frysinger
2012-03-26nptl: fix compiler warning due to missing prototypeCarmelo Amoroso
2012-03-26nptl: fix compiler warning due to unused-but-set-variableCarmelo Amoroso
2012-01-29nptl_db: handle SUSv4-OBBernhard Reutner-Fischer
2012-01-28buildsys: fixup sigaction handlingBernhard Reutner-Fischer
2012-01-27libc_arm: avoid multiple version of __aeabi_unwind_cpp_pr dummy codeCarmelo Amoroso
2012-01-18nptl: .gitignore generated pt-crt{i,n}.SBernhard Reutner-Fischer
2012-01-15libc: build abort with unwind-info for backtraceBernhard Reutner-Fischer
2012-01-14linuxthreads/signals: do not restore handler for invalid signalMarkos Chandras
2012-01-13libc: allow to backtrace out of abort callCarmelo Amoroso
2011-11-24nptl: add missing pt-tempname.cBernhard Reutner-Fischer
2011-11-18nptl: sem_open: use open64 if LFSBernhard Reutner-Fischer
2011-11-17misc: hide __gen_tempnameBernhard Reutner-Fischer
2011-10-27sparc: fix build for linuxthreads.oldRob Landley
2011-10-27pthreads: fix build when DNS resolver is not enabled.Bernhard Reutner-Fischer
2011-10-27linuxthreads: fix typo in __UCLIBC_HAS_IPv4__ macroCarmelo Amoroso
2011-06-14buildsys: pt-initfini.s depends on uClibc_config.hBernhard Reutner-Fischer
2011-06-13nptl/pthread: Correct path for machine specific pt-initfini.cKhem Raj
2011-06-13ctor/dtor nptl: Fix init and fini function compilationKhem Raj
2011-06-10nptl/Makefile.in: Fix the build break caused by UCLIBC_CTOR_DTOR enablingKhem Raj
2011-05-31NPTL: Fix CTOR_DTORBernhard Reutner-Fischer
2011-05-13unwind.h: Move to libc/sysdeps from nptl sysdepsKhem Raj
2011-05-13epoll.c: add cancellation to epoll_[p]wait()Peter S. Mazinger
2011-05-11commentary typo fixBernhard Reutner-Fischer
2011-05-11commentary typo fixBernhard Reutner-Fischer
2011-05-11lll: avoid shadow warningsBernhard Reutner-Fischer
2011-05-11libubacktrace: mv unwind.h to includeBernhard Reutner-Fischer
2011-03-09remove trailing ';' from _syscallX()Peter S. Mazinger
2011-03-08nptl: fix compilation on x86_64William Pitcock
2011-03-05The C6X portAurelien Jacquiot
2011-03-05Allow ABIs where SP points below the stack frame.Bernd Schmidt