Age | Commit message (Expand) | Author |
2011-11-17 | resolv: hide relocations | Bernhard Reutner-Fischer |
2011-11-14 | Add a C6X-specific ipc.h. | Bernd Schmidt |
2011-11-07 | libc: flesh out linux scheduler functions | Henning Heinold |
2011-11-07 | ldso: support RTLD_NOLOAD | Timo Teräs |
2011-11-07 | stdlib: add qsort_r | Bernhard Reutner-Fischer |
2011-11-04 | powerpc: Fix typo in clone() | Bernhard Reutner-Fischer |
2011-11-04 | Add stub for eventfd. | Jean-Christian de Rivaz |
2011-11-04 | libm: implement a generic sincos(). | William Pitcock |
2011-11-02 | setegid: use setresgid conditionally | Bernhard Reutner-Fischer |
2011-11-02 | stubs: remove leftover undefs | Bernhard Reutner-Fischer |
2011-11-02 | stubs: handle linux module functions | Bernhard Reutner-Fischer |
2011-11-02 | stubs: handle linux-specific | Bernhard Reutner-Fischer |
2011-11-02 | stubs: fix inverted socket logic | Bernhard Reutner-Fischer |
2011-11-02 | stubs: undef linux specific unless they were asked for | Bernhard Reutner-Fischer |
2011-10-31 | Add eventfd support. | Jean-Christian de Rivaz |
2011-10-27 | sparc: fix build for linuxthreads.old | Rob Landley |
2011-10-27 | sh: fix build for SH in !NPTL case | Rob Landley |
2011-10-21 | resolv: fix memory leak | Bernhard Reutner-Fischer |
2011-10-20 | resolv: commentary typo fix | Bernhard Reutner-Fischer |
2011-10-20 | gethostbyname_r: set correct h_errno upon failure | Bernhard Reutner-Fischer |
2011-10-20 | resolv: fix compilation | Bernhard Reutner-Fischer |
2011-10-12 | libc: fix daylight saving time handling | Guillaume Bourcier |
2011-10-06 | microblaze mmu/elf/shared lib support | Ryan Flux |
2011-10-06 | microblaze linux has no SDA support | Steve Bennett |
2011-10-06 | microblaze can be either big or little endian | Steve Bennett |
2011-10-06 | Use the generic bits/select.h for microblaze | Steve Bennett |
2011-09-15 | Defeat compiler optimization which assumes function addresses are never NULL | Denys Vlasenko |
2011-09-10 | resolv: simple optimizations and style/readability fixes | Denys Vlasenko |
2011-08-26 | inet: build all res_* and ns_* functions conditionally | Daniel Mack |
2011-08-26 | inet/resolv: add res_ninit and res_nclose | Daniel Mack |
2011-08-26 | inet/resolv: add res_mkquery | Daniel Mack |
2011-08-26 | inet/resolv: add ns_initparse, ns_parserr, ns_skiprr and ns_msg_getflag | Daniel Mack |
2011-08-26 | inet/resolv: add dn_skipname and ns_name_skip | Daniel Mack |
2011-08-26 | inet/resolv: Add dn_comp | Daniel Mack |
2011-08-26 | inet/resolv: add ns_name_pton, ns_name_pack and ns_name_compress | Daniel Mack |
2011-08-26 | inet/resolv: add ns_{put,get}{16,32} | Daniel Mack |
2011-08-26 | libc/inet/resolv.c: comment on #endif lines | Daniel Mack |
2011-07-01 | Merge remote-tracking branch 'origin/master' into prelink | Carmelo Amoroso |
2011-06-29 | libc: add missing lock initialization in vswprintf | Maksim Rayskiy |
2011-06-24 | Merge remote-tracking branch 'origin/master' into prelink | Carmelo Amoroso |
2011-06-24 | fts: fix warning due to old-style function definition | Carmelo Amoroso |
2011-06-17 | resolv: fix bug in res_init with ipv6 nameservers | Bernhard Reutner-Fischer |
2011-06-14 | resolv: try next server on SERVFAIL | Bernhard Reutner-Fischer |
2011-06-14 | getaddrinfo: allow numeric service without any hints | Natanael Copa |
2011-06-13 | ctor/dtor nptl: Fix init and fini function compilation | Khem Raj |
2011-06-11 | ARM: remove EABI/OABI selection | Yann E. MORIN |
2011-06-11 | ARM: detect BX availibility at build time | Yann E. MORIN |
2011-06-11 | ARM: #include <bits/arm_asm.h> where __USE_BX__ is used | Yann E. MORIN |
2011-06-10 | Fix __libc_epoll_pwait compile failure on x86 | Phil Blundell |
2011-05-27 | libc: make common longjmp usable with NPTL | Filippo Arcidiacono |