Mirror of most important branches of the main Sortix repository
Go to file
Jonas 'Sortie' Termansen ecc3114f2a Refactored the system to use the new Terminal interface.
This will allow development of a better terminal providing stdin.

Added new system calls settermmode(2) and gettermmode(2) declared in
<sys/termmode.h>. They allow querying and changing the current mode of
terminals (enabling raw keyboard data, signal handling, line buffering,
UTF-8 encoding stdin, and more). However, all that is unsupported by the
current terminal device driver.

Added KBKEY_ENCODE and KBKEY_DECODE macros to <sys/keycodes.h> which allows
encoding the kbkey format in UTF-32 characters.
2012-01-22 16:48:57 +01:00
bench uptime(2) now reports usecs instead of msecs. 2011-12-04 21:27:21 +01:00
debsrc The produced deb file now contains the proper installed-size field. 2011-10-16 17:58:19 +02:00
games Added auto-completion to snake for debugging purposes. 2011-12-06 14:18:15 +01:00
initrd The Sortix programs are now compiled into initrd/. 2011-08-28 12:42:06 +02:00
isosrc/boot/grub Initial version of Sortix. 2011-08-05 14:25:00 +02:00
libmaxsi Refactored the system to use the new Terminal interface. 2012-01-22 16:48:57 +01:00
mkinitrd Removed excess space. 2011-12-04 21:31:53 +01:00
mxmpp Removed references to mksound from mxmpp. 2011-12-04 21:33:23 +01:00
sortix Refactored the system to use the new Terminal interface. 2012-01-22 16:48:57 +01:00
subsystem Initial version of Sortix. 2011-08-05 14:25:00 +02:00
utils Updated ls(1) to use the DIR API. 2012-01-15 00:51:35 +01:00
.gitignore Initial signal support. Please squash improvements into this commit. 2011-11-23 00:19:09 +01:00
Makefile Begun development of Sortix 0.6. 2011-12-06 01:28:23 +01:00
crosscompilemakefile.mak Added -fno-rrti to the C++ compile flags in the cross-compiler. 2012-01-03 21:54:49 +01:00
gpl.html Added the GNU licenses used for Sortix. 2011-08-27 14:47:43 +02:00
lgpl.html Added the GNU licenses used for Sortix. 2011-08-27 14:47:43 +02:00