Age | Commit message (Expand) | Author |
2014-11-13 | Merge remote-tracking branch 'origin/upstream' | Waldemar Brodkorb |
2014-11-13 | nptl: compile pt-vfork in ARM-mode | Bernhard Reutner-Fischer |
2014-09-22 | xtensa: add support for NPTL | Waldemar Brodkorb |
2014-09-20 | nptl: remove duplicate vfork() in libpthread | Waldemar Brodkorb |
2014-09-16 | buildsys: remove now redundant lib placement defines | Bernhard Reutner-Fischer |
2014-09-16 | buildsys: fix IS_IN_lib* | Bernhard Reutner-Fischer |
2014-09-16 | nptl: rephrase *.sym handling | Bernhard Reutner-Fischer |
2014-09-04 | sparc: remove sparc64/sparcv9 code | Waldemar Brodkorb |
2014-08-18 | uclibc: nptl: fix __lll_lock_wait_private multiple definition | Tony Wu |
2014-08-18 | ARC/NPTL: Fix __libc_sigaction redefinition with static links | Vineet Gupta |
2014-08-18 | NPTL: ARC support | Vineet Gupta |
2014-06-12 | NPTL: Fix undefined reference to PRIVATE_FUTEX with 2.6.18 kernel | Dan Moulding |
2014-04-01 | Fix warnings in MIPS build | Steve Ellcey |
2014-01-15 | nptl: Fix arm pt-vfork | Bernhard Reutner-Fischer |
2014-01-14 | buildsys: metag: Remove inappropriate comment | Bernhard Reutner-Fischer |
2013-12-20 | NPTL: fork: relief register pressure on arm thumb1 | Bernhard Reutner-Fischer |
2013-03-14 | metag: Add NPTL support | Markos Chandras |
2013-02-20 | not-cancel.h: Use openat if arch does not have the open syscall | Markos Chandras |
2013-01-10 | libc: add {get,set,swap,make}context user context manipulation functions | Florian Fainelli |
2013-01-08 | arm: workaround GCC PR target/53735 with fork() | Bernhard Reutner-Fischer |
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger |
2012-11-18 | nptl: fix gcc noreturn warning | Mike Frysinger |
2012-08-29 | librt: re-add SIGCANCEL to the list of blocked signal in helper thread | Filippo Arcidiacono |
2012-06-19 | nptl: sh: fix race condition in lll_wait_tid | Stas Sergeev |
2012-06-15 | NPTL: rename __new_sem_* to sem_* | Peter S. Mazinger |
2012-06-15 | enable the common code for NPTL | Peter S. Mazinger |
2012-06-15 | fork: do not add fork() to libpthread | Peter S. Mazinger |
2012-06-15 | make NPTL's getpid behave similar to the common one | Peter S. Mazinger |
2012-06-15 | add simplified __sigemptyset for internal use | Peter S. Mazinger |
2012-06-15 | jmp-unwind.c: add hidden _longjmp_unwind | Peter S. Mazinger |
2012-06-15 | Makefile.commonarch: use proper CFLAGS for jmp-unwind.c | Peter S. Mazinger |
2012-06-15 | fix a bunch of build warnings | Peter S. Mazinger |
2012-06-15 | cleanup fork() | 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-01-27 | libc_arm: avoid multiple version of __aeabi_unwind_cpp_pr dummy code | Carmelo Amoroso |
2012-01-15 | libc: build abort with unwind-info for backtrace | Bernhard Reutner-Fischer |
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-17 | misc: hide __gen_tempname | Bernhard Reutner-Fischer |
2011-05-13 | unwind.h: Move to libc/sysdeps from nptl sysdeps | Khem Raj |
2011-05-11 | lll: avoid shadow warnings | 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-03 | add missing prototypes | Peter S. Mazinger |
2011-02-25 | nptl:arm: add a wrapper for .cfi_sections pseudo-ops | Carmelo Amoroso |
2011-02-09 | arm: mv nptl specific atomic impl to common place | Bernhard Reutner-Fischer |
2011-01-29 | nptl/mips64: Fix build when using mips64 and ABIs other than o32 | Khem Raj |
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 |