summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2017-01-07process initialization: added proper session chain support.midipix1-10/+9
2016-12-26argv.h: use an option vector rather than a direct pointer to the option table.midipix3-40/+66
2016-12-26ptyc_pty_own(): properly convert the message's uintptr_t members to pid_t size.midipix1-4/+4
2016-12-26ptyc_fputs(): properly invoke the i/o function (uint32_t bytes).midipix1-1/+1
2016-12-26argv.h: struct argv_ctx: .unitidx and .erridx are set via pointer arithmetic.midipix1-2/+2
2016-12-26ptyc_dbg_raw(): properly invoke ntapi's pty_write() (uint32_t bytes).midipix1-3/+2
2016-12-26ptyc_dbg_oven(): properly invoke ntapi's pty_write() (uint32_t bytes).midipix1-3/+2
2016-12-26ptyc_dbg_input_record(): properly invoke write_console_ansi() (uint32_t bytes).midipix1-3/+2
2016-12-26ptyc_cat(): properly invoke ntapi's pty_write() (uint32_t bytes).midipix1-4/+3
2016-12-26ptyc_console_reader(): properly invoke ntapi's pty_write() (uint32_t bytes).midipix1-3/+2
2016-12-26struct ptyc_vkcode: fix const definitions.midipix1-2/+2
2016-12-26ptycon_api.h: remove unnecessary #include of limits.h.midipix1-2/+0
2016-12-26foreign compiler support: nt32/nt64: added ptyc_compiler.asm.midipix2-0/+39
2016-12-26added clbuild-bat: a poor man's transitional clbuild command translator.midipix4-0/+232
2016-12-18build system: version.sh: create output directory as needed.midipix1-0/+1
2016-12-13PE soname support: added the designated LDFLAGS_SONAME variable.midipix1-2/+3
2016-12-12include <psxtypes/section/freestd.h> for improved foreign compiler support.midipix1-0/+3
2016-12-12project: properly set the free-standing build environment.midipix1-0/+5
2016-12-09ptyc_open_volume(): update code following libntapi's pre-alpha API update.midipix1-1/+1
2016-12-08build system: configure: pass --sysroot to the linker as a compiler argument.midipix1-1/+1
2016-11-30build system: sofort/os/pe.mk: install-implib-solink: fix target definition.midipix1-3/+3
2016-11-30build system: sofort/version.mk: install-soname: fix build target definition.midipix1-3/+3
2016-11-30build system: sofort/version.mk: install-solink: fix build target definition.midipix1-3/+3
2016-11-26argv.h: error code path: remove unneeded if statement (always true).midipix1-5/+2
2016-11-21free-standing environment: .freestd is now a supported named section.midipix1-1/+1
2016-11-19ptycon_api.h: fix export/import inconsistency.midipix3-4/+4
2016-11-17set tty affiliation in the driver, effective for both the library and utility.midipix2-5/+7
2016-11-12build system: sysinfo: expand the OS gallery.midipix3-0/+3
2016-11-12build system: sysinfo: expand the OS gallery.midipix1-0/+13
2016-11-12build system: configure: mb_native_os: respect overrides.midipix1-1/+3
2016-11-11build system: Makefile.in: properly support explicit CFLAGS_PIC in OS recipe.midipix1-0/+1
2016-11-11build system: configure: grumpily support crooked uname output.midipix1-0/+5
2016-11-11build system: sysinfo: expand the OS gallery.midipix1-0/+12
2016-10-26build system: .conf convenience target: display source dir information.midipix1-0/+1
2016-10-26build system: configure: truly fix .git/index dependency logic.midipix1-2/+2
2016-10-26build system: configure: fix .git/index dependency logic.midipix1-2/+2
2016-10-25argv.h: argv_usage(): use correct format for short option name in short mode.midipix1-1/+1
2016-10-25console: ptyc_flush_screen_buffer(): maintain cursor visibility as needed.midipix1-7/+10
2016-09-21build system: support setting an external folder as the source directory.midipix3-10/+41
2016-09-16ptycon_daemon_entry_point(): fix signature.midipix1-1/+1
2016-09-16ptyc_spawn(): implementation: fix signature.midipix1-1/+1
2016-09-16ptyc_loop_thread_entry(): fix signature.midipix1-1/+1
2016-08-22pty layer: integrated __ntapi_pty_inherit_runtime_ctty().midipix2-27/+26
2016-08-18console: ptyc_flush_screen_buffer(): maintain cursor visibility.midipix1-0/+8
2016-08-18driver: exit as needed after version printing.midipix2-0/+8
2016-08-18driver: fix eargv initialization.midipix1-1/+1
2016-08-18console: ptyc_init_console(): obtain cursor info.midipix2-0/+7
2016-08-18console: ptyc_console_reader(): send backspace (0x08) as delete (0x7f).midipix1-0/+3
2016-08-14console bridge: added --bell support.midipix3-0/+7
2016-08-14driver: added --bell support.midipix4-0/+10