|
e5a41d2d52
|
tmpfs: Implement FileInode read() and write()
|
2023-03-11 00:52:39 +01:00 |
|
|
89bea931cd
|
libluna: Add a very simple Buffer class, to help implement tmpfs files
continuous-integration/drone/push Build is passing
|
2023-03-11 00:27:08 +01:00 |
|
|
4c66017807
|
libluna: Add PathParser, a C++-style way of iterating over path sections
Still uses strtok under the hood, though.
|
2023-03-10 22:17:16 +01:00 |
|
|
5a9da55e05
|
libluna/CString: Implement strspn and strcspn, and using those implement strtok
|
2023-03-10 21:32:18 +01:00 |
|
|
e8a401efc2
|
libluna/Heap: Crash the kernel (but not userspace) on invalid frees
This makes them way easier to catch and forces us to get those out of the way.
|
2023-03-10 21:02:09 +01:00 |
|
|
7d045e45c1
|
libluna/Heap: Zero out newly created heap blocks
|
2023-03-07 20:45:30 +01:00 |
|
|
80492f6ad3
|
luna: Add error_name, similar to strerrorname_np from glibc
continuous-integration/drone/push Build is passing
man strerrorname_np(3)
|
2023-03-07 13:14:21 +01:00 |
|
|
de38eb6877
|
luna: Remove pure_cstyle_format
continuous-integration/drone/push Build is passing
It was causing a lot of code duplication. If someone doesn't have errors, just return {} from the callback and unwrap the Result.
|
2023-03-02 13:38:21 +01:00 |
|
|
b978d02cfb
|
luna: Fix %% skipping a character
|
2023-02-27 16:27:45 +01:00 |
|
|
77887eed80
|
luna -> libluna
continuous-integration/drone/push Build is passing
|
2023-02-27 15:22:39 +01:00 |
|