Jonas 'Sortie' Termansen
38f27a45fc
Added strpbrk(3).
2012-03-04 17:44:24 +01:00
Jonas 'Sortie' Termansen
b1b123109a
Added mktemp(3).
...
This is a stupid, ugly function added for compatibility.
2012-03-04 17:29:50 +01:00
Jonas 'Sortie' Termansen
5d826ec284
Added strstr(3).
2012-03-04 17:20:42 +01:00
Jonas 'Sortie' Termansen
6c6e1091a1
Added memmove(3).
2012-03-04 17:10:52 +01:00
Jonas 'Sortie' Termansen
a52200f4a7
Added strncpy(3).
...
This function is stupid.
2012-03-04 17:00:59 +01:00
Jonas 'Sortie' Termansen
90ea0d3e64
Added strdup(3) to <string.h>.
2012-03-04 16:54:53 +01:00
Jonas 'Sortie' Termansen
ac7e55ffbd
Added st_dev to struct stat.
2012-03-04 16:48:24 +01:00
Jonas 'Sortie' Termansen
0ed0082070
Added execv(3) and execve(3).
...
Removed the older libmaxsi system call.
2012-03-02 15:00:11 +01:00
Jonas 'Sortie' Termansen
cbdf54fcdd
Moved SEEK_SET, SEEK_CUR, and SEEK_SET to <sortix/seek.h>.
2012-02-24 17:34:50 +01:00
Jonas 'Sortie' Termansen
5de83df6ec
Unified constants from sortix/filesystem.h and <fcntl.h> in <sortix/fcntl.h>.
2012-02-23 13:15:40 +01:00
Jonas 'Sortie' Termansen
03273d0076
Added stubs for stat(2), and fstat(2).
2012-02-22 00:30:34 +01:00
Jonas 'Sortie' Termansen
75b3b9c858
Added a Maxsi::String::Substring function.
2012-02-21 23:23:57 +01:00
Jonas 'Sortie' Termansen
2a4a51fafc
Added getline(3), getdelim(3), sortix_gets(3) and gets(3).
...
gets(3) exists and is an alias for sortix_gets(3) if _SORTIX_SOURCE.
sortix_gets(3) returns a pointer to a safe newly read and allocated line.
2012-02-13 01:07:02 +01:00
Jonas 'Sortie' Termansen
3bf5b1f17e
Added realloc(3).
2012-02-13 00:31:05 +01:00
Jonas 'Sortie' Termansen
c8dfe630af
Removed annoying warnings when declaring x64 systemcalls.
...
Actually, the warnings are true, but that's a task for later.
2012-02-12 13:20:53 +01:00
Jonas 'Sortie' Termansen
fec176fa15
Refactored the libmaxsi/ directory.
...
C and C++ files are now kept together and so are the mxmpp declarations.
Header files are now stored in include/ and mxmpp'd into preproc/.
All other code now -I ../libmaxsi/preproc.
And other stuff to make this happen, including refactoring Makefile.
2012-02-12 13:20:53 +01:00