Age | Commit message (Expand) | Author | Files | Lines |
2016-01-29 | syscall_cp(): fix comment style. | midipix | 2 | -7/+7 |
2015-10-24 | sigsetjmp: nt64: initial implementation. | midipix | 1 | -0/+43 |
2015-09-15 | nt32: implement accept(3) as a wrapper around accept4(2). | midipix | 1 | -0/+8 |
2015-09-13 | add an empty __unmapself.s for source-tree compatibility with musl 1.1.11 and... | midipix | 2 | -0/+0 |
2015-09-13 | nt32: add GOT support to assembly files. | midipix | 4 | -5/+37 |
2015-09-13 | nt32: remove __environ.s, as it is no longer needed. | midipix | 1 | -11/+0 |
2015-07-18 | add manual .got entries to assembly files. | midipix | 4 | -0/+35 |
2015-07-18 | fix indirection of __init_array_start and __fini_array_start. | midipix | 2 | -36/+0 |
2015-07-18 | weak symbols: remove the previously used workaround, as it is no | midipix | 5 | -37/+0 |
2015-06-02 | arch-specific code: fix assembly function declarations. | midipix | 6 | -0/+18 |
2015-05-27 | adjust arch-specific files to match musl version 1.1.9. | midipix | 2 | -0/+0 |
2015-04-25 | complete/fix support of ctors/dtors and tls. | midipix | 8 | -10/+52 |
2015-04-05 | nt32: initial commit of core port files. | midipix | 18 | -0/+254 |
2015-03-24 | manually export additional weak symbols. | midipix | 1 | -0/+6 |
2015-03-08 | dynlink.c: replace stubs with calls into the ldso vtable. | midipix | 1 | -6/+10 |
2015-03-08 | initial commit of core port files. | midipix | 17 | -0/+294 |