summaryrefslogtreecommitdiffhomepage
path: root/project
AgeCommit message (Expand)AuthorFilesLines
2024-01-29nt32|nt64: handle the case where struct winsize is defined in alltypes.h.midipix1-3/+4
2022-01-28midipix targets: installed headers: remove <sys/kd.h> and <sys/vt.h>midipix1-0/+2
2020-07-05project: added mallocng support.midipix3-0/+19
2020-06-04midipix targets: remove mount support.midipix1-0/+1
2020-05-03nt32|nt64: move msghdr and cmsghdr out of bits/socket.h as needed.midipix1-0/+5
2020-05-02midipix targets: installed headers: remove <sys/soundcard.h>midipix1-0/+1
2020-05-02project: headers.mk: fix ordering of install targets.midipix1-6/+6
2020-05-02midipix targets: remove epoll support.midipix2-2/+7
2019-08-30glue layer: introduced <sys/cmd.h>, implemented associated interfaces.midipix1-0/+1
2019-08-25glue layer: introduced <sys/fs.h>, implemented associated interfaces.midipix1-0/+1
2019-08-20psxglue.h: update struct __psx_context following update in psxscl.midipix1-1/+0
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.midipix1-0/+10
2019-08-03project: cfgdefs.in: whitespace meditation.midipix1-1/+1
2019-08-03midipix targets: __init_tls(): added __thread_list_lock support.midipix3-2/+36
2019-08-03ioctl.h: struct winsize: support both common and arch-specific definition.midipix1-0/+6
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().midipix1-0/+1
2019-06-13midipix targets: uid_t & gid_t --> uint64_t, matching updated def. in psxscl.midipix1-1/+3
2019-06-07project: make all objects depend on all headers.midipix1-10/+14
2019-06-06debug interfaces: provide dbg_* interfaces as wrappers around struct __db_vtbl.midipix1-0/+1
2019-04-08CFLAGS_CONFIG: limit -fno-asynchronous-unwind-tables to linux targets.midipix2-1/+4
2019-03-12midipix: nt64: added sys/unwind.h, unwind (framework wrapper) interfaces.midipix1-0/+11
2019-01-10project: headers: added missing explicit dependency for $(src_bits_h).midipix1-5/+6
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-09mmglue: libc internals: provide a strongly defined ___errno_location().midipix1-0/+1
2019-01-09mmglue: libc.so: link in crtn.o, needed for _pei_runtime_relocator.midipix1-0/+2
2019-01-09mmglue: modern source-tree support: added atomic_arch.h.midipix2-0/+10
2019-01-09mmglue: libc.so: ldflags: added --exclude-symbols definitions.midipix1-0/+15
2019-01-09mmglue: src/env/__libc_start_main.lo: avoid reference to __libc_start_main().midipix1-0/+5
2019-01-09project: linking flags: (temporarily) associate --hash-style with ELF.midipix1-1/+4
2019-01-09project: added assembler cflags.midipix2-4/+10
2019-01-09project: added cflags for memory functions.midipix1-0/+13
2019-01-09project: added common cflags.midipix1-0/+8
2019-01-09project: added libc.so's linking flags.midipix1-0/+16
2019-01-09project: added object-generation rules for shared/static/crt/ldso-objs.midipix1-14/+109
2019-01-09project: fixed dependency of alltypes.h & syscall.h on build/include/bits/.midipix1-4/+5
2019-01-09project: fixed dependency of build/version.h on build/ and .git/index.midipix1-2/+1
2019-01-09project: fixed dependency logic and generation rule for build/syscall.h.midipix3-10/+23
2019-01-09project: added rule for generation of (and dependency on) version.h.midipix2-0/+9
2019-01-09project: added rules for install-headers, simplified include path scheme.midipix1-8/+66
2019-01-09project: added config bits and rules for alltypes.h and syscall.h.midipix3-3/+74
2019-01-09project: custom config: added cfgdefs_detect_libc_version().midipix2-0/+46
2019-01-09project: added core source-tree logic.midipix2-4/+78
2019-01-09project: added a custom config step, added cfgdefs_set_arch().midipix2-0/+46
2019-01-09build-system transition: created a sofort-based skeleton.midipix9-0/+20