summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-01-09mmglue: moved arch/nt{32|64}/src --> src/arch/nt{32|64}.midipix14-0/+446
2018-01-11vfork(3) is now a wrapper around the assembly-based vfork(2).midipix2-0/+22
2017-11-05psxglue.h: defined struct __psx_vtbl and struct __ldso_vtbl more elegantly.midipix2-0/+4
2017-10-28ldso: implemented dlinfo().midipix2-2/+2
2017-10-28ldso: implemented dlsym().midipix2-4/+4
2017-10-28ldso: implemented dlopen().midipix2-18/+196
2017-08-13fchmodat(2): implement as wrapper since AT_SYMLINK_NOFOLLOW is supported.midipix2-0/+16
2016-10-10psxglue.h: ldso: extend & future-proof the signature of the internal dlopen().midipix2-2/+10
2016-09-28nt32: implemented sigsetjmp().midipix1-0/+51
2016-09-22nt32: implemented setjmp(), longjmp().midipix2-1/+31
2016-01-29syscall_cp(): fix comment style.midipix2-7/+7
2015-10-24sigsetjmp: nt64: initial implementation.midipix1-0/+43
2015-09-15nt32: implement accept(3) as a wrapper around accept4(2).midipix1-0/+8
2015-09-13add an empty __unmapself.s for source-tree compatibility with musl 1.1.11 and...midipix2-0/+0
2015-09-13nt32: add GOT support to assembly files.midipix4-5/+37
2015-09-13nt32: remove __environ.s, as it is no longer needed.midipix1-11/+0
2015-07-18add manual .got entries to assembly files.midipix4-0/+35
2015-07-18fix indirection of __init_array_start and __fini_array_start.midipix2-36/+0
2015-07-18weak symbols: remove the previously used workaround, as it is nomidipix5-37/+0
2015-06-02arch-specific code: fix assembly function declarations.midipix6-0/+18
2015-05-27adjust arch-specific files to match musl version 1.1.9.midipix2-0/+0
2015-04-25complete/fix support of ctors/dtors and tls.midipix8-10/+52
2015-04-05nt32: initial commit of core port files.midipix18-0/+254
2015-03-24manually export additional weak symbols.midipix1-0/+6
2015-03-08dynlink.c: replace stubs with calls into the ldso vtable.midipix1-6/+10
2015-03-08initial commit of core port files.midipix17-0/+294