summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Add eventfd support.Jean-Christian de Rivaz2011-12-233-1/+68
* Fix __libc_epoll_pwait compile failure on x86Phil Blundell2011-12-231-2/+3
* libc/x86: fix stack unwinding and backtrace informationTimo Teräs2011-12-233-75/+28
* ldso: support RTLD_NOLOADTimo Teräs2011-12-231-2/+2
* libc: make common longjmp usable with NPTLFilippo Arcidiacono2011-05-271-2/+2
* sh: use the common implementation for longjmpFilippo Arcidiacono2011-05-273-62/+2
* sh: fix build in !NPTL caseFilippo Arcidiacono2011-05-272-1/+5
* unwind.h: Move to libc/sysdeps from nptl sysdepsKhem Raj2011-05-132-0/+499
* epoll: redo cancellation to match masterBernhard Reutner-Fischer2011-05-131-15/+32
* epoll.c: add cancellation to epoll_[p]wait()Peter S. Mazinger2011-05-131-4/+21
* NPTL: needs madvise internallyBernhard Reutner-Fischer2011-05-121-4/+3
* socket: fix stubsBernhard Reutner-Fischer2011-05-121-19/+19
* epoll: unify epoll.hBernhard Reutner-Fischer2011-05-112-146/+24
* commentary typo fixBernhard Reutner-Fischer2011-05-111-3/+3
* Implement epoll_create1 and epoll_pwait system calls.Thierry Reding2011-05-113-5/+87
* add pipe2()Bernhard Reutner-Fischer2011-05-114-1/+39
* socketcalls: add stubsBernhard Reutner-Fischer2011-05-111-0/+94
* accept4: Implement cancellationBernhard Reutner-Fischer2011-05-112-0/+16
* getcwd: Fix memory-leak in error pathBernhard Reutner-Fischer2011-05-101-1/+2
* */crtn.S: Remove .size directive for _init and _finiBernhard Reutner-Fischer2011-05-1014-28/+0
* posix_fadvise64: fix x86 implementationTimo Teräs2011-05-071-1/+3
* i386: fix .size of _init/_finiBernhard Reutner-Fischer2011-05-051-2/+2
* x86_64: fix .size of _init/_finiBernhard Reutner-Fischer2011-05-051-2/+2
* Revert "*/crt?.S: remove .size directives"Bernhard Reutner-Fischer2011-05-0524-0/+39
* */crt?.S: remove .size directivesBernhard Reutner-Fischer2011-05-0424-39/+0
* buildsys: prettify ssp.c handlingBernhard Reutner-Fischer2011-05-031-4/+1
* madvise is LINUX_SPECIFICBernhard Reutner-Fischer2011-05-031-1/+1
* __rt_sigwaitinfo: depends on HAS_REALTIMEBernhard Reutner-Fischer2011-04-291-1/+1
* buildsys: minor fixes in Makefile.arch for C6XCarmelo Amoroso2011-04-271-5/+0
* buildsys: minor fixes in Makefile.arch for microblazeCarmelo Amoroso2011-04-271-2/+0
* sparc: don't access fp registers when configured for no fpuAustin Foxley2011-04-221-0/+2
* buildsys: do_rm ARCH_HEADERSBernhard Reutner-Fischer2011-04-141-1/+1
* buildsys: fix GNU make v3.80 compatibility againKevin Cernekee2011-04-131-2/+6
* cris: add provide arch-specific vfork implementationThorsten Glaser2011-03-262-1/+31
* lutimes.c, stubs.c: fix compiling lutimes, if __NR_utimensat is not definedPeter S. Mazinger2011-03-192-1/+9
* arm/bits/atomic.h: Include common/bit/atomic.h for thumb1Khem Raj2011-03-141-0/+5
* nanosleep.c: remove duplicated libc_hidden_protoPeter S. Mazinger2011-03-101-1/+0
* Add a missing macro to C6X syscalls.h.Bernd Schmidt2011-03-091-0/+1
* cleanup hardcoded syscall numbersMark Salter2011-03-091-1/+2
* support c6x kernel using generic stat.hMark Salter2011-03-092-205/+28
* support generic kernel posix_types.hMark Salter2011-03-091-15/+15
* use clone syscall for vforkMark Salter2011-03-091-41/+52
* remove unused vfork.cMark Salter2011-03-091-26/+0
* Add C6X-specific sys/ptrace.hBernd Schmidt2011-03-091-0/+176
* regcomp.c, aeabi_mb_cur_max.c: use unconditionally MB_CUR_MAX from stdlib.hPeter S. Mazinger2011-03-091-4/+0
* remove trailing ';' from _syscallX()Peter S. Mazinger2011-03-092-2/+2
* bits/statvfs.h: update, adding ST_RELATIMEPeter S. Mazinger2011-03-091-2/+4
* add bits/atomic.h for hppaPeter S. Mazinger2011-03-091-0/+103
* bits/statvfs.h: the common one is good for alpha and sparcPeter S. Mazinger2011-03-092-202/+0
* bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on targetPeter S. Mazinger2011-03-0923-92/+0