sortix-mirror/libmaxsi/include
Jonas 'Sortie' Termansen 143120d160 Added tcgetwinsize(2) for determining terminal resolution.
Unfortunately this area is not standardized by POSIX. Linux uses an ioctl
which is not that bad, but I'd like to have a designated function. I'm not
sure if this facility is powerful enough and whether it should be improved.
Also note that I use a struct winsize as on Linux, but I use size_ts instead
for the heck of it. Perhaps I should use another name for the struct.
2012-07-24 18:43:34 +02:00
..
libmaxsi Updated vga code to newer coding conventions. 2012-07-23 00:05:31 +02:00
sys Refactored the internal kernel memory management API. 2012-07-06 17:18:07 +02:00
assert.h Uncommented warning in <assert.h> to prevent compile errors in binutils. 2012-03-05 13:09:00 +01:00
ctype.h Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00
dirent.h <dirent.h> now declares size_t. 2012-03-12 02:03:46 +01:00
dlfcn.h Added stubs for functions in dlfcn.h. 2012-05-30 23:58:04 +02:00
errno.h Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00
error.h Renamed error(3) to gnu_error(3), but with a redirect. 2012-05-28 23:03:03 +02:00
fcntl.h Added fcntl(3) with FD_GET and FD_SET. 2012-03-04 21:36:40 +01:00
features.h Added getline(3), getdelim(3), sortix_gets(3) and gets(3). 2012-02-13 01:07:02 +01:00
inttypes.h Added {,l,ll,imax}abs(3). 2012-03-27 16:36:55 +02:00
locale.h Added a stub locale.h header. 2012-05-28 22:57:03 +02:00
math.h Added <math.h>. 2012-03-04 18:17:04 +01:00
setjmp.h Added stubs for setjmp(3) and longjmp(3). 2012-03-04 23:15:32 +01:00
signal.h Added raise(3). 2012-05-28 23:10:55 +02:00
stdarg.h GCC no longer fixes stdio.h because of va_list. 2012-05-28 22:37:45 +02:00
stddef.h Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00
stdint.h Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00
stdio.h Added ungetc(3). 2012-05-29 22:17:27 +02:00
stdio_ext.h Added the stdio_ext(3) API. 2012-03-12 00:38:48 +01:00
stdlib.h Added atexit(3) and on_exit(3). 2012-05-29 22:17:27 +02:00
string.h Added sortix_strerror(3) which replaces strerror(3). 2012-05-27 17:38:00 +02:00
strings.h Added strcasecmp(3), strncasecmp(3) and <strings.h>. 2012-03-04 22:46:24 +01:00
termios.h Added tcgetwinsize(2) for determining terminal resolution. 2012-07-24 18:43:34 +02:00
time.h Added stubs for gmtime(3), localtime(3) and utime(3). 2012-05-29 22:17:27 +02:00
unistd.h Updated copyright format in unistd.h. 2012-07-24 17:03:14 +02:00
wchar.h Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00
wctype.h Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00