about summary refs log tree commit diff
path: root/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
...
* linux: Only use 64-bit syscall if required for utimensat familyAdhemerval Zanella2021-06-221-13/+18
* linux: Only use 64-bit syscall if required for sigtimedwaitAdhemerval Zanella2021-06-223-9/+36
* linux: Only use 64-bit syscall if required for mq_timedsendAdhemerval Zanella2021-06-221-16/+19
* linux: Only use 64-bit syscall if required for mq_timedreceiveAdhemerval Zanella2021-06-221-16/+19
* linux: Only use 64-bit syscall if required for timerfd_settimeAdhemerval Zanella2021-06-223-13/+48
* linux: Only use 64-bit syscall if required for semtimedopAdhemerval Zanella2021-06-221-23/+30
* linux: timerfd_gettime minor cleanupAdhemerval Zanella2021-06-221-5/+4
* linux: Remove time64-supportAdhemerval Zanella2021-06-223-94/+1
* linux: Remove supports_time64 () from clock_gettimeAdhemerval Zanella2021-06-221-10/+4
* linux: Remove supports_time64 () from clock_getresAdhemerval Zanella2021-06-221-11/+5
* linux: Only use 64-bit syscall if required for selectAdhemerval Zanella2021-06-221-35/+37
* linux: Only use 64-bit syscall if required for pselectAdhemerval Zanella2021-06-223-27/+29
* linux: Only use 64-bit syscall if required for ppollAdhemerval Zanella2021-06-223-25/+39
* Use 64 bit time_t stat internallyAdhemerval Zanella2021-06-226-25/+21
* Add hidden prototypes for fsync, fdatasyncFlorian Weimer2021-06-222-0/+2
* nptl: Move pthreadP.h into sysdeps directoryFlorian Weimer2021-06-229-9/+9
* rt: Move generic implementation from sysdeps/pthread to rtFlorian Weimer2021-06-225-7/+7
* rt: Move shm_unlink into libcFlorian Weimer2021-06-2162-30/+64
* rt: Move shm_open into libcFlorian Weimer2021-06-2162-30/+64
* nptl: Export _pthread_cleanup_push, _pthread_cleanup_pop againFlorian Weimer2021-06-1532-0/+64
* s390x: Align child stack while clone. [BZ #27968]Stefan Liebler2021-06-152-6/+10
* y2038: Add test coverageAdhemerval Zanella2021-06-159-0/+18
* io: Add ftw64 with 64-bit time_t supportAdhemerval Zanella2021-06-1520-0/+40
* io: Add fts64 with 64-bit time_t supportAdhemerval Zanella2021-06-1520-0/+100
* posix: Add glob64 with 64-bit time_t supportAdhemerval Zanella2021-06-1527-16/+146
* y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella2021-06-1581-18/+1604
* y2038: Add __USE_TIME_BITS64 support for socket-constants.hAdhemerval Zanella2021-06-155-16/+175
* y2038: Use a common definition for shmid_dsAdhemerval Zanella2021-06-158-26/+68
* y2038: Use a common definition for semid_dsAdhemerval Zanella2021-06-159-14/+61
* y2038: Use a common definition for msqid_dsLukasz Majewski2021-06-158-28/+81
* y2038: Use a common definition for statLukasz Majewski2021-06-1510-243/+320
* y2038: linux: Add __USE_TIME_BITS64 support for struct timexAdhemerval Zanella2021-06-151-0/+31
* linux: Add recvvmsg fallback for 64-bit time_t SO_TIMESTAMP{NS}Adhemerval Zanella2021-06-151-2/+15
* linux: Add fallback for 64-bit time_t SO_TIMESTAMP{NS}Adhemerval Zanella2021-06-1510-7/+162
* linux: Add fallback for 64-bit time_t SO_{RCV,SND}TIMEOAdhemerval Zanella2021-06-147-15/+276
* linux: s390: Add libanl.abilist in s390 and s390xAdhemerval Zanella2021-06-142-0/+4
* linux: mips: Split libanl.abilist in n32 and n64Adhemerval Zanella2021-06-142-0/+4
* linux: mips: Split librt.abilist in n32 and n64Adhemerval Zanella2021-06-142-0/+37
* Add build option to disable usage of scv on powerpcMatheus Castanho2021-06-103-5/+13
* nptl: Implement raise in terms of pthread_killAdhemerval Zanella2021-06-091-52/+0
* configure: Replaced obsolete AC_TRY_COMPILENaohiro Tamura2021-06-043-12/+13
* nptl: Remove exit-thread.hAdhemerval Zanella2021-06-041-37/+0
* dlfcn: Move dlopen into libcFlorian Weimer2021-06-0361-42/+122
* dlfcn: Move dlvsym into libcFlorian Weimer2021-06-0361-29/+64
* dlfcn: Move dlinfo into libcFlorian Weimer2021-06-0361-29/+80
* dlfcn: Move dladdr1 into libcFlorian Weimer2021-06-0361-29/+64
* dlfcn: Move dlmopen into libcFlorian Weimer2021-06-0361-29/+80
* dlfcn: Move dlsym into libcFlorian Weimer2021-06-0361-29/+64
* dlfcn: Move dladdr into libcFlorian Weimer2021-06-0361-29/+64
* dlfcn: Move dlclose into libcFlorian Weimer2021-06-0361-29/+64