summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
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