summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common
AgeCommit message (Expand)Author
2015-02-17Add eventfd_read() and eventfd_write()Khem Raj
2015-02-14Revert "resolve merge"Waldemar Brodkorb
2015-02-14resolve mergeWaldemar Brodkorb
2015-01-26merge upstream changesWaldemar Brodkorb
2015-01-26libc: sync_file_range missing commaBernhard Reutner-Fischer
2015-01-24libc: ppc64 etc: Fix sync_file_rangeBernhard Reutner-Fischer
2015-01-23add argument check in mknodWang Yufen
2014-12-30remove another two warnings.Waldemar Brodkorb
2014-12-28for mips64 with N32 ABI we need to use newfstatatWaldemar Brodkorb
2014-12-25merge upstream changesWaldemar Brodkorb
2014-12-12unistd: allow to turn off getopt_longBernhard Reutner-Fischer
2014-12-10add argument check in mknodwangyufen
2014-11-11Merge remote-tracking branch 'origin/upstream'Waldemar Brodkorb
2014-11-10statfs: fix compile error when UCLIBC_LINUX_SPECIFIC is not setAnthony G. Basile
2014-09-26Add eventfd_read() and eventfd_write()Waldemar Brodkorb
2014-09-26Do not define unimplemented functionsCristian Morales Vega
2014-09-16buildsys: fix IS_IN_lib*Bernhard Reutner-Fischer
2014-09-09libc: add fallocate() and fallocate64()Anthony G. Basile
2014-09-05libc: split multi-source epoll.cBernhard Reutner-Fischer
2014-08-25mathinline.h: Use __extern_inlineBernhard Reutner-Fischer
2014-08-25Add clock_adjtime syscallKhem Raj
2014-08-18lseek: Correct order of offset argumentsAnton Kolesov
2014-08-18libc: posix_fadvise: Fix build breakage for !LFSVineet Gupta
2014-08-01bits/time.h: sync with latest glibcMike Frysinger
2014-07-22syscalls-common.h: Rename some macro args for correct documentationVineet Gupta
2014-06-24open64: ensure that openat check worksVineet Gupta
2014-04-23weak symbols need to be "defined" weak but "declared" strongVineet Gupta
2014-04-23LT.old: Make __errno_location/__h_errno_location thread safeVineet Gupta
2014-02-15libc: Fix sync_file_range.c for MIPS64 N32 ABISteve Ellcey
2014-01-22vfork: fix clone based versionStefan Kristiansson
2014-01-08libc: posix_fadvise: restore implementation for xtensaBaruch Siach
2013-12-20libc/sysdeps: commonize ret_ERRVALBaruch Siach
2013-11-06prctl: fix system call wrapperBaruch Siach
2013-11-06add posix_fadvise() for armKhem Raj
2013-11-06Fix weak/strong attribute of __errno_location and it's __GI aliasVineet Gupta
2013-07-18bits/waitstatus.h: correctly interpret status 0x007f on MIPSDenys Vlasenko
2013-07-04libc/sysdeps/linux/common/sendfile.c: fix sendfile64 visibilityAnthony G. Basile
2013-06-07eventfd.h: Use new "bits/" scheme for arch-specific flagsHiroaki KAWAI
2013-04-07linux: pread/write: fix 64bit handlingMike Frysinger
2013-04-01linux: pread/write: convert to SYSCALL_ALIGN_64BITMike Frysinger
2013-04-01linux: readahead: convert to SYSCALL_ALIGN_64BITMike Frysinger
2013-04-01linux: posix_fadvise: use new SYSCALL_ALIGN_64BITMike Frysinger
2013-04-01linux: use OFF64_HI_LO rather than __LONG_LONG_PAIRMike Frysinger
2013-04-01libc: rename TRUNCATE64_HAS_4_ARGS to SYSCALL_ALIGN_64BITMike Frysinger
2013-03-14libc: switch several users to unlikely()Bernhard Reutner-Fischer
2013-03-14metag: Add NPTL supportMarkos Chandras
2013-03-14fstat64: Fix Build warnings with common-generic ABI buildVineet Gupta
2013-03-14leek: if lseek syscall is not available, use lseek64 even for !LFSVineet Gupta
2013-03-14utimes: Export utimensat based utimesVineet Gupta
2013-02-27libc/pause: Enable pause_nocancel for arches without __NR_pauseMarkos Chandras