summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-19build system: ccenv: attemt to use otool for binary format detection.midipix1-1/+20
2019-02-19build system: configure: host/target may only be set via explicit arguments.midipix1-2/+0
2019-02-19build system: ccenv_find_tool(): support an optional tool-compatibility test.midipix1-2/+9
2019-02-19build system: configure, ccenv.sh: fix sed exp. for trailing tabs & spaces.midipix2-2/+2
2019-02-19weak hidden symbols: provide a strong __stdio_exit_needed().midipix2-0/+16
2019-02-19process init: apply hidden visibility to all [S]crt*.o files.midipix18-42/+66
2019-02-19_start(): directly refer to main() via hidden visibility.midipix2-2/+2
2019-02-19psxglue.h: update struct __ldso_vtbl (psxscl) to match member names in psxscl.midipix10-56/+88
2019-01-31__init_tls(): initialize the .detach_state, .locale, and .robust_list members.midipix2-0/+8
2019-01-27__clone(): updated struct pt_regs to match libpsxscl, provide stack info.midipix2-10/+38
2019-01-26psxglue.h: update following libpsxscl's introduction of __psx_user_frame().midipix4-14/+8
2019-01-26psxglue.h: struct __psx_context: re-define .usrmain as a function pointer.midipix2-2/+2
2019-01-26psxglue.h: struct __psx_vtbl: .start_main function pointer: fixed signature.midipix2-2/+2
2019-01-26psxglue.h: struct __psx_context: renamed .refaddr --> .usrmain.midipix4-4/+4
2019-01-26psxglue.h: updated struct __psx_vtbl to match libpsxscl.midipix4-4/+4
2019-01-26psxglue.h: updated struct __psx_context to match libpsxscl.midipix4-4/+4
2019-01-10mmglue: ldso: added dladdr (__dladdr weak alias).midipix2-0/+2
2019-01-10build system: empty archives: remove dependency on dirs.tag, mkdir -p lib.midipix1-1/+2
2019-01-10project: headers: added missing explicit dependency for $(src_bits_h).midipix1-5/+6
2019-01-09build system: empty archive generation: added missing dependency on dirs.tag.midipix1-1/+1
2019-01-09mmglue: crt: removed placeholder files which are no longer needed.midipix8-0/+0
2019-01-09project: added rules for installation of crt objects.midipix1-0/+17
2019-01-09project: added rules for creation and installation of empty libs.midipix1-0/+20
2019-01-09project: custom config. bootstrapping: added --no-complex support.midipix4-3/+21
2019-01-09build system: core: whitespace meditation.midipix1-40/+40
2019-01-09build system: core: allow cfgdefs.mk to pre-set core variables.midipix1-11/+11