apio pushed to main at apio/minitar 2023-06-18 19:10:38 +00:00
73c4dce573 fix: Functions implemented in tar.c are no longer implemented in the README
apio released minitar 1.7.5 at apio/minitar 2023-06-18 18:54:56 +00:00
apio pushed tag 1.7.5 to apio/minitar 2023-06-18 18:54:56 +00:00
apio pushed to main at apio/minitar 2023-06-18 18:54:13 +00:00
7ef1c80fb6 chore: bump patch version
apio pushed to main at apio/Luna 2023-06-18 18:29:45 +00:00
36e6787415 kernel: Make sure addresses allocated by mmap() are ALWAYS page-aligned
apio pushed to main at apio/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 »
apio pushed to main at apio/Luna 2023-06-18 17:29:12 +00:00
08997007f2 libluna: Stop checking initialization status on every bitmap method call
apio pushed to main at apio/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
apio pushed to main at apio/Luna 2023-06-18 16:38:12 +00:00
d45e9e2a8c libluna: Simplify the API for Utf8StateDecoder by splitting it into multiple methods
apio pushed to main at apio/Luna 2023-06-18 09:33:51 +00:00
27d9cd0e87 kernel: Move TmpFS::*Inode into a separate file
apio pushed to main at apio/Luna 2023-06-17 23:54:39 +00:00
3a3473b9c2 kernel: Use memcpy() when cloning UserVM
apio pushed to main at apio/Luna 2023-06-17 23:50:46 +00:00
67ed18629d kernel: Update the VM allocator for userspace to use a linked list
apio pushed to main at apio/Luna 2023-06-17 18:59:02 +00:00
2f08e0f5b0 libos: Make long value arguments use '=' and make value arguments' values always required
apio pushed to main at apio/Luna 2023-06-17 17:51:06 +00:00
266fa4a0d4 kernel: Start counting partition numbers at 1
apio pushed to main at apio/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 »
apio pushed to main at apio/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 »
apio pushed to main at apio/minitar 2023-06-17 10:05:34 +00:00
6b1b8fef55 fix: Don't create . or .. in the untar example
apio pushed to main at apio/Luna 2023-06-17 07:49:10 +00:00
2be4880278 kernel: Name the scoped lock in ATADevice::read()
apio pushed to main at apio/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 »
apio pushed to main at apio/Luna 2023-06-16 22:22:51 +00:00
27b26f389c kernel: Lock ATADevice::read_lba() using ATA::Channel's KMutex