Age | Commit message (Expand) | Author | Files | Lines |
2019-01-31 | __init_tls(): initialize the .detach_state, .locale, and .robust_list members. | midipix | 2 | -0/+8 |
2019-01-27 | __clone(): updated struct pt_regs to match libpsxscl, provide stack info. | midipix | 2 | -10/+38 |
2019-01-26 | psxglue.h: update following libpsxscl's introduction of __psx_user_frame(). | midipix | 4 | -14/+8 |
2019-01-26 | psxglue.h: struct __psx_context: re-define .usrmain as a function pointer. | midipix | 2 | -2/+2 |
2019-01-26 | psxglue.h: struct __psx_vtbl: .start_main function pointer: fixed signature. | midipix | 2 | -2/+2 |
2019-01-26 | psxglue.h: struct __psx_context: renamed .refaddr --> .usrmain. | midipix | 4 | -4/+4 |
2019-01-26 | psxglue.h: updated struct __psx_vtbl to match libpsxscl. | midipix | 4 | -4/+4 |
2019-01-26 | psxglue.h: updated struct __psx_context to match libpsxscl. | midipix | 4 | -4/+4 |
2019-01-10 | mmglue: ldso: added dladdr (__dladdr weak alias). | midipix | 2 | -0/+2 |
2019-01-10 | build system: empty archives: remove dependency on dirs.tag, mkdir -p lib. | midipix | 1 | -1/+2 |
2019-01-10 | project: headers: added missing explicit dependency for $(src_bits_h). | midipix | 1 | -5/+6 |
2019-01-09 | build system: empty archive generation: added missing dependency on dirs.tag. | midipix | 1 | -1/+1 |
2019-01-09 | mmglue: crt: removed placeholder files which are no longer needed. | midipix | 8 | -0/+0 |
2019-01-09 | project: added rules for installation of crt objects. | midipix | 1 | -0/+17 |
2019-01-09 | project: added rules for creation and installation of empty libs. | midipix | 1 | -0/+20 |
2019-01-09 | project: custom config. bootstrapping: added --no-complex support. | midipix | 4 | -3/+21 |
2019-01-09 | build system: core: whitespace meditation. | midipix | 1 | -40/+40 |
2019-01-09 | build system: core: allow cfgdefs.mk to pre-set core variables. | midipix | 1 | -11/+11 |
2019-01-09 | mmglue: libc internals: provide a strongly defined ___errno_location(). | midipix | 3 | -0/+17 |
2019-01-09 | mmglue: libc.so: link in crtn.o, needed for _pei_runtime_relocator. | midipix | 1 | -0/+2 |
2019-01-09 | mmglue: syscall_cp: added the bits needed by recent musl versions. | midipix | 2 | -9/+41 |
2019-01-09 | mmglue: ldso: adjusted to match recent musl versions. | midipix | 20 | -0/+6 |
2019-01-09 | mmglue: pthread_arch: support of modern musl versions: defined MC_PC. | midipix | 2 | -0/+2 |
2019-01-09 | mmglue: bits/mman.h: adjusted to match recent musl versions. | midipix | 2 | -4/+4 |
2019-01-09 | mmglue: modern source-tree support: switched to syscall.h.in. | midipix | 2 | -654/+24 |
2019-01-09 | mmglue: arch/nt32/atomic.h: fixed typo. | midipix | 1 | -2/+2 |
2019-01-09 | mmglue: modern source-tree support: added atomic_arch.h. | midipix | 6 | -2/+32 |
2019-01-09 | mmglue: libc.so: ldflags: added --exclude-symbols definitions. | midipix | 1 | -0/+15 |
2019-01-09 | mmglue: src/env/__libc_start_main.lo: avoid reference to __libc_start_main(). | midipix | 1 | -0/+5 |
2019-01-09 | mmglue: src/thread/ following build-system transition (distinct port dir). | midipix | 4 | -4/+4 |
2019-01-09 | mmglue: adjust atomic.h following build-system transition (distinct port dir). | midipix | 3 | -2/+3 |
2019-01-09 | project: linking flags: (temporarily) associate --hash-style with ELF. | midipix | 1 | -1/+4 |
2019-01-09 | mmglue: moved arch/nt{32|64}/src --> src/arch/nt{32|64}. | midipix | 14 | -0/+0 |
2019-01-09 | project: enabled libc.a and libc.so. | midipix | 1 | -2/+2 |
2019-01-09 | project: added assembler cflags. | midipix | 2 | -4/+10 |
2019-01-09 | project: added cflags for memory functions. | midipix | 1 | -0/+13 |
2019-01-09 | project: added common cflags. | midipix | 1 | -0/+8 |
2019-01-09 | project: added libc.so's linking flags. | midipix | 1 | -0/+16 |
2019-01-09 | project: --avoid-version by default. | midipix | 1 | -1/+1 |
2019-01-09 | project: added object-generation rules for shared/static/crt/ldso-objs. | midipix | 1 | -14/+109 |
2019-01-09 | project: fixed dependency of alltypes.h & syscall.h on build/include/bits/. | midipix | 1 | -4/+5 |
2019-01-09 | project: fixed dependency of build/version.h on build/ and .git/index. | midipix | 1 | -2/+1 |
2019-01-09 | build system: Makefile.in: disabled implicit suffix-based rules. | midipix | 1 | -0/+2 |
2019-01-09 | project: fixed dependency logic and generation rule for build/syscall.h. | midipix | 3 | -10/+23 |
2019-01-09 | build system: ccenv: added -c to the cc driver-based definition of $(AS). | midipix | 1 | -1/+1 |
2019-01-09 | project: added rule for generation of (and dependency on) version.h. | midipix | 2 | -0/+9 |
2019-01-09 | project: added rules for install-headers, simplified include path scheme. | midipix | 2 | -14/+68 |
2019-01-09 | project: added config bits and rules for alltypes.h and syscall.h. | midipix | 4 | -3/+75 |
2019-01-09 | project: custom config: added cfgdefs_detect_libc_version(). | midipix | 2 | -0/+46 |
2019-01-09 | project: added core source-tree logic. | midipix | 2 | -4/+78 |