Age | Commit message (Expand) | Author |
2013-02-18 | libc: add non standard execvpe function | Henning Heinold |
2013-02-11 | libc/{arm, i386}/Makefile.arch: Don't build 64-bit code if LFS is disabled | Markos Chandras |
2013-02-11 | stdlib: Fix fndecl of mkostemp, mkostemp64 | Bernhard Reutner-Fischer |
2013-02-11 | test: run test{,_glibc} adjacent | Bernhard Reutner-Fischer |
2013-02-11 | libc: add posix_fallocate() | Bernhard Reutner-Fischer |
2013-02-07 | buildsys: switch warning into a TODO | Bernhard Reutner-Fischer |
2013-02-07 | buildsys: Fix kbuild-style switch fallout | Markos Chandras |
2013-02-05 | mman: rename MAP_UNINITIALIZE to MAP_UNINITIALIZED | Bernhard Reutner-Fischer |
2013-02-05 | buildsys: switch libc to kbuild-style | Bernhard Reutner-Fischer |
2013-02-05 | libpthread: Fix handling of SUBARCH includes | Bernhard Reutner-Fischer |
2013-02-05 | libc: atexit: reuse free slots at the end of exit functions table | Ronald Wahl |
2013-01-26 | libc/inet: pull in stddef.h for NULL | Mike Frysinger |
2013-01-26 | libc/sysdeps: sync bits/in.h with glibc | Mike Frysinger |
2013-01-26 | buildsys: gen_bits_syscall_h: do not leave undefined SYS_xxx around | Mike Frysinger |
2013-01-26 | buildsys: gen_bits_syscall_h: clean up script | Mike Frysinger |
2013-01-26 | buildsys: gen_bits_syscall_h: remove top_builddir references | Mike Frysinger |
2013-01-26 | buildsys: allow the toolchain to search its dirs for kernel headers | Mike Frysinger |
2013-01-26 | buildsys: clean up path scrubbing a bit | Mike Frysinger |
2013-01-26 | libc/sysdeps: dup3: fix typo in comment | Mike Frysinger |
2013-01-21 | libc: fix typo in statvfs | Bernhard Reutner-Fischer |
2013-01-21 | libc: fix typo in statvfs | Bernhard Reutner-Fischer |
2013-01-18 | mount.h: update | Bernhard Reutner-Fischer |
2013-01-17 | statfs: towards _STATFS_F_FLAGS | Bernhard Reutner-Fischer |
2013-01-17 | statfs: support f_frsize | Bernhard Reutner-Fischer |
2013-01-17 | socket.h: pull socket_type.h from eglibc | Bernhard Reutner-Fischer |
2013-01-16 | config: improve help of UCLIBC_HAS_RESOLVER_SUPPORT | Bernhard Reutner-Fischer |
2013-01-16 | buildsys: link libgcc_eh if DODEBUG | Bernhard Reutner-Fischer |
2013-01-16 | getpwnam: hide relocation | Bernhard Reutner-Fischer |
2013-01-14 | LT.old: reinstate build | Bernhard Reutner-Fischer |
2013-01-14 | buildsys: use kbuild style, fix omission | Bernhard Reutner-Fischer |
2013-01-10 | buildsys: use kbuild style | Bernhard Reutner-Fischer |
2013-01-10 | buildsys: remove superfluous default n | Bernhard Reutner-Fischer |
2013-01-10 | libc: add {get,set,swap,make}context user context manipulation functions | Florian Fainelli |
2013-01-09 | dl: fix dlsym lookups with RTLD_NEXT | Timo Teräs |
2013-01-08 | buildsys: prevent make from searching for .config | Bernhard Reutner-Fischer |
2013-01-08 | arm: workaround GCC PR target/53735 with fork() | Bernhard Reutner-Fischer |
2013-01-08 | libc: handle sync_file_range | Bernhard Reutner-Fischer |
2012-12-11 | arm: clone: restore stack pointer just after return from syscall | Filippo Arcidiacono |
2012-12-05 | xtensa: fix setjmp that didn't save all registers correctly | Chris Zankel |
2012-12-03 | sched.h: include stdlib.h for malloc/free | Bernhard Reutner-Fischer |
2012-12-01 | update ptrace.h to latest from glibc | James Hogan |
2012-11-29 | libc/stdlib: localize __unix_grantpt | Mike Frysinger |
2012-11-18 | drop support for pre ISO-C compilers | Mike Frysinger |
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger |
2012-11-18 | AVR32: declare missing result variable | Felix Fietkau |
2012-11-18 | nptl: fix gcc noreturn warning | Mike Frysinger |
2012-11-18 | nptl: fix gcc noreturn warning | Mike Frysinger |
2012-11-18 | ldso: include dlfcn.h for RTLD_NODELETE | Mike Frysinger |
2012-11-17 | string/microblaze: fix preprocessor style | Mike Frysinger |
2012-11-17 | libc/sysdeps: dup3: check for __NR_dup3 since older kernels/arches lack it | Mike Frysinger |