Age | Commit message (Expand) | Author |
2012-06-15 | remove sysdep.h from arch specific string implementation | Peter S. Mazinger |
2012-06-15 | remove cris/fork.c, unused | Peter S. Mazinger |
2012-06-15 | update arc4random from bug #885 | Peter S. Mazinger |
2012-06-15 | epoll.c: add cancellation to epoll_[p]wait() | Peter S. Mazinger |
2012-06-15 | include pthreadP.h for SIGCANCEL | 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 | signal.h: needs size_t | Peter S. Mazinger |
2012-06-15 | sched.h: update header, needs size_t | Peter S. Mazinger |
2012-06-15 | sigset-cvt-mask.h: add a guard to allow including it twice | Peter S. Mazinger |
2012-06-15 | signal: remove sigblock, siggetmask and sigsetmask | Peter S. Mazinger |
2012-06-15 | bits/types.h: remove thread types, users should include pthread.h | Peter S. Mazinger |
2012-06-15 | linuxthreads: guard *tsd* related stuff correctly | Peter S. Mazinger |
2012-06-15 | error.c: no need for __error and __error_at_line | 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 | fts.c: add a comment about wrong usage of _lfs_64.h | 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 | sigqueue.c: rewrite a bit | Peter S. Mazinger |
2012-06-15 | add posix_madvise.c | Peter S. Mazinger |
2012-06-15 | change _NSIG / 8 to __SYSCALL_SIGSET_T_SIZE in common code | Peter S. Mazinger |
2012-06-15 | make arch specific cacheflush, readahead and sysmips LINUX_SPECIFIC dependent | Peter S. Mazinger |
2012-06-15 | shm.c: do not use __libc_X internally | Peter S. Mazinger |
2012-06-15 | sigqueue.c: do not use __libc_X name internally | Peter S. Mazinger |
2012-06-15 | sigpause.c: provide the X/Open variant, since the BSD version is deprecated | Peter S. Mazinger |
2012-06-15 | socketcalls.c: rewrite to use cancel.h | Peter S. Mazinger |
2012-06-15 | exec.c: remove duplicate attribute_hidden | Peter S. Mazinger |
2012-06-15 | vax/statfs.h: common one is good for vax | Peter S. Mazinger |
2012-06-15 | vax/machine-gmon.h: remove, unneeded | Peter S. Mazinger |
2012-06-15 | e1/bits/unistd.h: remove unneeded bits | Peter S. Mazinger |
2012-06-15 | xstatconv: cleanup includes | Peter S. Mazinger |
2012-06-15 | use open_not_cancel_2 instead of open_not_cancel | Peter S. Mazinger |
2012-06-15 | not-cancel.h: update common version and make sure we use this one | Peter S. Mazinger |
2012-06-15 | pause.c: add back usage of pause syscall | Peter S. Mazinger |
2012-06-15 | not-cancel.h: use the non-cancellable functions in libc instead of inlining code | 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 | pread_write.c: make all archs use common code | Peter S. Mazinger |
2012-06-15 | add cancellation to generic pread_write | 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 |