sortix--sortix/utils
Jonas 'Sortie' Termansen 854d9b171a uptime(2) now reports usecs instead of msecs. 2011-12-04 21:27:21 +01:00
..
.gitignore The Sortix programs are now compiled into initrd/. 2011-08-28 12:42:06 +02:00
Makefile Added uptime(1). 2011-11-28 16:29:53 +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 Oops, meant 'used' instead of 'free' in memstat. 2011-11-26 21:10:08 +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 uptime(2) now reports usecs instead of msecs. 2011-12-04 21:27:21 +01:00