about summary refs log tree commit diff
path: root/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
* nptl: Move pthread_mutex_trylock, __pthread_mutex_trylock into libcFlorian Weimer2021-04-2361-58/+128
* nptl: Move pthread_mutex_timedlock, pthread_mutex_clocklock to libcFlorian Weimer2021-04-2361-58/+128
* nptl: Move pthread_mutex_setprioceiling into libcFlorian Weimer2021-04-2361-29/+64
* nptl: Move pthread_mutex_getprioceiling into libcFlorian Weimer2021-04-2361-29/+64
* nptl: Move pthread_kill_other_threads_np compatibility symbol into libcFlorian Weimer2021-04-2261-29/+32
* nptl: Move pthread_atfork compatibility symbol to libcFlorian Weimer2021-04-2233-15/+18
* nptl: Move setxid broadcast implementation into libcFlorian Weimer2021-04-211-4/+0
* nptl: Move core condition variable functions into libcFlorian Weimer2021-04-2161-209/+80
* nptl: Move core mutex functions into libcFlorian Weimer2021-04-2161-232/+256
* x86: Remove low-level lock optimizationFlorian Weimer2021-04-211-87/+0
* nptl: Move rwlock functions with forwarders into libcFlorian Weimer2021-04-2161-174/+288
* nptl: Move pthread_key_delete into libc.Florian Weimer2021-04-2161-29/+64
* nptl: Move pthread_setspecific, __pthread_setspecific into libcFlorian Weimer2021-04-2161-58/+128
* nptl: Move pthread_getspecific, __pthread_getspecific into libcFlorian Weimer2021-04-2161-58/+128
* nptl: Move pthread_key_create, __pthread_key_create into libcFlorian Weimer2021-04-2161-58/+128
* nptl: Move part of TCB initialization from libpthread to __tls_init_tpFlorian Weimer2021-04-211-29/+0
* nptl: Move pthread_setcanceltype into libcFlorian Weimer2021-04-2129-29/+0
* nptl: Move pthread_setcancelstate into libcFlorian Weimer2021-04-2131-35/+3
* nptl: Move pthread_exit into libcFlorian Weimer2021-04-2129-29/+0
* nptl: Move __pthread_unwind_next into libcFlorian Weimer2021-04-2163-56/+65
* nptl: Move pthread_once and __pthread_once into libcFlorian Weimer2021-04-2161-58/+128
* nptl: Move __pthread_cleanup_upto into libcFlorian Weimer2021-04-211-5/+2
* x86: Restore compile-time check for shadow stack pointer in longjmpAdhemerval Zanella2021-04-211-0/+39
* nptl: Remove longjmp, siglongjmp from libpthreadFlorian Weimer2021-04-2129-153/+28
* nptl: Move legacy cancelation handling into libc as compat symbolsFlorian Weimer2021-04-2161-116/+128
* nptl: Move __pthread_cleanup_routine into libcFlorian Weimer2021-04-2161-29/+64
* nptl: Move pthread_mutex_consistent into libcFlorian Weimer2021-04-2161-58/+96
* powerpc: Add missing registers to clobbers list for syscalls [BZ #27623]Matheus Castanho2021-04-161-3/+6
* misc: syslog: Assume MSG_NOSIGNAL support (BZ #17144)Adhemerval Zanella2021-04-151-4/+0
* io: Move file timestamps tests out of LinuxAdhemerval Zanella2021-04-155-229/+1
* Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.hSzabolcs Nagy2021-04-141-4/+0
* linux: sysconf: Use a more explicit maximum_ARG_MAXAdhemerval Zanella2021-04-131-1/+1
* linux: sysconf: limit _SC_MAX_ARG to 6 MiB (BZ #25305)Michal Nazarewicz2021-04-131-1/+7
* linux: always update select timeout (BZ #27706)Adhemerval Zanella2021-04-121-2/+2
* linux: Normalize and return timeout on select (BZ #27651)Adhemerval Zanella2021-04-121-9/+32
* arm: Fix an incorrect check in ____longjmp_chk [BZ #27709]Szabolcs Nagy2021-04-121-2/+2
* Fix conform linknamespace tests due to gnu_dev_makedevStefan Liebler2021-03-311-2/+2
* Move __isnanf128 to libc.soSiddhesh Poyarekar2021-03-3011-5/+11
* linux: Add y2106 support on utimensat testsAdhemerval Zanella2021-03-294-166/+119
* linux: Use statx for MIPSn64Adhemerval Zanella2021-03-293-33/+29
* linux: Disable fstatat64 fallback if __ASSUME_STATX is definedAdhemerval Zanella2021-03-291-16/+40
* linux: Implement fstatat with __fstatat64_time64Adhemerval Zanella2021-03-291-38/+11
* nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_curre...Adhemerval Zanella2021-03-2630-87/+5
* nptl: Move sigaction to libcAdhemerval Zanella2021-03-2629-58/+0
* nptl: Remove pthread raise implementationAdhemerval Zanella2021-03-2631-50/+0
* nptl: Move pthread_kill to libcAdhemerval Zanella2021-03-2661-29/+64
* nptl: Remove pwrite from libpthreadAdhemerval Zanella2021-03-2638-87/+37
* nptl: Remove pread from libpthreadAdhemerval Zanella2021-03-2638-87/+37
* nptl: Remove open from libpthreadAdhemerval Zanella2021-03-2637-117/+12
* nptl: Remove lseek from libpthreadAdhemerval Zanella2021-03-2637-89/+12