Age | Commit message (Expand) | Author | Files | Lines |
2021-04-10 | build system: posix make support: refactored shared library versioning schemes. | midipix | 9 | -60/+81 |
2021-04-10 | build system: posix make support: pkgconf: removed unused ifeq statement. | midipix | 1 | -8/+0 |
2021-04-10 | build system: posix make support: remove ifeq statement for OS_DSO_EXRULES. | midipix | 2 | -4/+2 |
2021-04-10 | build system: configure: added --make and MAKE support. | midipix | 5 | -3/+23 |
2021-03-23 | build system: ccenv_{tool|attr}_epilog(): properly handle long output strings. | midipix | 1 | -0/+10 |
2021-01-10 | build system: whitespace meditation. | midipix | 1 | -6/+6 |
2021-01-10 | build system: ccenv: ccenv_output_defs(): use conformant sed construct. | midipix | 1 | -1/+1 |
2020-08-16 | build system: shared library logic: support dso-implemented-as-archive targets. | midipix | 3 | -1/+21 |
2020-08-16 | build system: ccenv: added +ccenv_set_os_dso_format() [binary or archive]. | midipix | 3 | -0/+54 |
2020-08-16 | build system: ccenv: ccenv_create_framework_executable(): accommodate yikes. | midipix | 1 | -0/+1 |
2020-08-16 | build system: ccenv: ccenv_set_cc_bits(): further accommodate legacy shells. | midipix | 1 | -1/+1 |
2020-08-16 | build system: ccenv: ccenv_set_primary_tools(): added archive format support. | midipix | 3 | -0/+44 |
2020-08-16 | build system: ccenv: ccenv_set_tool_variants(): not all tools support --help. | midipix | 1 | -1/+1 |
2020-08-16 | build system: ccenv: ccenv_find_tool(): further accommodate legacy shells. | midipix | 1 | -1/+3 |
2020-08-11 | nt64: sigsetjmp(): the savemask argument is of type integer. | midipix | 1 | -1/+1 |
2020-07-05 | project: added mallocng support. | midipix | 3 | -0/+19 |
2020-06-04 | midipix targets: remove mount support. | midipix | 3 | -0/+3 |
2020-06-04 | midipix targets: syscall.h.in: mark the mount syscalls as not supported. | midipix | 2 | -4/+4 |
2020-05-03 | nt32|nt64: abi upgrade: properly support NTFS directory entries. | midipix | 4 | -6/+32 |
2020-05-03 | nt32|nt64: move msghdr and cmsghdr out of bits/socket.h as needed. | midipix | 3 | -0/+5 |
2020-05-03 | nt32|nt64: bits/alltypes.h.in, bits/limits.h: provide {__}{L}LONG_MAX. | midipix | 4 | -4/+20 |
2020-05-03 | nt32|nt64: bits/limits.h: remove feature test macro. | midipix | 2 | -6/+0 |
2020-05-03 | nt32|nt64: provide __BYTE_ORDER definition in alltypes.h. | midipix | 2 | -0/+12 |
2020-05-03 | nt64: __stdio_exit_needed.s: make an e9 relative jump. | midipix | 1 | -1/+1 |
2020-05-03 | nt32|nt64: added the internal kstat.h header (providing struct kstat). | midipix | 2 | -0/+52 |
2020-05-03 | midipix targets: bits/ioctl.h: #define'd SIOCGSTAMPNS. | midipix | 2 | -0/+2 |
2020-05-02 | midipix targets: installed headers: remove <sys/soundcard.h> | midipix | 3 | -0/+5 |
2020-05-02 | project: headers.mk: fix ordering of install targets. | midipix | 1 | -6/+6 |
2020-05-02 | midipix targets: syscall.h.in: mark the epoll syscalls as not supported. | midipix | 2 | -14/+14 |
2020-05-02 | midipix targets: remove epoll support. | midipix | 4 | -2/+9 |
2020-05-01 | glue layer: added __fs_tmp{file|dir}(), for fast & atomic tmpfs obj creation. | midipix | 5 | -0/+29 |
2020-05-01 | build system: configure: added --srcinfo,--srcsite,--pgprkey,--pgpskey support. | midipix | 4 | -0/+40 |
2020-05-01 | build system: ./configure, Makefile.in: added source info logic. | midipix | 4 | -0/+213 |
2020-05-01 | nt32: crt1.c: _start(): explicitly set the desired float mode. | midipix | 1 | -0/+6 |
2020-05-01 | nt64: crt1.c: _start(): explicitly set the desired float mode. | midipix | 1 | -0/+6 |
2020-01-10 | build system: add --pkgbugs (where to file) and --pkghome (project home page). | midipix | 5 | -0/+32 |
2020-01-10 | build system: ./configure: properly handle passing of args to dot scripts. | midipix | 1 | -2/+6 |
2020-01-09 | build system: configure: verify_source_directory(): disallow spaces in path. | midipix | 1 | -0/+7 |
2020-01-09 | build system: annual chores. | midipix | 1 | -1/+1 |
2020-01-09 | build system: cfgtest.sh: added file annotation. | midipix | 1 | -0/+2 |
2020-01-09 | build system: added file annotations. | midipix | 13 | -0/+38 |
2020-01-07 | build system: cfgtest.sh: added cfgtest_code_snippet_asm(). | midipix | 1 | -0/+27 |
2020-01-07 | build system: cfgtest_library_presence(): config.log integration. | midipix | 1 | -5/+44 |
2020-01-06 | build system: cfgtest_type_size(): config.log integration. | midipix | 1 | -0/+28 |
2020-01-06 | build system: cfgtest_decl_presence(): config.log integration. | midipix | 1 | -25/+52 |
2020-01-06 | build system: cfgtest_interface_presence(): config.log integration. | midipix | 1 | -7/+37 |
2020-01-06 | build system: cfgtest_header_{presence|absence}(): config.log integration. | midipix | 1 | -11/+79 |
2020-01-06 | build system: cfgtest_{host|native}_section(): fully expand all cflags. | midipix | 1 | -9/+2 |
2020-01-06 | build system: ccenv_common_init(): fully expand all cflags. | midipix | 2 | -9/+8 |
2020-01-06 | build system: remove the .conf and .display makefile targets (no longer used). | midipix | 1 | -9/+0 |