Age | Commit message (Expand) | Author |
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 |
2009-09-18 | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer |
2009-08-17 | support building out-of-tree | Bernhard Reutner-Fischer |
2009-07-26 | linuxthreads.old: define pthread_yield to sched_yield | Mike Frysinger |
2009-07-21 | linuxthreads.old: fix crash in debug code | Mike Frysinger |
2009-07-21 | libpthread: add format attribute to __pthread_message() | Mike Frysinger |
2009-07-20 | linuxthreads.old: extend workaround for asm rename warnings | Mike Frysinger |
2009-07-05 | Don't shadow the mask parameter with a local variable in the same function | Ron |
2009-07-05 | Check #if feature test macros are defined where they may not be | Ron |
2009-07-05 | Provide token prototypes for functions that are external but have no header | Ron |
2009-07-05 | Add noreturn attributes to some functions that won't ever do so | Ron |
2009-04-09 | The attached patches fixes the problems found bringing up uclibc on coldfire | Khem Raj |
2009-02-25 | Reinstate __libc_foo's needed for linuxthreads.old. | Denis Vlasenko |
2009-01-21 | - commentary typo fix | Bernhard Reutner-Fischer |
2009-01-12 | - fix typo in r24594 | Bernhard Reutner-Fischer |
2008-12-29 | - whitespace cleanup; no obj-code changes | Bernhard Reutner-Fischer |
2008-12-29 | - pthread_attr_{g,s}etstacksize would depend on SUSv3 legacy but are not | Bernhard Reutner-Fischer |
2008-12-19 | remove one forgotten '##'. Heeds: | Denis Vlasenko |
2008-12-14 | heed compiler warnings about checking non-defined variables in #if directives | Denis Vlasenko |
2008-12-13 | make all "XXXhidden_proto(" consistently not use a space before '(' | Denis Vlasenko |