Age | Commit message (Expand) | Author | Files | Lines |
2020-01-02 | build system: cfgtest_target_section(): use vars directly. | midipix | 1 | -2/+9 |
2020-01-02 | build system: ccenv_common_init(): use vars directly. | midipix | 1 | -1/+11 |
2020-01-02 | build system: configure, ccenv.sh: provide informative output. | midipix | 2 | -5/+214 |
2020-01-02 | build system: distclean: remove ccenv/host.mk, ccenv/native.mk. | midipix | 1 | -0/+2 |
2019-12-18 | build system: ccenv.in: CFLAGS_OS: provide OS_LIB_SUFFIX macro definition. | midipix | 1 | -0/+1 |
2019-12-07 | glue layer: added __fs_mkdir(), __fs_chmod(), for optional ACE propagation. | midipix | 3 | -0/+29 |
2019-12-07 | nt32/nt64: syscalls.h.in: added target-specific fs system calls. | midipix | 2 | -0/+12 |
2019-11-03 | imported COPYING.SOFORT. | midipix | 1 | -0/+56 |
2019-11-03 | project: added .gitignore. | midipix | 1 | -0/+21 |
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-27 | build system: ccenv_set_cc_bits(): $ccenv_internal_test is a format specifier. | midipix | 1 | -2/+2 |
2019-10-26 | build system: configure: error_msg(), warning_msg(): add terminating newline. | midipix | 1 | -2/+2 |
2019-10-26 | build system: configure: added verify_safe_path(). | midipix | 1 | -0/+26 |
2019-10-26 | build system: normalize quoting of printf format argument. | midipix | 3 | -15/+15 |
2019-10-26 | build system: configure: replace echo with printf. | midipix | 1 | -3/+3 |
2019-10-26 | build system: configure: spare some cats. | midipix | 1 | -8/+8 |
2019-10-23 | build system: configure: do not create cfgdefs.mk and userdefs.mk with --help. | midipix | 1 | -18/+18 |
2019-10-20 | build system: configure: semantic compatibility: --srcdir <--> --source-dir. | midipix | 2 | -0/+4 |
2019-10-20 | build system: configure: replace dirname(1) with command language primitives. | midipix | 1 | -1/+1 |
2019-10-20 | build system: configure: config_status(): ensure consistent output. | midipix | 1 | -1/+1 |
2019-10-20 | build system: employ the cd -- <dir> idiom for good measure. | midipix | 2 | -3/+3 |
2019-10-20 | build system: replace $(pwd) with $(pwd -P) for explicit/consistent behavior. | midipix | 2 | -3/+3 |
2019-10-20 | build system: ccenv.sh: ccenv_set_cc_bits(): word-splitting resilience. | midipix | 1 | -4/+4 |
2019-10-20 | build system: ccenv.sh: support shells with private loop iteration variables. | midipix | 1 | -6/+9 |
2019-10-19 | build system: ccenv.sh: accommodate shells that lack (default) word splitting. | midipix | 1 | -3/+3 |
2019-10-18 | build system: configure: config_failure(): ensure initialization of mb_success. | midipix | 1 | -1/+2 |
2019-10-18 | build system: configure: config_success(): support non-conforming/nested traps. | midipix | 1 | -0/+5 |
2019-10-18 | build system: configure: support shells with function-specific $0. | midipix | 1 | -1/+5 |
2019-10-18 | build system: configure: accommodate shells that lack (default) word splitting. | midipix | 2 | -10/+10 |
2019-10-17 | build system: ccenv.sh: ccenv_output_defs(): refactor for style consistency. | midipix | 1 | -1/+2 |
2019-10-17 | build system: ccenv.sh: further accommodate pattern caveats of old ash(1). | midipix | 1 | -72/+83 |
2019-10-17 | build system: ccenv.sh: accommodate pattern caveats of old ash(1). | midipix | 1 | -5/+13 |
2019-10-17 | build system: configure: accommodate pattern caveats of old ash(1). | midipix | 1 | -77/+77 |
2019-10-15 | struct __dbg_event: rename child-process related members for clarity. | midipix | 1 | -3/+3 |
2019-10-06 | nt32/nt64: syscalls.h.in: pre-alpha: updated debug system calls. | midipix | 2 | -52/+58 |
2019-09-15 | nt64: signal.h: fix definition of struct uc_xsave_fmt_t (see mcontext_t). | midipix | 1 | -2/+0 |
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 | 3 | -0/+37 |
2019-09-07 | nt32/nt64: debug interfaces: added __dbg_regs_fetch(), __dbg_regs_store(). | midipix | 3 | -0/+24 |
2019-09-07 | nt32/nt64: debug interfaces: added __dbg_vm_read(), __dbg_vm_write(). | midipix | 3 | -0/+24 |
2019-09-07 | nt32/nt64: debug.h: whitespace meditation. | midipix | 1 | -4/+4 |
2019-09-07 | nt32/nt64: syscalls.h.in: pre-alpha: updated debug system calls. | midipix | 2 | -24/+42 |
2019-09-06 | nt32/nt64: __dbg_suspend() --> __dbg_{suspend|resume}_thread(). | midipix | 5 | -38/+55 |
2019-09-05 | glue layer: debug.h, __dbg_spawn(): added struct __strace definition/parameter. | midipix | 3 | -5/+20 |
2019-09-02 | glue layer: __cmd_args_to_argv(): use errno to indicate the error. | midipix | 3 | -6/+4 |
2019-09-02 | glue layer: __fs_{r|a|n|d}path() interfaces: use errno to indicate the error. | midipix | 3 | -12/+10 |
2019-08-30 | glue layer: introduced <sys/cmd.h>, implemented associated interfaces. | midipix | 4 | -0/+66 |
2019-08-30 | nt32/nt64: syscall.h.in: added framework-specific cmd exec definitions. | midipix | 2 | -0/+6 |