Age | Commit message (Expand) | Author |
2020-01-03 | elf: Move vDSO setup to rtld (BZ#24967) | Adhemerval Zanella |
2020-01-03 | linux: Consolidate time implementation | Adhemerval Zanella |
2020-01-03 | linux: Consolidate Linux gettimeofday | Adhemerval Zanella |
2020-01-03 | linux: Update mips vDSO symbols | Adhemerval Zanella |
2020-01-03 | linux: Update x86 vDSO symbols | Adhemerval Zanella |
2020-01-03 | Remove vDSO support from make-syscall.sh | Adhemerval Zanella |
2020-01-03 | x86: Make x32 use x86 time implementation | Adhemerval Zanella |
2020-01-03 | linux: Fix vDSO macros build with time64 interfaces | Adhemerval Zanella |
2020-01-03 | Linux: Fix clock_nanosleep time64 check | Adhemerval Zanella |
2020-01-02 | Linux: Remove pread/pread64, pwrite/pwrite64 kludges from <sysdep.h> | Florian Weimer |
2020-01-02 | Linux: Use system call tables during build | Florian Weimer |
2020-01-02 | Linux: Add tables with system call numbers | Florian Weimer |
2020-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2019-12-30 | alpha: Set wait4 as cancellation entrypoint | Adhemerval Zanella |
2019-12-27 | Do not redirect calls to __GI_* symbols, when redirecting to *ieee128 | Tulio Magno Quites Machado Filho |
2019-12-27 | aarch64: ifunc rename for kunpeng | Xuelei Zhang |
2019-12-27 | linux: Consolidate sigprocmask | Adhemerval Zanella |
2019-12-27 | Fix return code for __libc_signal_* functions | Adhemerval Zanella |
2019-12-19 | aarch64: Add Huawei Kunpeng to tunable cpu list | Xuelei Zhang |
2019-12-19 | Consolidate wait3 implementations | Adhemerval Zanella |
2019-12-19 | Implement waitpid in terms of wait4 | Adhemerval Zanella |
2019-12-19 | linux: Use waitid on wait4 if __NR_wait4 is not defined | Adhemerval Zanella |
2019-12-19 | Implement wait in terms of waitpid | Adhemerval Zanella |
2019-12-19 | nptl: Move waitpid implementation to libc | Adhemerval Zanella |
2019-12-19 | nptl: Move wait implementation to libc | Adhemerval Zanella |
2019-12-19 | Remove __waitpid_nocancel | Adhemerval Zanella |
2019-12-19 | Fix __libc_signal_block_all on sparc64 | Adhemerval Zanella |
2019-12-16 | mips: Do not include hi and lo in __SYSCALL_CLOBBERS for R6 | Dragan Mladjenovic |
2019-12-13 | hurd: Fix local PLT | Samuel Thibault |
2019-12-09 | nptl: Add more missing placeholder abi symbol from nanosleep move | Adhemerval Zanella |
2019-12-05 | y2038: linux: Provide __timer_settime64 implementation | Lukasz Majewski |
2019-12-05 | y2038: linux: Provide __timer_gettime64 implementation | Lukasz Majewski |
2019-12-05 | timer: Decouple x86_64 specific timer_settime from generic Linux implementation | Lukasz Majewski |
2019-12-05 | timer: Decouple x86_64 specific timer_gettime from generic Linux implementation | Lukasz Majewski |
2019-12-05 | misc/test-errno-linux: Handle EINVAL from quotactl | Florian Weimer |
2019-12-04 | sysdeps/clock_gettime: Use clock_gettime64 if avaliable | Alistair Francis |
2019-12-04 | sysdeps: Add clock_gettime64 vDSO | Alistair Francis |
2019-12-01 | hurd: Fix ld.so __access override from libc | Samuel Thibault |
2019-12-01 | hurd: Fix ld.so __getcwd override from libc | Samuel Thibault |
2019-11-29 | Update kernel version to 5.4 in tst-mman-consts.py. | Joseph Myers |
2019-11-29 | Update SOMAXCONN value from Linux 5.4. | Joseph Myers |
2019-11-28 | Update syscall-names.list for Linux 5.4. | Joseph Myers |
2019-11-28 | Define MADV_COLD and MADV_PAGEOUT from Linux 5.4. | Joseph Myers |
2019-11-27 | sparc: Use atomic compiler builtins on sparc | Adhemerval Zanella |
2019-11-26 | hppa: Remove unrequired nptl headers | Adhemerval Zanella |
2019-11-26 | nptl: Add struct_rwlock.h | Adhemerval Zanella |
2019-11-26 | nptl: Add struct_mutex.h | Adhemerval Zanella |
2019-11-22 | misc: Set generic pselect as ENOSYS | Adhemerval Zanella |
2019-11-21 | Don't use a custom wrapper macro around __has_include (bug 25189). | Emilio Cobos Álvarez |