asleepymoon
asleepymoon pushed to main at asleepymoon/Luna 2023-06-09 21:35:37 +00:00
da1439126a libos: Correct wrong manpage section for execve()
asleepymoon pushed to main at asleepymoon/Luna 2023-06-09 21:12:44 +00:00
e4e501ecfe libos: Add Process::wait()
asleepymoon pushed to main at asleepymoon/Luna 2023-06-09 20:54:34 +00:00
a1bf4dafbe libluna: Remove implicit vector copying and add an explicit way to do it
asleepymoon closed issue asleepymoon/Luna#28 2023-06-09 20:54:34 +00:00
libluna: Disable implicit Vector copying
asleepymoon pushed to main at asleepymoon/Luna 2023-06-09 20:45:20 +00:00
bc07cc94cb libos: Document it entirely using Doxygen comments =D
asleepymoon opened issue asleepymoon/Luna#28 2023-06-09 20:27:31 +00:00
libluna: Disable implicit Vector copying
asleepymoon pushed to please-read-my-ata-drive at asleepymoon/Luna 2023-06-08 17:58:30 +00:00
9de4b392a2 kernel: Make the MBR code read from a device instead of an inode
072b13b023 kernel: Do not automatically read the MBR partition table from /dev/cdrom
ee3319e717 kernel/ATA: Route interrupts to the correct drive
22b512d7aa kernel: Start reading the MBR partition table from the ATAPI drive
6be0ff8784 ATA: Mark the CDROM as a block device
Compare 28 commits »
asleepymoon pushed to main at asleepymoon/Luna 2023-06-08 17:58:07 +00:00
5f5b58a2c0 apps: Add a syscall fuzzer
d0b65674e6 kernel: Fix 0-delay sleeps blocking the thread forever
Compare 2 commits »
asleepymoon pushed to please-read-my-ata-drive at asleepymoon/Luna 2023-06-04 09:25:25 +00:00
206c9ccfb4 kernel: Make the MBR code read from a device instead of an inode
asleepymoon pushed to please-read-my-ata-drive at asleepymoon/Luna 2023-06-04 09:14:11 +00:00
67e8a2dd4b kernel: Do not automatically read the MBR partition table from /dev/cdrom
21f043a7f0 kernel/ATA: Route interrupts to the correct drive
46c6462d5f kernel: Start reading the MBR partition table from the ATAPI drive
7912281f3e ATA: Mark the CDROM as a block device
dd439fa2c6 kernel/ATA: Pass extra information to DeviceRegistry
Compare 26 commits »
asleepymoon pushed to main at asleepymoon/Luna 2023-06-03 22:23:19 +00:00
85896214ba libos: Make File::read_all() read chunked blocks instead of one character at a time
asleepymoon pushed to please-read-my-ata-drive at asleepymoon/Luna 2023-06-03 19:07:07 +00:00
1bf7056c3f kernel: Do not automatically read the MBR partition table from /dev/cdrom
asleepymoon pushed to please-read-my-ata-drive at asleepymoon/Luna 2023-06-03 19:02:49 +00:00
fa47237ddb kernel/ATA: Route interrupts to the correct drive
2722bd73af kernel: Start reading the MBR partition table from the ATAPI drive
b8541747c2 ATA: Mark the CDROM as a block device
37a3f13de7 kernel/ATA: Pass extra information to DeviceRegistry
d69e75eb5a kernel+init: Create a device node in /dev to access the CDROM from userspace!
Compare 25 commits »
asleepymoon pushed to main at asleepymoon/Luna 2023-06-03 19:02:25 +00:00
3283991ec6 kernel: Keep the old Timer::ticks_ms() API.
asleepymoon pushed to please-read-my-ata-drive at asleepymoon/Luna 2023-06-03 18:59:08 +00:00
cbb44a5a10 kernel/ATA: Route interrupts to the correct drive
7545cb055c kernel: Start reading the MBR partition table from the ATAPI drive
159bdeffb9 ATA: Mark the CDROM as a block device
6ea67bfb61 kernel/ATA: Pass extra information to DeviceRegistry
b63f0f8009 kernel+init: Create a device node in /dev to access the CDROM from userspace!
Compare 44 commits »
asleepymoon pushed to main at asleepymoon/Luna 2023-06-03 18:20:11 +00:00
e10cc2d954 libc: Add the internal TRY_OR_SET_ERRNO macro
asleepymoon pushed to main at asleepymoon/Luna 2023-06-03 15:00:32 +00:00
6b4d41529e libc: Fix execvp() calling the shell after an ENOEXEC
6ad7491300 sh: Skip comments (and shebangs!)
Compare 2 commits »
asleepymoon pushed to main at asleepymoon/Luna 2023-06-03 11:15:21 +00:00
8bcec00a9d kernel: Change the timer subsystem to use timespecs natively
asleepymoon pushed to main at asleepymoon/Luna 2023-06-03 10:16:07 +00:00
d2334a67dd apps: Add mktemp
asleepymoon pushed to main at asleepymoon/Luna 2023-06-03 09:55:52 +00:00
fd62de6474 libluna: Do not sort empty arrays; avoids a segfault
1090815c8d kernel: Honor the sticky bit
89d7866abb libos: Show the sticky bit on symbolic modes
0540879959 init+initrd: Create /tmp and mount it on boot
Compare 4 commits »