summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
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
2013-02-20inotify_init: Use inotify_init1 if inotify_init syscall is not definedMarkos Chandras
2013-02-20epoll: Use epoll_pwait if arch does not have the epoll_wait syscallMarkos Chandras
2013-02-20epoll: Use epoll_create1 if arch does not have the epoll_create syscallMarkos Chandras
2013-02-20pipe: Use pipe2 if arch does not have the pipe syscallMarkos Chandras
2013-02-20utimes: Use utimensat if arch does not have the utimes 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-20lchown: Use fchownat if arch does not have the lchown syscallMarkos Chandras
2013-02-20rmdir: Use unlinkat if arch does not have the rmdir syscallMarkos Chandras
2013-02-20chown: Use fchownat if arch does not have the chown syscallMarkos Chandras
2013-02-20mknod: Use mknodat if arch does not have the mknod syscallMarkos Chandras
2013-02-20unlink: Use unlinkat if arch does not have the unlink syscallMarkos Chandras