sortix-mirror/libmaxsi/include
Jonas 'Sortie' Termansen bd8967069e Replace libmaxsi headers with libc headers. 2012-12-14 14:13:35 +01:00
..
sys Use <sys/syscall.h> instead of <libmaxsi/syscall.h>. 2012-12-14 14:13:33 +01:00
assert.h Implement assert(3) properly. 2012-09-08 18:45:52 +02:00
ctype.h Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00
dirent.h Sort the output of ls(1). 2012-09-08 18:45:52 +02: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 Add setlocale(3) and localeconv(3). 2012-09-08 18:45:53 +02:00
malloc.h Don't include Maxsi:: API in kernel.cpp. 2012-12-14 14:13:34 +01:00
math.h Add fabs{,f,l}(3). 2012-09-08 18:45:53 +02:00
readparamstring.h Added ReadParamString to libmaxsi as a hack. 2012-07-24 21:26:09 +02:00
setjmp.h Added stubs for setjmp(3) and longjmp(3). 2012-03-04 23:15:32 +01:00
signal.h Multithreaded kernel and improvement of signal handling. 2012-09-08 18:45:41 +02:00
stdint.h Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00
stdio.h Replace <libmaxsi/format.h> with <stdio.h>. 2012-12-14 14:13:34 +01:00
stdio_ext.h Added the stdio_ext(3) API. 2012-03-12 00:38:48 +01:00
stdlib.h Add bsearch(3). 2012-09-08 18:45:53 +02:00
string.h Make string.h include strings.h. 2012-09-08 18:45:52 +02:00
strings.h Added strcasecmp(3), strncasecmp(3) and <strings.h>. 2012-03-04 22:46:24 +01:00
termios.h Use <sys/syscall.h> instead of <libmaxsi/syscall.h>. 2012-12-14 14:13:33 +01:00
time.h Added stubs for gmtime(3), localtime(3) and utime(3). 2012-05-29 22:17:27 +02:00
unistd.h Refactor libc process exit and abortion. 2012-09-08 18:45:52 +02:00
wchar.h Remove trailing whitespace. 2012-09-08 18:45:53 +02:00
wctype.h Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00