Age | Commit message (Expand) | Author |
2013-07-04 | libpthread: pthread_exit in static app. segfaults | Filippo ARCIDIACONO |
2013-03-14 | metag: Add NPTL support | Markos Chandras |
2013-03-07 | buildsys: Add missing $(SYMBOL_PREFIX) to symbol names | Markos Chandras |
2013-02-27 | nptl/allocatestack.c: Fix stack mprotect alignment for STACK_GROWS_UP | 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 | drop support for pre ISO-C compilers | Mike Frysinger |
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger |
2012-11-18 | nptl: fix gcc noreturn warning | 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 | nptl: remove sigaction, sigprocmask, and sigfillset from libpthread | Austin Foxley |
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 | 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 | 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-06-15 | signal.h: provide prototype for __libc_sigaction and remove all others | Peter S. Mazinger |
2012-06-15 | do not include libc-internal.h | Peter S. Mazinger |
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-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 | pthreads: fix build when DNS resolver is not enabled. | Bernhard Reutner-Fischer |
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-11 | commentary typo fix | Bernhard Reutner-Fischer |