Age | Commit message (Expand) | Author |
2019-09-17 | Refactor vDSO initialization code | Adhemerval Zanella |
2019-09-17 | Remove PREPARE_VERSION and PREPARE_VERSION_KNOW | Adhemerval Zanella |
2019-09-07 | Fix three GNU license URLs, along with trailing-newline issues. | Paul Eggert |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert |
2019-09-04 | Finish move of clock_* functions to libc. [BZ #24959] | Zack Weinberg |
2019-08-30 | nptl: Move pthread_attr_getinheritsched implementation into libc | Florian Weimer |
2019-08-28 | nptl: Move pthread_attr_setdetachstate implementation into libc | Florian Weimer |
2019-08-23 | Refactor sigcontextinfo.h | Adhemerval Zanella |
2019-08-16 | nptl: Move pthread_attr_getdetachstate implementation into libc | Florian Weimer |
2019-08-15 | nptl: Move pthread_attr_init implementation into libc | Florian Weimer |
2019-08-15 | Make totalorder and totalordermag functions take pointer arguments. | Joseph Myers |
2019-08-15 | login: Add nonstring attributes to struct utmp, struct utmpx [BZ #24899] | Florian Weimer |
2019-08-15 | nptl: Remove pthread_self compatibility symbol from libpthread | Florian Weimer |
2019-08-15 | nptl: Move pthread_attr_destroy implementation into libc | Florian Weimer |
2019-08-15 | nptl: Move pthread_equal implementation into libc | Florian Weimer |
2019-08-06 | s390: Fix Enable VDSO for static linking | Stefan Liebler |
2019-08-05 | linux: Enable vDSO for static linking as default (BZ#19767) | Adhemerval Zanella |
2019-08-05 | s390: Enable VDSO for static linking | Adhemerval Zanella |
2019-07-12 | nptl: Add POSIX-proposed pthread_mutex_clocklock | Mike Crowe |
2019-07-12 | nptl: Rename lll_timedlock to lll_clocklock and add clockid parameter | Mike Crowe |
2019-07-12 | nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlock | Mike Crowe |
2019-07-12 | nptl: Add POSIX-proposed pthread_cond_clockwait | Mike Crowe |
2019-07-12 | nptl: Add POSIX-proposed sem_clockwait | Mike Crowe |
2019-07-02 | nptl: Remove vfork IFUNC-based forwarder from libpthread [BZ #20188] | Florian Weimer |
2019-06-21 | Add missing VDSO_{NAME,HASH}_* macros and use them for PREPARE_VERSION_KNOWN | Tobias Klauser |
2019-06-07 | Linux: Add getdents64 system call | Florian Weimer |
2019-05-20 | sysvipc: Consolidate semtimedop s390 | Adhemerval Zanella |
2019-05-14 | Linux: Add the tgkill function | Florian Weimer |
2019-05-02 | misc: Add twalk_r function | Florian Weimer |
2019-03-22 | S390: Add new hwcap values for new cpu architecture arch13. | Stefan Liebler |
2019-03-13 | Fix output of LD_SHOW_AUXV=1. | Stefan Liebler |
2019-03-01 | ldbl-opt: Add error and error_at_line (bug 23984) | Gabriel F. T. Gomes |
2019-03-01 | ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, and vwarnx (bug 23984) | Gabriel F. T. Gomes |
2019-03-01 | ldbl-opt: Add argp_error and argp_failure (bug 23983) | Gabriel F. T. Gomes |
2019-02-26 | Break further lines before not after operators. | Joseph Myers |
2019-02-15 | io: Consolidate lockf implementation | Adhemerval Zanella |
2019-02-08 | Linux: Add gettid system call wrapper [BZ #6399] | Florian Weimer |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2018-12-18 | s390: Use generic kernel_sigaction.h | Adhemerval Zanella |
2018-12-07 | Add getcpu | H.J. Lu |
2018-12-07 | posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405] | Florian Weimer |
2018-11-30 | posix: Use posix_spawn on system | Adhemerval Zanella |
2018-11-21 | Remove the error handling wrapper from pow | Szabolcs Nagy |
2018-11-21 | Remove the error handling wrapper from log2 | Szabolcs Nagy |
2018-11-21 | Remove the error handling wrapper from log | Szabolcs Nagy |
2018-11-21 | Remove the error handling wrapper from exp and exp2 | Szabolcs Nagy |
2018-11-08 | Remove __ASSUME_SOCKETCALL. | Joseph Myers |
2018-11-06 | posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405] | Florian Weimer |
2018-10-17 | Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B... | Stefan Liebler |
2018-10-10 | Use common bits/shm.h for more architectures. | Joseph Myers |