asleepymoon
asleepymoon pushed to main at asleepymoon/Luna 2023-06-19 09:41:25 +00:00
2edb0a3f3a all: Update minor version number to 0.3.0 pre-release
asleepymoon pushed to main at asleepymoon/Luna 2023-06-19 09:23:58 +00:00
b4a6e4d56d libluna/PathParser: Make dirname() and basename() static functions
asleepymoon pushed to main at asleepymoon/Luna 2023-06-19 08:48:10 +00:00
f22689fcf5 libc: Add stubs for fflush() and ungetc()
6bfc7483bc libc: Add a definition for FILENAME_MAX
acfad51ac0 libc: Add freopen()
7efc3a6ea1 kernel: Show stack traces on page faults + crash the process instead of the whole system on GPFs
0b553cadc0 libluna: Do not fault if vstring_format() is called with buf=nullptr
Compare 6 commits »
asleepymoon pushed to main at asleepymoon/Luna 2023-06-18 23:05:42 +00:00
795b0ca8d4 libc/scanf: Some refactoring
asleepymoon pushed to main at asleepymoon/Luna 2023-06-18 23:00:12 +00:00
21cc7e3729 libluna: Rename parse_length() to parse_type() in Format.cpp
55d147841f libc+tests: Add type modifiers and integer conversion specifiers to scanf()
a2c081f219 libluna: Allow passing a base to scan_(un)signed_integer()
Compare 3 commits »
asleepymoon pushed to main at asleepymoon/Luna 2023-06-18 21:51:54 +00:00
8c2348c425 libc/scanf: Skip whitespace before %%
asleepymoon pushed to main at asleepymoon/Luna 2023-06-18 21:44:50 +00:00
25e9187826 libc+tests: Add basic support for the scanf family of functions
asleepymoon pushed to main at asleepymoon/minitar 2023-06-18 19:10:38 +00:00
73c4dce573 fix: Functions implemented in tar.c are no longer implemented in the README
asleepymoon pushed tag 1.7.5 to asleepymoon/minitar 2023-06-18 18:54:56 +00:00
asleepymoon released minitar 1.7.5 at asleepymoon/minitar 2023-06-18 18:54:56 +00:00
asleepymoon pushed to main at asleepymoon/minitar 2023-06-18 18:54:13 +00:00
7ef1c80fb6 chore: bump patch version
asleepymoon pushed to main at asleepymoon/Luna 2023-06-18 18:29:45 +00:00
36e6787415 kernel: Make sure addresses allocated by mmap() are ALWAYS page-aligned
asleepymoon pushed to main at asleepymoon/Luna 2023-06-18 18:18:29 +00:00
04322d9ff7 kernel: Add a customizable configuration file system
b7bdec9ece kernel: Add a bunch more config definitions and hide debug messages behind them
ec34937f14 tests: Add tests for libluna/CPath.h
Compare 3 commits »
asleepymoon pushed to main at asleepymoon/Luna 2023-06-18 17:29:12 +00:00
08997007f2 libluna: Stop checking initialization status on every bitmap method call
asleepymoon pushed to main at asleepymoon/Luna 2023-06-18 17:24:59 +00:00
148c1c7341 libluna: Add the clear_data() method to Vector and use it to optimize Base64::decode
asleepymoon pushed to main at asleepymoon/Luna 2023-06-18 16:38:12 +00:00
d45e9e2a8c libluna: Simplify the API for Utf8StateDecoder by splitting it into multiple methods
asleepymoon pushed to main at asleepymoon/Luna 2023-06-18 09:33:51 +00:00
27d9cd0e87 kernel: Move TmpFS::*Inode into a separate file
asleepymoon pushed to main at asleepymoon/Luna 2023-06-17 23:54:39 +00:00
3a3473b9c2 kernel: Use memcpy() when cloning UserVM
asleepymoon pushed to main at asleepymoon/Luna 2023-06-17 23:50:46 +00:00
67ed18629d kernel: Update the VM allocator for userspace to use a linked list
asleepymoon pushed to main at asleepymoon/Luna 2023-06-17 18:59:02 +00:00
2f08e0f5b0 libos: Make long value arguments use '=' and make value arguments' values always required