asleepymoon
asleepymoon pushed to main at asleepymoon/Luna 2022-10-23 17:27:46 +00:00
fb0fc29087 Adjust install-built-ports.sh
c7598b08e0 BUILD FASTER
Compare 2 commits »
asleepymoon pushed to main at asleepymoon/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 »
asleepymoon pushed to main at asleepymoon/Luna 2022-10-23 15:24:29 +00:00
0c04246300 Next version!
asleepymoon pushed to stable at asleepymoon/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 »
asleepymoon pushed tag v0.13 to asleepymoon/Luna 2022-10-23 15:23:01 +00:00
asleepymoon pushed to main at asleepymoon/Luna 2022-10-23 15:15:53 +00:00
185757e2a7 600th commit!
asleepymoon pushed to main at asleepymoon/Luna 2022-10-23 14:45:06 +00:00
1a82bbb234 ports: Add a port system
asleepymoon pushed to main at asleepymoon/Luna 2022-10-23 12:59:18 +00:00
865018e7f8 libc: Implement dirfd, rewinddir, telldir and seekdir
asleepymoon pushed to main at asleepymoon/Luna 2022-10-23 12:46:38 +00:00
e457b88b04 Kernel, libc: Implement O_DIRECTORY and use that in dirent.h
asleepymoon pushed to main at asleepymoon/Luna 2022-10-23 12:42:01 +00:00
8bf2904d74 libc: Implement a basic subset of dirent.h
asleepymoon pushed to main at asleepymoon/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 »
asleepymoon pushed to main at asleepymoon/Luna 2022-10-23 10:28:37 +00:00
19ee21ae5a libc: Make string_to_integer_type static
asleepymoon pushed to main at asleepymoon/Luna 2022-10-23 10:26:59 +00:00
35616993f8 libc: Add div(), ldiv(), and lldiv()
asleepymoon pushed to main at asleepymoon/Luna 2022-10-23 10:10:23 +00:00
51bd7de17b libc: Patch mman.h so libgcov builds
asleepymoon pushed to main at asleepymoon/Luna 2022-10-23 09:19:18 +00:00
43180b777e libc: Stub out qsort()
asleepymoon pushed to main at asleepymoon/Luna 2022-10-23 09:17:33 +00:00
9dc8bfbdce libc: Define a dummy FILENAME_MAX
asleepymoon pushed to main at asleepymoon/Luna 2022-10-23 09:16:47 +00:00
bd8825231a libc: Stub out sscanf()
asleepymoon pushed to main at asleepymoon/Luna 2022-10-23 09:14:28 +00:00
d82238b485 libc: Add return value to ungetc()
asleepymoon pushed to main at asleepymoon/Luna 2022-10-23 09:13:05 +00:00
d75de5f423 libc: Partially implement ungetc
asleepymoon pushed to main at asleepymoon/Luna 2022-10-23 09:10:42 +00:00
51580bb846 libc: Add abs(), labs() and llabs()