apio pushed to main at apio/Luna 2022-10-24 15:05:43 +00:00
0dec5f7bad libc: Add dummy getcwd()
apio pushed to main at apio/Luna 2022-10-23 18:11:41 +00:00
e7d41fa6dc ports: Add a little script to list installed ports
apio pushed to main at apio/Luna 2022-10-23 18:07:37 +00:00
3db342e897 tools: only unset filter-lines if it is not set
apio pushed to main at apio/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 :)
apio pushed to main at apio/Luna 2022-10-23 17:27:46 +00:00
fb0fc29087 Adjust install-built-ports.sh
c7598b08e0 BUILD FASTER
Compare 2 commits »
apio pushed to main at apio/Luna 2022-10-23 16:59:04 +00:00
b615166373 libc: Stub out tmpfile() as well as add an empty math.h
58b01b74e2 Kernel, libc: Add stat()
Compare 2 commits »
apio pushed to main at apio/Luna 2022-10-23 15:24:29 +00:00
0c04246300 Next version!
apio pushed to stable at apio/Luna 2022-10-23 15:24:06 +00:00
185757e2a7 600th commit!
1a82bbb234 ports: Add a port system
865018e7f8 libc: Implement dirfd, rewinddir, telldir and seekdir
e457b88b04 Kernel, libc: Implement O_DIRECTORY and use that in dirent.h
8bf2904d74 libc: Implement a basic subset of dirent.h
Compare 120 commits »
apio pushed tag v0.13 to apio/Luna 2022-10-23 15:23:01 +00:00
apio pushed to main at apio/Luna 2022-10-23 15:15:53 +00:00
185757e2a7 600th commit!
apio pushed to main at apio/Luna 2022-10-23 14:45:06 +00:00
1a82bbb234 ports: Add a port system
apio pushed to main at apio/Luna 2022-10-23 12:59:18 +00:00
865018e7f8 libc: Implement dirfd, rewinddir, telldir and seekdir
apio pushed to main at apio/Luna 2022-10-23 12:46:38 +00:00
e457b88b04 Kernel, libc: Implement O_DIRECTORY and use that in dirent.h
apio pushed to main at apio/Luna 2022-10-23 12:42:01 +00:00
8bf2904d74 libc: Implement a basic subset of dirent.h
apio pushed to main at apio/Luna 2022-10-23 12:06:27 +00:00
32db366781 apps: Add a little ls utility that lists the files in /bin
14367f07b5 Kernel: Add support for getdents() to DeviceFS
78d72c2f0c Kernel, libc: Add a getdents() system call
Compare 3 commits »
apio pushed to main at apio/Luna 2022-10-23 10:28:37 +00:00
19ee21ae5a libc: Make string_to_integer_type static
apio pushed to main at apio/Luna 2022-10-23 10:26:59 +00:00
35616993f8 libc: Add div(), ldiv(), and lldiv()
apio pushed to main at apio/Luna 2022-10-23 10:10:23 +00:00
51bd7de17b libc: Patch mman.h so libgcov builds
apio pushed to main at apio/Luna 2022-10-23 09:19:18 +00:00
43180b777e libc: Stub out qsort()
apio pushed to main at apio/Luna 2022-10-23 09:17:33 +00:00
9dc8bfbdce libc: Define a dummy FILENAME_MAX