Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-25 | __libc_entry_routine(): provide executable and libc reference addresses. | midipix | 1 | -0/+2 | |
2017-11-23 | _start(), ldso: integrated -mposix and explicit pty server dependency support. | midipix | 1 | -0/+2 | |
2017-11-05 | psxglue.h: defined struct __psx_vtbl and struct __ldso_vtbl more elegantly. | midipix | 1 | -0/+1 | |
2017-10-28 | psxglue.h: pointers to ctors_fn & dtors_fn are now in struct __psx_vtbl. | midipix | 1 | -2/+2 | |
2017-01-15 | integrated first-thread SEH support. | midipix | 1 | -3/+3 | |
2015-07-18 | fix indirection of __init_array_start and __fini_array_start. | midipix | 1 | -6/+15 | |
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 | 1 | -2/+1 | |
2015-04-25 | complete/fix support of ctors/dtors and tls. | midipix | 1 | -3/+27 | |
+ 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-03-08 | __libc_entry_routine(): renamed argument from __psx_init_routine | midipix | 1 | -2/+2 | |
to __psx_init (clarity, matching name of library symbol). signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. | |||||
2015-03-08 | initial commit of core port files. | midipix | 1 | -0/+87 | |
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. |