summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads.old
AgeCommit message (Expand)Author
2015-03-29merge uClibc git masterWaldemar Brodkorb
2015-03-13unistd.h: put getppid under XOPEN2K8Bernhard Reutner-Fischer
2015-02-14Revert "resolve merge"Waldemar Brodkorb
2015-02-14resolve mergeWaldemar Brodkorb
2015-02-12unbreak support for ARM no MMU caseWaldemar Brodkorb
2014-09-16buildsys: fix IS_IN_lib*Bernhard Reutner-Fischer
2014-09-04sparc: remove sparc64/sparcv9 codeWaldemar Brodkorb
2013-12-20LT.old: Add ARC supportVineet Gupta
2013-03-20LT.old: add missing prototypesBernhard Reutner-Fischer
2013-03-13LT{,.old}: include stddef.h for size_tVineet Gupta
2013-02-20not-cancel.h: Use openat if arch does not have the open syscallMarkos Chandras
2013-01-14LT.old: reinstate buildBernhard Reutner-Fischer
2012-11-18drop support for pre ISO-C compilersMike Frysinger
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-11-03xtensa: use atomic instructions instead of a syscallChris Zankel
2012-07-24Remove pragma weak for undeclared symbolBernd Schmidt
2012-07-24Remove use of attribute_shared_hiddenBernd Schmidt
2012-06-15linuxthreads.old: build all objects twice, once for shared lib and once for s...Peter 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-15libc_pthread_init.c: include only what is necessaryPeter S. Mazinger
2012-06-15linuxthreads.old: cleanup a bitPeter 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-15ptfork.c: use strong_alias for vforkPeter S. Mazinger
2012-06-15internals.h: use sysconf(_SC_PAGESIZE) instead of __pagesizePeter S. Mazinger
2012-06-15wrapsyscall.c: include proper header for epollPeter S. Mazinger
2012-06-15allocrtsig.c,pthread.c: disable __libc_allocate_rtsig, unusedPeter 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-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-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
2011-10-27sparc: fix build for linuxthreads.oldRob Landley
2011-05-13epoll.c: add cancellation to epoll_[p]wait()Peter S. Mazinger
2011-05-11commentary typo fixBernhard Reutner-Fischer
2011-03-05The C6X portAurelien Jacquiot
2011-03-05Allow ABIs where SP points below the stack frame.Bernd Schmidt
2011-03-05Add Makefile support for DSBT ELF.Bernd Schmidt bernds_cb1@t-online.de
2011-03-03remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H...Peter S. Mazinger