sortix-mirror/utils
Jonas 'Sortie' Termansen b5fe020b7a Fixed bad variable name in uptime(1), it's usecs not msecs. 2011-12-23 19:53:47 +01:00
..
.gitignore The Sortix programs are now compiled into initrd/. 2011-08-28 12:42:06 +02:00
Makefile Added calc, an integer-based reverse polish notation calculator. 2011-12-17 11:40:16 +01:00
calc.cpp Added calc, an integer-based reverse polish notation calculator. 2011-12-17 11:40:16 +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 isatty(2), which is used by editor. 2011-11-26 21:00:40 +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
memstat.cpp Made the memstat program a little more 64-bit friendly. 2011-12-23 16:54:34 +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 uname(1) now reports whether the system is 32-bit or 64-bit. 2011-12-01 15:30:17 +01:00
uptime.cpp Fixed bad variable name in uptime(1), it's usecs not msecs. 2011-12-23 19:53:47 +01:00