summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common
AgeCommit message (Expand)Author
2013-01-08libc: handle sync_file_rangeBernhard Reutner-Fischer
2012-12-03sched.h: include stdlib.h for malloc/freeBernhard Reutner-Fischer
2012-12-01update ptrace.h to latest from glibcJames Hogan
2012-11-18drop support for pre ISO-C compilersMike Frysinger
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-11-17libc/sysdeps: dup3: check for __NR_dup3 since older kernels/arches lack itMike Frysinger
2012-11-14libc/sysdeps: add dup3 syscall wrapperMike Frysinger
2012-08-04bits/time.h: sync with glibc 2.16Peter Korsgaard
2012-07-24Accept either __NR__lseek or __NR_lseekBernd Schmidt
2012-06-15epoll.c: add cancellation to epoll_[p]wait()Peter S. Mazinger
2012-06-15include pthreadP.h for SIGCANCELPeter S. Mazinger
2012-06-15bits/types.h: remove thread types, users should include pthread.hPeter 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-15sigqueue.c: do not use __libc_X name internallyPeter S. Mazinger
2012-06-15socketcalls.c: rewrite to use cancel.hPeter S. Mazinger
2012-06-15xstatconv: cleanup includesPeter 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-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
2012-06-15poll, ppoll: use cancel.hPeter S. Mazinger
2012-06-15rework cancellation for sigwait, sigtimedwait and sigwaitinfoPeter S. Mazinger
2012-06-15lseek, lseek64: add cancellation for all THREADSPeter S. Mazinger
2012-06-15sigsuspend.c: add cancellation support independently of rt_sigsuspendPeter S. Mazinger
2012-06-15pselect.c: avoid handling cancellation twicePeter S. Mazinger
2012-06-15ioctl.c: use cancel.hPeter S. Mazinger
2012-06-15nanosleep.c: use cancel.hPeter S. Mazinger
2012-06-15wait.c: use cancel.hPeter S. Mazinger
2012-06-15fcntl: add cancellation to fcntl64, use cancel.hPeter S. Mazinger
2012-06-15waitid.c: use cancel.hPeter S. Mazinger
2012-06-15readv, writev: rewrite to use cancel.hPeter S. Mazinger
2012-06-15waitpid.c: provide __waitpid_nocancel, use cancel.hPeter S. Mazinger
2012-06-15open.c: add cancellation using cancel.hPeter S. Mazinger
2012-06-15open64.c: no need for separate cancellation, open handles it alreadyPeter S. Mazinger
2012-06-15adapt fdatasync, fsync, msync to use cancel.hPeter S. Mazinger
2012-06-15creat*.c: add LIBC_CANCEL_HANDLED to know that it is cancellable (handled by ...Peter S. Mazinger
2012-06-15pause.c: use cancel.h, provide __libc_pause only for LT_OLDPeter S. Mazinger
2012-06-15select: adapt cancelation to use cancel.hPeter S. Mazinger
2012-06-15fork: provide __libc_fork only if THREADS are enabledPeter S. Mazinger
2012-06-15add cancellation for read, write, closePeter S. Mazinger
2012-06-15wait4.c: provide hidden __wait4_nocancel independent of any guardsPeter S. Mazinger
2012-06-15vfork: make all archs consistentPeter S. Mazinger
2012-06-15utime[s]: avoid circular dependencyPeter S. Mazinger
2012-06-15ustat.c: always_inline syscallPeter S. Mazinger
2012-06-15uname.c,unlink.c: whitespace onlyPeter S. Mazinger
2012-06-15umount: make umount2 depend on UCLIBC_LINUX_SPECIFICPeter S. Mazinger