apio pushed to main at apio/webcxx-example 2022-11-04 19:27:54 +00:00
32e6e21278 Update webcxx submodule
apio pushed to main at apio/webcxx 2022-11-04 19:24:57 +00:00
1c8287d80f Strip trailing newline from timestamp
apio pushed to main at apio/webcxx-example 2022-11-04 19:22:44 +00:00
d74306cebc Update webcxx submodule
apio pushed to main at apio/webcxx 2022-11-04 19:22:24 +00:00
e657640409 Log timestamp of a request
apio pushed to main at apio/webcxx-example 2022-11-04 19:17:24 +00:00
69a23fc750 Update webcxx submodule
apio pushed to main at apio/webcxx 2022-11-04 19:16:52 +00:00
48bb561c17 Allow -1 characters while reading a file
apio pushed to main at apio/webcxx-example 2022-11-04 19:13:17 +00:00
166edc58e8 Update webcxx submodule
apio pushed to main at apio/webcxx 2022-11-04 19:11:09 +00:00
ca98f9742b Fix another typo in README.md
apio pushed to main at apio/webcxx 2022-11-04 19:08:44 +00:00
cdb2b975c4 Fix typo in README.md
apio pushed to main at apio/webcxx-example 2022-11-03 21:03:15 +00:00
98a2070a0a Update webcxx submodule
ffd97259d9 Update webcxx submodule
Compare 2 commits »
apio pushed to main at apio/webcxx 2022-11-03 20:58:41 +00:00
883310d241 Fix bug
apio pushed to main at apio/webcxx 2022-11-03 20:55:57 +00:00
f6b4341d39 Make it multithreaded
apio pushed to main at apio/webcxx 2022-11-03 20:46:01 +00:00
08355a63ec Add .vscode folder to gitignore
apio pushed to main at apio/webcxx 2022-11-03 20:45:08 +00:00
4005965102 Add gitignore
apio pushed to main at apio/Luna 2022-11-03 19:44:53 +00:00
cbc2e76082 Remove the .elf suffix from the kernel filename
apio pushed to main at apio/Luna 2022-11-03 19:30:48 +00:00
e5b2641019 Kernel: Enforce W^X when loading executables
2c08de044f Kernel, libc: Add support for querying the framebuffer's scanline via ioctl()
Compare 2 commits »
apio pushed to main at apio/Luna 2022-11-03 16:26:33 +00:00
71633e264f Kernel: Make the serial port writable for everyone :)
979569eb5a Ports: Refactor the NASM port's package script a bit
3b86f87c76 libc: Support %i in printf()
2cfefc25cc libc: Stub out rename()
0fd31698b2 Kernel: Accept not opened file descriptors in dup2()
Compare 5 commits »
apio pushed to main at apio/Luna 2022-11-02 20:00:39 +00:00
7afbff08b6 apps: Add a little screen utility
249c79f8a3 Kernel, libc: Add ioctl()
Compare 2 commits »
apio pushed to main at apio/Luna 2022-11-02 19:35:21 +00:00
feab66c0d3 Kernel: Remove the paint() system call
apio pushed to main at apio/Luna 2022-11-02 19:24:26 +00:00
8f2308c80d Kernel: Implement mmap-able device files (regular files are not mmap-able yet)