Age | Commit message (Expand) | Author | Files | Lines |
2018-12-21 | build system: configure: be strict (set -eu). | midipix | 1 | -0/+2 |
2018-12-21 | build system: configure: explicitly initialize all variables. | midipix | 2 | -0/+198 |
2018-12-21 | build system: configure: unify the syntax for yes/no tests. | midipix | 1 | -26/+26 |
2018-12-21 | build system: config.usage: added absent variables. | midipix | 1 | -0/+2 |
2018-12-21 | build system: pkgconf.sh: remove accidental leading spaces. | midipix | 1 | -1/+1 |
2018-12-21 | build system: re-implemented sofort/pkgconf.sh. | midipix | 1 | -60/+75 |
2018-12-16 | build system: Makefile.in: include custom config defs before project files. | midipix | 1 | -9/+8 |
2018-12-13 | build system: configure: cfgdefs.mk must always be written from scratch. | midipix | 1 | -8/+10 |
2018-12-13 | built system: added the NATIVE_CC_{CFGHOST|CFLAGS|LDFLAGS} variables. | midipix | 3 | -1/+17 |
2018-12-10 | build system: configure: robustly support special characters in custom args. | midipix | 1 | -27/+9 |
2018-12-10 | build system: configure: set $mb_native_cc independently of $CC. | midipix | 1 | -8/+0 |
2018-12-10 | build system: support custom configuration via cfgdefs.sh (and usrdefs.mk). | midipix | 3 | -3/+99 |
2018-12-10 | build system: added NATIVE_CC_HOST support. | midipix | 3 | -1/+18 |
2018-11-25 | build system: --all-shared: ensure linking against the newly built library. | midipix | 1 | -1/+1 |
2018-11-25 | build system: only apply LDFLAGS_IMPLIB to the package's primary shared lib. | midipix | 2 | -1/+1 |
2018-11-25 | build system: --all-shared: properly express primary shared library dependency. | midipix | 1 | -1/+1 |
2018-11-25 | build system: PE, ELF: defined DSO_REF_VER, DSO_REF_SONAME, DSO_REF_SOLINK. | midipix | 2 | -0/+8 |
2018-11-23 | build system: all-shared: use LDFLAGS_APP as before, now with correct ordering. | midipix | 1 | -1/+1 |
2018-11-22 | build system: added --cfghost support. | midipix | 4 | -2/+17 |
2018-11-10 | build system: host flavors: support suffixed library extensions. | midipix | 7 | -3/+23 |
2018-10-20 | __ntapi_acl_init_common_descriptor(): properly handle system-owned entities. | midipix | 1 | -0/+6 |
2018-10-20 | __acl_init_common_meta_impl(): ace interp.: account for system-owned entities. | midipix | 1 | -2/+18 |
2018-10-12 | __acl_init_common_meta_impl(): report the system account assigned permissions. | midipix | 1 | -1/+1 |
2018-10-12 | __ntapi_acl_init_common_descriptor(): disallow inheritance of parent ACEs. | midipix | 1 | -1/+1 |
2018-08-14 | socket interfaces: async i/o completion: mark nt_iosb as volatile. | midipix | 20 | -51/+57 |
2018-08-14 | nt_file.h: async i/o function signatures: qualify nt_iosb as volatile. | midipix | 1 | -9/+9 |
2018-08-12 | __ntapi_dsr_init(): overcome potential scheduling bug in recent (10.0) kernel. | midipix | 1 | -0/+12 |
2018-08-12 | __ntapi_dsr_init(): added missing memory barriers. | midipix | 1 | -5/+11 |
2018-08-09 | library: atomics: simplify and-or-xor interfaces. | midipix | 5 | -144/+78 |
2018-08-09 | __ntapi_blt_possess(): use an inlined cmpxchg loop. | midipix | 1 | -4/+11 |
2018-08-05 | build system: configure: replace non-simple backtick with $(...) construct. | midipix | 1 | -1/+1 |
2018-08-05 | project: added initial pkgconfig.support. | midipix | 1 | -0/+9 |
2018-08-05 | build system: fix shared/static install target dependencies on install-pkgconf. | midipix | 1 | -2/+2 |
2018-08-05 | build system: all-shared binary: added missing build-dep on $(SHARED_SOLINK). | midipix | 1 | -1/+1 |
2018-08-05 | build system: all-shared front-end variant: fix ordering of -l$(PACKAGE). | midipix | 1 | -1/+1 |
2018-08-05 | build system: install-shared, install-static: added initial pkgconfig support. | midipix | 3 | -0/+133 |
2018-08-05 | build system: configure, Makefile.in: added initial pkgconfig support. | midipix | 3 | -3/+84 |
2018-06-19 | pty client interfaces: pty_query(): added NT_PTY_OFD_INFORMATION support. | midipix | 1 | -0/+26 |
2018-06-19 | pty framework: enum _nt_pty_info_class: revised, added NT_PTY_OFD_INFORMATION. | midipix | 1 | -1/+2 |
2018-06-19 | __ntapi_pty_query(): refactor in anticipation of NT_PTY_OFD_INFORMATION. | midipix | 1 | -22/+24 |
2018-06-18 | pty client interfaces: pty_xquery(): added NT_PTY_CONTEXT_INFORMATION support. | midipix | 2 | -3/+78 |
2018-06-18 | pty interfaces: struct _nt_pty_inherit_info: simplify definition, remove union. | midipix | 1 | -11/+4 |
2018-06-18 | pty framework: enum _nt_pty_info_class: added NT_PTY_{SLOT|CONTEXT}_INFORMATION. | midipix | 1 | -0/+2 |
2018-06-17 | tty client-side interfaces(): added ntapi_tty_query_server_pts_slot_info(). | midipix | 6 | -0/+69 |
2018-06-17 | framework: nt_tty_msg_info: renamed .msg_id --> .msgid, .reserved --> .exarg. | midipix | 1 | -2/+2 |
2018-06-16 | pty query: client-side interfaces: revised and extended for api consistency. | midipix | 8 | -37/+106 |
2018-06-16 | pty query/set interfaces: code maintenance, whitespace meditation. | midipix | 2 | -23/+34 |
2018-06-15 | nt_socket.h: macro defs: renamed NT_AF_DECnet --> NT_AF_DECNET (coding style). | midipix | 1 | -1/+1 |
2018-06-15 | framework: struct _nt_socket: added vfd-related overlay members. | midipix | 1 | -0/+6 |
2018-06-15 | string helper api's: added ntapi_tt_dec_utf16_to_uint{16|32|64|ptr}(). | midipix | 6 | -0/+159 |