Age | Commit message (Expand) | Author |
2013-03-14 | elf: Add ELF magic number and relocations for the Meta architecture | Markos Chandras |
2013-03-14 | ldso: Fix Build warnings with common-generic ABI build | Vineet Gupta |
2013-03-14 | libpthread: linuxthreads.old: Allow building for no-legacy-syscalls ABI | Vineet Gupta |
2013-03-14 | libc/ipc: Make IPC_64 0 for common-generic ABI | Vineet Gupta |
2013-03-14 | fstat64: Fix Build warnings with common-generic ABI build | Vineet Gupta |
2013-03-14 | leek: if lseek syscall is not available, use lseek64 even for !LFS | Vineet Gupta |
2013-03-14 | utimes: Export utimensat based utimes | Vineet Gupta |
2013-03-13 | LT{,.old}: include stddef.h for size_t | Vineet Gupta |
2013-03-07 | buildsys: Add missing $(SYMBOL_PREFIX) to symbol names | Markos Chandras |
2013-03-07 | libpthread: Remove useless .cvsignore files | Markos Chandras |
2013-02-27 | nptl/allocatestack.c: Fix stack mprotect alignment for STACK_GROWS_UP | Markos Chandras |
2013-02-27 | libc/pause: Enable pause_nocancel for arches without __NR_pause | Markos Chandras |
2013-02-20 | nice: fix overflow checking in int_add_no_wrap() | Xi Wang |
2013-02-20 | inet: remove noreturn attribute from res_nclose | Bernhard Reutner-Fischer |
2013-02-20 | scripts: remove CVS header from getent | Bernhard Reutner-Fischer |
2013-02-20 | libc/ipc: Allow architectures to define their own __IPC_64 macro | Markos Chandras |
2013-02-20 | ldso: Use newer syscalls if arch does not have the deprecated syscalls | Markos Chandras |
2013-02-20 | open: Use openat if arch does not have the open syscall | Markos Chandras |
2013-02-20 | not-cancel.h: Use openat if arch does not have the open syscall | Markos Chandras |
2013-02-20 | open64: Use openat if arch does not have the open syscall | Markos Chandras |
2013-02-20 | fcntl: Use fcntl64 is arch does not have the fcntl syscall | Markos Chandras |
2013-02-20 | fstatfs64: Prefer fstatfs64 system call instead of __libc_fstatfs | Markos Chandras |
2013-02-20 | fstatfs: Add __libc_fstatfs wrapper | Markos Chandras |
2013-02-20 | stat: Use fstatat64 if arch does not have the stat syscall | Markos Chandras |
2013-02-20 | ustat: Add ustat stub for arches that don't have the ustat system call | Markos Chandras |
2013-02-20 | lstat64: Use fstatat64 if arch does not have the lstat64 syscall | Markos Chandras |
2013-02-20 | lstat: Use fstatat64 if arch does not have the lstat syscall | Markos Chandras |
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 | libc/statfs64: Skip conversion code for new architectures | 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 |