Age | Commit message (Expand) | Author |
2013-02-20 | stat64: Use fstatat64 if arch does not have the stat64 syscall | Markos Chandras |
2013-02-20 | fstatat{64}: No conversion code is needed for new architectures | Markos Chandras |
2013-02-20 | fstatat64: Use newfstatat only for 64-bit operations | Markos Chandras |
2013-02-20 | fstatat: Use newfstatat only for 64-bit operations | Markos Chandras |
2013-02-20 | fstat: Use fstat64 if arch does not have the fstat syscall | Markos Chandras |
2013-02-20 | statfs: Use statfs64 if arch does not have the statfs syscall | Markos Chandras |
2013-02-20 | getdents: Use getdents64 if arch does not have the getdents syscall | Markos Chandras |
2013-02-20 | lseek: Use lseek64 is arch does not have the lseek syscall | Markos Chandras |
2013-02-20 | sendfile: Use sendfile64 if arch does not have the sendfile syscall | Markos Chandras |
2013-02-20 | truncate: Use truncate64 if arch does not have the truncate syscall | Markos Chandras |
2013-02-20 | ftruncate: Use ftruncate64 if arch does not have the ftruncate syscall | Markos Chandras |
2013-02-20 | fork: Use clone if arch does not have the fork syscall | Markos Chandras |
2013-02-20 | vfork: Use clone if arch does not have the vfork syscall | Markos Chandras |
2013-02-20 | utime: Use utimensat if arch does not have the utime syscall | Markos Chandras |
2013-02-20 | inotify_init: Use inotify_init1 if inotify_init syscall is not defined | Markos Chandras |
2013-02-20 | epoll: Use epoll_pwait if arch does not have the epoll_wait syscall | Markos Chandras |
2013-02-20 | epoll: Use epoll_create1 if arch does not have the epoll_create syscall | Markos Chandras |
2013-02-20 | pipe: Use pipe2 if arch does not have the pipe syscall | Markos Chandras |
2013-02-20 | utimes: Use utimensat if arch does not have the utimes syscall | Markos Chandras |
2013-02-20 | symlink: Use symlinkat if arch does not have the symlink syscall | Markos Chandras |
2013-02-20 | readlink: Use readlinkat if arch does not have the readlink syscall | Markos Chandras |
2013-02-20 | rename: Use renameat if arch does not have the rename syscall | Markos Chandras |
2013-02-20 | mkdir: Use mkdirat if arch does not have the mkdir syscall | Markos Chandras |
2013-02-20 | lchown: Use fchownat if arch does not have the lchown syscall | Markos Chandras |
2013-02-20 | rmdir: Use unlinkat if arch does not have the rmdir syscall | Markos Chandras |
2013-02-20 | chown: Use fchownat if arch does not have the chown syscall | Markos Chandras |
2013-02-20 | mknod: Use mknodat if arch does not have the mknod syscall | Markos Chandras |
2013-02-20 | unlink: Use unlinkat if arch does not have the unlink syscall | Markos Chandras |
2013-02-20 | link: Use linkat if arch does not have the link syscall | Markos Chandras |
2013-02-20 | access: Use faccessat if arch does not have the access syscall | Markos Chandras |
2013-02-20 | chmod: Use fchmodat if arch does not have the chmod syscall | Markos Chandras |
2013-02-20 | dup2: Use dup3 if arch does not have the dup2 syscall | Markos Chandras |
2013-02-20 | Makefile.in: Use non-legacy interfaces for new architectures | Markos Chandras |
2013-02-20 | libc/sysdeps: Add new interfaces for new architectures | Markos Chandras |
2013-02-11 | libc/{arm, i386}/Makefile.arch: Don't build 64-bit code if LFS is disabled | Markos Chandras |
2013-02-11 | libc: add posix_fallocate() | Bernhard Reutner-Fischer |
2013-02-05 | mman: rename MAP_UNINITIALIZE to MAP_UNINITIALIZED | Bernhard Reutner-Fischer |
2013-01-26 | libc/sysdeps: sync bits/in.h with glibc | Mike Frysinger |
2013-01-26 | libc/sysdeps: dup3: fix typo in comment | Mike Frysinger |
2013-01-17 | socket.h: pull socket_type.h from eglibc | Bernhard Reutner-Fischer |
2013-01-14 | LT.old: reinstate build | Bernhard Reutner-Fischer |
2013-01-14 | buildsys: use kbuild style, fix omission | Bernhard Reutner-Fischer |
2013-01-10 | buildsys: use kbuild style | Bernhard Reutner-Fischer |
2013-01-10 | libc: add {get,set,swap,make}context user context manipulation functions | Florian Fainelli |
2013-01-08 | libc: handle sync_file_range | Bernhard Reutner-Fischer |
2012-12-11 | arm: clone: restore stack pointer just after return from syscall | Filippo Arcidiacono |
2012-12-05 | xtensa: fix setjmp that didn't save all registers correctly | Chris Zankel |
2012-12-03 | sched.h: include stdlib.h for malloc/free | Bernhard Reutner-Fischer |
2012-12-01 | update ptrace.h to latest from glibc | James Hogan |
2012-11-18 | drop support for pre ISO-C compilers | Mike Frysinger |