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