Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update readmeHEADmain | Johannes Stoelp | 2024-09-11 | 1 | -6/+25 |
| | |||||
* | resolve next fn ptr on call | Johannes Stoelp | 2024-09-10 | 1 | -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 cleanups | Johannes Stoelp | 2024-09-10 | 2 | -17/+15 |
| | |||||
* | fix link in readme | Johannes Stoelp | 2024-09-09 | 1 | -1/+1 |
| | |||||
* | fix readme file name | Johannes Stoelp | 2024-09-09 | 1 | -0/+0 |
| | |||||
* | add readme and change default make target | Johannes Stoelp | 2024-09-09 | 2 | -5/+57 |
| | |||||
* | make: fix flags usage | Johannes Stoelp | 2024-09-09 | 1 | -4/+5 |
| | |||||
* | initial commit of libbt | Johannes Stoelp | 2024-09-09 | 7 | -0/+312 |