apio pushed to main at apio/Luna 2023-05-20 10:08:02 +00:00
1db60b5a82 sh: Print a message on exit
a7c6163e7c libc: Add gettimeofday()
Compare 2 commits »
apio pushed to main at apio/Luna 2023-05-19 17:59:30 +00:00
dc169124cc libc: Add fchown, fchmod, and some POSIX feature test macros
apio pushed to please-read-my-ata-drive at apio/Luna 2023-05-18 20:55:36 +00:00
7541540fd3 kernel/ATA: Pass extra information to DeviceRegistry
c477f85c19 kernel+init: Create a device node in /dev to access the CDROM from userspace!
dceb6be559 kernel/ATA: Read the CDROM's first sector using ATAPI PIO!!
9500d14087 kernel/x86_64: Implement writing to PCI fields
9f9b9a17bc kernel/PCI: Add bit enum for the Command field
Compare 25 commits »
apio pushed to main at apio/Luna 2023-05-18 20:00:01 +00:00
3db0c4fed2 apps: Add ps
1506331872 kernel+libc: Add the pstat() system call
0dbfbe6395 libc+apps: Avoid calling endpwent() and endgrent() after every call to get{pw,gr}{nam,uid,gid}
Compare 3 commits »
apio pushed to main at apio/Luna 2023-05-18 17:42:24 +00:00
84bed3ceb3 kernel+libc: Remove mknod()
apio pushed to please-read-my-ata-drive at apio/Luna 2023-05-18 14:23:47 +00:00
e73af4baa8 kernel/ATA: Pass extra information to DeviceRegistry
65c79b35cd kernel+init: Create a device node in /dev to access the CDROM from userspace!
fa241a4849 kernel/ATA: Read the CDROM's first sector using ATAPI PIO!!
295d94000e kernel/x86_64: Implement writing to PCI fields
39305ace07 kernel/PCI: Add bit enum for the Command field
Compare 23 commits »
apio pushed to main at apio/Luna 2023-05-18 14:22:40 +00:00
d7c563aebd kernel: Add reference counting for mounts
3a73d49aa1 kernel: Remove a mount from the mountpoint list after unmounting it
Compare 2 commits »
apio pushed to please-read-my-ata-drive at apio/Luna 2023-05-17 18:45:31 +00:00
51ba4d7bcb kernel/ATA: Pass extra information to DeviceRegistry
apio pushed to please-read-my-ata-drive at apio/Luna 2023-05-17 18:39:19 +00:00
0d1c01fd62 kernel+init: Create a device node in /dev to access the CDROM from userspace!
e18bca8c32 kernel/ATA: Read the CDROM's first sector using ATAPI PIO!!
76e91bc16b kernel/x86_64: Implement writing to PCI fields
e6e89d7623 kernel/PCI: Add bit enum for the Command field
e64f64b423 kernel: Actually register interrupt handlers properly
Compare 24 commits »
apio pushed to main at apio/Luna 2023-05-17 18:37:08 +00:00
8f6bd29da3 kernel: Make file system reference counting work for current directories
apio pushed to main at apio/Luna 2023-05-17 18:30:40 +00:00
1f4c4928cc kernel+libc+apps: Add mount and umount syscalls, libc wrappers, and utilities
29174ca228 kernel/VFS: Add a way to unmount file systems
e7d482e78a kernel+init: Add a VFS mount system and auto-populate the devfs
Compare 3 commits »
apio pushed to please-read-my-ata-drive at apio/Luna 2023-05-17 16:15:15 +00:00
581a754096 kernel+init: Create a device node in /dev to access the CDROM from userspace!
apio pushed to please-read-my-ata-drive at apio/Luna 2023-05-14 20:39:49 +00:00
ca09ddb246 kernel/ATA: Read the CDROM's first sector using ATAPI PIO!!
apio pushed to please-read-my-ata-drive at apio/Luna 2023-05-14 19:45:25 +00:00
7f56659bb0 kernel/x86_64: Implement writing to PCI fields
3817ed26b4 kernel/PCI: Add bit enum for the Command field
Compare 2 commits »
apio pushed to please-read-my-ata-drive at apio/Luna 2023-05-14 19:39:41 +00:00
ab1d3a35ae kernel: Actually register interrupt handlers properly
apio pushed to please-read-my-ata-drive at apio/Luna 2023-05-13 20:56:26 +00:00
d80512db51 kernel/ATA: Calculate block sizes for ATA devices as well
apio pushed to please-read-my-ata-drive at apio/Luna 2023-05-13 20:18:53 +00:00
3ac6ce6939 kernel/ATA: Send a READ CAPACITY packet to an ATA drive on initialization
apio pushed to please-read-my-ata-drive at apio/Luna 2023-05-13 16:56:40 +00:00
315579177f kernel/ATA: Read the PCI Busmaster registers and start preparing for DMA
apio pushed to please-read-my-ata-drive at apio/Luna 2023-05-13 16:15:59 +00:00
2277298732 kernel/ATA: Read the Busmaster base port and verify it
apio pushed to please-read-my-ata-drive at apio/Luna 2023-05-13 15:54:13 +00:00
b5b36d1fbd kernel: Handle device BARs properly