summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-15libubacktrace: temporarily workaround link issueBernhard Reutner-Fischer
2012-06-15remove arm specific sysdep.h from linuxthreads newPeter S. Mazinger
2012-06-15remove sysdep.h from arch specific string implementationPeter S. Mazinger
2012-06-15remove cris/fork.c, unusedPeter S. Mazinger
2012-06-15update arc4random from bug #885Peter S. Mazinger
2012-06-15epoll.c: add cancellation to epoll_[p]wait()Peter S. Mazinger
2012-06-15include pthreadP.h for SIGCANCELPeter S. Mazinger
2012-06-15linuxthreads.old: build all objects twice, once for shared lib and once for s...Peter S. Mazinger
2012-06-15internals.h: mark __pthread_message hiddenPeter S. Mazinger
2012-06-15linuxthreads.old: move libpthread_hidden_proto to headerPeter S. Mazinger
2012-06-15linuxthreads.old/internals.h: make some internal functions hiddenPeter S. Mazinger
2012-06-15signal.h: needs size_tPeter S. Mazinger
2012-06-15sched.h: update header, needs size_tPeter S. Mazinger
2012-06-15sigset-cvt-mask.h: add a guard to allow including it twicePeter S. Mazinger
2012-06-15signal: remove sigblock, siggetmask and sigsetmaskPeter S. Mazinger
2012-06-15bits/types.h: remove thread types, users should include pthread.hPeter S. Mazinger
2012-06-15linuxthreads: guard *tsd* related stuff correctlyPeter S. Mazinger
2012-06-15error.c: no need for __error and __error_at_linePeter S. Mazinger
2012-06-15linuxthreads: style updatePeter S. Mazinger
2012-06-15linuxthreads: use __UCLIBC_HAS_TLS__ consistentlyPeter S. Mazinger
2012-06-15move __libc_pthread_init prototype to pthread-functions.hPeter S. Mazinger
2012-06-15forward.c: no need for attribute_hidden, provided by prototypePeter S. Mazinger
2012-06-15libc_pthread_init.c: include only what is necessaryPeter S. Mazinger
2012-06-15linuxthreads.old: cleanup a bitPeter S. Mazinger
2012-06-15fts.c: add a comment about wrong usage of _lfs_64.hPeter S. Mazinger
2012-06-15linuxthreads.old_db: style updatePeter S. Mazinger
2012-06-15NPTL: rename __new_sem_* to sem_*Peter S. Mazinger
2012-06-15linuxthreads.old: remove __old_sem_* and rename __new_sem_* to sem_*Peter S. Mazinger
2012-06-15sigqueue.c: rewrite a bitPeter S. Mazinger
2012-06-15add posix_madvise.cPeter S. Mazinger
2012-06-15change _NSIG / 8 to __SYSCALL_SIGSET_T_SIZE in common codePeter S. Mazinger
2012-06-15make arch specific cacheflush, readahead and sysmips LINUX_SPECIFIC dependentPeter S. Mazinger
2012-06-15shm.c: do not use __libc_X internallyPeter S. Mazinger
2012-06-15sigqueue.c: do not use __libc_X name internallyPeter S. Mazinger
2012-06-15sigpause.c: provide the X/Open variant, since the BSD version is deprecatedPeter S. Mazinger
2012-06-15socketcalls.c: rewrite to use cancel.hPeter S. Mazinger
2012-06-15exec.c: remove duplicate attribute_hiddenPeter S. Mazinger
2012-06-15vax/statfs.h: common one is good for vaxPeter S. Mazinger
2012-06-15vax/machine-gmon.h: remove, unneededPeter S. Mazinger
2012-06-15e1/bits/unistd.h: remove unneeded bitsPeter S. Mazinger
2012-06-15xstatconv: cleanup includesPeter S. Mazinger
2012-06-15use open_not_cancel_2 instead of open_not_cancelPeter S. Mazinger
2012-06-15not-cancel.h: update common version and make sure we use this onePeter S. Mazinger
2012-06-15pause.c: add back usage of pause syscallPeter S. Mazinger
2012-06-15not-cancel.h: use the non-cancellable functions in libc instead of inlining codePeter S. Mazinger
2012-06-15wrapsyscall.c: add cancellable fcntl64Peter S. Mazinger
2012-06-15nptl: remove sigaction, sigprocmask, and sigfillset from libpthreadAustin Foxley
2012-06-15pread_write.c: make all archs use common codePeter S. Mazinger
2012-06-15add cancellation to generic pread_writePeter S. Mazinger
2012-06-15enable the common code for NPTLPeter S. Mazinger