Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-03-12 | make FILE a complete type for pre-C11 standard profiles | Rich Felker | 2 | -0/+11 |
2019-02-22 | add membarrier syscall wrapper, refactor dynamic tls install to use it | Rich Felker | 1 | -0/+9 |
2019-02-16 | introduce namespace-safe rwlock aliases; use in pthread_key_create | Rich Felker | 1 | -0/+7 |
2018-12-09 | add namespace-safe version of getauxval for internal use | Rich Felker | 1 | -0/+10 |
2018-10-18 | bypass indirection through pointer objects to access stdin/out/err | Rich Felker | 1 | -0/+18 |
2018-09-14 | add hidden version of &errno accessor function | Rich Felker | 1 | -0/+11 |
2018-09-12 | use wrapper headers to hide most namespaced/internally-public symbols | Rich Felker | 12 | -60/+64 |
2018-09-12 | declare __env_rm_add in wrapper stdlib.h | Rich Felker | 1 | -0/+1 |
2018-09-12 | overhaul internally-public declarations using wrapper headers | Rich Felker | 14 | -0/+173 |