Age | Commit message (Expand) | Author |
2012-06-15 | unwind-{resume,forcedunwind}.c: add missing prototypes | Peter S. Mazinger |
2012-06-15 | fix a bunch of build warnings | Peter S. Mazinger |
2012-06-15 | pthreadP.h: avoid shadow warnings | Peter S. Mazinger |
2012-06-15 | disable __pthread_kill_other_threads, obsoleted | Peter S. Mazinger |
2012-06-15 | change __asm to __asm__ and __volatile to __volatile__ | Peter S. Mazinger |
2012-06-15 | allocrtsig.c,pthread.c: disable __libc_allocate_rtsig, unused | Peter S. Mazinger |
2012-06-15 | geopt.c, LT new/pthread.c: s/__mempcpy/mempcpy/ | Peter S. Mazinger |
2012-06-15 | signal.h: disable ssignal and gsignal | 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 | no need for hidden sigtimedwait | 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-06-06 | MIPS: Convert __syscall_error() callers to use $a0 for argument | Kevin Cernekee |
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 |
2012-03-26 | nptl: fix compiler warning due to missing prototype | Carmelo Amoroso |
2012-03-26 | nptl: fix compiler warning due to unused-but-set-variable | Carmelo Amoroso |
2012-01-29 | nptl_db: handle SUSv4-OB | Bernhard Reutner-Fischer |
2012-01-28 | buildsys: fixup sigaction handling | Bernhard Reutner-Fischer |
2012-01-27 | libc_arm: avoid multiple version of __aeabi_unwind_cpp_pr dummy code | Carmelo Amoroso |
2012-01-18 | nptl: .gitignore generated pt-crt{i,n}.S | Bernhard Reutner-Fischer |
2012-01-15 | libc: build abort with unwind-info for backtrace | Bernhard Reutner-Fischer |
2012-01-14 | linuxthreads/signals: do not restore handler for invalid signal | Markos Chandras |
2012-01-13 | libc: allow to backtrace out of abort call | Carmelo Amoroso |
2011-11-24 | nptl: add missing pt-tempname.c | Bernhard Reutner-Fischer |
2011-11-18 | nptl: sem_open: use open64 if LFS | Bernhard Reutner-Fischer |
2011-11-17 | misc: hide __gen_tempname | Bernhard Reutner-Fischer |
2011-10-27 | sparc: fix build for linuxthreads.old | Rob Landley |
2011-10-27 | pthreads: fix build when DNS resolver is not enabled. | Bernhard Reutner-Fischer |
2011-10-27 | linuxthreads: fix typo in __UCLIBC_HAS_IPv4__ macro | Carmelo Amoroso |
2011-06-14 | buildsys: pt-initfini.s depends on uClibc_config.h | Bernhard Reutner-Fischer |
2011-06-13 | nptl/pthread: Correct path for machine specific pt-initfini.c | Khem Raj |
2011-06-13 | ctor/dtor nptl: Fix init and fini function compilation | Khem Raj |
2011-06-10 | nptl/Makefile.in: Fix the build break caused by UCLIBC_CTOR_DTOR enabling | Khem Raj |
2011-05-31 | NPTL: Fix CTOR_DTOR | Bernhard Reutner-Fischer |
2011-05-13 | unwind.h: Move to libc/sysdeps from nptl sysdeps | Khem Raj |
2011-05-13 | epoll.c: add cancellation to epoll_[p]wait() | Peter S. Mazinger |
2011-05-11 | commentary typo fix | Bernhard Reutner-Fischer |
2011-05-11 | commentary typo fix | Bernhard Reutner-Fischer |
2011-05-11 | lll: avoid shadow warnings | Bernhard Reutner-Fischer |
2011-05-11 | libubacktrace: mv unwind.h to include | Bernhard Reutner-Fischer |