Age | Commit message (Expand) | Author |
2013-11-06 | Fix weak/strong attribute of __errno_location and it's __GI alias | Vineet Gupta |
2013-06-14 | libc: hide obstack relocations | Bernhard Reutner-Fischer |
2013-06-14 | libc/misc/gnu/obprintf.c: implement obstack_printf and obstack_vprintf | Anthony G. Basile |
2013-06-07 | Reinstate hidden protos for config_{open,close,read}() | Vineet Gupta |
2013-04-04 | add UCLIBC_SUSV2_LEGACY to hide valloc | Bernhard Reutner-Fischer |
2013-04-03 | stdlib: avoid relocation | Bernhard Reutner-Fischer |
2013-03-14 | metag: Add NPTL support | Markos Chandras |
2013-03-14 | elf: Add ELF magic number and relocations for the Meta architecture | Markos Chandras |
2013-02-20 | stat: Use fstatat64 if arch does not have the stat syscall | Markos Chandras |
2013-02-20 | stat64: Use fstatat64 if arch does not have the stat64 syscall | Markos Chandras |
2013-02-20 | statfs: Use statfs64 if arch does not have the statfs syscall | Markos Chandras |
2013-02-20 | sendfile: Use sendfile64 if arch does not have the sendfile syscall | Markos Chandras |
2013-02-20 | truncate: Use truncate64 if arch does not have the truncate syscall | Markos Chandras |
2013-02-20 | symlink: Use symlinkat if arch does not have the symlink syscall | Markos Chandras |
2013-02-20 | readlink: Use readlinkat if arch does not have the readlink syscall | Markos Chandras |
2013-02-20 | rename: Use renameat if arch does not have the rename syscall | Markos Chandras |
2013-02-20 | mkdir: Use mkdirat if arch does not have the mkdir syscall | Markos Chandras |
2013-02-20 | chown: Use fchownat if arch does not have the chown syscall | Markos Chandras |
2013-02-20 | unlink: Use unlinkat if arch does not have the unlink syscall | Markos Chandras |
2013-02-20 | link: Use linkat if arch does not have the link syscall | Markos Chandras |
2013-02-20 | access: Use faccessat if arch does not have the access syscall | Markos Chandras |
2013-02-20 | chmod: Use fchmodat if arch does not have the chmod syscall | Markos Chandras |
2013-02-20 | dup2: Use dup3 if arch does not have the dup2 syscall | Markos Chandras |
2013-02-18 | libc: add non standard execvpe function | Henning Heinold |
2013-02-11 | libc: add posix_fallocate() | Bernhard Reutner-Fischer |
2013-01-18 | mount.h: update | Bernhard Reutner-Fischer |
2013-01-16 | getpwnam: hide relocation | Bernhard Reutner-Fischer |
2013-01-10 | libc: add {get,set,swap,make}context user context manipulation functions | Florian Fainelli |
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-16 | include/elf.h: update for ELFOSABI_* changes. | Thomas Schwinge |
2012-11-14 | libc/stdlib: add mkostemp helpers | Mike Frysinger |
2012-11-14 | libc/sysdeps: add dup3 syscall wrapper | Mike Frysinger |
2012-11-14 | include/: ignore more symlinks | Mike Frysinger |
2012-06-15 | signal.h: needs size_t | Peter S. Mazinger |
2012-06-15 | sched.h: update header, needs size_t | Peter S. Mazinger |
2012-06-15 | signal: remove sigblock, siggetmask and sigsetmask | Peter S. Mazinger |
2012-06-15 | sigpause.c: provide the X/Open variant, since the BSD version is deprecated | Peter S. Mazinger |
2012-06-15 | socketcalls.c: rewrite to use cancel.h | Peter S. Mazinger |
2012-06-15 | rework cancellation for sigwait, sigtimedwait and sigwaitinfo | Peter S. Mazinger |
2012-06-15 | lseek, lseek64: add cancellation for all THREADS | Peter S. Mazinger |
2012-06-15 | sigsuspend.c: add cancellation support independently of rt_sigsuspend | Peter S. Mazinger |
2012-06-15 | fcntl: add cancellation to fcntl64, use cancel.h | Peter S. Mazinger |
2012-06-15 | waitpid.c: provide __waitpid_nocancel, use cancel.h | Peter S. Mazinger |
2012-06-15 | open.c: add cancellation using cancel.h | Peter S. Mazinger |
2012-06-15 | select: adapt cancelation to use cancel.h | Peter S. Mazinger |
2012-06-15 | fork: provide __libc_fork only if THREADS are enabled | Peter S. Mazinger |
2012-06-15 | add cancellation for read, write, close | Peter S. Mazinger |
2012-06-15 | endian.h: add some handy macros to be used in syscalls | Peter S. Mazinger |
2012-06-15 | cancel.h: add generic file to ease cancellation support | Peter S. Mazinger |