summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2013-04-01linux: posix_fadvise: use new SYSCALL_ALIGN_64BITMike Frysinger
2013-04-01linux: use OFF64_HI_LO rather than __LONG_LONG_PAIRMike Frysinger
2013-04-01mips: only define SYSCALL_ALIGN_64BIT for O32 ABIsMike Frysinger
2013-04-01libc: rename TRUNCATE64_HAS_4_ARGS to SYSCALL_ALIGN_64BITMike Frysinger
2013-03-29Revert "_scanf.c: Implement 'm' modifier for 'c' and '[' conversions."Bernhard Reutner-Fischer
2013-03-29_vfprintf.c: use 'fputws_unlocked(S, F)' instead of 'fputws(S, F)'Mirko Vogt
2013-03-29inet: fix getting the nameserver from _res state after res_init.Felix Fietkau
2013-03-22libc: Fix common-generic stat.h for BEMischa Jonker
2013-03-22Fix a problem with scanning wide chars.Nathan Sidwell
2013-03-20inet: do not filter responses in res_queryTimo Teräs
2013-03-20inet: Fix LT{.old,} compilation due to res_icloseBernhard Reutner-Fischer
2013-03-20rpc: silence warningBernhard Reutner-Fischer
2013-03-14libc: switch several users to unlikely()Bernhard Reutner-Fischer
2013-03-14inet: res_nclose: free user-buffer, not global _resBernhard Reutner-Fischer
2013-03-14metag: Add NPTL supportMarkos Chandras
2013-03-14libm: Add support for the Meta architectureMarkos Chandras
2013-03-14Add support for the Meta architectureMarkos Chandras
2013-03-14libc/ipc: Make IPC_64 0 for common-generic ABIVineet Gupta
2013-03-14fstat64: Fix Build warnings with common-generic ABI buildVineet Gupta
2013-03-14leek: if lseek syscall is not available, use lseek64 even for !LFSVineet Gupta
2013-03-14utimes: Export utimensat based utimesVineet Gupta
2013-02-27libc/pause: Enable pause_nocancel for arches without __NR_pauseMarkos Chandras
2013-02-20nice: fix overflow checking in int_add_no_wrap()Xi Wang
2013-02-20inet: remove noreturn attribute from res_ncloseBernhard Reutner-Fischer
2013-02-20libc/ipc: Allow architectures to define their own __IPC_64 macroMarkos Chandras
2013-02-20open: Use openat if arch does not have the open syscallMarkos Chandras
2013-02-20not-cancel.h: Use openat if arch does not have the open syscallMarkos Chandras
2013-02-20open64: Use openat if arch does not have the open syscallMarkos Chandras
2013-02-20fcntl: Use fcntl64 is arch does not have the fcntl syscallMarkos Chandras
2013-02-20fstatfs64: Prefer fstatfs64 system call instead of __libc_fstatfsMarkos Chandras
2013-02-20fstatfs: Add __libc_fstatfs wrapperMarkos Chandras
2013-02-20stat: Use fstatat64 if arch does not have the stat syscallMarkos Chandras
2013-02-20ustat: Add ustat stub for arches that don't have the ustat system callMarkos Chandras
2013-02-20lstat64: Use fstatat64 if arch does not have the lstat64 syscallMarkos Chandras
2013-02-20lstat: Use fstatat64 if arch does not have the lstat syscallMarkos Chandras
2013-02-20stat64: Use fstatat64 if arch does not have the stat64 syscallMarkos Chandras
2013-02-20fstatat{64}: No conversion code is needed for new architecturesMarkos Chandras
2013-02-20fstatat64: Use newfstatat only for 64-bit operationsMarkos Chandras
2013-02-20fstatat: Use newfstatat only for 64-bit operationsMarkos Chandras
2013-02-20fstat: Use fstat64 if arch does not have the fstat syscallMarkos Chandras
2013-02-20libc/statfs64: Skip conversion code for new architecturesMarkos Chandras
2013-02-20statfs: Use statfs64 if arch does not have the statfs syscallMarkos Chandras
2013-02-20getdents: Use getdents64 if arch does not have the getdents syscallMarkos Chandras
2013-02-20lseek: Use lseek64 is arch does not have the lseek 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-20ftruncate: Use ftruncate64 if arch does not have the ftruncate syscallMarkos Chandras
2013-02-20fork: Use clone if arch does not have the fork syscallMarkos Chandras
2013-02-20vfork: Use clone if arch does not have the vfork syscallMarkos Chandras
2013-02-20utime: Use utimensat if arch does not have the utime syscallMarkos Chandras