| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | lstat/stat/fstat: Use 64bit version of syscall if availablemaster | Khem Raj | 2012-02-05 | 3 | -13/+42 |
| * | Declare __err and pass it to INTERNAL_SYSCALL_NCS so subsequent macros can us... | Khem Raj | 2012-02-05 | 1 | -2/+2 |
| * | tmpnam, tempnam are obsolete in SUSV4 | Bernhard Reutner-Fischer | 2012-01-29 | 6 | -4/+12 |
| * | handle signal-OBXSI.SUSv4.syms | Bernhard Reutner-Fischer | 2012-01-29 | 1 | -2/+2 |
| * | *: if !HAS_THREADS strong alias sigaction | Bernhard Reutner-Fischer | 2012-01-28 | 9 | -2/+50 |
| * | buildsys: fixup sigaction handling | Bernhard Reutner-Fischer | 2012-01-28 | 6 | -20/+6 |
| * | libc_arm: avoid multiple version of __aeabi_unwind_cpp_pr dummy code | Carmelo Amoroso | 2012-01-27 | 1 | -2/+1 |
| * | *: silence some warnings | Bernhard Reutner-Fischer | 2012-01-26 | 18 | -68/+111 |
| * | syscall: flag ia64 syscall error path as unlikely | Bernhard Reutner-Fischer | 2012-01-26 | 1 | -2/+2 |
| * | arm: tweak comment | Bernhard Reutner-Fischer | 2012-01-26 | 1 | -2/+2 |
| * | libc: fix signal handling in system() | Richard Braun | 2012-01-23 | 1 | -17/+20 |
| * | i386/sigaction.c: slightly more readable form of [rt_]sigreturn definitions | Denys Vlasenko | 2012-01-18 | 1 | -5/+4 |
| * | stubs: mark stubs as used | Bernhard Reutner-Fischer | 2012-01-18 | 1 | -0/+1 |
| * | mips/dlfcn.h: Disable RTLD_DEEPBIND | Khem Raj | 2012-01-16 | 1 | -0/+2 |
| * | libc: build abort with unwind-info for backtrace | Bernhard Reutner-Fischer | 2012-01-15 | 2 | -0/+4 |
| * | libc: allow to backtrace out of abort call | Carmelo Amoroso | 2012-01-13 | 2 | -0/+4 |
| * | getpass: s/sizeof(buf)-1/sizeof(buf)/ in fgets | Denys Vlasenko | 2012-01-01 | 1 | -1/+1 |
| * | getpass: several fixes | Denys Vlasenko | 2011-12-23 | 1 | -27/+19 |
| * | 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 | 1 | -0/+1 |
| * | make ARRAY_SIZE commonly available internally | Mike Frysinger | 2011-11-27 | 1 | -3/+0 |
| * | buildsys: s/CROSS/CROSS_COMPILE/g | Carmelo Amoroso | 2011-11-25 | 1 | -3/+3 |
| * | libc: do not rely upon ulimit kernel syscall. | Carmelo Amoroso | 2011-11-23 | 1 | -8/+0 |
| * | stdio: add support for "e" flag with fopen() | Mike Frysinger | 2011-11-20 | 1 | -1/+8 |
| * | misc: hide __gen_tempname | Bernhard Reutner-Fischer | 2011-11-17 | 2 | -4/+4 |
| * | 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 | 1 | -1/+2 |
| * | unistd: hide relocations | Bernhard Reutner-Fischer | 2011-11-17 | 1 | -0/+4 |
| * | resolv: hide relocations | Bernhard Reutner-Fischer | 2011-11-17 | 1 | -0/+7 |
| * | Add a C6X-specific ipc.h. | Bernd Schmidt | 2011-11-14 | 1 | -0/+55 |
| * | libc: flesh out linux scheduler functions | Henning Heinold | 2011-11-07 | 9 | -17/+277 |
| * | ldso: support RTLD_NOLOAD | Timo Teräs | 2011-11-07 | 1 | -2/+2 |
| * | stdlib: add qsort_r | Bernhard Reutner-Fischer | 2011-11-07 | 3 | -6/+26 |
| * | 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 | 1 | -1/+1 |
| * | 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 |
| * | stubs: handle linux module functions | Bernhard Reutner-Fischer | 2011-11-02 | 2 | -4/+5 |
| * | stubs: handle linux-specific | Bernhard Reutner-Fischer | 2011-11-02 | 2 | -19/+184 |
| * | 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 |
| * | sparc: fix build for linuxthreads.old | Rob Landley | 2011-10-27 | 1 | -1/+1 |
| * | sh: fix build for SH in !NPTL case | Rob Landley | 2011-10-27 | 1 | -1/+1 |
| * | resolv: fix memory leak | Bernhard Reutner-Fischer | 2011-10-21 | 1 | -0/+2 |
| * | resolv: commentary typo fix | Bernhard Reutner-Fischer | 2011-10-20 | 1 | -1/+1 |
| * | gethostbyname_r: set correct h_errno upon failure | Bernhard Reutner-Fischer | 2011-10-20 | 1 | -0/+1 |
| * | resolv: fix compilation | Bernhard Reutner-Fischer | 2011-10-20 | 1 | -2/+2 |
