Age | Commit message (Expand) | Author |
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 |
2011-03-09 | remove trailing ';' from _syscallX() | Peter S. Mazinger |
2011-03-08 | nptl: fix compilation on x86_64 | William Pitcock |
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-04 | nptl: fix use of IS_IN_LIBPTHREAD macro | Carmelo Amoroso |
2011-03-03 | remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H... | Peter S. Mazinger |
2011-03-03 | add missing prototypes | Peter S. Mazinger |
2011-03-03 | use common sigthread.h | Peter S. Mazinger |
2011-03-03 | add missing prototypes | Peter S. Mazinger |
2011-03-03 | syntax fixes | Peter S. Mazinger |
2011-03-03 | avoid warnings on _STACK_GROWS_* usage | Peter S. Mazinger |
2011-02-25 | nptl:arm: add a wrapper for .cfi_sections pseudo-ops | Carmelo Amoroso |
2011-02-24 | linuxthreads.old: fix nommu initial thread stack detection | Mike Frysinger |
2011-02-09 | arm: mv nptl specific atomic impl to common place | Bernhard Reutner-Fischer |
2011-02-02 | arm: fix the static link problem for ARM due to undefined __tls_get_addr | Nitin Garg |
2011-01-29 | nptl/mips64: Fix build when using mips64 and ABIs other than o32 | Khem Raj |
2011-01-20 | nptl: Fix __USER_LABEL_PREFIX__ concatenatio | Will Newton |
2011-01-20 | nptl: fix start_thread() for _STACK_GROWS_UP | Will Newton |
2011-01-05 | nptl: get rid of the last preprocessor warning when __ASSUME_TGKILL is not de... | Carmelo Amoroso |
2011-01-04 | nptl: get rid of preprocessor warning when __ASSUME_TGKILL is not defined | Carmelo Amoroso |
2010-12-29 | sparc: fix linking issue with __syscall_error.c | Austin Foxley |
2010-12-23 | linuxthreads: Fix compilation breakage | Matt Fleming |
2010-12-21 | libpthread/nptl_db: Append options to LDFLAGS based on if LD is set to gcc dr... | Khem Raj |