sortix-mirror/sortix/fs
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
..
devfs.cpp Refactored the system to use the new Terminal interface. 2012-01-22 16:48:57 +01:00
devfs.h Made detected ATA devices available as /dev/ataN block devices. 2012-01-08 14:21:36 +01:00
initfs.cpp readdirents(2) now properly reports ERANGE. 2012-01-15 00:43:13 +01:00
initfs.h Added unlink(2) and rm(1). 2011-11-21 19:01:56 +01:00
ramfs.cpp readdirents(2) now properly reports ERANGE. 2012-01-15 00:43:13 +01:00
ramfs.h Added unlink(2) and rm(1). 2011-11-21 19:01:56 +01:00