sortix-mirror/utils
Jonas 'Sortie' Termansen f45def4a68 cat(1) now writes to fd 1 instead of /dev/tty. 2011-11-26 19:14:08 +01:00
..
.gitignore The Sortix programs are now compiled into initrd/. 2011-08-28 12:42:06 +02:00
Makefile Added echo(1). 2011-11-26 00:54:17 +01:00
cat.cpp cat(1) now writes to fd 1 instead of /dev/tty. 2011-11-26 19:14:08 +01:00
clear.cpp Added a shell, a few programs, and added support for SIGINT. 2011-08-28 12:38:01 +02:00
cp.cpp Added program_invocation_name(3), error(3), and perror(3) and used them. 2011-11-26 11:00:45 +01:00
echo.cpp Added echo(1). 2011-11-26 00:54:17 +01:00
editor.cpp Added program_invocation_name(3), error(3), and perror(3) and used them. 2011-11-26 11:00:45 +01:00
help.cpp Added program_invocation_name(3), error(3), and perror(3) and used them. 2011-11-26 11:00:45 +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 Added program_invocation_name(3), error(3), and perror(3) and used them. 2011-11-26 11:00:45 +01:00
kill.cpp Added program_invocation_name(3), error(3), and perror(3) and used them. 2011-11-26 11:00:45 +01:00
ls.cpp Added program_invocation_name(3), error(3), and perror(3) and used them. 2011-11-26 11:00:45 +01:00
mxsh.cpp mxsh now ignores trailing whitespace. 2011-11-26 13:27:15 +01:00
rm.cpp Added program_invocation_name(3), error(3), and perror(3) and used them. 2011-11-26 11:00:45 +01:00
uname.cpp Added a shell, a few programs, and added support for SIGINT. 2011-08-28 12:38:01 +02:00