.. |
c
|
uptime(2) now reports usecs instead of msecs.
|
2011-12-04 21:27:21 +01:00 |
decl
|
waitpid(2) now returns ECHILD on error.
|
2011-12-01 14:54:19 +01:00 |
hsrc
|
Prevent the kernel from calling system calls.
|
2011-12-04 20:56:29 +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
|
waitpid(2) now returns ECHILD on error.
|
2011-12-01 14:54:19 +01:00 |
format.cpp
|
printf(3) now supports signed integers and ptrdiff_t.
|
2011-12-05 13:59:26 +01:00 |
heap.cpp
|
Moved around comments in heap.cpp.
|
2011-12-04 20:59:42 +01:00 |
init.cpp
|
Added program_invocation_name(3), error(3), and perror(3) and used them.
|
2011-11-26 11:00:45 +01:00 |
io.cpp
|
Added isatty(2), which is used by editor.
|
2011-11-26 21:00:40 +01:00 |
Makefile
|
Added uptime(1).
|
2011-11-28 16:29:53 +01:00 |
memory.cpp
|
Rewrote the memory allocation functions.
|
2011-11-27 22:53:05 +01:00 |
process.cpp
|
Removed obsolete functions to read from the initrd.
|
2011-12-04 15:38:02 +01:00 |
random.cpp
|
Fixed randomness-related crash in snake.
|
2011-11-17 13:11:09 +01:00 |
signal.cpp
|
Initial signal support. Please squash improvements into this commit.
|
2011-11-23 00:19:09 +01:00 |
sortix-keyboard.cpp
|
Ported kernel to new syscall API and started cleaning up the old one.
|
2011-10-27 00:20:28 +02:00 |
sortix-sound.cpp
|
Added a sound api.
|
2011-08-22 00:25:28 +02:00 |
string.cpp
|
Added strncmp(3).
|
2011-11-20 17:07:01 +01:00 |
thread.cpp
|
Removed outdated comment about sleep(2) and signals.
|
2011-12-04 21:08:26 +01:00 |
time.cpp
|
uptime(2) now reports usecs instead of msecs.
|
2011-12-04 21:27:21 +01:00 |