Age | Commit message (Expand) | Author | Files | Lines |
2019-08-20 | psxglue.h: update struct __psx_context following update in psxscl. | midipix | 4 | -6/+0 |
2019-08-20 | nt32/nt64: debug interfaces: use the newly introduced system calls. | midipix | 2 | -42/+36 |
2019-08-20 | nt32/nt64: realpath(): use the newly introduced fs_rpath system call. | midipix | 2 | -4/+4 |
2019-08-03 | midipix targets: __init_tls(): initialize the .sysinfo member. | midipix | 2 | -0/+2 |
2019-08-03 | midipix targets: __init_tls(): added __thread_list_lock support. | midipix | 2 | -2/+36 |
2019-06-19 | midipix targets: ldso: added <sys/ldso.h>, __dldopen(), __dlsopen(). | midipix | 2 | -0/+104 |
2019-06-07 | debug interfaces: added __dbg_rbreak(), __dbg_tbreak(), and __dbg_lbreak(). | midipix | 2 | -0/+30 |
2019-06-06 | debug interfaces: provide dbg_* interfaces as wrappers around struct __db_vtbl. | midipix | 6 | -0/+164 |
2019-06-06 | nt32: adjust code to match the updated struct __psx_vtbl. | midipix | 3 | -3/+3 |
2019-06-05 | SEH exception handling: coding style: refactor references to system structures. | midipix | 1 | -4/+4 |
2019-06-02 | glue layer: added a framework-specific realpath() implementation. | midipix | 2 | -0/+60 |
2019-06-02 | psxglue.h: update struct __psx_vtbl (psxscl) to match member names in psxscl. | midipix | 3 | -3/+3 |
2019-04-08 | static linking: __seh_vtbl is a framework-reserved symbol. | midipix | 5 | -27/+27 |
2019-04-08 | __clone(): flag check: add missing parenthesis. | midipix | 2 | -2/+2 |
2019-04-03 | __clone(): properly handle four-argument (vfork mode) invocations. | midipix | 2 | -0/+28 |
2019-03-12 | midipix: nt64: added sys/unwind.h, unwind (framework wrapper) interfaces. | midipix | 1 | -0/+148 |
2019-03-12 | structured exception handling: added a pointer to the framework's __seh_vtbl. | midipix | 4 | -0/+10 |
2019-02-19 | weak hidden symbols: provide a strong __stdio_exit_needed(). | midipix | 2 | -0/+16 |
2019-02-19 | psxglue.h: update struct __ldso_vtbl (psxscl) to match member names in psxscl. | midipix | 8 | -54/+86 |
2019-01-31 | __init_tls(): initialize the .detach_state, .locale, and .robust_list members. | midipix | 2 | -0/+8 |
2019-01-27 | __clone(): updated struct pt_regs to match libpsxscl, provide stack info. | midipix | 2 | -10/+38 |
2019-01-26 | psxglue.h: update following libpsxscl's introduction of __psx_user_frame(). | midipix | 2 | -12/+6 |
2019-01-26 | psxglue.h: struct __psx_context: renamed .refaddr --> .usrmain. | midipix | 2 | -2/+2 |
2019-01-26 | psxglue.h: updated struct __psx_vtbl to match libpsxscl. | midipix | 2 | -2/+2 |
2019-01-26 | psxglue.h: updated struct __psx_context to match libpsxscl. | midipix | 2 | -2/+2 |
2019-01-10 | mmglue: ldso: added dladdr (__dladdr weak alias). | midipix | 2 | -0/+2 |
2019-01-09 | mmglue: libc internals: provide a strongly defined ___errno_location(). | midipix | 2 | -0/+16 |
2019-01-09 | mmglue: syscall_cp: added the bits needed by recent musl versions. | midipix | 2 | -9/+41 |
2019-01-09 | mmglue: ldso: adjusted to match recent musl versions. | midipix | 16 | -0/+6 |
2019-01-09 | mmglue: src/thread/ following build-system transition (distinct port dir). | midipix | 4 | -4/+4 |
2019-01-09 | mmglue: moved arch/nt{32|64}/src --> src/arch/nt{32|64}. | midipix | 14 | -0/+446 |
2018-01-11 | vfork(3) is now a wrapper around the assembly-based vfork(2). | midipix | 2 | -0/+22 |
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 |
2017-08-13 | fchmodat(2): implement as wrapper since AT_SYMLINK_NOFOLLOW is supported. | midipix | 2 | -0/+16 |
2016-10-10 | psxglue.h: ldso: extend & future-proof the signature of the internal dlopen(). | midipix | 2 | -2/+10 |
2016-09-28 | nt32: implemented sigsetjmp(). | midipix | 1 | -0/+51 |
2016-09-22 | nt32: implemented setjmp(), longjmp(). | midipix | 2 | -1/+31 |
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 |