asleepymoon
asleepymoon pushed to main at asleepymoon/Luna 2023-05-27 10:06:08 +00:00
8d90d146b2 libc: Fix including sys/time.h
asleepymoon pushed to main at asleepymoon/Luna 2023-05-27 10:04:37 +00:00
88d1da59e8 kernel+libc: Add access()
asleepymoon pushed to main at asleepymoon/Luna 2023-05-27 09:32:53 +00:00
bd8aaa917f kernel+libc+ln: Add support for userspace hard link creation
asleepymoon pushed to main at asleepymoon/Luna 2023-05-27 08:46:22 +00:00
a98e9e8009 kernel: Add /dev/full
asleepymoon pushed to please-read-my-ata-drive at asleepymoon/Luna 2023-05-26 21:29:08 +00:00
a50306eb78 kernel: Start reading the MBR partition table from the ATAPI drive
asleepymoon pushed to please-read-my-ata-drive at asleepymoon/Luna 2023-05-26 21:03:21 +00:00
fd2a6a272e ATA: Mark the CDROM as a block device
ff4fc1cfbc kernel/ATA: Pass extra information to DeviceRegistry
6b45530c3c kernel+init: Create a device node in /dev to access the CDROM from userspace!
21ae10478d kernel/ATA: Read the CDROM's first sector using ATAPI PIO!!
077cb3c950 kernel/x86_64: Implement writing to PCI fields
Compare 25 commits »
asleepymoon pushed to main at asleepymoon/Luna 2023-05-26 20:28:13 +00:00
b0506bf88f kernel: Add umask
d89a823924 kernel: Return EACCES when trying to chdir to an unaccessible directory
Compare 2 commits »
asleepymoon pushed to main at asleepymoon/Luna 2023-05-26 18:36:41 +00:00
cba0a23db9 kernel: Make the framebuffer a block device
asleepymoon pushed to please-read-my-ata-drive at asleepymoon/Luna 2023-05-26 18:31:06 +00:00
8939edf313 ATA: Mark the CDROM as a block device
921b5ce360 kernel/ATA: Pass extra information to DeviceRegistry
4dc8a13058 kernel+init: Create a device node in /dev to access the CDROM from userspace!
b41fe9d45e kernel/ATA: Read the CDROM's first sector using ATAPI PIO!!
6e22d4649f kernel/x86_64: Implement writing to PCI fields
Compare 23 commits »
asleepymoon pushed to main at asleepymoon/Luna 2023-05-26 18:30:47 +00:00
7cdb967730 kernel: compilation fix
asleepymoon pushed to please-read-my-ata-drive at asleepymoon/Luna 2023-05-26 18:28:32 +00:00
176864f623 kernel/ATA: Pass extra information to DeviceRegistry
1e586ee982 kernel+init: Create a device node in /dev to access the CDROM from userspace!
35c96024d4 kernel/ATA: Read the CDROM's first sector using ATAPI PIO!!
9653497051 kernel/x86_64: Implement writing to PCI fields
39a713333d kernel/PCI: Add bit enum for the Command field
Compare 31 commits »
asleepymoon pushed to main at asleepymoon/Luna 2023-05-26 18:28:01 +00:00
62e14e7580 kernel+libos+apps: Support block devices and disallow seeking character devices or pipes
asleepymoon pushed to main at asleepymoon/Luna 2023-05-26 16:23:00 +00:00
38fae0c97b ls: Show file modes visually
asleepymoon pushed to main at asleepymoon/Luna 2023-05-26 15:29:47 +00:00
4dcee8f828 sh: Print "exit" on EOF only when the shell is in interactive mode
84c1871d30 libc: Check if a shell is available if system()'s command argument is NULL
Compare 2 commits »
asleepymoon pushed to main at asleepymoon/Luna 2023-05-23 18:54:32 +00:00
3a51807fa6 kernel+stat: Handle pipes correctly in stat()
asleepymoon pushed to main at asleepymoon/Luna 2023-05-23 18:49:34 +00:00
9cdfdbc6f9 kernel: Handle unnamed pipes in stat()
asleepymoon pushed to main at asleepymoon/Luna 2023-05-23 18:45:34 +00:00
1094042a7d kernel: Implement st_dev and st_rdev
asleepymoon pushed to main at asleepymoon/Luna 2023-05-23 13:42:49 +00:00
1a6ad11462 kernel+libc+libos+ls: Add readlink()
asleepymoon pushed to main at asleepymoon/Luna 2023-05-23 12:53:53 +00:00
b61307e5cb ls: Add -1 and --directory
asleepymoon pushed to main at asleepymoon/Luna 2023-05-20 20:10:12 +00:00
04d074538f ls: Don't do caching now that password/group file reading is more reasonable