summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-06-07Reinstate hidden protos for config_{open,close,read}()Vineet Gupta
2013-04-04add UCLIBC_SUSV2_LEGACY to hide vallocBernhard Reutner-Fischer
2013-04-03stdlib: avoid relocationBernhard Reutner-Fischer
2013-03-14metag: Add NPTL supportMarkos Chandras
2013-03-14elf: Add ELF magic number and relocations for the Meta architectureMarkos Chandras
2013-02-20stat: Use fstatat64 if arch does not have the stat syscallMarkos Chandras
2013-02-20stat64: Use fstatat64 if arch does not have the stat64 syscallMarkos Chandras
2013-02-20statfs: Use statfs64 if arch does not have the statfs syscallMarkos Chandras
2013-02-20sendfile: Use sendfile64 if arch does not have the sendfile syscallMarkos Chandras
2013-02-20truncate: Use truncate64 if arch does not have the truncate syscallMarkos Chandras
2013-02-20symlink: Use symlinkat if arch does not have the symlink syscallMarkos Chandras
2013-02-20readlink: Use readlinkat if arch does not have the readlink syscallMarkos Chandras
2013-02-20rename: Use renameat if arch does not have the rename syscallMarkos Chandras
2013-02-20mkdir: Use mkdirat if arch does not have the mkdir syscallMarkos Chandras
2013-02-20chown: Use fchownat if arch does not have the chown syscallMarkos Chandras
2013-02-20unlink: Use unlinkat if arch does not have the unlink syscallMarkos Chandras
2013-02-20link: Use linkat if arch does not have the link syscallMarkos Chandras
2013-02-20access: Use faccessat if arch does not have the access syscallMarkos Chandras
2013-02-20chmod: Use fchmodat if arch does not have the chmod syscallMarkos Chandras
2013-02-20dup2: Use dup3 if arch does not have the dup2 syscallMarkos Chandras
2013-02-18libc: add non standard execvpe functionHenning Heinold
2013-02-11libc: add posix_fallocate()Bernhard Reutner-Fischer
2013-01-18mount.h: updateBernhard Reutner-Fischer
2013-01-16getpwnam: hide relocationBernhard Reutner-Fischer
2013-01-10libc: add {get,set,swap,make}context user context manipulation functionsFlorian Fainelli
2012-11-18drop support for pre ISO-C compilersMike Frysinger
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-11-16include/elf.h: update for ELFOSABI_* changes.Thomas Schwinge
2012-11-14libc/stdlib: add mkostemp helpersMike Frysinger
2012-11-14libc/sysdeps: add dup3 syscall wrapperMike Frysinger
2012-11-14include/: ignore more symlinksMike Frysinger
2012-06-15signal.h: needs size_tPeter S. Mazinger
2012-06-15sched.h: update header, needs size_tPeter S. Mazinger
2012-06-15signal: remove sigblock, siggetmask and sigsetmaskPeter S. Mazinger
2012-06-15sigpause.c: provide the X/Open variant, since the BSD version is deprecatedPeter S. Mazinger
2012-06-15socketcalls.c: rewrite to use cancel.hPeter S. Mazinger
2012-06-15rework cancellation for sigwait, sigtimedwait and sigwaitinfoPeter S. Mazinger
2012-06-15lseek, lseek64: add cancellation for all THREADSPeter S. Mazinger
2012-06-15sigsuspend.c: add cancellation support independently of rt_sigsuspendPeter S. Mazinger
2012-06-15fcntl: add cancellation to fcntl64, use cancel.hPeter S. Mazinger
2012-06-15waitpid.c: provide __waitpid_nocancel, use cancel.hPeter S. Mazinger
2012-06-15open.c: add cancellation using cancel.hPeter S. Mazinger
2012-06-15select: adapt cancelation to use cancel.hPeter S. Mazinger
2012-06-15fork: provide __libc_fork only if THREADS are enabledPeter S. Mazinger
2012-06-15add cancellation for read, write, closePeter S. Mazinger
2012-06-15endian.h: add some handy macros to be used in syscallsPeter S. Mazinger
2012-06-15cancel.h: add generic file to ease cancellation supportPeter S. Mazinger
2012-06-15wait4.c: provide hidden __wait4_nocancel independent of any guardsPeter S. Mazinger
2012-06-15umount: make umount2 depend on UCLIBC_LINUX_SPECIFICPeter S. Mazinger
2012-06-15provide stime and settimeofday functions if at least one of the syscalls is a...Peter S. Mazinger