Age | Commit message (Expand) | Author | Files | Lines |
2020-07-05 | project: added mallocng support. | midipix | 3 | -0/+19 |
2020-06-04 | midipix targets: remove mount support. | midipix | 1 | -0/+1 |
2020-05-03 | nt32|nt64: move msghdr and cmsghdr out of bits/socket.h as needed. | midipix | 1 | -0/+5 |
2020-05-02 | midipix targets: installed headers: remove <sys/soundcard.h> | midipix | 1 | -0/+1 |
2020-05-02 | project: headers.mk: fix ordering of install targets. | midipix | 1 | -6/+6 |
2020-05-02 | midipix targets: remove epoll support. | midipix | 2 | -2/+7 |
2019-08-30 | glue layer: introduced <sys/cmd.h>, implemented associated interfaces. | midipix | 1 | -0/+1 |
2019-08-25 | glue layer: introduced <sys/fs.h>, implemented associated interfaces. | midipix | 1 | -0/+1 |
2019-08-20 | psxglue.h: update struct __psx_context following update in psxscl. | midipix | 1 | -1/+0 |
2019-08-20 | project: build/headers.tag: added missing build/syscall_h.tag dependency. | midipix | 1 | -0/+1 |
2019-08-20 | project: midipix targets: headers.tag: add arch/$(ARCH)/*.h dependency. | midipix | 1 | -0/+10 |
2019-08-03 | project: cfgdefs.in: whitespace meditation. | midipix | 1 | -1/+1 |
2019-08-03 | midipix targets: __init_tls(): added __thread_list_lock support. | midipix | 3 | -2/+36 |
2019-08-03 | ioctl.h: struct winsize: support both common and arch-specific definition. | midipix | 1 | -0/+6 |
2019-08-02 | project: custom cfgdefs: integrated arch-specific and fallback alltypes.sed. | midipix | 4 | -2/+25 |
2019-06-19 | midipix targets: ldso: added <sys/ldso.h>, __dldopen(), __dlsopen(). | midipix | 1 | -0/+1 |
2019-06-13 | midipix targets: uid_t & gid_t --> uint64_t, matching updated def. in psxscl. | midipix | 1 | -1/+3 |
2019-06-07 | project: make all objects depend on all headers. | midipix | 1 | -10/+14 |
2019-06-06 | debug interfaces: provide dbg_* interfaces as wrappers around struct __db_vtbl. | midipix | 1 | -0/+1 |
2019-04-08 | CFLAGS_CONFIG: limit -fno-asynchronous-unwind-tables to linux targets. | midipix | 2 | -1/+4 |
2019-03-12 | midipix: nt64: added sys/unwind.h, unwind (framework wrapper) interfaces. | midipix | 1 | -0/+11 |
2019-01-10 | project: headers: added missing explicit dependency for $(src_bits_h). | midipix | 1 | -5/+6 |
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 | mmglue: libc internals: provide a strongly defined ___errno_location(). | midipix | 1 | -0/+1 |
2019-01-09 | mmglue: libc.so: link in crtn.o, needed for _pei_runtime_relocator. | midipix | 1 | -0/+2 |
2019-01-09 | mmglue: modern source-tree support: added atomic_arch.h. | midipix | 2 | -0/+10 |
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 | project: linking flags: (temporarily) associate --hash-style with ELF. | midipix | 1 | -1/+4 |
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: 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 | project: fixed dependency logic and generation rule for build/syscall.h. | midipix | 3 | -10/+23 |
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 | 1 | -8/+66 |
2019-01-09 | project: added config bits and rules for alltypes.h and syscall.h. | midipix | 3 | -3/+74 |
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 |
2019-01-09 | project: added a custom config step, added cfgdefs_set_arch(). | midipix | 2 | -0/+46 |
2019-01-09 | build-system transition: created a sofort-based skeleton. | midipix | 9 | -0/+20 |