sortix-mirror/libmaxsi
Jonas 'Sortie' Termansen b6a0fd0374 Removed deprecated VGA API and moved it to /dev/vga. 2011-11-25 13:38:31 +01:00
..
c printf(3) now writes to fd 1. 2011-11-24 10:26:36 +01:00
decl Initial signal support. Please squash improvements into this commit. 2011-11-23 00:19:09 +01:00
hsrc Removed deprecated VGA API and moved it to /dev/vga. 2011-11-25 13:38:31 +01:00
sortix Such that the sortix subdir is git'd too. 2011-08-07 01:38:51 +02:00
x64 Initial signal support. Please squash improvements into this commit. 2011-11-23 00:19:09 +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
Makefile Removed deprecated VGA API and moved it to /dev/vga. 2011-11-25 13:38:31 +01:00
c++.cpp Initial version of Sortix. 2011-08-05 14:25:00 +02:00
error.cpp Initial signal support. Please squash improvements into this commit. 2011-11-23 00:19:09 +01:00
format.cpp Made an integer-to-string API for user-space to use. 2011-09-06 16:16:25 +02:00
init.cpp Initial signal support. Please squash improvements into this commit. 2011-11-23 00:19:09 +01:00
io.cpp printf(3) now writes to fd 1. 2011-11-24 10:26:36 +01:00
memory.cpp Implemented errno(3), added support in both kernel and utils. 2011-11-22 17:26:47 +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
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 libc now has exit() and abort() functions. 2011-09-13 16:49:08 +02:00