Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 ↵ | midipix | 2 | -0/+0 | |
and later. | |||||
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 | |
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. | |||||
2015-07-18 | fix indirection of __init_array_start and __fini_array_start. | midipix | 2 | -36/+0 | |
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. | |||||
2015-07-18 | weak symbols: remove the previously used workaround, as it is no | midipix | 5 | -37/+0 | |
longer needed. This change follows corresponding work on, as well as patches to binutils and cbb-gcc. | |||||
2015-06-02 | arch-specific code: fix assembly function declarations. | midipix | 6 | -0/+18 | |
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. | |||||
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 | |
+ do not build libc.so with -DSHARED for the midipix targets. + provide surrogate init/fini arrays that allow invocation of the ctors/dtors iteration routines. + provide a builtin tls for the first thread. + update __copy_tls to match the layout of the simplified struct __tls. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. | |||||
2015-04-05 | nt32: initial commit of core port files. | midipix | 18 | -0/+254 | |
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. | |||||
2015-03-24 | manually export additional weak symbols. | midipix | 1 | -0/+6 | |
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. | |||||
2015-03-08 | dynlink.c: replace stubs with calls into the ldso vtable. | midipix | 1 | -6/+10 | |
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. | |||||
2015-03-08 | initial commit of core port files. | midipix | 17 | -0/+294 | |
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. |