apio released death-swap for Minecraft 1.19.4 at apio/death-swap 2023-04-07 20:42:30 +00:00
apio created branch main in apio/death-swap 2023-04-07 20:40:44 +00:00
apio pushed to main at apio/death-swap 2023-04-07 20:40:44 +00:00
8e38aac816 Ready. Set. Go!
apio created repository apio/death-swap 2023-04-07 20:40:22 +00:00
apio pushed to main at apio/Luna 2023-04-07 13:41:50 +00:00
0eab03848c sh: Remove unused include
apio pushed to main at apio/Luna 2023-04-07 13:39:29 +00:00
9bb1720cca libc: Add execvp() and execvpe()
fe348d56c0 String+StringView: Add split()
3a28771520 kernel+libc+apps: Add support for environment variables
3ef484b3f3 kernel: Add missing include
3a70accdeb kernel: Move copy_string_vector_to_userspace to ThreadImage
Compare 5 commits »
apio pushed to main at apio/Luna 2023-04-07 12:02:50 +00:00
b22bea84ec kernel: Copy process name on fork()
apio pushed to main at apio/Luna 2023-04-07 11:47:51 +00:00
0f678f845c String: Add operator=
4cac49038c sh: Use StringBuilder instead of C-like manual joining
7b8260f3f6 all: Enable/disable debug symbols/optimization in COMMON_FLAGS
d07b00a892 all: Move all warning flags to a common CMake variable
4e48d024d9 libluna: Add StringBuilder
Compare 16 commits »
apio commented on issue apio/Luna#4 2023-04-06 18:17:59 +00:00
More errors

libluna/include/luna/SystemError.h

#pragma once

#define…
apio closed pull request apio/Luna#22 2023-04-04 21:09:09 +00:00
Start working on a VFS implementation
apio reopened pull request apio/Luna#22 2023-04-04 21:06:04 +00:00
Start working on a VFS implementation
apio pushed to main at apio/Luna 2023-04-04 20:57:56 +00:00
e6c4ceb18f Add clause about Unix to README.md
apio pushed to main at apio/Luna 2023-04-04 20:52:29 +00:00
1ec2f39747 Update README.md
apio opened issue apio/Luna#26 2023-04-04 20:30:54 +00:00
TODO: Get rid of EFIXME
apio pushed to main at apio/Luna 2023-04-04 12:13:35 +00:00
ed0727332b x86_64/CPU: Assign a proper IRQ number to the keyboard interrupt
apio opened issue apio/Luna#25 2023-04-04 11:08:59 +00:00
TODO: Port fasm
apio opened issue apio/Luna#24 2023-04-04 11:03:32 +00:00
TODO: Upgrade toolchain to binutils 2.40
apio pushed to main at apio/Luna 2023-04-01 08:56:22 +00:00
e241c70aad Vector: Call destructors on deallocation
apio pushed to main at apio/Luna 2023-03-30 19:40:11 +00:00
e99ba4df36 date: Make the --date option require a value
apio pushed to main at apio/Luna 2023-03-30 19:31:42 +00:00
429e4c9f61 libc: Disable -pedantic