Age | Commit message (Expand) | Author |
2019-10-24 | Define __STATFS_MATCHES_STATFS64 | Alistair Francis |
2019-10-23 | sysdeps/stat: Handle 64-bit ino_t types on 32-bit hosts | Alistair Francis |
2019-10-01 | Split up endian.h to minimize exposure of BYTE_ORDER. | Alistair Francis |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert |
2019-03-07 | Break lines before not after operators, batch 4. | Joseph Myers |
2019-02-26 | Break further lines before not after operators. | Joseph Myers |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2018-12-17 | Add statx conditionals for wordsize-32 *xstat.c | Mao Han |
2018-10-10 | Use common bits/shm.h for more architectures. | Joseph Myers |
2018-10-10 | Use common bits/sem.h for more architectures. | Joseph Myers |
2018-10-10 | Use common bits/msq.h for more architectures. | Joseph Myers |
2018-08-21 | __readlink_chk: Remove micro-optimization | Florian Weimer |
2018-08-20 | __readlink_chk: Assume HAVE_INLINED_SYSCALLS | Florian Weimer |
2018-06-18 | Add SHM_STAT_ANY from Linux 4.17 to bits/shm.h. | Joseph Myers |
2018-06-18 | Add SEM_STAT_ANY from Linux 4.17 to bits/sem.h. | Joseph Myers |
2018-06-18 | Add MSG_STAT_ANY from Linux 4.17 to bits/msq.h. | Joseph Myers |
2018-05-02 | Deprecate ustat syscall interface | Adhemerval Zanella |
2018-04-19 | Consolidate Linux getdents{64} implementation | Adhemerval Zanella |
2018-03-26 | Unify umount function implementations (bug 16552). | Joseph Myers |
2018-03-06 | Add missing start-of-file descriptive comment. | Samuel Thibault |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2017-09-04 | Hide __chmod and __mkdir [BZ #18822] | H.J. Lu |
2017-06-30 | Consolidate Linux fcntl implementation | Adhemerval Zanella |
2017-05-18 | posix: Consolidate Linux pause syscall | Adhemerval Zanella |
2017-05-11 | Consolidate Linux creat implementation | Adhemerval Zanella |
2017-05-11 | Consolidate Linux open implementation | Adhemerval Zanella |
2017-05-03 | Consolidate Linux epoll_wait syscall | Adhemerval Zanella |
2017-05-03 | Consolidate Linux select implementation | Adhemerval Zanella |
2017-05-03 | Consolidate Linux poll implementation | Adhemerval Zanella |
2017-04-12 | Consolidate Linux mmap implementation (BZ#21270) | Adhemerval Zanella |
2017-03-09 | Consolidate Linux send implementation | Adhemerval Zanella |
2017-03-09 | Consolidate Linux sendto implementation | Adhemerval Zanella |
2017-03-09 | Consolidate Linux recv implementation | Adhemerval Zanella |
2017-03-09 | Consolidate Linux recvfrom implementation | Adhemerval Zanella |
2017-03-09 | Consolidate Linux connect implementation | Adhemerval Zanella |
2017-03-09 | Consolidate Linux accept implementation | Adhemerval Zanella |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2016-12-28 | Use shmget syscall for linux implementation | Adhemerval Zanella |
2016-12-28 | Use shmdt syscall for linux implementation | Adhemerval Zanella |
2016-12-28 | Consolidate Linux shmctl implementation | Adhemerval Zanella |
2016-12-28 | Use shmat syscall for Linux implementation | Adhemerval Zanella |
2016-12-28 | Consolidate Linux semtimedop implementation | Adhemerval Zanella |
2016-12-28 | Use semop syscall for Linux implementation | Adhemerval Zanella |
2016-12-28 | Use semget syscall for Linux implementation | Adhemerval Zanella |
2016-12-28 | Consolidate Linux semctl implementation | Adhemerval Zanella |
2016-12-28 | Use msgget syscall for Linux implementation | Adhemerval Zanella |
2016-12-28 | Use msgsnd syscall for Linux implementation | Adhemerval Zanella |
2016-12-28 | Consolidate Linux msgrcv implementation | Adhemerval Zanella |
2016-12-28 | Consolidate Linux msgctl implementation | Adhemerval Zanella |
2016-12-14 | Consolidate rename Linux implementation | Adhemerval Zanella |