summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/mips
AgeCommit message (Expand)Author
2017-06-30Consolidate Linux fcntl implementationAdhemerval Zanella
2017-06-28Miscellaneous sys/ucontext.h namespace fixes (bug 21457).Joseph Myers
2017-06-26Rename struct ucontext tag (bug 21457).Joseph Myers
2017-06-26Call exit directly in clone (BZ #21512)Adhemerval Zanella
2017-06-20Factor out shared definitions from bits/signum.h.Zack Weinberg
2017-06-19Define struct rusage in sys/wait.h when required (bug 21575).Joseph Myers
2017-06-14Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg
2017-06-13mips: Fix store/load gp registers to/from ucontext_tGordana Cmiljanovic
2017-06-05Define SIG_HOLD for XPG4 (bug 21538).Joseph Myers
2017-06-05Fix struct sigaltstack namespace (bug 21517).Joseph Myers
2017-06-01Fix more namespace issues in sys/ucontext.h (bug 21457).Joseph Myers
2017-05-31posix: Implement preadv2 and pwritev2Adhemerval Zanella
2017-05-30Add reallocarray functionDennis Wölfing
2017-05-23Fix sys/ucontext.h namespace from signal.h etc. inclusion (bug 21457).Joseph Myers
2017-05-22Fix a bug in 'Remove __need macros from signal.h' (a992f506)Zack Weinberg
2017-05-20Remove __need macros from signal.h.Zack Weinberg
2017-05-19Split up bits/sigstack.h.Joseph Myers
2017-05-09Remove MIPS32 accept4, recvmmsg, sendmmsg implementations.Joseph Myers
2017-05-04Use __glibc_reserved convention in mcontext, sigcontext (bug 21457).Joseph Myers
2017-04-12Consolidate Linux mmap implementation (BZ#21270)Adhemerval Zanella
2017-04-04Remove __ASSUME_REQUEUE_PIAdhemerval Zanella
2017-03-20conformtest: Add mips XFAIL for struct stat st_rdev type (bug 21278).Joseph Myers
2017-03-17conformtest: Add mips XFAIL for struct stat st_dev type (bug 17786).Joseph Myers
2017-03-14Fix missing posix_fadvise64 mips64 static build (BZ #21232)Adhemerval Zanella
2017-03-09Consolidate Linux send implementationAdhemerval Zanella
2017-03-09Consolidate Linux sendto implementationAdhemerval Zanella
2017-03-09Consolidate Linux recv implementationAdhemerval Zanella
2017-03-09Consolidate Linux recvfrom implementationAdhemerval Zanella
2017-03-09Consolidate Linux connect implementationAdhemerval Zanella
2017-03-09Consolidate Linux accept implementationAdhemerval Zanella
2017-02-06Consolidate arm and mips posix_fadvise implementationsAdhemerval Zanella
2017-01-12Fix MIPS o32 posix_fadvise.Joseph Myers
2017-01-05Fix MIPS n64 readahead (bug 21026).Joseph Myers
2017-01-02Fix MIPS n32 lseek, lseek64 (bug 21019).Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31Add fromfp functions.Joseph Myers
2016-12-28Use shmget syscall for linux implementationAdhemerval Zanella
2016-12-28Use shmdt syscall for linux implementationAdhemerval Zanella
2016-12-28Consolidate Linux shmctl implementationAdhemerval Zanella
2016-12-28Use shmat syscall for Linux implementationAdhemerval Zanella
2016-12-28Consolidate Linux semtimedop implementationAdhemerval Zanella
2016-12-28Use semop syscall for Linux implementationAdhemerval Zanella
2016-12-28Use semget syscall for Linux implementationAdhemerval Zanella
2016-12-28Consolidate Linux semctl implementationAdhemerval Zanella
2016-12-28Use msgget syscall for Linux implementationAdhemerval Zanella
2016-12-28Use msgsnd syscall for Linux implementationAdhemerval Zanella
2016-12-28Consolidate Linux msgrcv implementationAdhemerval Zanella
2016-12-28Consolidate Linux msgctl implementationAdhemerval Zanella
2016-12-28Refactor Linux ipc_priv headerAdhemerval Zanella
2016-12-28Add __ASSUME_DIRECT_SYSVIPC_SYSCALL for LinuxAdhemerval Zanella