aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv
AgeCommit message (Expand)Author
2021-04-21x86: Remove low-level lock optimizationFlorian Weimer
2021-04-21nptl: Move rwlock functions with forwarders into libcFlorian Weimer
2021-04-21nptl: Move pthread_key_delete into libc.Florian Weimer
2021-04-21nptl: Move pthread_setspecific, __pthread_setspecific into libcFlorian Weimer
2021-04-21nptl: Move pthread_getspecific, __pthread_getspecific into libcFlorian Weimer
2021-04-21nptl: Move pthread_key_create, __pthread_key_create into libcFlorian Weimer
2021-04-21nptl: Move part of TCB initialization from libpthread to __tls_init_tpFlorian Weimer
2021-04-21nptl: Move pthread_setcanceltype into libcFlorian Weimer
2021-04-21nptl: Move pthread_setcancelstate into libcFlorian Weimer
2021-04-21nptl: Move pthread_exit into libcFlorian Weimer
2021-04-21nptl: Move __pthread_unwind_next into libcFlorian Weimer
2021-04-21nptl: Move pthread_once and __pthread_once into libcFlorian Weimer
2021-04-21nptl: Move __pthread_cleanup_upto into libcFlorian Weimer
2021-04-21x86: Restore compile-time check for shadow stack pointer in longjmpAdhemerval Zanella
2021-04-21nptl: Remove longjmp, siglongjmp from libpthreadFlorian Weimer
2021-04-21nptl: Move legacy cancelation handling into libc as compat symbolsFlorian Weimer
2021-04-21nptl: Move __pthread_cleanup_routine into libcFlorian Weimer
2021-04-21nptl: Move pthread_mutex_consistent into libcFlorian Weimer
2021-04-16powerpc: Add missing registers to clobbers list for syscalls [BZ #27623]Matheus Castanho
2021-04-15misc: syslog: Assume MSG_NOSIGNAL support (BZ #17144)Adhemerval Zanella
2021-04-15io: Move file timestamps tests out of LinuxAdhemerval Zanella
2021-04-14Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.hSzabolcs Nagy
2021-04-13linux: sysconf: Use a more explicit maximum_ARG_MAXAdhemerval Zanella
2021-04-13linux: sysconf: limit _SC_MAX_ARG to 6 MiB (BZ #25305)Michal Nazarewicz
2021-04-12linux: always update select timeout (BZ #27706)Adhemerval Zanella
2021-04-12linux: Normalize and return timeout on select (BZ #27651)Adhemerval Zanella
2021-04-12arm: Fix an incorrect check in ____longjmp_chk [BZ #27709]Szabolcs Nagy
2021-03-31Fix conform linknamespace tests due to gnu_dev_makedevStefan Liebler
2021-03-30Move __isnanf128 to libc.soSiddhesh Poyarekar
2021-03-29linux: Add y2106 support on utimensat testsAdhemerval Zanella
2021-03-29linux: Use statx for MIPSn64Adhemerval Zanella
2021-03-29linux: Disable fstatat64 fallback if __ASSUME_STATX is definedAdhemerval Zanella
2021-03-29linux: Implement fstatat with __fstatat64_time64Adhemerval Zanella
2021-03-26nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_curre...Adhemerval Zanella
2021-03-26nptl: Move sigaction to libcAdhemerval Zanella
2021-03-26nptl: Remove pthread raise implementationAdhemerval Zanella
2021-03-26nptl: Move pthread_kill to libcAdhemerval Zanella
2021-03-26nptl: Remove pwrite from libpthreadAdhemerval Zanella
2021-03-26nptl: Remove pread from libpthreadAdhemerval Zanella
2021-03-26nptl: Remove open from libpthreadAdhemerval Zanella
2021-03-26nptl: Remove lseek from libpthreadAdhemerval Zanella
2021-03-26nptl: Remove send from libpthreadAdhemerval Zanella
2021-03-23tst: Add test for sigtimedwaitLukasz Majewski
2021-03-23tst: Add test for ntp_gettimexLukasz Majewski
2021-03-23tst: Add test for ntp_gettimeLukasz Majewski
2021-03-23fix: Always export ntp_gettimex functionLukasz Majewski
2021-03-18signal: Add __libc_sigactionAdhemerval Zanella
2021-03-18nptl: Move system to libcAdhemerval Zanella
2021-03-18nptl: Move fcntl from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove sendmsg from libpthreadAdhemerval Zanella