asleepymoon
asleepymoon released minitar 1.7.5 at asleepymoon/minitar 2023-06-18 18:54:56 +00:00
asleepymoon pushed tag 1.7.5 to 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
asleepymoon pushed to main at asleepymoon/Luna 2023-06-17 17:51:06 +00:00
266fa4a0d4 kernel: Start counting partition numbers at 1
asleepymoon pushed to main at asleepymoon/Luna 2023-06-17 17:49:12 +00:00
8ace83f2ae tools: Create an ext2 partition with the sysroot data in the disk image
7cace9a0d7 kernel: Provide more meaningful panic messages for critical failures
Compare 2 commits »
asleepymoon pushed to main at asleepymoon/Luna 2023-06-17 15:27:35 +00:00
e79d4297ea kernel: Make the root inode be a mountpoint as well + add pivot_root()
a6330eaffc libluna: Add a #pragma once to Types.h
b7a82fd895 kernel: Do not error out on zero-length reads/writes to bad addresses
592558d7ad kernel: Add GUID partition table support
Compare 4 commits »
asleepymoon pushed to main at asleepymoon/minitar 2023-06-17 10:05:34 +00:00
6b1b8fef55 fix: Don't create . or .. in the untar example
asleepymoon pushed to main at asleepymoon/Luna 2023-06-17 07:49:10 +00:00
2be4880278 kernel: Name the scoped lock in ATADevice::read()
asleepymoon pushed to main at asleepymoon/Luna 2023-06-16 22:49:41 +00:00
7a78609a85 kernel: Preserve kernel threads' page directories when they differ from the regular kernel page directory
c2cdb861c9 kernel/ATA: Fix buffer overflow in ATADevice::read() with small sizes and unaligned offsets
Compare 2 commits »
asleepymoon pushed to main at asleepymoon/Luna 2023-06-16 22:22:51 +00:00
27b26f389c kernel: Lock ATADevice::read_lba() using ATA::Channel's KMutex
asleepymoon pushed to main at asleepymoon/Luna 2023-06-16 22:07:59 +00:00
4f86cd9f08 libluna: Add a so very basic HashMap