about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/Makefile
Commit message (Expand)AuthorAgeFilesLines
* nptl: Add glibc.pthread.rseq tunable to control rseq registrationFlorian Weimer2021-12-091-0/+8
* nptl: Add rseq registrationFlorian Weimer2021-12-091-1/+8
* linux: Implement mremap in CAdhemerval Zanella2021-11-301-0/+1
* linux: Add prlimit64 C implementationAdhemerval Zanella2021-11-301-1/+1
* linux: Add fanotify_mark C implementationAdhemerval Zanella2021-11-251-1/+2
* io: Refactor close_range and closefromAdhemerval Zanella2021-11-241-1/+0
* socket: Add time64 alias for sendmmsgFlorian Weimer2021-07-211-0/+2
* Linux: Add time64 alias for prctlFlorian Weimer2021-07-211-1/+5
* Add static tests for __clone_internalH.J. Lu2021-07-141-0/+9
* Add an internal wrapper for clone, clone2 and clone3H.J. Lu2021-07-141-1/+2
* Linux: Use 32-bit vDSO for clock_gettime, gettimeofday, time (BZ# 28071)Adhemerval Zanella2021-07-121-0/+6
* Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MINFlorian Weimer2021-07-121-1/+1
* Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)H.J. Lu2021-07-091-1/+2
* io: Add closefrom [BZ #10353]Adhemerval Zanella2021-07-081-1/+2
* linux: Add close_rangeAdhemerval Zanella2021-07-081-1/+2
* Linux: Cleanups after librt moveFlorian Weimer2021-06-281-13/+0
* linux: Only use 64-bit syscall if required for sigtimedwaitAdhemerval Zanella2021-06-221-0/+2
* linux: Only use 64-bit syscall if required for timerfd_settimeAdhemerval Zanella2021-06-221-0/+2
* linux: Remove time64-supportAdhemerval Zanella2021-06-221-1/+1
* linux: Only use 64-bit syscall if required for ppollAdhemerval Zanella2021-06-221-0/+9
* y2038: Add test coverageAdhemerval Zanella2021-06-151-0/+10
* y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella2021-06-151-0/+3
* y2038: Use a common definition for shmid_dsAdhemerval Zanella2021-06-151-1/+2
* y2038: Use a common definition for semid_dsAdhemerval Zanella2021-06-151-1/+2
* y2038: Use a common definition for msqid_dsLukasz Majewski2021-06-151-1/+2
* y2038: Use a common definition for statLukasz Majewski2021-06-151-1/+2
* linux: Add fallback for 64-bit time_t SO_TIMESTAMP{NS}Adhemerval Zanella2021-06-151-1/+1
* x86-64: Align child stack to 16 bytes [BZ #27902]H.J. Lu2021-05-311-1/+1
* Linux: Remove remaining references to $(shared-thread-library)Florian Weimer2021-05-251-6/+0
* io: Move file timestamps tests out of LinuxAdhemerval Zanella2021-04-151-1/+1
* tst: Add test for sigtimedwaitLukasz Majewski2021-03-231-1/+1
* tst: Add test for ntp_gettimexLukasz Majewski2021-03-231-1/+2
* tst: Add test for ntp_gettimeLukasz Majewski2021-03-231-1/+1
* Linux: misc/tst-ofdlocks-compat can be a regular testFlorian Weimer2021-03-091-1/+7
* Linux: dirent/tst-readdir64-compat can be a regular testFlorian Weimer2021-03-091-1/+5
* tst: Add test for ntp_adjtimeLukasz Majewski2021-03-081-1/+1
* tst: Add test for adjtimexLukasz Majewski2021-03-081-1/+1
* tst: Add test for clock_adjtimeLukasz Majewski2021-03-081-1/+2
* tst: Add test for utimesLukasz Majewski2021-03-021-1/+1
* tst: Add test for utimeLukasz Majewski2021-03-021-1/+1
* tst: Add test for futimensLukasz Majewski2021-03-021-1/+1
* linux: Consolidate internal_statvfsAdhemerval Zanella2021-02-111-1/+1
* tst: Provide test for ppollLukasz Majewski2021-02-081-1/+1
* tst: Provide test for timerfd related functionsLukasz Majewski2021-02-081-1/+2
* io: Remove xmknod{at} implementationsAdhemerval Zanella2020-12-291-1/+2
* io: Remove xstat implementationsAdhemerval Zanella2020-12-291-1/+3
* sysvipc: Fix IPC_INFO and SHM_INFO handling [BZ #26636]Adhemerval Zanella2020-10-141-1/+1
* linux: Add {f}stat{at} y2038 supportAdhemerval Zanella2020-10-091-1/+1
* linux: Move the struct stat{64} to struct_stat.hAdhemerval Zanella2020-10-091-1/+2
* nptl: Add missing cancellation flags on futex_internal and pselect32Adhemerval Zanella2020-10-071-0/+1