.. |
c
|
sys/types.h now declares pid_t.
|
2012-01-08 23:25:11 +01:00 |
decl
|
Made the size_t declaration compatible with GCC.
|
2012-01-09 00:31:14 +01:00 |
hsrc
|
Added strchr(3), strchrnul(3), strrchr(3).
|
2012-01-08 22:26:32 +01:00 |
sortix
|
Such that the sortix subdir is git'd too.
|
2011-08-07 01:38:51 +02: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
|
Adding proper .gitignore files.
|
2011-08-07 01:22:36 +02:00 |
c++.cpp
|
printf(3) now supports signed integers and ptrdiff_t.
|
2011-12-05 13:59:26 +01:00 |
error.cpp
|
System calls in libmaxsi now use the constants from syscallnum.h.
|
2011-12-09 12:41:06 +01:00 |
format.cpp
|
printf(3) now supports signed integers and ptrdiff_t.
|
2011-12-05 13:59:26 +01:00 |
heap.cpp
|
Added calloc(3).
|
2011-12-24 04:05:38 +01:00 |
init.cpp
|
Implemented large parts of the stdio(3), including fprintf.
|
2011-12-24 04:28:34 +01:00 |
integer.cpp
|
Better default octal detection in strtol(3).
|
2011-12-16 22:24:29 +01:00 |
io.cpp
|
Added lseek(2).
|
2011-12-26 23:12:12 +01:00 |
Makefile
|
Revert ".so's are no longer installed into sysroot as there are no kernel support."
|
2012-01-08 15:53:10 +01:00 |
memory.cpp
|
Added memcmp(3).
|
2012-01-08 20:17:27 +01:00 |
process.cpp
|
Implemented large parts of the stdio(3), including fprintf.
|
2011-12-24 04:28:34 +01:00 |
random.cpp
|
Fixed randomness-related crash in snake.
|
2011-11-17 13:11:09 +01:00 |
signal.cpp
|
System calls in libmaxsi now use the constants from syscallnum.h.
|
2011-12-09 12:41:06 +01:00 |
sortix-keyboard.cpp
|
System calls in libmaxsi now use the constants from syscallnum.h.
|
2011-12-09 12:41:06 +01:00 |
sortix-sound.cpp
|
System calls in libmaxsi now use the constants from syscallnum.h.
|
2011-12-09 12:41:06 +01:00 |
string.cpp
|
Added strchr(3), strchrnul(3), strrchr(3).
|
2012-01-08 22:26:32 +01:00 |
thread.cpp
|
System calls in libmaxsi now use the constants from syscallnum.h.
|
2011-12-09 12:41:06 +01:00 |
time.cpp
|
System calls in libmaxsi now use the constants from syscallnum.h.
|
2011-12-09 12:41:06 +01:00 |