apio pushed to main at apio/autobg 2024-07-17 13:27:30 +00:00
7e834ddc91 Completely forgot the script was Python
apio pushed to main at apio/autobg 2024-07-17 13:25:11 +00:00
39a9dac58e Ready. Set. Go!
apio pushed to main at apio/autobg 2024-07-17 13:23:24 +00:00
f6bac59182 Ready. Set. Go!
apio created branch main in apio/autobg 2024-07-17 13:23:24 +00:00
apio created repository apio/autobg 2024-07-17 13:23:07 +00:00
apio pushed to main at apio/Luna 2024-07-02 18:51:38 +00:00
7345a952ca libluna: Implement hash table iteration
apio pushed to main at apio/Luna 2024-07-02 10:44:53 +00:00
903dcfa52c libc: Partially implement freopen() when a null pathname is provided
apio pushed to main at apio/Luna 2024-06-23 20:53:41 +00:00
2ce2d57eff kernel: Prevent kernel threads from calling exit_and_signal_parent()
apio pushed to new-layout at apio/Luna 2024-06-08 20:18:55 +00:00
4087c7510e libui: Fix wrong return type
apio created pull request apio/Luna#46 2024-05-19 12:22:03 +00:00
WIP: Rework the layout system
apio pushed to new-layout at apio/Luna 2024-05-19 12:21:38 +00:00
280b0c90af apps+editor+libui+terminal: Rework the layout system
apio created branch new-layout in apio/Luna 2024-05-19 12:21:38 +00:00
apio pushed to main at apio/Luna 2024-05-02 08:58:42 +00:00
907049c405 kernel: Signal the reap thread when a kernel thread exits via exit_and_signal_parent()
450ef2ce27 docs: Add boot_process.md
Compare 2 commits »
apio pushed to main at apio/Luna 2024-05-01 16:55:41 +00:00
01dcb954e5 cp: Show an error message when attempting to copy a directory into a file
04649fce8a base: Change ownership of skeleton files when copying them to the home folder
66983ce17c base: Correct description for the login service
Compare 3 commits »
apio pushed to main at apio/Luna 2024-05-01 16:21:53 +00:00
0a46cfc80c libui: Remove the server->client message "WindowCloseRequest"
apio pushed to main at apio/libwind 2024-05-01 16:21:51 +00:00
35fe88364c fix: Remove the server->client message "WindowCloseRequest"
apio pushed to main at apio/Luna 2024-05-01 16:14:52 +00:00
fb52c67f16 kernel/x86_64: Map kernel-side pages as global to avoid TLB flushes
apio closed issue apio/Luna#34 2024-05-01 16:14:52 +00:00
TODO: Mark kernel pages as global to avoid flushing the TLB on address space switches
apio pushed to main at apio/Luna 2024-05-01 08:55:06 +00:00
ab70a72434 kernel: Fix extra qualification in Thread.h
apio pushed to main at apio/Luna 2024-05-01 08:52:19 +00:00
1d0f18cab9 kernel: Move stack checking and expansion into an architecture-independent file