Age | Commit message (Expand) | Author | Files | Lines |
2023-12-23 | add copyright notice to C and Assembly translation units where applicable. | midipix | 10 | -0/+60 |
2020-05-01 | glue layer: added __fs_tmp{file|dir}(), for fast & atomic tmpfs obj creation. | midipix | 1 | -0/+10 |
2019-12-07 | glue layer: added __fs_mkdir(), __fs_chmod(), for optional ACE propagation. | midipix | 1 | -0/+10 |
2019-09-11 | nt32/nt64: debug interfaces: added __dbg_info_get(), __dbg_info_set(). | midipix | 1 | -0/+10 |
2019-09-07 | nt32/nt64: debug interfaces: added __dbg_regs_fetch(), __dbg_regs_store(). | midipix | 1 | -0/+10 |
2019-09-07 | nt32/nt64: debug interfaces: added __dbg_vm_read(), __dbg_vm_write(). | midipix | 1 | -0/+10 |
2019-09-06 | nt32/nt64: __dbg_suspend() --> __dbg_{suspend|resume}_thread(). | midipix | 1 | -5/+10 |
2019-09-05 | glue layer: debug.h, __dbg_spawn(): added struct __strace definition/parameter. | midipix | 1 | -2/+4 |
2019-09-02 | glue layer: __cmd_args_to_argv(): use errno to indicate the error. | midipix | 1 | -1/+1 |
2019-09-02 | glue layer: __fs_{r|a|n|d}path() interfaces: use errno to indicate the error. | midipix | 1 | -4/+4 |
2019-08-30 | glue layer: introduced <sys/cmd.h>, implemented associated interfaces. | midipix | 1 | -0/+10 |
2019-08-25 | glue layer: introduced <sys/fs.h>, implemented associated interfaces. | midipix | 1 | -0/+26 |
2019-08-20 | psxglue.h: update struct __psx_context following update in psxscl. | midipix | 2 | -3/+0 |
2019-08-20 | nt32/nt64: debug interfaces: use the newly introduced system calls. | midipix | 1 | -21/+18 |
2019-08-03 | midipix targets: __init_tls(): initialize the .sysinfo member. | midipix | 1 | -0/+1 |
2019-08-03 | midipix targets: __init_tls(): added __thread_list_lock support. | midipix | 1 | -1/+18 |
2019-06-07 | debug interfaces: added __dbg_rbreak(), __dbg_tbreak(), and __dbg_lbreak(). | midipix | 1 | -0/+15 |
2019-06-06 | debug interfaces: provide dbg_* interfaces as wrappers around struct __db_vtbl. | midipix | 3 | -0/+82 |
2019-06-06 | nt32: adjust code to match the updated struct __psx_vtbl. | midipix | 3 | -3/+3 |
2019-04-08 | static linking: __seh_vtbl is a framework-reserved symbol. | midipix | 2 | -3/+3 |
2019-03-12 | structured exception handling: added a pointer to the framework's __seh_vtbl. | midipix | 2 | -0/+5 |
2019-01-31 | __init_tls(): initialize the .detach_state, .locale, and .robust_list members. | midipix | 1 | -0/+4 |
2019-01-26 | psxglue.h: update following libpsxscl's introduction of __psx_user_frame(). | midipix | 1 | -6/+3 |
2019-01-26 | psxglue.h: struct __psx_context: renamed .refaddr --> .usrmain. | midipix | 1 | -1/+1 |
2019-01-26 | psxglue.h: updated struct __psx_vtbl to match libpsxscl. | midipix | 1 | -1/+1 |
2019-01-26 | psxglue.h: updated struct __psx_context to match libpsxscl. | midipix | 1 | -1/+1 |
2019-01-09 | mmglue: moved arch/nt{32|64}/src --> src/arch/nt{32|64}. | midipix | 8 | -0/+233 |