apio pushed to main at apio/Luna 2022-11-12 13:16:24 +00:00
e54f033578 libc: Add wcslen (with a test) and wcscat
35829a6998 libc: Remove unnecessary casts in strcat() and strncat()
6ab246a05e libc: Add a basic implementation of pathconf()
9e8a57cec7 libc: Add getdtablesize()
f46831f459 libc: Define PATH_MAX
Compare 6 commits »
apio pushed to main at apio/Luna 2022-11-12 12:24:23 +00:00
a3896c2546 libc: Define MB_CUR_MAX
apio pushed to main at apio/Luna 2022-11-12 12:20:47 +00:00
3f867b936e libc: Implement stpcpy
apio pushed to main at apio/Luna 2022-11-12 12:13:10 +00:00
16e6fba2d0 Add a bit more C++ stuff to the C++ app
apio pushed to main at apio/Luna 2022-11-12 11:57:39 +00:00
de2451e553 Kernel: Change up the logging in the kernel's PRNG
11ee01f269 Kernel: Remove "checkpoint logging" in main.cpp
bf1d3d3f05 mkdir: Print newline after usage
Compare 3 commits »
apio pushed to main at apio/Luna 2022-11-12 11:08:46 +00:00
5c51b82f6a Kernel: Remove obtain_user_ref and add copy_typed_to and from_user
apio pushed to main at apio/Luna 2022-11-12 10:57:00 +00:00
58fb422161 Kernel: Return a Result in MemoryManager and strdup_from_user
apio pushed to main at apio/Luna 2022-11-12 10:30:52 +00:00
662afad426 Kernel: Add a Result class
a3465c2f5e tools: Make buildstep exit on error
Compare 2 commits »
apio pushed to main at apio/Luna 2022-11-12 09:39:45 +00:00
559d074ce4 Kernel: Make a more convenient wrapper for basename() and dirname()
apio pushed to main at apio/rust-gui-experiments 2022-11-12 09:31:38 +00:00
eded3f1d71 more stuff yay
apio pushed to main at apio/rust-gui-experiments 2022-11-11 21:27:29 +00:00
340508ca57 Update application
apio pushed to main at apio/rust-gui-experiments 2022-11-11 17:37:04 +00:00
3e82887e99 switch to egui and do basic template
apio pushed to main at apio/rust-gui-experiments 2022-11-11 16:38:18 +00:00
627dc8b084 Add iced dependency
apio pushed to main at apio/rust-gui-experiments 2022-11-11 16:31:32 +00:00
71ceb3163c Ready. Set. Go!
apio created repository apio/rust-gui-experiments 2022-11-11 16:29:50 +00:00
apio pushed to main at apio/Luna 2022-11-10 16:57:48 +00:00
5a1d15d2b5 Show only short names of apps when installing
apio pushed to main at apio/Luna 2022-11-09 16:25:24 +00:00
4aa3bd3107 Next version!
apio pushed to stable at apio/Luna 2022-11-09 16:24:48 +00:00
da41784183 Fix setup-gcc.sh
b8014a158c ports: Add a port of the GNU binutils =D
2ac98ed0c1 libc: Define wint_t in wchar.h
078f3f5862 Kernel: Add a remainder to refactor the initial ramdisk code
d76af10e70 Kernel: Move initrd into the fs/ folder
Compare 201 commits »
apio pushed tag v0.14 to apio/Luna 2022-11-09 16:23:29 +00:00
apio pushed to main at apio/Luna 2022-11-09 16:15:20 +00:00
da41784183 Fix setup-gcc.sh