summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-09-05glue layer: debug.h, __dbg_spawn(): added struct __strace definition/parameter.midipix3-5/+20
2019-09-02glue layer: __cmd_args_to_argv(): use errno to indicate the error.midipix3-6/+4
2019-09-02glue layer: __fs_{r|a|n|d}path() interfaces: use errno to indicate the error.midipix3-12/+10
2019-08-30glue layer: introduced <sys/cmd.h>, implemented associated interfaces.midipix4-0/+66
2019-08-30nt32/nt64: syscall.h.in: added framework-specific cmd exec definitions.midipix2-0/+6
2019-08-25glue layer: introduced <sys/fs.h>, implemented associated interfaces.midipix4-0/+104
2019-08-21build system: pkgconf.sh: add missing -L switch (oversight).midipix1-2/+2
2019-08-21build system: pkgconf.sh: properly handle empty prefix variable.midipix1-0/+8
2019-08-20psxglue.h: update struct __psx_context following update in psxscl.midipix9-73/+0
2019-08-20nt32/nt64: debug interfaces: use the newly introduced system calls.midipix2-42/+36
2019-08-20nt32/nt64: syscall.h.in: added framework-specific debug definitions.midipix2-0/+48
2019-08-20project: build/headers.tag: added missing build/syscall_h.tag dependency.midipix1-0/+1
2019-08-20project: midipix targets: headers.tag: add arch/$(ARCH)/*.h dependency.midipix2-0/+10
2019-08-20psxglue.h: update struct __psx_vtbl following update in psxscl.midipix2-8/+0
2019-08-20nt32/nt64: realpath(): use the newly introduced fs_rpath system call.midipix2-4/+4
2019-08-20nt32/nt64: syscall.h.in: added framework-specific definitions.midipix2-0/+12
2019-08-05project: config.project: adapt to current musl source tree (e.g. fp_arch.h).midipix1-0/+1
2019-08-03midipix targets: __init_tls(): initialize the .sysinfo member.midipix2-0/+2
2019-08-03project: cfgdefs.in: whitespace meditation.midipix1-1/+1
2019-08-03midipix targets: __init_tls(): added __thread_list_lock support.midipix5-4/+72
2019-08-03ioctl.h: struct winsize: support both common and arch-specific definition.midipix3-12/+18
2019-08-03midipix targets: bits/ioctl.h: adjust TIOCSER_TEMT to match sys/ioctl.h.midipix2-2/+2
2019-08-02project: custom cfgdefs: integrated arch-specific and fallback alltypes.sed.midipix4-2/+25
2019-06-19midipix targets: ldso: added <sys/ldso.h>, __dldopen(), __dlsopen().midipix6-0/+124
2019-06-13midipix targets: uid_t & gid_t --> uint64_t, matching updated def. in psxscl.midipix3-1/+7
2019-06-07project: make all objects depend on all headers.midipix1-10/+14
2019-06-07debug interfaces: added __dbg_rbreak(), __dbg_tbreak(), and __dbg_lbreak().midipix3-0/+35
2019-06-07debug interfaces: updated psxdbg.h following addition of members in psxscl.midipix2-0/+8
2019-06-06sys/debug.h: add the usual header-inclusion and language encapsulation.midipix1-0/+13
2019-06-06debug interfaces: __dbg_event_query_all(): updated interface signature.midipix3-3/+3
2019-06-06sys/debug.h: minor stylistic edits.midipix1-5/+5
2019-06-06debug interfaces: provide dbg_* interfaces as wrappers around struct __db_vtbl.midipix11-2/+225
2019-06-06nt32: adjust code to match the updated struct __psx_vtbl.midipix3-3/+3
2019-06-06glue layer: debug interfaces: introduced <sys/debug.h>.midipix1-0/+162
2019-06-05SEH exception handling: coding style: refactor references to system structures.midipix3-16/+16
2019-06-02glue layer: added a framework-specific realpath() implementation.midipix2-0/+60
2019-06-02psxglue.h: update struct __psx_vtbl (psxscl) following update in psxscl.midipix2-0/+8
2019-06-02psxglue.h: update struct __psx_vtbl (psxscl) to match member names in psxscl.midipix5-11/+11
2019-04-08static linking: __seh_vtbl is a framework-reserved symbol.midipix5-27/+27
2019-04-08CFLAGS_CONFIG: limit -fno-asynchronous-unwind-tables to linux targets.midipix2-1/+4
2019-04-08__clone(): flag check: add missing parenthesis.midipix2-2/+2
2019-04-03__clone(): properly handle four-argument (vfork mode) invocations.midipix2-0/+28
2019-03-24abi: framework interfaces: updated psxseh.h.midipix1-1/+1
2019-03-12nt64 toolchain: added assembly sources for the crtbegin & crtend objects.midipix2-0/+78
2019-03-12midipix: nt64: added sys/unwind.h, unwind (framework wrapper) interfaces.midipix3-0/+284
2019-03-12structured exception handling: added a pointer to the framework's __seh_vtbl.midipix4-0/+10
2019-03-12abi: framework interfaces: imported psxseh.h.midipix1-0/+94
2019-03-12abi: struct __psx_context now includes a pointer to the layer's seh vtable.midipix2-0/+6
2019-02-23build system: configure: make --all-shared and --all-static mutually exclusive.midipix1-0/+2
2019-02-19build system: mktemp(1): provide template, explicitly remove temporary files.midipix1-2/+12