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