asleepymoon
asleepymoon pushed to main at asleepymoon/Luna 2022-11-12 12:24:23 +00:00
a3896c2546 libc: Define MB_CUR_MAX
asleepymoon pushed to main at asleepymoon/Luna 2022-11-12 12:20:47 +00:00
3f867b936e libc: Implement stpcpy
asleepymoon pushed to main at asleepymoon/Luna 2022-11-12 12:13:10 +00:00
16e6fba2d0 Add a bit more C++ stuff to the C++ app
asleepymoon pushed to main at asleepymoon/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 »
asleepymoon pushed to main at asleepymoon/Luna 2022-11-12 11:08:46 +00:00
5c51b82f6a Kernel: Remove obtain_user_ref and add copy_typed_to and from_user
asleepymoon pushed to main at asleepymoon/Luna 2022-11-12 10:57:00 +00:00
58fb422161 Kernel: Return a Result in MemoryManager and strdup_from_user
asleepymoon pushed to main at asleepymoon/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 »
asleepymoon pushed to main at asleepymoon/Luna 2022-11-12 09:39:45 +00:00
559d074ce4 Kernel: Make a more convenient wrapper for basename() and dirname()
asleepymoon pushed to main at asleepymoon/Luna 2022-11-10 16:57:48 +00:00
5a1d15d2b5 Show only short names of apps when installing
asleepymoon pushed to main at asleepymoon/Luna 2022-11-09 16:25:24 +00:00
4aa3bd3107 Next version!
asleepymoon pushed to stable at asleepymoon/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 »
asleepymoon pushed tag v0.14 to asleepymoon/Luna 2022-11-09 16:23:29 +00:00
asleepymoon pushed to main at asleepymoon/Luna 2022-11-09 16:15:20 +00:00
da41784183 Fix setup-gcc.sh
asleepymoon pushed to main at asleepymoon/Luna 2022-11-09 15:59:47 +00:00
b8014a158c ports: Add a port of the GNU binutils =D
asleepymoon pushed to main at asleepymoon/Luna 2022-11-09 15:29:52 +00:00
2ac98ed0c1 libc: Define wint_t in wchar.h
asleepymoon pushed to main at asleepymoon/Luna 2022-11-09 15:08:07 +00:00
078f3f5862 Kernel: Add a remainder to refactor the initial ramdisk code
asleepymoon pushed to main at asleepymoon/Luna 2022-11-09 15:03:34 +00:00
d76af10e70 Kernel: Move initrd into the fs/ folder
asleepymoon pushed to main at asleepymoon/Luna 2022-11-09 14:58:18 +00:00
60bd8d9418 Kernel: Add an explanatory comment to the end of _start()
asleepymoon pushed to main at asleepymoon/Luna 2022-11-09 14:28:53 +00:00
1ea216dfd1 Kernel: Rename assert.h to ensure.h
asleepymoon pushed to main at asleepymoon/Luna 2022-11-09 14:24:17 +00:00
da7ad8da5b Kernel: Show the file location when a check fails