Age | Commit message (Expand) | Author |
2013-03-20 | LT.old: add missing prototypes | Bernhard Reutner-Fischer |
2013-03-14 | metag: Add NPTL support | Markos Chandras |
2013-03-13 | LT{,.old}: include stddef.h for size_t | Vineet Gupta |
2013-03-07 | buildsys: Add missing $(SYMBOL_PREFIX) to symbol names | Markos Chandras |
2013-03-07 | libpthread: Remove useless .cvsignore files | 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-14 | LT.old: reinstate build | Bernhard Reutner-Fischer |
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-11-03 | xtensa: use atomic instructions instead of a syscall | Chris Zankel |
2012-08-29 | librt: re-add SIGCANCEL to the list of blocked signal in helper thread | Filippo Arcidiacono |
2012-07-24 | Remove pragma weak for undeclared symbol | Bernd Schmidt |
2012-07-24 | Remove use of attribute_shared_hidden | Bernd Schmidt |
2012-06-19 | nptl: sh: fix race condition in lll_wait_tid | Stas Sergeev |
2012-06-15 | remove arm specific sysdep.h from linuxthreads new | Peter S. Mazinger |
2012-06-15 | linuxthreads.old: build all objects twice, once for shared lib and once for s... | Peter S. Mazinger |
2012-06-15 | internals.h: mark __pthread_message hidden | Peter S. Mazinger |
2012-06-15 | linuxthreads.old: move libpthread_hidden_proto to header | Peter S. Mazinger |
2012-06-15 | linuxthreads.old/internals.h: make some internal functions hidden | Peter S. Mazinger |
2012-06-15 | linuxthreads: guard *tsd* related stuff correctly | Peter S. Mazinger |
2012-06-15 | linuxthreads: style update | Peter S. Mazinger |
2012-06-15 | linuxthreads: use __UCLIBC_HAS_TLS__ consistently | Peter S. Mazinger |
2012-06-15 | move __libc_pthread_init prototype to pthread-functions.h | Peter S. Mazinger |
2012-06-15 | forward.c: no need for attribute_hidden, provided by prototype | Peter S. Mazinger |
2012-06-15 | libc_pthread_init.c: include only what is necessary | Peter S. Mazinger |
2012-06-15 | linuxthreads.old: cleanup a bit | Peter S. Mazinger |
2012-06-15 | linuxthreads.old_db: style update | Peter S. Mazinger |
2012-06-15 | NPTL: rename __new_sem_* to sem_* | Peter S. Mazinger |
2012-06-15 | linuxthreads.old: remove __old_sem_* and rename __new_sem_* to sem_* | Peter S. Mazinger |
2012-06-15 | wrapsyscall.c: add cancellable fcntl64 | 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 | ptfork.c: use strong_alias for vfork | 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 | internals.h: use sysconf(_SC_PAGESIZE) instead of __pagesize | Peter S. Mazinger |
2012-06-15 | Makefile.commonarch: use proper CFLAGS for jmp-unwind.c | Peter S. Mazinger |
2012-06-15 | wrapsyscall.c: include proper header for epoll | 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 |