sortix-mirror/libmaxsi/c
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
..
decl Added readdir(3), closedir(3), rewinddir(3), dirfd(3), fdopendir(3), 2012-01-15 00:51:27 +01:00
hsrc Refactored the system to use the new Terminal interface. 2012-01-22 16:48:57 +01:00
ctype.c Added isalnum(3), isalpha(3), isblank(3), iscntrl(3), isdigit(3), 2012-01-08 15:35:35 +01:00
dir.c Added readdir(3), closedir(3), rewinddir(3), dirfd(3), fdopendir(3), 2012-01-15 00:51:27 +01:00
fddir-sortix.c Added readdir(3), closedir(3), rewinddir(3), dirfd(3), fdopendir(3), 2012-01-15 00:51:27 +01:00
fdio.c Fixed bug in fopen(3) where it didn't open correctly. 2012-01-18 12:40:31 +01:00
fdio.h Implemented large parts of the stdio(3), including fprintf. 2011-12-24 04:28:34 +01:00
file.c Added putc(3) and getc(3). 2011-12-30 01:03:24 +01:00
stdio.c Added an implementation of puts(3) because gcc needs it. 2012-01-08 14:30:50 +01:00
string.c Initial version of Sortix. 2011-08-05 14:25:00 +02:00