Luna/libos/src
apio 53f8a583dc
Some checks failed
Build and test / build (push) Failing after 1m21s
libluna+libos+libui: Move Action to libluna and make it usable in the kernel
This commit adds an error-propagating constructor for Action and Function, which makes them usable in the kernel.
2024-10-19 21:25:17 +02:00
..
ArgumentParser.cpp libos: Change the year in the default ArgumentParser copyright message 2024-04-20 17:24:26 +02:00
Config.cpp libos: Support comments in config files 2024-09-14 15:12:36 +02:00
Directory.cpp libos: Stop using syscalls directly and proxy to libc 2023-09-02 14:27:04 +02:00
EventLoop.cpp libos: Add Function<Args...> and use that to make EventLoop callbacks more versatile 2024-01-18 20:52:36 +01:00
File.cpp libos: Add ways to format output to a File 2024-03-29 14:41:45 +01:00
FileSystem.cpp rm: Add the -v flag 2023-09-02 14:46:14 +02:00
IPC.cpp libluna+libos+libui: Move Action to libluna and make it usable in the kernel 2024-10-19 21:25:17 +02:00
LocalClient.cpp libos: Add copyright/author comments to LocalServer and LocalClient 2023-09-20 07:05:52 +02:00
LocalServer.cpp libos/LocalServer: Clean up socket file on exit 2024-09-07 17:33:01 +02:00
Main.cpp libos: Document it entirely using Doxygen comments =D 2023-06-09 22:45:06 +02:00
Mode.cpp kernel+libc+libos: Add inode type for sockets 2023-07-30 11:33:05 +02:00
Path.cpp libos: Document it entirely using Doxygen comments =D 2023-06-09 22:45:06 +02:00
Process.cpp libos: Stop using syscalls directly and proxy to libc 2023-09-02 14:27:04 +02:00
Prompt.cpp libos+cp: Add prompt functionality 2023-07-08 18:30:39 +02:00
Security.cpp libos: Add a pledge wrapper 2023-08-14 10:45:00 +02:00
SharedMemory.cpp apps+libos+shell+wind: Correct a bunch of format strings 2024-03-29 14:42:38 +01:00
Timer.cpp libos: Stop timers in the destructor if needed 2024-09-19 18:26:42 +02:00