.. |
base64.cpp
|
libos+apps: Use os::*print* instead of (f)printf
|
2023-05-01 19:32:00 +02:00 |
cat.cpp
|
libos: Allow ArgumentParser users to specify they want leftover arguments
|
2023-05-13 13:22:10 +02:00 |
chmod.cpp
|
libc: Move chmod from unistd.h to sys/stat.h
|
2023-05-11 19:40:34 +02:00 |
chown.cpp
|
libc+apps: Avoid calling endpwent() and endgrent() after every call to get{pw,gr}{nam,uid,gid}
|
2023-05-18 21:47:46 +02:00 |
CMakeLists.txt
|
apps: Add ln
|
2023-05-20 21:49:25 +02:00 |
date.cpp
|
apps+libc+libos: Remove _LUNA_SYSTEM_ERROR_EXTENSIONS and reorder headers
|
2023-05-02 10:51:53 +02:00 |
edit.cpp
|
ArgumentParser: Add support for version information
|
2023-04-28 16:33:05 +02:00 |
env.cpp
|
kernel+libc+apps: Add support for environment variables
|
2023-04-07 15:03:38 +02:00 |
init.cpp
|
libos: Add a way to also list entry sizes, modes and mtimes
|
2023-05-28 21:51:50 +02:00 |
ipc-test.cpp
|
kernel+libc: Add support for unnamed pipes
|
2023-05-10 22:48:31 +02:00 |
ln.cpp
|
kernel+libc+ln: Add support for userspace hard link creation
|
2023-05-27 11:32:40 +02:00 |
login.cpp
|
su: Do not change directory/set variables by default, instead add a --login option
|
2023-05-11 20:11:09 +02:00 |
ls.cpp
|
libos+ls: Allow calling ArgumentParser::short_usage() directly
|
2023-05-28 21:57:04 +02:00 |
mkdir.cpp
|
kernel: Add umask
|
2023-05-26 22:27:49 +02:00 |
mount.cpp
|
kernel+libc+apps: Add mount and umount syscalls, libc wrappers, and utilities
|
2023-05-17 20:30:15 +02:00 |
ps.cpp
|
apps: Add ps
|
2023-05-18 21:59:38 +02:00 |
rm.cpp
|
ArgumentParser: Add support for version information
|
2023-04-28 16:33:05 +02:00 |
sh.cpp
|
sh: Print "exit" on EOF only when the shell is in interactive mode
|
2023-05-26 17:29:41 +02:00 |
stat.cpp
|
kernel+libos+apps: Support block devices and disallow seeking character devices or pipes
|
2023-05-26 20:27:47 +02:00 |
su.cpp
|
libc: Add getline() and getdelim()
|
2023-05-20 15:36:30 +02:00 |
time.cpp
|
apps: Add time
|
2023-05-20 12:48:25 +02:00 |
umount.cpp
|
kernel+libc+apps: Add mount and umount syscalls, libc wrappers, and utilities
|
2023-05-17 20:30:15 +02:00 |
uname.cpp
|
ArgumentParser: Add support for version information
|
2023-04-28 16:33:05 +02:00 |