summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2011-06-11ARM: remove EABI/OABI selectionYann E. MORIN
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-12wordexp: fix mishandled return value of pipe callBernhard Reutner-Fischer
2011-05-12linux_specific: handle accept4 and pipe2Bernhard Reutner-Fischer
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-11Implement accept4 system call.Thierry Reding
2011-05-10getcwd: Fix memory-leak in error pathBernhard Reutner-Fischer
2011-05-10__uc_malloc: 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-03getaddrinfo.c: fix incorrect check for ERANGE from gethostbyaddr_rDenys Vlasenko
2011-05-03getaddrinfo.c: improve code readability. No functional changesDenys Vlasenko
2011-05-03string: remove unused variableBernhard Reutner-Fischer
2011-05-03buildsys: prettify ssp.c handlingBernhard Reutner-Fischer
2011-05-03madvise is LINUX_SPECIFICBernhard Reutner-Fischer
2011-05-02ether_aton: reject invalid inputBernhard Reutner-Fischer
2011-04-29sysconf: clock_getres depends on HAS_REALTIMEBernhard 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-20Added fts support for traversing UNIX file hierarchies.Salvatore Cro
2011-04-14buildsys: do_rm ARCH_HEADERSBernhard Reutner-Fischer
2011-04-13resolv: really fix res_close not to hang with ipv6Bernhard Reutner-Fischer
2011-04-13buildsys: fix GNU make v3.80 compatibility againKevin Cernekee
2011-04-12resolv: fix res_close not to hang with ipv6Bernhard Reutner-Fischer
2011-04-11Fix malloc alignmentBernd Schmidt
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-16memalign: include sys/param.h for MAXBernhard Reutner-Fischer
2011-03-14arm/bits/atomic.h: Include common/bit/atomic.h for thumb1Khem Raj