Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-23 | add copyright notice to C and Assembly translation units where applicable. | midipix | 6 | -0/+36 | |
2019-06-19 | midipix targets: ldso: added <sys/ldso.h>, __dldopen(), __dlsopen(). | midipix | 2 | -0/+104 | |
2019-02-19 | psxglue.h: update struct __ldso_vtbl (psxscl) to match member names in psxscl. | midipix | 2 | -54/+0 | |
tls: place __copy_tls() and __reset_tls() in designated translation units. | |||||
2019-01-10 | mmglue: ldso: added dladdr (__dladdr weak alias). | midipix | 2 | -0/+2 | |
2019-01-09 | mmglue: ldso: adjusted to match recent musl versions. | midipix | 16 | -0/+6 | |
2017-11-05 | psxglue.h: defined struct __psx_vtbl and struct __ldso_vtbl more elegantly. | midipix | 2 | -0/+4 | |
2017-10-28 | ldso: implemented dlinfo(). | midipix | 2 | -2/+2 | |
2017-10-28 | ldso: implemented dlsym(). | midipix | 2 | -4/+4 | |
2017-10-28 | ldso: implemented dlopen(). | midipix | 2 | -18/+196 | |
2016-10-10 | psxglue.h: ldso: extend & future-proof the signature of the internal dlopen(). | midipix | 2 | -2/+10 | |
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-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 | 4 | -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 | 4 | -0/+82 | |
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 | 4 | -0/+78 | |
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. |