sortix-mirror/utils
Jonas 'Sortie' Termansen 8b7188e6a4 Added the $? command to the shell. 2011-11-10 00:03:53 +01:00
..
.gitignore The Sortix programs are now compiled into initrd/. 2011-08-28 12:42:06 +02:00
Makefile Implemented the fork() system call and what it needed to work properly. 2011-11-01 01:00:20 +01:00
cat.cpp Ported kernel to new syscall API and started cleaning up the old one. 2011-10-27 00:20:28 +02:00
clear.cpp Added a shell, a few programs, and added support for SIGINT. 2011-08-28 12:38:01 +02:00
help.cpp Implemented the fork() system call and what it needed to work properly. 2011-11-01 01:00:20 +01:00
idle.cpp Implemented the fork() system call and what it needed to work properly. 2011-11-01 01:00:20 +01:00
init.cpp Oh my god, did I include thread.cpp into kernel.cpp!? 2011-11-07 14:36:35 +01:00
ls.cpp Added an API for user-space to list the initrd, and 'ls' does so now. 2011-11-03 18:26:43 +01:00
mxsh.cpp Added the $? command to the shell. 2011-11-10 00:03:53 +01:00
uname.cpp Added a shell, a few programs, and added support for SIGINT. 2011-08-28 12:38:01 +02:00