aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/interposing_table.c
Commit message (Expand)AuthorAgeFilesLines
* Remove "All Rights Reserved" from Foundation copyrightsEd Maste2023-09-251-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* libthr: wrap pdfork(2), same as fork(2).Konstantin Belousov2021-01-111-0/+1
* Fix initial exec TLS mode for dynamically loaded shared objects.Konstantin Belousov2019-03-291-0/+1
* Add clock_nanosleep()Eric van Gyzen2017-03-191-0/+1
* The fdatasync(2) call must be cancellation point.Konstantin Belousov2016-08-161-0/+1
* If libthr.so is dlopened without RTLD_GLOBAL flag, the libthr symbolsKonstantin Belousov2016-02-081-0/+1
* The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andKonstantin Belousov2015-04-181-1/+1
* Make wait6(2), waitid(3) and ppoll(2) cancellation points. TheKonstantin Belousov2015-04-181-0/+2
* Make kevent(2) a cancellation point.Konstantin Belousov2015-03-291-0/+1
* Properly interpose libc spinlocks, was missed in r276630. InKonstantin Belousov2015-02-141-0/+2
* Reduce the size of the interposing table and amount ofKonstantin Belousov2015-01-111-9/+0
* Fix known issues which blow up the process after dlopen("libthr.so")Konstantin Belousov2015-01-031-0/+93