summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-15Release 0.1.00.1.0A. Wilcox1-0/+87
2017-10-15Update documentationA. Wilcox2-4/+14
2017-10-15ucontext: new moduleA. Wilcox2-0/+8
2017-10-15resolv: new moduleA. Wilcox2-0/+33
2017-10-15string: add strto[u?]ll_l 'locale-aware' methodsA. Wilcox1-0/+12
2017-10-15malloc: add __libc_memalignA. Wilcox1-0/+6
2017-10-15malloc: add __libc_{m,c,re}alloc and __libc_free aliasesA. Wilcox1-0/+27
2017-10-15math: Add weak aliases for non-__ prefix is{inf,nan}{,f}A. Wilcox1-0/+5
2017-09-16Merge pull request #1 from djames1/masterWilliam Pitcock1-3/+3
2017-09-16Makefile: allow compilation with specified compiler rather than hard-coded gccDaniel James1-3/+3
2017-07-28add .gitignoreWilliam Pitcock1-0/+3
2017-07-28README: update thisWilliam Pitcock1-2/+6
2017-07-28libgcompat: add getpwent_r() and fgetpwent_r() stubsWilliam Pitcock2-0/+56
2017-06-14README: add docs about env varsA. Wilcox1-0/+7
2017-06-14Since we have readme, add CONTRIBUTING and LICENSE tooA. Wilcox2-0/+144
2017-06-14add sysctl()William Pitcock2-0/+29
2017-06-14pthread: add __pthread_[un]register_cancel stubs, not relevant to musl pthrea...William Pitcock1-0/+8
2017-06-14pthread: add __register_atfork() stubWilliam Pitcock2-0/+8
2017-06-14recent musl has pthread_setname_np().William Pitcock2-32/+0
2017-06-14add READMEgcompat-0.0.1William Pitcock1-0/+49
2017-06-14build system: add install target, fix loader build rulesWilliam Pitcock1-2/+6
2017-06-14add MakefileWilliam Pitcock1-0/+38
2017-06-14implement program loaderWilliam Pitcock1-0/+56
2017-06-14move all compatibility library stuff into libgcompat/William Pitcock13-0/+0
2017-02-08resource: new setrlimit stub for broken glibc2.2 compatA. Wilcox1-0/+37
2017-02-08string: Add __strcat_chk and __strncpy_chkA. Wilcox1-0/+16
2017-02-08stdio: Fix __vasprintf_chk and add __sprintf_chkA. Wilcox1-6/+20
2016-10-04Add some new interfacesA. Wilcox5-0/+105
2016-10-04Add some _chk interfacesA. Wilcox3-2/+157
2016-08-30Initial commitA. Wilcox7-0/+138