aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* resolve next fn ptr on callJohannes Stoelp2024-09-101-7/+50
| | | | | | | | | | Resolve pthread_create on call to function rather than from static initializer as the wrapper may be called before the static initializers of the shared library are executed. Additionally implement dlsym(RTLD_NEXT) manually with dladdr1() and walking the link map, as in the past I have received wrong function pointers from dlsym, pointing to a library earlier in the link map.
* minor cleanupsJohannes Stoelp2024-09-102-17/+15
|
* fix link in readmeJohannes Stoelp2024-09-091-1/+1
|
* fix readme file nameJohannes Stoelp2024-09-091-0/+0
|
* add readme and change default make targetJohannes Stoelp2024-09-092-5/+57
|
* make: fix flags usageJohannes Stoelp2024-09-091-4/+5
|
* initial commit of libbtJohannes Stoelp2024-09-097-0/+312