| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add eventfd support. | Jean-Christian de Rivaz | 2011-12-23 | 3 | -1/+68 |
| * | Fix __libc_epoll_pwait compile failure on x86 | Phil Blundell | 2011-12-23 | 1 | -2/+3 |
| * | libc/x86: fix stack unwinding and backtrace information | Timo Teräs | 2011-12-23 | 3 | -75/+28 |
| * | getaddrinfo: allow numeric service without any hints | Natanael Copa | 2011-12-23 | 1 | -7/+0 |
| * | time: fix parsing of tzdata files where off_t is 64-bit | William Pitcock | 2011-12-23 | 1 | -1/+1 |
| * | malloc-standard: synchronize on fork | Timo Teräs | 2011-12-23 | 1 | -0/+17 |
| * | ldso: support RTLD_NOLOAD | Timo Teräs | 2011-12-23 | 1 | -2/+2 |
| * | stdlib: fix arc4random return type to u_int32_t | Timo Teräs | 2011-12-23 | 1 | -1/+2 |
| * | resolv: fix resolver to return TRY_AGAIN on timeout | Timo Teräs | 2011-12-23 | 1 | -46/+49 |
| * | resolv: fix memory leak | Bernhard Reutner-Fischer | 2011-12-23 | 1 | -0/+2 |
| * | resolv: res_query for CNAMEs | Timo Teräs | 2011-12-23 | 1 | -5/+3 |
| * | Compatible stack protector for non Thread Local storage | Natanael Copa | 2011-12-23 | 1 | -7/+1 |
| * | libc: make common longjmp usable with NPTL | Filippo Arcidiacono | 2011-05-27 | 1 | -2/+2 |
| * | sh: use the common implementation for longjmp | Filippo Arcidiacono | 2011-05-27 | 3 | -62/+2 |
| * | sh: fix build in !NPTL case | Filippo Arcidiacono | 2011-05-27 | 2 | -1/+5 |
| * | unwind.h: Move to libc/sysdeps from nptl sysdeps | Khem Raj | 2011-05-13 | 2 | -0/+499 |
| * | epoll: redo cancellation to match master | Bernhard Reutner-Fischer | 2011-05-13 | 1 | -15/+32 |
| * | epoll.c: add cancellation to epoll_[p]wait() | Peter S. Mazinger | 2011-05-13 | 1 | -4/+21 |
| * | wordexp: fix mishandled return value of pipe call | Bernhard Reutner-Fischer | 2011-05-12 | 1 | -7/+18 |
| * | linux_specific: handle accept4 and pipe2 | Bernhard Reutner-Fischer | 2011-05-12 | 1 | -2/+1 |
| * | NPTL: needs madvise internally | Bernhard Reutner-Fischer | 2011-05-12 | 1 | -4/+3 |
| * | socket: fix stubs | Bernhard Reutner-Fischer | 2011-05-12 | 1 | -19/+19 |
| * | epoll: unify epoll.h | Bernhard Reutner-Fischer | 2011-05-11 | 2 | -146/+24 |
| * | commentary typo fix | Bernhard Reutner-Fischer | 2011-05-11 | 1 | -3/+3 |
| * | Implement epoll_create1 and epoll_pwait system calls. | Thierry Reding | 2011-05-11 | 3 | -5/+87 |
| * | add pipe2() | Bernhard Reutner-Fischer | 2011-05-11 | 4 | -1/+39 |
| * | socketcalls: add stubs | Bernhard Reutner-Fischer | 2011-05-11 | 1 | -0/+94 |
| * | accept4: Implement cancellation | Bernhard Reutner-Fischer | 2011-05-11 | 6 | -19/+68 |
| * | Implement accept4 system call. | Thierry Reding | 2011-05-11 | 2 | -0/+19 |
| * | getcwd: Fix memory-leak in error path | Bernhard Reutner-Fischer | 2011-05-10 | 1 | -1/+2 |
| * | __uc_malloc: Fix memory-leak in error path | Bernhard Reutner-Fischer | 2011-05-10 | 1 | -0/+1 |
| * | */crtn.S: Remove .size directive for _init and _fini | Bernhard Reutner-Fischer | 2011-05-10 | 14 | -28/+0 |
| * | posix_fadvise64: fix x86 implementation | Timo Teräs | 2011-05-07 | 1 | -1/+3 |
| * | i386: fix .size of _init/_fini | Bernhard Reutner-Fischer | 2011-05-05 | 1 | -2/+2 |
| * | x86_64: fix .size of _init/_fini | Bernhard Reutner-Fischer | 2011-05-05 | 1 | -2/+2 |
| * | Revert "*/crt?.S: remove .size directives" | Bernhard Reutner-Fischer | 2011-05-05 | 24 | -0/+39 |
| * | */crt?.S: remove .size directives | Bernhard Reutner-Fischer | 2011-05-04 | 24 | -39/+0 |
| * | getaddrinfo.c: fix incorrect check for ERANGE from gethostbyaddr_r | Denys Vlasenko | 2011-05-03 | 1 | -2/+2 |
| * | getaddrinfo.c: improve code readability. No functional changes | Denys Vlasenko | 2011-05-03 | 1 | -26/+30 |
| * | string: remove unused variable | Bernhard Reutner-Fischer | 2011-05-03 | 1 | -3/+1 |
| * | buildsys: prettify ssp.c handling | Bernhard Reutner-Fischer | 2011-05-03 | 1 | -4/+1 |
| * | madvise is LINUX_SPECIFIC | Bernhard Reutner-Fischer | 2011-05-03 | 1 | -1/+1 |
| * | ether_aton: reject invalid input | Bernhard Reutner-Fischer | 2011-05-02 | 1 | -2/+4 |
| * | sysconf: clock_getres depends on HAS_REALTIME | Bernhard Reutner-Fischer | 2011-04-29 | 1 | -3/+2 |
| * | __rt_sigwaitinfo: depends on HAS_REALTIME | Bernhard Reutner-Fischer | 2011-04-29 | 1 | -1/+1 |
| * | buildsys: minor fixes in Makefile.arch for C6X | Carmelo Amoroso | 2011-04-27 | 1 | -5/+0 |
| * | buildsys: minor fixes in Makefile.arch for microblaze | Carmelo Amoroso | 2011-04-27 | 1 | -2/+0 |
| * | sparc: don't access fp registers when configured for no fpu | Austin Foxley | 2011-04-22 | 1 | -0/+2 |
| * | Added fts support for traversing UNIX file hierarchies. | Salvatore Cro | 2011-04-20 | 4 | -0/+1183 |
| * | buildsys: do_rm ARCH_HEADERS | Bernhard Reutner-Fischer | 2011-04-14 | 1 | -1/+1 |
