summaryrefslogtreecommitdiff
path: root/libexec/ld.so/tib.c
AgeCommit message (Expand)Author
2023-12-08locally us MAXIMUM() rather than MAX()Theo de Raadt
2022-01-08Prep .c files for removing the #includes from */archdep.hPhilip Guenther
2017-12-01Redo the calculation of the alignment and placement of static TLS data toPhilip Guenther
2017-10-29Prefer <elf.h> to the non portable <sys/exec_elf.h>.Martin Pieuchot
2017-08-27Replace heaps of hand-written syscall stubs with a simpler frameworkTheo de Raadt
2017-01-23The functionality of _dl_allocate_tib() is used internally, so renamePhilip Guenther
2016-05-19Give the caller a chance to handle the failure if unable to allocatePhilip Guenther
2016-05-18fix types for mmap wrappers. A few whitespace cleanups snuck in.Theo de Raadt
2016-05-07Use a Thread Information Block in both single and multi-threaded programs.Philip Guenther