asleepymoon
asleepymoon pushed to main at asleepymoon/Luna 2022-10-25 18:28:32 +00:00
57658f2d3e libc: Add EOPNOTSUPP
asleepymoon pushed to main at asleepymoon/Luna 2022-10-25 17:27:36 +00:00
13fce2c4b3 libc: Update headers with more comments
asleepymoon pushed to main at asleepymoon/Luna 2022-10-25 16:58:18 +00:00
af452e2b2a Kernel, libc: Add dup2()
asleepymoon pushed to main at asleepymoon/Luna 2022-10-25 16:35:30 +00:00
af46b8d9ac Kernel: Cleanup file descriptor validation
asleepymoon pushed to main at asleepymoon/Luna 2022-10-25 16:00:07 +00:00
ec2c314234 Kernel: Add /dev/null
asleepymoon pushed to main at asleepymoon/Luna 2022-10-24 19:18:38 +00:00
8cfede341f Tools: Fix run.sh and update rebuild-and-run.sh to use fast-run.sh
asleepymoon pushed to main at asleepymoon/Luna 2022-10-24 19:15:33 +00:00
ada7f1e701 Update README.md
asleepymoon pushed to main at asleepymoon/Luna 2022-10-24 19:12:33 +00:00
7c460855cc Update README.md with information about hourly builds
asleepymoon pushed to main at asleepymoon/Luna 2022-10-24 18:53:02 +00:00
35da7e0223 Fix up install-built-ports.sh if ports.list is not present
asleepymoon pushed to main at asleepymoon/Luna 2022-10-24 18:52:21 +00:00
d458c5c848 Fix kernel/Makefile
asleepymoon pushed to main at asleepymoon/Luna 2022-10-24 18:49:07 +00:00
1716a81e82 no need to unset filter-lines
asleepymoon pushed to main at asleepymoon/Luna 2022-10-24 18:47:15 +00:00
b17ff6319a libc: compilation fix for libc's printf
asleepymoon pushed to main at asleepymoon/Luna 2022-10-24 18:33:29 +00:00
040fbde462 Unset LD and AR so gcc doesn't get confused
asleepymoon pushed to main at asleepymoon/Luna 2022-10-24 18:32:57 +00:00
bd56c7f496 Unset LD and AR so binutils doesn't get confused during the build process
asleepymoon pushed to main at asleepymoon/Luna 2022-10-24 15:21:52 +00:00
33f6765a5c libc: Make the userspace printf much better
asleepymoon pushed to main at asleepymoon/Luna 2022-10-24 15:08:53 +00:00
315d2f9f24 libc: actually return buf in getcwd()
asleepymoon pushed to main at asleepymoon/Luna 2022-10-24 15:05:43 +00:00
0dec5f7bad libc: Add dummy getcwd()
asleepymoon pushed to main at asleepymoon/Luna 2022-10-23 18:11:41 +00:00
e7d41fa6dc ports: Add a little script to list installed ports
asleepymoon pushed to main at asleepymoon/Luna 2022-10-23 18:07:37 +00:00
3db342e897 tools: only unset filter-lines if it is not set
asleepymoon pushed to main at asleepymoon/Luna 2022-10-23 18:03:51 +00:00
2d807e3ca5 tools: Add prefix messages that tell us where we're at in a build, inspired by SerenityOS :)