summaryrefslogtreecommitdiff
path: root/libc/sysdeps
AgeCommit message (Expand)Author
2011-06-11ARM: detect BX availibility at build timeYann E. MORIN
2011-06-11ARM: #include <bits/arm_asm.h> where __USE_BX__ is usedYann E. MORIN
2011-06-10Fix __libc_epoll_pwait compile failure on x86Phil Blundell
2011-05-27libc: make common longjmp usable with NPTLFilippo Arcidiacono
2011-05-27sh: use the common implementation for longjmpFilippo Arcidiacono
2011-05-27sh: fix build in !NPTL caseFilippo Arcidiacono
2011-05-13unwind.h: Move to libc/sysdeps from nptl sysdepsKhem Raj
2011-05-13epoll: redo cancellation to match masterBernhard Reutner-Fischer
2011-05-13epoll.c: add cancellation to epoll_[p]wait()Peter S. Mazinger
2011-05-12NPTL: needs madvise internallyBernhard Reutner-Fischer
2011-05-12socket: fix stubsBernhard Reutner-Fischer
2011-05-11epoll: unify epoll.hBernhard Reutner-Fischer
2011-05-11commentary typo fixBernhard Reutner-Fischer
2011-05-11Implement epoll_create1 and epoll_pwait system calls.Thierry Reding
2011-05-11add pipe2()Bernhard Reutner-Fischer
2011-05-11socketcalls: add stubsBernhard Reutner-Fischer
2011-05-11accept4: Implement cancellationBernhard Reutner-Fischer
2011-05-10getcwd: Fix memory-leak in error pathBernhard Reutner-Fischer
2011-05-10*/crtn.S: Remove .size directive for _init and _finiBernhard Reutner-Fischer
2011-05-07posix_fadvise64: fix x86 implementationTimo Teräs
2011-05-05i386: fix .size of _init/_finiBernhard Reutner-Fischer
2011-05-05x86_64: fix .size of _init/_finiBernhard Reutner-Fischer
2011-05-05Revert "*/crt?.S: remove .size directives"Bernhard Reutner-Fischer
2011-05-04*/crt?.S: remove .size directivesBernhard Reutner-Fischer
2011-05-03buildsys: prettify ssp.c handlingBernhard Reutner-Fischer
2011-05-03madvise is LINUX_SPECIFICBernhard Reutner-Fischer
2011-04-29__rt_sigwaitinfo: depends on HAS_REALTIMEBernhard Reutner-Fischer
2011-04-27buildsys: minor fixes in Makefile.arch for C6XCarmelo Amoroso
2011-04-27buildsys: minor fixes in Makefile.arch for microblazeCarmelo Amoroso
2011-04-22sparc: don't access fp registers when configured for no fpuAustin Foxley
2011-04-14buildsys: do_rm ARCH_HEADERSBernhard Reutner-Fischer
2011-04-13buildsys: fix GNU make v3.80 compatibility againKevin Cernekee
2011-03-26cris: add provide arch-specific vfork implementationThorsten Glaser
2011-03-19lutimes.c, stubs.c: fix compiling lutimes, if __NR_utimensat is not definedPeter S. Mazinger
2011-03-14arm/bits/atomic.h: Include common/bit/atomic.h for thumb1Khem Raj
2011-03-10nanosleep.c: remove duplicated libc_hidden_protoPeter S. Mazinger
2011-03-09Add a missing macro to C6X syscalls.h.Bernd Schmidt
2011-03-09cleanup hardcoded syscall numbersMark Salter
2011-03-09support c6x kernel using generic stat.hMark Salter
2011-03-09support generic kernel posix_types.hMark Salter
2011-03-09use clone syscall for vforkMark Salter
2011-03-09remove unused vfork.cMark Salter
2011-03-09Add C6X-specific sys/ptrace.hBernd Schmidt
2011-03-09regcomp.c, aeabi_mb_cur_max.c: use unconditionally MB_CUR_MAX from stdlib.hPeter S. Mazinger
2011-03-09remove trailing ';' from _syscallX()Peter S. Mazinger
2011-03-09bits/statvfs.h: update, adding ST_RELATIMEPeter S. Mazinger
2011-03-09add bits/atomic.h for hppaPeter S. Mazinger
2011-03-09bits/statvfs.h: the common one is good for alpha and sparcPeter S. Mazinger
2011-03-09bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on targetPeter S. Mazinger
2011-03-09bits/kernel_stat.h: use the same guard on all archsPeter S. Mazinger