Luna/apps
2023-05-18 21:47:46 +02:00
..
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 kernel+libc+apps: Add mount and umount syscalls, libc wrappers, and utilities 2023-05-17 20:30:15 +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 kernel+init: Add a VFS mount system and auto-populate the devfs 2023-05-17 19:40:37 +02:00
ipc-test.cpp kernel+libc: Add support for unnamed pipes 2023-05-10 22:48:31 +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 libluna: Add more options to to_dynamic_unit() 2023-05-13 12:01:09 +02:00
mkdir.cpp ArgumentParser: Add support for version information 2023-04-28 16:33:05 +02:00
mount.cpp kernel+libc+apps: Add mount and umount syscalls, libc wrappers, and utilities 2023-05-17 20:30:15 +02:00
rm.cpp ArgumentParser: Add support for version information 2023-04-28 16:33:05 +02:00
sh.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
stat.cpp libos: Add FileSystem::stat() 2023-05-12 23:47:20 +02:00
su.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
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