aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-10kernel: proc: Add lock to 'proc' structureIan Moffett
2024-04-10kernel: devfs: Cleanup code and commentsIan Moffett
2024-04-10libc: Add open()Ian Moffett
2024-04-10libc: Add read()Ian Moffett
2024-04-10libc: Add open()Ian Moffett
2024-04-10kernel: fs: Add devfsIan Moffett
2024-04-10kernel: Add dev_tIan Moffett
2024-04-10kernel: filedesc: Check fd_desc before using itIan Moffett
2024-04-10kernel: filedesc: Cleanup whitespaceIan Moffett
2024-04-10kernel: filedesc: Fix memory leak in sys_read()Ian Moffett
2024-04-09kernel: vfs_lookup: Try looking up in mountlistIan Moffett
2024-04-09kernel: vfs_mount: Fix mount codeIan Moffett
2024-04-09kernel: vfs_subr: Don't require leading '/'Ian Moffett
2024-04-09kernel: vfs_lookup: Start lookup at idx 1Ian Moffett
2024-04-09kernel: mount: Make MNT_RDONLY 0x00000001Ian Moffett
2024-04-09kernel/amd64: tss: Remove useless whitespaceIan Moffett
2024-04-09kernel: sched: Remove useless whitespaceIan Moffett
2024-04-09tools: meta-rip: Remove useless whitespaceIan Moffett
2024-04-09kernel/amd64: Add backtrace support for panic()Ian Moffett
2024-04-08kernel: nvme: Add more commentsIan Moffett
2024-04-08kernel: nvme: Move defines to nvmevar.hIan Moffett
2024-04-08kernel: nvme: Add drive read/write supportIan Moffett
2024-04-08kernel: nvme: Return status of callIan Moffett
2024-04-08kernel: Add device descriptorsIan Moffett
2024-04-07kernel/amd64: syscall: Set IP in syscall_argsIan Moffett
2024-04-06kernel: Check copyin() statusIan Moffett
2024-04-06kernel: mmio: Make 'addr' volatileIan Moffett
2024-04-06kernel: sched: Load init by itselfIan Moffett
2024-04-06kernel/amd64: lapic: Remove unused includesIan Moffett
2024-04-06init: Write some logsIan Moffett
2024-04-06init: Add copyrightIan Moffett
2024-04-06libc: Add write()Ian Moffett
2024-04-06build: Statically link libcIan Moffett
2024-04-05kernel: xhci: Remove unused functionsIan Moffett
2024-04-05kernel: xhci: Add xhci_init_evring()Ian Moffett
2024-04-05kernel: xhci: Fix xhci_evring_segment structureIan Moffett
2024-04-05kernel: xhci: Add TRB typesIan Moffett
2024-04-05kernel: xhci: Set XHCI_TRB_SIZE to 16Ian Moffett
2024-04-04kernel: xhci: Fix scratchpad buffer codeIan Moffett
2024-04-04kernel: xhci: Improve documentationIan Moffett
2024-04-04kernel: xhci: Add link TRB at end of cmd ringIan Moffett
2024-04-04build: Use Limine 6.xIan Moffett
2024-04-04kernel: sched: Pass init auxv to dynldIan Moffett
2024-04-03kernel: usb: Fix command ring TRB handlingIan Moffett
2024-04-03kernel: xhci: Fix cycle bit handlingIan Moffett
2024-04-03kernel: xhci: Remove redundant commentIan Moffett
2024-04-03kernel: usb: Refactor xhci_init_hc()Ian Moffett
2024-04-03kernel: usb: Add initial xHCI driver codeIan Moffett
2024-04-01kernel: cdefs: Fix __COMBINE macrosIan Moffett
2024-04-01libc: Add sys/types.hIan Moffett