summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips
AgeCommit message (Expand)Author
2015-12-07add definitions for O_PATHWaldemar Brodkorb
2015-12-06mips: fix definition.Steve Ellcey
2015-12-05remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__Waldemar Brodkorb
2015-12-05remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__Waldemar Brodkorb
2015-10-19mips: sync header with glibcWaldemar Brodkorb
2015-08-02fix MIPS N32 ABI Big Endian setjmp/longjmpmirabilos
2015-06-10siginfo: add signal info for seccomp related SIGSYSDaniel Golle
2015-03-29merge uClibc git masterWaldemar Brodkorb
2015-03-24mips: switch float_t to floatBernhard Reutner-Fischer
2015-03-24libc: TIME64_COMPAT32 for sparc, mipsBernhard Reutner-Fischer
2015-03-14Add fix from OpenWrt for MIPS64 N64 ABIWaldemar Brodkorb
2014-12-03mips: rename siginfo _timer membersBernhard Reutner-Fischer
2014-08-25fcntl.h: Define F_SETPIPE_SZ and F_GETPIPE_SZKhem Raj
2014-08-25mathinline.h: Use __extern_inlineBernhard Reutner-Fischer
2014-04-01Fix warnings in MIPS buildSteve Ellcey
2014-03-12libc: fix mips N64 pread/pwrite buildSteve Ellcey
2014-02-15mips: Remove duplicate macro definitionsSteve 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-22libc: fix MIPS N64 forkWaldemar Brodkorb
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-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: readahead: convert to SYSCALL_ALIGN_64BITMike 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-02-05mman: rename MAP_UNINITIALIZE to MAP_UNINITIALIZEDBernhard Reutner-Fischer
2013-01-17socket.h: pull socket_type.h from eglibcBernhard Reutner-Fischer
2013-01-10buildsys: use kbuild styleBernhard Reutner-Fischer
2013-01-10libc: add {get,set,swap,make}context user context manipulation functionsFlorian Fainelli
2012-11-18drop support for pre ISO-C compilersMike Frysinger
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-10-02libc/sysdeps: add __kernel_long and __kernel_ulongChris Packham
2012-06-15make arch specific cacheflush, readahead and sysmips LINUX_SPECIFIC dependentPeter S. Mazinger
2012-06-15pread_write.c: make all archs use common codePeter S. Mazinger
2012-06-15vfork: make all archs consistentPeter S. Mazinger
2012-06-15*64.[cS]: use _lfs_64.h instead of features.h and remove LFS guardPeter S. Mazinger
2012-06-15posix_fadvise: make posix_fadvise[64] similar on all archsPeter S. Mazinger
2012-06-15readahead.c: add correct guardsPeter S. Mazinger
2012-06-15cacheflush.c: compile only if __NR_cacheflush is availablePeter S. Mazinger
2012-06-15mmap.c: provide a common mmap.c that is good for most of archsPeter S. Mazinger
2012-06-15setjmp.h: move __sigjmp_save prototype for consistencyPeter S. Mazinger
2012-06-15cleanup bits/setjmp.h of stuff moved to jmpbuf-offsets.h and jmpbuf-unwind.hPeter S. Mazinger
2012-06-15jmpbuf-unwind.h: add NTPL related sectionPeter S. Mazinger
2012-06-15add jmpbuf-offsets.h and jmpbuf-unwind.h for all archs (LT related)Peter S. Mazinger