| .. |
|
.gitignore
|
The Sortix programs are now compiled into initrd/.
|
2011-08-28 12:42:06 +02:00 |
|
calc.cpp
|
Added calc, an integer-based reverse polish notation calculator.
|
2011-12-17 11:40:16 +01:00 |
|
cat.cpp
|
Implemented large parts of the stdio(3), including fprintf.
|
2011-12-24 04:28:34 +01:00 |
|
clear.cpp
|
Implemented large parts of the stdio(3), including fprintf.
|
2011-12-24 04:28:34 +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
|
Implemented large parts of the stdio(3), including fprintf.
|
2011-12-24 04:28:34 +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
|
Implemented large parts of the stdio(3), including fprintf.
|
2011-12-24 04:28:34 +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
|
Updated ls(1) to use the DIR API.
|
2012-01-15 00:51:35 +01:00 |
|
Makefile
|
Added a simple pager program while we wait for less(1) to be ported.
|
2011-12-26 17:23:40 +01:00 |
|
memstat.cpp
|
Made the memstat program a little more 64-bit friendly.
|
2011-12-23 16:54:34 +01:00 |
|
mxsh.cpp
|
Implemented large parts of the stdio(3), including fprintf.
|
2011-12-24 04:28:34 +01:00 |
|
pager.cpp
|
Added a simple pager program while we wait for less(1) to be ported.
|
2011-12-26 17:23:40 +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 |