summaryrefslogtreecommitdiffstats
path: root/libc
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
* getaddrinfo: allow numeric service without any hintsNatanael Copa2011-12-231-7/+0
* time: fix parsing of tzdata files where off_t is 64-bitWilliam Pitcock2011-12-231-1/+1
* malloc-standard: synchronize on forkTimo Teräs2011-12-231-0/+17
* ldso: support RTLD_NOLOADTimo Teräs2011-12-231-2/+2
* stdlib: fix arc4random return type to u_int32_tTimo Teräs2011-12-231-1/+2
* resolv: fix resolver to return TRY_AGAIN on timeoutTimo Teräs2011-12-231-46/+49
* resolv: fix memory leakBernhard Reutner-Fischer2011-12-231-0/+2
* resolv: res_query for CNAMEsTimo Teräs2011-12-231-5/+3
* Compatible stack protector for non Thread Local storageNatanael Copa2011-12-231-7/+1
* 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
* wordexp: fix mishandled return value of pipe callBernhard Reutner-Fischer2011-05-121-7/+18
* linux_specific: handle accept4 and pipe2Bernhard Reutner-Fischer2011-05-121-2/+1
* 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-116-19/+68
* Implement accept4 system call.Thierry Reding2011-05-112-0/+19
* getcwd: Fix memory-leak in error pathBernhard Reutner-Fischer2011-05-101-1/+2
* __uc_malloc: Fix memory-leak in error pathBernhard Reutner-Fischer2011-05-101-0/+1
* */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
* getaddrinfo.c: fix incorrect check for ERANGE from gethostbyaddr_rDenys Vlasenko2011-05-031-2/+2
* getaddrinfo.c: improve code readability. No functional changesDenys Vlasenko2011-05-031-26/+30
* string: remove unused variableBernhard Reutner-Fischer2011-05-031-3/+1
* buildsys: prettify ssp.c handlingBernhard Reutner-Fischer2011-05-031-4/+1
* madvise is LINUX_SPECIFICBernhard Reutner-Fischer2011-05-031-1/+1
* ether_aton: reject invalid inputBernhard Reutner-Fischer2011-05-021-2/+4
* sysconf: clock_getres depends on HAS_REALTIMEBernhard Reutner-Fischer2011-04-291-3/+2
* __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
* Added fts support for traversing UNIX file hierarchies.Salvatore Cro2011-04-204-0/+1183
* buildsys: do_rm ARCH_HEADERSBernhard Reutner-Fischer2011-04-141-1/+1