sortix-mirror/libmaxsi
Jonas 'Sortie' Termansen 0ed0082070 Added execv(3) and execve(3).
Removed the older libmaxsi system call.
2012-03-02 15:00:11 +01:00
..
decl Moved SEEK_SET, SEEK_CUR, and SEEK_SET to <sortix/seek.h>. 2012-02-24 17:34:50 +01:00
include Added execv(3) and execve(3). 2012-03-02 15:00:11 +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
Makefile Fixed race condition when building libmaxsi with -j. 2012-02-12 13:54:07 +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 Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +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 Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00
format.cpp Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00
heap.cpp Added realloc(3). 2012-02-13 00:31:05 +01:00
init.cpp Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00
integer.cpp Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00
io.cpp error(3) now doesn't print an error if supplied errno=0. 2012-03-01 16:42:13 +01:00
memory.cpp Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00
process.cpp Added execv(3) and execve(3). 2012-03-02 15:00:11 +01:00
random.cpp Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00
signal.cpp Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00
sortix-sound.cpp Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00
stdio.c Added getline(3), getdelim(3), sortix_gets(3) and gets(3). 2012-02-13 01:07:02 +01:00
string.cpp Added a Maxsi::String::Substring function. 2012-02-21 23:23:57 +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 Refactored the libmaxsi/ directory. 2012-02-12 13:20:53 +01:00