summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2024-03-30fenv: Add GNU extensionsLassebq1-0/+1
2024-01-30fcntl: correct stylingA. Wilcox1-1/+1
2024-01-29add posix_fallocate64() wrapperPaper1-0/+1
2021-06-25random_r: Add reentrant random functions from LSBGeorge Matsumura1-0/+1
2020-07-06time: New module adding __strftime_lA. Wilcox1-0/+1
2020-07-06locale: New module for glibc locale_t ABI compatA. Wilcox1-0/+1
2019-01-05Fix compatibility with Linux 4.17+Samuel Holland1-1/+1
2019-01-05Makefile: Detect and link an obstack librarySamuel Holland1-3/+15
2019-01-05Makefile: Clean up compiler invocationsSamuel Holland1-9/+11
2019-01-05Makefile: depend on internal.h; format headersSamuel Holland1-2/+3
2018-09-11realpath: Intercept realpath(/proc/self/exe)Samuel Holland1-0/+1
2018-09-11ctype: Add __ctype_bSamuel Holland1-0/+1
2018-09-11cxx_thread: Add __cxa_thread_atexit_implSamuel Holland1-0/+1
2018-03-16build: allow building with libucontext supportWilliam Pitcock1-2/+9
2018-02-23libgcompat: add internal api for GCOMPAT__panic().William Pitcock1-0/+2
2018-01-15readlink: Intercept readlink("/proc/self/exe")Samuel Holland1-0/+1
2018-01-15utmp: Implement the reentrant utmp function from LSBSamuel Holland1-0/+1
2018-01-15unistd: Implement LSB functions plus moreSamuel Holland1-0/+1
2018-01-15syslog: Implement checked syslog functions from LSBSamuel Holland1-0/+1
2018-01-15socket: Implement checked socket functions from LSBSamuel Holland1-0/+1
2018-01-15signal: Add a signal function from LSBSamuel Holland1-0/+1
2018-01-15netdb: Add protocol and service functions from LSBSamuel Holland1-0/+1
2018-01-15misc: Implement some miscellaneous functionsSamuel Holland1-0/+1
2018-01-15error: Implement the error functionSamuel Holland1-0/+1
2018-01-15stdio: Clean up, add all of LSB stdio plus moreSamuel Holland1-1/+2
2018-01-15grp: Implement fgetgrent_r/getgrent_rSamuel Holland1-0/+1
2018-01-14dlfcn: Combine functions for the same header into one fileSamuel Holland1-2/+1
2018-01-14execinfo: Clean up, implement backtrace_symbols_fdSamuel Holland1-1/+1
2018-01-14Makefile: Update compilation optionsSamuel Holland1-3/+4
2018-01-14libgcompat: Add and use a macro for defining symbol aliasesSamuel Holland1-0/+4
2018-01-14Add clang-format configuration and Makefile ruleSamuel Holland1-0/+5
2017-10-26Makefile: Ensure correct compilation on GCC 4.xA. Wilcox1-2/+5
2017-10-15ucontext: new moduleA. Wilcox1-0/+1
2017-10-15resolv: new moduleA. Wilcox1-0/+1
2017-09-16Makefile: allow compilation with specified compiler rather than hard-coded gccDaniel James1-3/+3
2017-07-28libgcompat: add getpwent_r() and fgetpwent_r() stubsWilliam Pitcock1-0/+1
2017-06-14add sysctl()William Pitcock1-0/+1
2017-06-14pthread: add __register_atfork() stubWilliam Pitcock1-0/+1
2017-06-14recent musl has pthread_setname_np().William Pitcock1-1/+0
2017-06-14build system: add install target, fix loader build rulesWilliam Pitcock1-2/+6
2017-06-14add MakefileWilliam Pitcock1-0/+38