.. |
decl
|
Added EBUSY.
|
2012-03-10 23:18:27 +01:00 |
include
|
Added strnlen(3).
|
2012-03-10 23:04:49 +01:00 |
x64
|
Fixed using wrong system call in libmaxsi/x64/signal.s
|
2011-12-04 18:24:06 +01:00 |
x86
|
Initial signal support. Please squash improvements into this commit.
|
2011-11-23 00:19:09 +01:00 |
.gitignore
|
Refactored the libmaxsi/ directory.
|
2012-02-12 13:20:53 +01:00 |
c++.cpp
|
Refactored the libmaxsi/ directory.
|
2012-02-12 13:20:53 +01:00 |
ctype.c
|
Refactored the libmaxsi/ directory.
|
2012-02-12 13:20:53 +01:00 |
dir.c
|
Refactored the libmaxsi/ directory.
|
2012-02-12 13:20:53 +01:00 |
error.cpp
|
Added EBUSY.
|
2012-03-10 23:18:27 +01:00 |
fddir-sortix.c
|
Fixed minor compile errors in fddir-sortix.c.
|
2012-02-12 13:20:53 +01:00 |
fdio.c
|
Fixed bug where fopen(3) used the wrong mode in call to fdopen(3).
|
2012-03-01 14:30:20 +01:00 |
fdio.h
|
Refactored the libmaxsi/ directory.
|
2012-02-12 13:20:53 +01:00 |
file.c
|
Made fgetc(3) and fputc(3) use unsigned char internally.
|
2012-03-07 15:51:25 +01:00 |
format.cpp
|
Refactored the libmaxsi/ directory.
|
2012-02-12 13:20:53 +01:00 |
heap.cpp
|
Fixed realloc(3) bug causing buffer overruns.
|
2012-03-07 20:52:44 +01:00 |
init.cpp
|
Refactored the libmaxsi/ directory.
|
2012-02-12 13:20:53 +01:00 |
integer.cpp
|
Added atol(3) and atoll(3).
|
2012-03-05 12:53:58 +01:00 |
io.cpp
|
Forgot to add extern "C" to sscanf.
|
2012-03-05 16:06:15 +01:00 |
kernelinfo.cpp
|
Added kernelinfo(2), which reads a kernel information string.
|
2012-03-07 18:04:59 +01:00 |
Makefile
|
Added kernelinfo(2), which reads a kernel information string.
|
2012-03-07 18:04:59 +01:00 |
memory.cpp
|
Added memmove(3).
|
2012-03-04 17:10:52 +01:00 |
process.cpp
|
Added a stub for environ(3).
|
2012-03-05 13:20:37 +01:00 |
random.cpp
|
Refactored the libmaxsi/ directory.
|
2012-02-12 13:20:53 +01:00 |
setjmp.c
|
Added stubs for setjmp(3) and longjmp(3).
|
2012-03-04 23:15:32 +01:00 |
signal.cpp
|
Refactored the libmaxsi/ directory.
|
2012-02-12 13:20:53 +01:00 |
sort.cpp
|
Added qsort(3).
|
2012-03-05 12:37:59 +01:00 |
sortix-sound.cpp
|
Refactored the libmaxsi/ directory.
|
2012-02-12 13:20:53 +01:00 |
stdio.c
|
Made getdelim(3) follow POSIX-2008 a bit more closely.
|
2012-03-07 15:52:07 +01:00 |
string.cpp
|
Added strnlen(3).
|
2012-03-10 23:04:49 +01:00 |
terminal.cpp
|
Refactored the libmaxsi/ directory.
|
2012-02-12 13:20:53 +01:00 |
thread.cpp
|
Refactored the libmaxsi/ directory.
|
2012-02-12 13:20:53 +01:00 |
time.cpp
|
Added stub for ctime(3).
|
2012-03-04 23:51:39 +01:00 |