| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove MIPS32 accept4, recvmmsg, sendmmsg implementations. | Joseph Myers | 2017-05-09 | 3 | -88/+0 |
* | Use __glibc_reserved convention in mcontext, sigcontext (bug 21457). | Joseph Myers | 2017-05-04 | 1 | -1/+1 |
* | Consolidate Linux mmap implementation (BZ#21270) | Adhemerval Zanella | 2017-04-12 | 5 | -22/+9 |
* | Remove __ASSUME_REQUEUE_PI | Adhemerval Zanella | 2017-04-04 | 1 | -1/+0 |
* | conformtest: Add mips XFAIL for struct stat st_rdev type (bug 21278). | Joseph Myers | 2017-03-20 | 1 | -1/+1 |
* | conformtest: Add mips XFAIL for struct stat st_dev type (bug 17786). | Joseph Myers | 2017-03-17 | 1 | -0/+4 |
* | Fix missing posix_fadvise64 mips64 static build (BZ #21232) | Adhemerval Zanella | 2017-03-14 | 1 | -0/+2 |
* | Consolidate Linux send implementation | Adhemerval Zanella | 2017-03-09 | 3 | -2/+1 |
* | Consolidate Linux sendto implementation | Adhemerval Zanella | 2017-03-09 | 1 | -1/+0 |
* | Consolidate Linux recv implementation | Adhemerval Zanella | 2017-03-09 | 3 | -2/+3 |
* | Consolidate Linux recvfrom implementation | Adhemerval Zanella | 2017-03-09 | 1 | -1/+0 |
* | Consolidate Linux connect implementation | Adhemerval Zanella | 2017-03-09 | 1 | -1/+0 |
* | Consolidate Linux accept implementation | Adhemerval Zanella | 2017-03-09 | 1 | -1/+0 |
* | Consolidate arm and mips posix_fadvise implementations | Adhemerval Zanella | 2017-02-06 | 2 | -4/+3 |
* | Fix MIPS o32 posix_fadvise. | Joseph Myers | 2017-01-12 | 1 | -0/+4 |
* | Fix MIPS n64 readahead (bug 21026). | Joseph Myers | 2017-01-05 | 1 | -0/+2 |
* | Fix MIPS n32 lseek, lseek64 (bug 21019). | Joseph Myers | 2017-01-02 | 2 | -0/+40 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 86 | -86/+86 |
* | Add fromfp functions. | Joseph Myers | 2016-12-31 | 2 | -0/+24 |
* | Use shmget syscall for linux implementation | Adhemerval Zanella | 2016-12-28 | 1 | -5/+0 |
* | Use shmdt syscall for linux implementation | Adhemerval Zanella | 2016-12-28 | 1 | -1/+0 |
* | Consolidate Linux shmctl implementation | Adhemerval Zanella | 2016-12-28 | 1 | -12/+5 |
* | Use shmat syscall for Linux implementation | Adhemerval Zanella | 2016-12-28 | 1 | -1/+0 |
* | Consolidate Linux semtimedop implementation | Adhemerval Zanella | 2016-12-28 | 1 | -1/+0 |
* | Use semop syscall for Linux implementation | Adhemerval Zanella | 2016-12-28 | 1 | -1/+0 |
* | Use semget syscall for Linux implementation | Adhemerval Zanella | 2016-12-28 | 1 | -1/+0 |
* | Consolidate Linux semctl implementation | Adhemerval Zanella | 2016-12-28 | 1 | -33/+5 |
* | Use msgget syscall for Linux implementation | Adhemerval Zanella | 2016-12-28 | 1 | -1/+0 |
* | Use msgsnd syscall for Linux implementation | Adhemerval Zanella | 2016-12-28 | 1 | -1/+0 |
* | Consolidate Linux msgrcv implementation | Adhemerval Zanella | 2016-12-28 | 1 | -1/+0 |
* | Consolidate Linux msgctl implementation | Adhemerval Zanella | 2016-12-28 | 1 | -12/+5 |
* | Refactor Linux ipc_priv header | Adhemerval Zanella | 2016-12-28 | 2 | -1/+32 |
* | Add __ASSUME_DIRECT_SYSVIPC_SYSCALL for Linux | Adhemerval Zanella | 2016-12-28 | 1 | -0/+2 |
* | Add roundeven, roundevenf, roundevenl. | Joseph Myers | 2016-12-21 | 2 | -0/+6 |
* | Add fmaxmag, fminmag functions. | Joseph Myers | 2016-12-20 | 2 | -0/+12 |
* | New string function explicit_bzero (from OpenBSD). | Zack Weinberg | 2016-12-16 | 4 | -0/+8 |
* | Add getentropy, getrandom, <sys/random.h> [BZ #17252] | Florian Weimer | 2016-12-12 | 4 | -0/+8 |
* | Add llogb, llogbf, llogbl. | Joseph Myers | 2016-12-02 | 2 | -0/+6 |
* | ld.so: Remove __libc_memalign | Florian Weimer | 2016-11-30 | 3 | -3/+0 |
* | Add setpayloadsig, setpayloadsigf, setpayloadsigl. | Joseph Myers | 2016-11-24 | 2 | -0/+6 |
* | Remove cached PID/TID in clone | Adhemerval Zanella | 2016-11-24 | 2 | -32/+0 |
* | Allow [f]statfs64 to alias [f]statfs | Steve Ellcey | 2016-11-22 | 1 | -0/+1 |
* | Always define XSTAT_IS_XSTAT64 | Steve Ellcey | 2016-11-21 | 2 | -1/+3 |
* | Add setpayload, setpayloadf, setpayloadl. | Joseph Myers | 2016-11-19 | 2 | -0/+6 |
* | Consolidate Linux truncate implementations | Adhemerval Zanella | 2016-11-09 | 3 | -38/+0 |
* | Consolidate Linux ftruncate implementations | Adhemerval Zanella | 2016-11-09 | 3 | -38/+0 |
* | Consolidate lseek/lseek64/llseek implementations | Adhemerval Zanella | 2016-11-08 | 2 | -3/+0 |
* | Make MIPS <sys/user.h> self-contained. | Joseph Myers | 2016-11-04 | 1 | -0/+1 |
* | XFAIL check-execstack for MIPS. | Joseph Myers | 2016-11-04 | 1 | -0/+6 |
* | Add canonicalize, canonicalizef, canonicalizel. | Joseph Myers | 2016-10-26 | 2 | -0/+6 |