summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux
AgeCommit message (Expand)Author
2014-04-23LT.old: Make __errno_location/__h_errno_location thread safeVineet Gupta
2014-04-01Fix warnings in MIPS buildSteve Ellcey
2014-04-01ARC: Make vfork weak in libcVineet Gupta
2014-03-12libc: fix mips N64 pread/pwrite buildSteve Ellcey
2014-02-15mips: Remove duplicate macro definitionsSteve Ellcey
2014-02-15libc: Fix sync_file_range.c for MIPS64 N32 ABISteve Ellcey
2014-02-02libc: mips: Fix setjmp/longjmp for MIPS64 N64 ABIWaldemar Brodkorb
2014-02-02mips: silence 'set but not used' warningsSteve Ellcey
2014-02-02libc: mips: Fix non-LFS buildSteve Ellcey
2014-01-24mips: silence _ABI* undef warningsBernhard Reutner-Fischer
2014-01-22powerpc: syscall support up to 6 argumentsBernhard Reutner-Fischer
2014-01-22vfork: fix clone based versionStefan Kristiansson
2014-01-22libc: fix MIPS N64 forkWaldemar Brodkorb
2014-01-15libc: add guard for arm thumb2 asmBernhard Reutner-Fischer
2014-01-08ARC: opencode ENTRY/END macros in crt1Vineet Gupta
2014-01-08xtensa: use common ptrace.hBaruch Siach
2014-01-08libc: posix_fadvise: restore implementation for xtensaBaruch Siach
2014-01-08siginfo.h: __SIGEV_PAD_SIZE takes __WORDSIZE into accountVicente Olivert Riera
2014-01-08siginfo.h: add a missing function member on ia64, mips and sparc archesVicente Olivert Riera
2013-12-20libc/sysdeps: commonize ret_ERRVALBaruch Siach
2013-12-20ARC port to uClibcVineet Gupta
2013-11-06prctl: fix system call wrapperBaruch Siach
2013-11-06add posix_fadvise() for armKhem Raj
2013-11-06libc/metag: add __kernel_long_t and __kernel_ulong_tMarkos Chandras
2013-11-06Fix weak/strong attribute of __errno_location and it's __GI aliasVineet Gupta
2013-11-04xtensa: fix atomic_decrement_if_positive() return valueBaruch Siach
2013-11-04xtensa: fix layout of struct sigcontext to match the kernelBaruch Siach
2013-07-26libc/sysdeps: Fix common-generic stat.h for BE part 2Mischa Jonker
2013-07-18bits/waitstatus.h: correctly interpret status 0x007f on MIPSDenys Vlasenko
2013-07-04C6X: Remove DSBT in favour of FDPICLuis Machado
2013-07-04libc/sysdeps/linux/common/sendfile.c: fix sendfile64 visibilityAnthony G. Basile
2013-06-29i386/sysdep.h: Remove STABS_* macrosKhem Raj
2013-06-28MIPS: set _NSIG to 128, not 129. This matches glibc.Denys Vlasenko
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-01mips: only define SYSCALL_ALIGN_64BIT for O32 ABIsMike Frysinger
2013-04-01libc: rename TRUNCATE64_HAS_4_ARGS to SYSCALL_ALIGN_64BITMike Frysinger
2013-03-22libc: Fix common-generic stat.h for BEMischa Jonker
2013-03-14libc: switch several users to unlikely()Bernhard Reutner-Fischer
2013-03-14metag: Add NPTL supportMarkos Chandras
2013-03-14libm: Add support for the Meta architectureMarkos Chandras
2013-03-14Add support for the Meta architectureMarkos 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