summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
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
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-20libc/sysdeps: Add new interfaces for new architecturesMarkos Chandras
2013-02-18libc: add non standard execvpe functionHenning Heinold
2013-02-11libc/{arm, i386}/Makefile.arch: Don't build 64-bit code if LFS is disabledMarkos Chandras
2013-02-11stdlib: Fix fndecl of mkostemp, mkostemp64Bernhard Reutner-Fischer
2013-02-11libc: add posix_fallocate()Bernhard Reutner-Fischer
2013-02-07buildsys: switch warning into a TODOBernhard Reutner-Fischer
2013-02-07buildsys: Fix kbuild-style switch falloutMarkos Chandras
2013-02-05mman: rename MAP_UNINITIALIZE to MAP_UNINITIALIZEDBernhard Reutner-Fischer
2013-02-05buildsys: switch libc to kbuild-styleBernhard Reutner-Fischer
2013-02-05libc: atexit: reuse free slots at the end of exit functions tableRonald Wahl
2013-01-26libc/inet: pull in stddef.h for NULLMike Frysinger
2013-01-26libc/sysdeps: sync bits/in.h with glibcMike Frysinger
2013-01-26libc/sysdeps: dup3: fix typo in commentMike Frysinger
2013-01-21libc: fix typo in statvfsBernhard Reutner-Fischer
2013-01-21libc: fix typo in statvfsBernhard Reutner-Fischer
2013-01-17statfs: towards _STATFS_F_FLAGSBernhard Reutner-Fischer
2013-01-17statfs: support f_frsizeBernhard Reutner-Fischer
2013-01-17socket.h: pull socket_type.h from eglibcBernhard Reutner-Fischer
2013-01-16buildsys: link libgcc_eh if DODEBUGBernhard Reutner-Fischer