sortix-mirror/utils
Jonas 'Sortie' Termansen 0ed0082070 Added execv(3) and execve(3).
Removed the older libmaxsi system call.
2012-03-02 15:00:11 +01:00
..
.gitignore The Sortix programs are now compiled into initrd/. 2011-08-28 12:42:06 +02:00
Makefile Added column(1). 2012-03-01 14:36:56 +01:00
calc.cpp Added calc, an integer-based reverse polish notation calculator. 2011-12-17 11:40:16 +01:00
cat.cpp Ported the user-space programs to use stdin for keyboard access. 2012-02-10 13:46:26 +01:00
clear.cpp Implemented large parts of the stdio(3), including fprintf. 2011-12-24 04:28:34 +01:00
column.cpp Better argument parsing in column(1). 2012-03-01 16:59:53 +01: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 Ported the user-space programs to use stdin for keyboard access. 2012-02-10 13:46:26 +01:00
help.cpp Added execv(3) and execve(3). 2012-03-02 15:00:11 +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 execv(3) and execve(3). 2012-03-02 15:00:11 +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 execv(3) and execve(3). 2012-03-02 15:00:11 +01:00
memstat.cpp Made the memstat program a little more 64-bit friendly. 2011-12-23 16:54:34 +01:00
mxsh.cpp Added execv(3) and execve(3). 2012-03-02 15:00:11 +01:00
pager.cpp Ported the user-space programs to use stdin for keyboard access. 2012-02-10 13:46:26 +01:00
pwd.cpp Added pwd(1). 2012-03-01 00:27:30 +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