Age | Commit message (Expand) | Author |
2013-03-13 | LT{,.old}: include stddef.h for size_t | Vineet Gupta |
2013-02-20 | not-cancel.h: Use openat if arch does not have the open syscall | Markos Chandras |
2013-01-14 | LT.old: reinstate build | Bernhard Reutner-Fischer |
2012-11-18 | drop support for pre ISO-C compilers | Mike Frysinger |
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger |
2012-11-03 | xtensa: use atomic instructions instead of a syscall | Chris Zankel |
2012-07-24 | Remove pragma weak for undeclared symbol | Bernd Schmidt |
2012-07-24 | Remove use of attribute_shared_hidden | Bernd Schmidt |
2012-06-15 | linuxthreads.old: build all objects twice, once for shared lib and once for s... | Peter S. Mazinger |
2012-06-15 | linuxthreads.old: move libpthread_hidden_proto to header | Peter S. Mazinger |
2012-06-15 | linuxthreads.old/internals.h: make some internal functions hidden | Peter S. Mazinger |
2012-06-15 | linuxthreads: guard *tsd* related stuff correctly | Peter S. Mazinger |
2012-06-15 | libc_pthread_init.c: include only what is necessary | Peter S. Mazinger |
2012-06-15 | linuxthreads.old: cleanup a bit | Peter S. Mazinger |
2012-06-15 | linuxthreads.old: remove __old_sem_* and rename __new_sem_* to sem_* | Peter S. Mazinger |
2012-06-15 | wrapsyscall.c: add cancellable fcntl64 | Peter S. Mazinger |
2012-06-15 | ptfork.c: use strong_alias for vfork | Peter S. Mazinger |
2012-06-15 | internals.h: use sysconf(_SC_PAGESIZE) instead of __pagesize | Peter S. Mazinger |
2012-06-15 | wrapsyscall.c: include proper header for epoll | Peter S. Mazinger |
2012-06-15 | allocrtsig.c,pthread.c: disable __libc_allocate_rtsig, unused | Peter S. Mazinger |
2012-06-15 | cleanup fork() | Peter S. Mazinger |
2012-06-15 | semaphore.h, uClibc_local_lim.h: make sure SEM_VALUE_MAX is always defined | Peter S. Mazinger |
2012-06-15 | semaphore.c: include limits.h before semaphore.h | Peter S. Mazinger |
2012-06-15 | make use of jmpbuf-offsets.h and jmpbuf-unwind.h | Peter S. Mazinger |
2012-06-15 | move *longjmp related prototypes to setjmp.h | Peter S. Mazinger |
2012-06-15 | signal.h: provide prototype for __libc_sigaction and remove all others | Peter S. Mazinger |
2012-06-15 | remove __FORCE_GLIBC | Peter S. Mazinger |
2012-06-15 | do not include libc-internal.h | Peter S. Mazinger |
2012-05-05 | linuxthreads.old: fix build warnings with epoll enabled | Mike Frysinger |
2012-04-24 | linuxthreads.old: refactor nommu logic a little to avoid mmu warning | Mike Frysinger |
2012-04-24 | linuxthreads.old: pass back up saved_errno value in manager init | Mike Frysinger |
2012-04-24 | linuxthreads.old: fix set-but-unused warning | Mike Frysinger |
2012-04-24 | linuxthreads.old: fix typo in pthread_mutex_unlock hidden prototype | Mike Frysinger |
2012-04-22 | linuxthreads.old: only declare __pthread_xxx funcs hidden inside of libpthread | Mike Frysinger |
2011-10-27 | sparc: fix build for linuxthreads.old | Rob Landley |
2011-05-13 | epoll.c: add cancellation to epoll_[p]wait() | Peter S. Mazinger |
2011-05-11 | commentary typo fix | Bernhard Reutner-Fischer |
2011-03-05 | The C6X port | Aurelien Jacquiot |
2011-03-05 | Allow ABIs where SP points below the stack frame. | Bernd Schmidt |
2011-03-05 | Add Makefile support for DSBT ELF. | Bernd Schmidt bernds_cb1@t-online.de |
2011-03-03 | remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H... | Peter S. Mazinger |
2011-02-24 | linuxthreads.old: fix nommu initial thread stack detection | Mike Frysinger |
2010-11-10 | microblaze: thread support | Steven J. Magnani |
2010-04-25 | enable building __fcntl_nocancel, as it used unconditionally now | Austin Foxley |
2010-04-22 | nptl: proper soname handling | Natanael Copa |
2010-03-25 | prettify make clean | Bernhard Reutner-Fischer |
2009-12-17 | check if USE_TLS is defined before use | Hans-Christian Egtvedt |
2009-11-22 | Revert "libc: add hidden calls to pthread cleanup funcs" | Austin Foxley |
2009-10-22 | libc: add hidden calls to pthread cleanup funcs | Mike Frysinger |
2009-09-18 | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko |