Age | Commit message (Expand) | Author |
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 |
2012-06-15 | wait4.c: provide hidden __wait4_nocancel independent of any guards | Peter S. Mazinger |
2012-06-15 | umount: make umount2 depend on UCLIBC_LINUX_SPECIFIC | Peter S. Mazinger |
2012-06-15 | provide stime and settimeofday functions if at least one of the syscalls is a... | Peter S. Mazinger |
2012-06-15 | ppoll: no need for hidden version | Peter S. Mazinger |
2012-06-15 | no need for hidden __sigpause, use an internal static function | Peter S. Mazinger |
2012-06-15 | openat*: use a static function with the different type and strong_alias_untyped | Peter S. Mazinger |
2012-06-15 | signal: cleanup, include only headers that are needed | Peter S. Mazinger |
2012-06-15 | add simplified __sigemptyset for internal use | Peter S. Mazinger |
2012-06-15 | types.h: both icc and tendra support long long | Peter S. Mazinger |
2012-06-15 | ssp: rework, sync messages with the ones in glibc | Peter S. Mazinger |
2012-06-15 | syslog.c: no need for hidden vsyslog, use a static __vsyslog instead | Peter S. Mazinger |
2012-06-15 | make UCLIBC_HAS_PROGRAM_INVOCATION_NAME and UCLIBC_HAS___PROGNAME independent... | Peter S. Mazinger |
2012-06-15 | getpt.c: no need for hidden posix_openpt | Peter S. Mazinger |
2012-06-15 | regex.h: sync with glibc, making it more POSIX-like | Peter S. Mazinger |
2012-06-15 | libdl.c: disable dlinfo | Peter S. Mazinger |
2012-06-15 | errno, h_errno: correct them for non-TLS | Peter S. Mazinger |
2012-06-15 | getpagesize.c, unistd.h: hide __pagesize | Peter S. Mazinger |