aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/mips
AgeCommit message (Expand)AuthorFilesLines
2017-03-09Consolidate Linux connect implementationAdhemerval Zanella1-1/+0
2017-03-09Consolidate Linux accept implementationAdhemerval Zanella1-1/+0
2017-02-06Consolidate arm and mips posix_fadvise implementationsAdhemerval Zanella2-4/+3
2017-01-12Fix MIPS o32 posix_fadvise.Joseph Myers1-0/+4
2017-01-05Fix MIPS n64 readahead (bug 21026).Joseph Myers1-0/+2
2017-01-02Fix MIPS n32 lseek, lseek64 (bug 21019).Joseph Myers2-0/+40
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers86-86/+86
2016-12-31Add fromfp functions.Joseph Myers2-0/+24
2016-12-28Use shmget syscall for linux implementationAdhemerval Zanella1-5/+0
2016-12-28Use shmdt syscall for linux implementationAdhemerval Zanella1-1/+0
2016-12-28Consolidate Linux shmctl implementationAdhemerval Zanella1-12/+5
2016-12-28Use shmat syscall for Linux implementationAdhemerval Zanella1-1/+0
2016-12-28Consolidate Linux semtimedop implementationAdhemerval Zanella1-1/+0
2016-12-28Use semop syscall for Linux implementationAdhemerval Zanella1-1/+0
2016-12-28Use semget syscall for Linux implementationAdhemerval Zanella1-1/+0
2016-12-28Consolidate Linux semctl implementationAdhemerval Zanella1-33/+5
2016-12-28Use msgget syscall for Linux implementationAdhemerval Zanella1-1/+0
2016-12-28Use msgsnd syscall for Linux implementationAdhemerval Zanella1-1/+0
2016-12-28Consolidate Linux msgrcv implementationAdhemerval Zanella1-1/+0
2016-12-28Consolidate Linux msgctl implementationAdhemerval Zanella1-12/+5
2016-12-28Refactor Linux ipc_priv headerAdhemerval Zanella2-1/+32
2016-12-28Add __ASSUME_DIRECT_SYSVIPC_SYSCALL for LinuxAdhemerval Zanella1-0/+2
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers2-0/+6
2016-12-20Add fmaxmag, fminmag functions.Joseph Myers2-0/+12
2016-12-16New string function explicit_bzero (from OpenBSD).Zack Weinberg4-0/+8
2016-12-12Add getentropy, getrandom, <sys/random.h> [BZ #17252]Florian Weimer4-0/+8
2016-12-02Add llogb, llogbf, llogbl.Joseph Myers2-0/+6
2016-11-30ld.so: Remove __libc_memalignFlorian Weimer3-3/+0
2016-11-24Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers2-0/+6
2016-11-24Remove cached PID/TID in cloneAdhemerval Zanella2-32/+0
2016-11-22Allow [f]statfs64 to alias [f]statfsSteve Ellcey1-0/+1
2016-11-21Always define XSTAT_IS_XSTAT64Steve Ellcey2-1/+3
2016-11-19Add setpayload, setpayloadf, setpayloadl.Joseph Myers2-0/+6
2016-11-09Consolidate Linux truncate implementationsAdhemerval Zanella3-38/+0
2016-11-09Consolidate Linux ftruncate implementationsAdhemerval Zanella3-38/+0
2016-11-08Consolidate lseek/lseek64/llseek implementationsAdhemerval Zanella2-3/+0
2016-11-04Make MIPS <sys/user.h> self-contained.Joseph Myers1-0/+1
2016-11-04XFAIL check-execstack for MIPS.Joseph Myers1-0/+6
2016-10-26Add canonicalize, canonicalizef, canonicalizel.Joseph Myers2-0/+6
2016-10-25Add strfromd, strfromf, and strfroml functionsGabriel F. T. Gomes4-0/+12
2016-10-19Add getpayload, getpayloadf, getpayloadl.Joseph Myers2-0/+6
2016-10-15Add totalordermag, totalordermagf, totalordermagl.Joseph Myers2-0/+6
2016-10-12Fix posix_fadvise64 build on mips64n64Adhemerval Zanella1-0/+5
2016-10-12Add totalorder, totalorderf, totalorderl.Joseph Myers2-0/+6
2016-10-11Consolidate Linux sync_file_range implementationsAdhemerval Zanella3-36/+0
2016-10-07Consolidate posix_fadvise implementationsAdhemerval Zanella6-244/+28
2016-10-07Consolidate posix_fallocate{64} implementationsAdhemerval Zanella4-77/+0
2016-10-07Consolidate fallocate{64} implementationsAdhemerval Zanella4-68/+0
2016-10-06Add iseqsig.Joseph Myers2-0/+5
2016-09-23Installed-header hygiene (BZ#20366): stack_t.Zack Weinberg2-13/+21