Age | Commit message (Expand) | Author | Files | Lines |
2024-01-29 | add posix_fallocate64() wrapper | Paper | 1 | -0/+1 |
2021-06-25 | random_r: Add reentrant random functions from LSB | George Matsumura | 1 | -0/+1 |
2020-07-06 | time: New module adding __strftime_l | A. Wilcox | 1 | -0/+1 |
2020-07-06 | locale: New module for glibc locale_t ABI compat | A. Wilcox | 1 | -0/+1 |
2019-01-05 | Fix compatibility with Linux 4.17+ | Samuel Holland | 1 | -1/+1 |
2019-01-05 | Makefile: Detect and link an obstack library | Samuel Holland | 1 | -3/+15 |
2019-01-05 | Makefile: Clean up compiler invocations | Samuel Holland | 1 | -9/+11 |
2019-01-05 | Makefile: depend on internal.h; format headers | Samuel Holland | 1 | -2/+3 |
2018-09-11 | realpath: Intercept realpath(/proc/self/exe) | Samuel Holland | 1 | -0/+1 |
2018-09-11 | ctype: Add __ctype_b | Samuel Holland | 1 | -0/+1 |
2018-09-11 | cxx_thread: Add __cxa_thread_atexit_impl | Samuel Holland | 1 | -0/+1 |
2018-03-16 | build: allow building with libucontext support | William Pitcock | 1 | -2/+9 |
2018-02-23 | libgcompat: add internal api for GCOMPAT__panic(). | William Pitcock | 1 | -0/+2 |
2018-01-15 | readlink: Intercept readlink("/proc/self/exe") | Samuel Holland | 1 | -0/+1 |
2018-01-15 | utmp: Implement the reentrant utmp function from LSB | Samuel Holland | 1 | -0/+1 |
2018-01-15 | unistd: Implement LSB functions plus more | Samuel Holland | 1 | -0/+1 |
2018-01-15 | syslog: Implement checked syslog functions from LSB | Samuel Holland | 1 | -0/+1 |
2018-01-15 | socket: Implement checked socket functions from LSB | Samuel Holland | 1 | -0/+1 |
2018-01-15 | signal: Add a signal function from LSB | Samuel Holland | 1 | -0/+1 |
2018-01-15 | netdb: Add protocol and service functions from LSB | Samuel Holland | 1 | -0/+1 |
2018-01-15 | misc: Implement some miscellaneous functions | Samuel Holland | 1 | -0/+1 |
2018-01-15 | error: Implement the error function | Samuel Holland | 1 | -0/+1 |
2018-01-15 | stdio: Clean up, add all of LSB stdio plus more | Samuel Holland | 1 | -1/+2 |
2018-01-15 | grp: Implement fgetgrent_r/getgrent_r | Samuel Holland | 1 | -0/+1 |
2018-01-14 | dlfcn: Combine functions for the same header into one file | Samuel Holland | 1 | -2/+1 |
2018-01-14 | execinfo: Clean up, implement backtrace_symbols_fd | Samuel Holland | 1 | -1/+1 |
2018-01-14 | Makefile: Update compilation options | Samuel Holland | 1 | -3/+4 |
2018-01-14 | libgcompat: Add and use a macro for defining symbol aliases | Samuel Holland | 1 | -0/+4 |
2018-01-14 | Add clang-format configuration and Makefile rule | Samuel Holland | 1 | -0/+5 |
2017-10-26 | Makefile: Ensure correct compilation on GCC 4.x | A. Wilcox | 1 | -2/+5 |
2017-10-15 | ucontext: new module | A. Wilcox | 1 | -0/+1 |
2017-10-15 | resolv: new module | A. Wilcox | 1 | -0/+1 |
2017-09-16 | Makefile: allow compilation with specified compiler rather than hard-coded gcc | Daniel James | 1 | -3/+3 |
2017-07-28 | libgcompat: add getpwent_r() and fgetpwent_r() stubs | William Pitcock | 1 | -0/+1 |
2017-06-14 | add sysctl() | William Pitcock | 1 | -0/+1 |
2017-06-14 | pthread: add __register_atfork() stub | William Pitcock | 1 | -0/+1 |
2017-06-14 | recent musl has pthread_setname_np(). | William Pitcock | 1 | -1/+0 |
2017-06-14 | build system: add install target, fix loader build rules | William Pitcock | 1 | -2/+6 |
2017-06-14 | add Makefile | William Pitcock | 1 | -0/+38 |