| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | libcrypt: make crypt() itself more modular | William Pitcock | 2011-12-22 | 1 | -6/+24 |
| * | libdl: rudimentary locking for dlopen/dlsym/dlclose | Timo Teräs | 2011-12-22 | 2 | -5/+50 |
| * | sys/queue.h: update to eglibc version | Natanael Copa | 2011-12-22 | 1 | -443/+399 |
| * | x86_64: add PLT bypass for __sigsetjmp | Mike Frysinger | 2011-12-03 | 3 | -2/+7 |
| * | getutid: add a hidden def | Mike Frysinger | 2011-12-03 | 2 | -0/+2 |
| * | ldso: bfin: fix sram_flags init | Mike Frysinger | 2011-11-27 | 1 | -1/+1 |
| * | ldso: bfin: shrink sram mapping func | Mike Frysinger | 2011-11-27 | 1 | -21/+15 |
| * | ldso: fdpic: clean up style | Mike Frysinger | 2011-11-27 | 2 | -507/+495 |
| * | ldso: fdpic: unify duplicate bfin/frv logic | Mike Frysinger | 2011-11-27 | 8 | -1214/+626 |
| * | make ARRAY_SIZE commonly available internally | Mike Frysinger | 2011-11-27 | 2 | -3/+2 |
| * | ldso: use __func__ rather than __FUNCTION__ | Mike Frysinger | 2011-11-27 | 3 | -3/+3 |
| * | buildsys: drop manual TARGET_SUBARCH .config lookup | Mike Frysinger | 2011-11-26 | 1 | -1/+0 |
| * | include/: ignore new sys/eventfd.h symlink | Mike Frysinger | 2011-11-26 | 1 | -0/+1 |
| * | buildsys: s/CROSS/CROSS_COMPILE/g | Carmelo Amoroso | 2011-11-25 | 6 | -31/+29 |
| * | nptl: add missing pt-tempname.c | Bernhard Reutner-Fischer | 2011-11-24 | 1 | -0/+1 |
| * | libc: do not rely upon ulimit kernel syscall. | Carmelo Amoroso | 2011-11-23 | 1 | -8/+0 |
| * | libdl: fix size parameter when unmap library in dlclose | Filippo Arcidiacono | 2011-11-23 | 1 | -2/+6 |
| * | stdio: add support for "e" flag with fopen() | Mike Frysinger | 2011-11-20 | 2 | -1/+17 |
| * | libcrypt: do not cast away const of key/salt | Mike Frysinger | 2011-11-20 | 1 | -2/+5 |
| * | libubacktrace: use .so.$(ABI_VERSION) | Bernhard Reutner-Fischer | 2011-11-18 | 1 | -1/+1 |
| * | nptl: sem_open: use open64 if LFS | Bernhard Reutner-Fischer | 2011-11-18 | 1 | -9/+10 |
| * | misc: hide __gen_tempname | Bernhard Reutner-Fischer | 2011-11-17 | 3 | -5/+5 |
| * | stdio: hide _stdio_validate_FILE | Bernhard Reutner-Fischer | 2011-11-17 | 2 | -2/+2 |
| * | regex_old: make some internal helpers static | Bernhard Reutner-Fischer | 2011-11-17 | 1 | -5/+5 |
| * | inet: hide relocations | Bernhard Reutner-Fischer | 2011-11-17 | 2 | -1/+4 |
| * | unistd: hide relocations | Bernhard Reutner-Fischer | 2011-11-17 | 2 | -0/+6 |
| * | resolv: hide relocations | Bernhard Reutner-Fischer | 2011-11-17 | 3 | -0/+14 |
| * | Add a C6X-specific ipc.h. | Bernd Schmidt | 2011-11-14 | 1 | -0/+55 |
| * | buildsys: do not install ld.so linker script | Carmelo Amoroso | 2011-11-08 | 1 | -1/+2 |
| * | libubacktrace: Conditionally link libgcc_eh | Jason Woodward | 2011-11-08 | 1 | -1/+1 |
| * | libm: pass CFLAGS to e500 fenv | Bernhard Reutner-Fischer | 2011-11-08 | 1 | -0/+2 |
| * | honor UCLIBC_HAS_FENV for e500 | Jason Woodward | 2011-11-08 | 1 | -0/+2 |
| * | Fix e500 fpu libm build | Jason Woodward | 2011-11-08 | 1 | -0/+1 |
| * | libc: flesh out linux scheduler functions | Henning Heinold | 2011-11-07 | 10 | -29/+317 |
| * | ldso: support RTLD_NOLOAD | Timo Teräs | 2011-11-07 | 5 | -22/+33 |
| * | stdlib: add qsort_r | Bernhard Reutner-Fischer | 2011-11-07 | 4 | -7/+35 |
| * | powerpc: Fix typo in clone() | Bernhard Reutner-Fischer | 2011-11-04 | 1 | -1/+1 |
| * | Add stub for eventfd. | Jean-Christian de Rivaz | 2011-11-04 | 1 | -0/+4 |
| * | libm: implement a generic sincos(). | William Pitcock | 2011-11-04 | 3 | -2/+50 |
| * | libm: add cabsf() and cabsl() functions. | William Pitcock | 2011-11-04 | 1 | -0/+16 |
| * | libm: implement generic cexp(), cexpf() and cexpl(). | William Pitcock | 2011-11-04 | 2 | -1/+65 |
| * | config: document eventfd | Bernhard Reutner-Fischer | 2011-11-04 | 1 | -1/+2 |
| * | setegid: use setresgid conditionally | Bernhard Reutner-Fischer | 2011-11-02 | 1 | -0/+6 |
| * | stubs: remove leftover undefs | Bernhard Reutner-Fischer | 2011-11-02 | 1 | -61/+0 |
| * | buildsys: eventually remove sys/eventfd.h | Bernhard Reutner-Fischer | 2011-11-02 | 1 | -1/+1 |
| * | stubs: handle linux module functions | Bernhard Reutner-Fischer | 2011-11-02 | 3 | -6/+16 |
| * | stubs: handle linux-specific | Bernhard Reutner-Fischer | 2011-11-02 | 4 | -24/+194 |
| * | stubs: fix inverted socket logic | Bernhard Reutner-Fischer | 2011-11-02 | 1 | -19/+19 |
| * | stubs: undef linux specific unless they were asked for | Bernhard Reutner-Fischer | 2011-11-02 | 1 | -0/+34 |
| * | Add eventfd support. | Jean-Christian de Rivaz | 2011-10-31 | 3 | -1/+68 |
