summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common
AgeCommit message (Expand)Author
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-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-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
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-20Makefile.in: Use non-legacy interfaces for new architecturesMarkos Chandras
2013-02-11libc: add posix_fallocate()Bernhard Reutner-Fischer
2013-02-05mman: rename MAP_UNINITIALIZE to MAP_UNINITIALIZEDBernhard Reutner-Fischer
2013-01-26libc/sysdeps: sync bits/in.h with glibcMike Frysinger
2013-01-26libc/sysdeps: dup3: fix typo in commentMike Frysinger
2013-01-17socket.h: pull socket_type.h from eglibcBernhard Reutner-Fischer
2013-01-14LT.old: reinstate buildBernhard Reutner-Fischer
2013-01-14buildsys: use kbuild style, fix omissionBernhard Reutner-Fischer
2013-01-10buildsys: use kbuild styleBernhard Reutner-Fischer
2013-01-08libc: handle sync_file_rangeBernhard Reutner-Fischer
2012-12-03sched.h: include stdlib.h for malloc/freeBernhard Reutner-Fischer