Age | Commit message (Expand) | Author |
2015-02-27 | libc: silence warning | Bernhard Reutner-Fischer |
2015-02-20 | sync_file_range: fix standard UCLIBC_SYSCALL_ALIGN_64BIT handling | Vineet Gupta |
2015-02-20 | posix_fadvise: handle 2 variants for SYSCALL_ALIGN_64BIT | Vineet Gupta |
2015-02-17 | libc: add setns() | Bernhard Reutner-Fischer |
2015-02-17 | Add eventfd_read() and eventfd_write() | Khem Raj |
2015-01-26 | libc: sync_file_range missing comma | Bernhard Reutner-Fischer |
2015-01-24 | libc: ppc64 etc: Fix sync_file_range | Bernhard Reutner-Fischer |
2015-01-23 | add argument check in mknod | Wang Yufen |
2014-12-12 | unistd: allow to turn off getopt_long | Bernhard Reutner-Fischer |
2014-11-10 | statfs: fix compile error when UCLIBC_LINUX_SPECIFIC is not set | Anthony G. Basile |
2014-09-16 | buildsys: fix IS_IN_lib* | Bernhard Reutner-Fischer |
2014-09-09 | libc: add fallocate() and fallocate64() | Anthony G. Basile |
2014-09-05 | libc: split multi-source epoll.c | Bernhard Reutner-Fischer |
2014-08-25 | mathinline.h: Use __extern_inline | Bernhard Reutner-Fischer |
2014-08-25 | Add clock_adjtime syscall | Khem Raj |
2014-08-18 | lseek: Correct order of offset arguments | Anton Kolesov |
2014-08-18 | libc: posix_fadvise: Fix build breakage for !LFS | Vineet Gupta |
2014-08-01 | bits/time.h: sync with latest glibc | Mike Frysinger |
2014-07-22 | syscalls-common.h: Rename some macro args for correct documentation | Vineet Gupta |
2014-06-24 | open64: ensure that openat check works | Vineet Gupta |
2014-04-23 | weak symbols need to be "defined" weak but "declared" strong | Vineet Gupta |
2014-04-23 | LT.old: Make __errno_location/__h_errno_location thread safe | Vineet Gupta |
2014-02-15 | libc: Fix sync_file_range.c for MIPS64 N32 ABI | Steve Ellcey |
2014-01-22 | vfork: fix clone based version | Stefan Kristiansson |
2014-01-08 | libc: posix_fadvise: restore implementation for xtensa | Baruch Siach |
2013-12-20 | libc/sysdeps: commonize ret_ERRVAL | Baruch Siach |
2013-11-06 | prctl: fix system call wrapper | Baruch Siach |
2013-11-06 | add posix_fadvise() for arm | Khem Raj |
2013-11-06 | Fix weak/strong attribute of __errno_location and it's __GI alias | Vineet Gupta |
2013-07-18 | bits/waitstatus.h: correctly interpret status 0x007f on MIPS | Denys Vlasenko |
2013-07-04 | libc/sysdeps/linux/common/sendfile.c: fix sendfile64 visibility | Anthony G. Basile |
2013-06-07 | eventfd.h: Use new "bits/" scheme for arch-specific flags | Hiroaki KAWAI |
2013-04-07 | linux: pread/write: fix 64bit handling | Mike Frysinger |
2013-04-01 | linux: pread/write: convert to SYSCALL_ALIGN_64BIT | Mike Frysinger |
2013-04-01 | linux: readahead: convert to SYSCALL_ALIGN_64BIT | Mike Frysinger |
2013-04-01 | linux: posix_fadvise: use new SYSCALL_ALIGN_64BIT | Mike Frysinger |
2013-04-01 | linux: use OFF64_HI_LO rather than __LONG_LONG_PAIR | Mike Frysinger |
2013-04-01 | libc: rename TRUNCATE64_HAS_4_ARGS to SYSCALL_ALIGN_64BIT | Mike Frysinger |
2013-03-14 | libc: switch several users to unlikely() | Bernhard Reutner-Fischer |
2013-03-14 | metag: Add NPTL support | Markos Chandras |
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-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 | 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 | fstatfs: Add __libc_fstatfs wrapper | Markos Chandras |