Age | Commit message (Expand) | Author | Files | Lines |
2022-09-28 | struct __dbg_event: renamed .thread_stat --> .thread_meta. | midipix | 1 | -1/+1 |
2020-05-01 | glue layer: added __fs_tmp{file|dir}(), for fast & atomic tmpfs obj creation. | midipix | 1 | -0/+3 |
2019-12-07 | glue layer: added __fs_mkdir(), __fs_chmod(), for optional ACE propagation. | midipix | 1 | -0/+9 |
2019-10-31 | struct __dbg_event: added the .evtattr and .ctxattr members. | midipix | 1 | -0/+6 |
2019-10-30 | struct __dbg_event: added bridge-process related members. | midipix | 1 | -0/+3 |
2019-10-15 | struct __dbg_event: rename child-process related members for clarity. | midipix | 1 | -3/+3 |
2019-09-14 | nt32/nt64: debug interfaces: defined struct __dbg_module_info. | midipix | 1 | -0/+15 |
2019-09-14 | nt32/nt64: debug interfaces: updated enum __dbg_info to match latest abi. | midipix | 1 | -1/+8 |
2019-09-11 | nt32/nt64: debug interfaces: added __dbg_info_get(), __dbg_info_set(). | midipix | 1 | -0/+17 |
2019-09-07 | nt32/nt64: debug interfaces: added __dbg_regs_fetch(), __dbg_regs_store(). | midipix | 1 | -0/+4 |
2019-09-07 | nt32/nt64: debug interfaces: added __dbg_vm_read(), __dbg_vm_write(). | midipix | 1 | -0/+4 |
2019-09-07 | nt32/nt64: debug.h: whitespace meditation. | midipix | 1 | -4/+4 |
2019-09-06 | nt32/nt64: __dbg_suspend() --> __dbg_{suspend|resume}_thread(). | midipix | 1 | -2/+5 |
2019-09-05 | glue layer: debug.h, __dbg_spawn(): added struct __strace definition/parameter. | midipix | 1 | -1/+12 |
2019-09-02 | glue layer: __cmd_args_to_argv(): use errno to indicate the error. | midipix | 1 | -4/+2 |
2019-09-02 | glue layer: __fs_{r|a|n|d}path() interfaces: use errno to indicate the error. | midipix | 1 | -4/+2 |
2019-08-30 | glue layer: introduced <sys/cmd.h>, implemented associated interfaces. | midipix | 1 | -0/+45 |
2019-08-25 | glue layer: introduced <sys/fs.h>, implemented associated interfaces. | midipix | 1 | -0/+51 |
2019-06-19 | midipix targets: ldso: added <sys/ldso.h>, __dldopen(), __dlsopen(). | midipix | 1 | -0/+15 |
2019-06-07 | debug interfaces: added __dbg_rbreak(), __dbg_tbreak(), and __dbg_lbreak(). | midipix | 1 | -0/+5 |
2019-06-06 | sys/debug.h: add the usual header-inclusion and language encapsulation. | midipix | 1 | -0/+13 |
2019-06-06 | debug interfaces: __dbg_event_query_all(): updated interface signature. | midipix | 1 | -1/+1 |
2019-06-06 | sys/debug.h: minor stylistic edits. | midipix | 1 | -5/+5 |
2019-06-06 | glue layer: debug interfaces: introduced <sys/debug.h>. | midipix | 1 | -0/+162 |
2019-06-05 | SEH exception handling: coding style: refactor references to system structures. | midipix | 1 | -6/+6 |
2019-03-12 | midipix: nt64: added sys/unwind.h, unwind (framework wrapper) interfaces. | midipix | 1 | -0/+125 |