apio pushed to main at apio/Luna 2022-10-14 19:12:40 +00:00
eb67ab113e libc: Add ctype.h
apio pushed to main at apio/Luna 2022-10-14 18:14:57 +00:00
91d76a2ee4 Devices: Add a new RandomDevice :)
apio pushed to main at apio/Luna 2022-10-14 17:55:37 +00:00
faaf930a14 Moon 0.12-dev
apio pushed to stable at apio/Luna 2022-10-14 17:51:17 +00:00
97461c7c1f Prepare for moon 0.11
ccf8f404a8 libc: Make the stdio initialization code cleaner
4e08c9d8ce libc: Pass the last argument in __luna_syscall5 correctly
0e64c57e10 libc: Change __{stderr, stdout} to {stderr, stdout}
3b83d7ccaf libc: Implement fsetpos() and fgetpos()
Compare 111 commits »
apio pushed tag v0.11 to apio/Luna 2022-10-14 17:51:11 +00:00
apio pushed to main at apio/Luna 2022-10-14 17:49:59 +00:00
97461c7c1f Prepare for moon 0.11
apio pushed to main at apio/Luna 2022-10-14 17:36:28 +00:00
ccf8f404a8 libc: Make the stdio initialization code cleaner
apio pushed to main at apio/Luna 2022-10-14 17:25:05 +00:00
4e08c9d8ce libc: Pass the last argument in __luna_syscall5 correctly
apio pushed to main at apio/Luna 2022-10-14 17:23:22 +00:00
0e64c57e10 libc: Change __{stderr, stdout} to {stderr, stdout}
apio pushed to main at apio/Luna 2022-10-14 17:12:47 +00:00
3b83d7ccaf libc: Implement fsetpos() and fgetpos()
apio pushed to main at apio/Luna 2022-10-14 17:05:09 +00:00
e0aa552fae Kernel: Add a move() function
apio commented on issue apio/Luna#2 2022-10-14 16:25:03 +00:00
Multiple address spaces

#12 fixes this, but I had to merge it manually, so Gitea doesn't close the issue automatically.

apio closed issue apio/Luna#2 2022-10-14 16:25:03 +00:00
Multiple address spaces
apio deleted branch address-spaces from apio/Luna 2022-10-14 16:23:48 +00:00
apio pushed to main at apio/Luna 2022-10-14 16:23:11 +00:00
f82fbbe60c Make address spaces not cloned by default
apio commented on pull request apio/Luna#12 2022-10-14 16:21:58 +00:00
WIP: Add address space infrastructure

I had to merge this manually as Gitea wouldn't let me, closing :)

apio closed pull request apio/Luna#12 2022-10-14 16:21:58 +00:00
WIP: Add address space infrastructure
apio pushed to main at apio/Luna 2022-10-14 16:21:16 +00:00
c8a92af4d2 Whoops! bugfix
apio pushed to main at apio/Luna 2022-10-14 16:20:50 +00:00
e11280ad3f Merge branch 'address-spaces'
1c3377fc98 Prepare for cloning address spaces, not there yet
e43777bd31 Apparently, it just works now.
97a8a4a4a2 Solve rebase
81f56083c5 Almost there!
Compare 18 commits »
apio pushed to address-spaces at apio/Luna 2022-10-14 16:18:04 +00:00
1c3377fc98 Prepare for cloning address spaces, not there yet