c
|
Added open(2).
|
2011-11-19 00:57:17 +01:00 |
decl
|
Initial version of Sortix.
|
2011-08-05 14:25:00 +02:00 |
hsrc
|
Added pipe(2), write(2), and read(2).
|
2011-11-16 21:21:38 +01:00 |
sortix
|
Such that the sortix subdir is git'd too.
|
2011-08-07 01:38:51 +02:00 |
x64
|
Moved start.s into the subdirs for x86 and x64.
|
2011-09-15 22:39:19 +02:00 |
x86
|
Argv now works in main.
|
2011-11-09 23:18:26 +01:00 |
.gitignore
|
Adding proper .gitignore files.
|
2011-08-07 01:22:36 +02:00 |
c++.cpp
|
Initial version of Sortix.
|
2011-08-05 14:25:00 +02:00 |
error.cpp
|
Initial version of Sortix.
|
2011-08-05 14:25:00 +02:00 |
io.cpp
|
Added open(2).
|
2011-11-19 00:57:17 +01:00 |
Makefile
|
Pong and snake now use rand(3).
|
2011-11-10 12:28:35 +01:00 |
process.cpp
|
Argv now works in main.
|
2011-11-09 23:18:26 +01:00 |
random.cpp
|
Fixed randomness-related crash in snake.
|
2011-11-17 13:11:09 +01:00 |
sortix-sound.cpp
|
Added a sound api.
|
2011-08-22 00:25:28 +02:00 |
string.cpp
|
strcpy(3) now nul-terminates dest.
|
2011-11-19 00:52:42 +01:00 |
thread.cpp
|
libc now has exit() and abort() functions.
|
2011-09-13 16:49:08 +02:00 |