Luna/apps
apio 01dcb954e5
All checks were successful
Build and test / build (push) Successful in 2m12s
cp: Show an error message when attempting to copy a directory into a file
2024-05-01 18:55:34 +02:00
..
2048.cpp 2048: Use the arrow keys and the Home key as input 2024-03-06 20:34:13 +01:00
about.cpp libui+apps: Change ui::App::init() to take the socket path directly instead of command-line arguments 2024-02-01 21:15:31 +01:00
base64.cpp libos+apps: Use os::*print* instead of (f)printf 2023-05-01 19:32:00 +02:00
cat.cpp libos+apps: Make the vector argument more flexible 2023-07-08 16:44:02 +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
clock.cpp libui+apps: Change ui::App::init() to take the socket path directly instead of command-line arguments 2024-02-01 21:15:31 +01:00
CMakeLists.txt apps: Add run 2024-03-20 19:58:45 +01:00
cp.cpp cp: Show an error message when attempting to copy a directory into a file 2024-05-01 18:55:34 +02:00
date.cpp libos: Make long value arguments use '=' and make value arguments' values always required 2023-06-17 20:58:54 +02:00
edit.cpp edit: Make it more user-friendly 2023-08-22 15:17:13 +02:00
env.cpp kernel+libc+apps: Add support for environment variables 2023-04-07 15:03:38 +02:00
free.cpp apps: Add free 2023-08-17 20:15:39 +02:00
gol.cpp libui+apps: Change ui::App::init() to take the socket path directly instead of command-line arguments 2024-02-01 21:15:31 +01:00
init.cpp init: Add a (user) prefix to logs when not running as system init 2024-01-19 21:21:07 +01:00
kill.cpp libos+apps: Add kill 2023-07-10 22:17:05 +02:00
launch.cpp apps+libos+shell+wind: Correct a bunch of format strings 2024-03-29 14:42:38 +01:00
ln.cpp kernel+libc+ln: Add support for userspace hard link creation 2023-05-27 11:32:40 +02:00
login.cpp apps+base+libc: Use /usr/bin paths instead of /bin everywhere 2023-09-04 11:44:10 +02:00
ls.cpp apps+libos+shell+wind: Correct a bunch of format strings 2024-03-29 14:42:38 +01:00
mkdir.cpp libluna/PathParser: Make dirname() and basename() static functions 2023-06-19 11:21:58 +02:00
mktemp.cpp apps+libos+shell+wind: Correct a bunch of format strings 2024-03-29 14:42:38 +01:00
mount.cpp mount: Put the source argument first 2023-06-25 20:35:36 +02:00
preinit.cpp kernel+init+preinit+wind: Remove the kernel TTY and support only userspace terminals 2023-09-21 19:31:54 +02:00
ps.cpp apps: Add ps 2023-05-18 21:59:38 +02:00
rm.cpp rm: Add the -v flag 2023-09-02 14:46:14 +02:00
run.cpp apps: Add run 2024-03-20 19:58:45 +01:00
startui.cpp startui: Move socket file checking around a bit 2024-02-03 19:35:40 +01:00
stat.cpp stat: Recognize sockets properly 2023-12-04 20:42:31 +01:00
su.cpp base+su+libc: Add support for a shadow file and use it by default 2024-04-10 22:37:36 +02:00
sysfuzz.cpp libluna+kernel: Move luna/Syscall.h to the kernel API directory 2023-08-23 14:35:21 +02:00
taskbar.cpp taskbar: Make taskbar entries configurable 2024-04-10 21:42:21 +02:00
time.cpp apps+libos+shell+wind: Correct a bunch of format strings 2024-03-29 14:42:38 +01:00
touch.cpp apps: Add touch 2023-08-08 14:34:58 +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