Age | Commit message (Expand) | Author |
2024-04-10 | kernel: sched: Lock thread upon sched_exit() | Ian Moffett |
2024-04-10 | kernel: proc: Add lock to 'proc' structure | Ian Moffett |
2024-04-10 | kernel: devfs: Cleanup code and comments | Ian Moffett |
2024-04-10 | libc: Add open() | Ian Moffett |
2024-04-10 | libc: Add read() | Ian Moffett |
2024-04-10 | libc: Add open() | Ian Moffett |
2024-04-10 | kernel: fs: Add devfs | Ian Moffett |
2024-04-10 | kernel: Add dev_t | Ian Moffett |
2024-04-10 | kernel: filedesc: Check fd_desc before using it | Ian Moffett |
2024-04-10 | kernel: filedesc: Cleanup whitespace | Ian Moffett |
2024-04-10 | kernel: filedesc: Fix memory leak in sys_read() | Ian Moffett |
2024-04-09 | kernel: vfs_lookup: Try looking up in mountlist | Ian Moffett |
2024-04-09 | kernel: vfs_mount: Fix mount code | Ian Moffett |
2024-04-09 | kernel: vfs_subr: Don't require leading '/' | Ian Moffett |
2024-04-09 | kernel: vfs_lookup: Start lookup at idx 1 | Ian Moffett |
2024-04-09 | kernel: mount: Make MNT_RDONLY 0x00000001 | Ian Moffett |
2024-04-09 | kernel/amd64: tss: Remove useless whitespace | Ian Moffett |
2024-04-09 | kernel: sched: Remove useless whitespace | Ian Moffett |
2024-04-09 | tools: meta-rip: Remove useless whitespace | Ian Moffett |
2024-04-09 | kernel/amd64: Add backtrace support for panic() | Ian Moffett |
2024-04-08 | kernel: nvme: Add more comments | Ian Moffett |
2024-04-08 | kernel: nvme: Move defines to nvmevar.h | Ian Moffett |
2024-04-08 | kernel: nvme: Add drive read/write support | Ian Moffett |
2024-04-08 | kernel: nvme: Return status of call | Ian Moffett |
2024-04-08 | kernel: Add device descriptors | Ian Moffett |
2024-04-07 | kernel/amd64: syscall: Set IP in syscall_args | Ian Moffett |
2024-04-06 | kernel: Check copyin() status | Ian Moffett |
2024-04-06 | kernel: mmio: Make 'addr' volatile | Ian Moffett |
2024-04-06 | kernel: sched: Load init by itself | Ian Moffett |
2024-04-06 | kernel/amd64: lapic: Remove unused includes | Ian Moffett |
2024-04-06 | init: Write some logs | Ian Moffett |
2024-04-06 | init: Add copyright | Ian Moffett |
2024-04-06 | libc: Add write() | Ian Moffett |
2024-04-06 | build: Statically link libc | Ian Moffett |
2024-04-05 | kernel: xhci: Remove unused functions | Ian Moffett |
2024-04-05 | kernel: xhci: Add xhci_init_evring() | Ian Moffett |
2024-04-05 | kernel: xhci: Fix xhci_evring_segment structure | Ian Moffett |
2024-04-05 | kernel: xhci: Add TRB types | Ian Moffett |
2024-04-05 | kernel: xhci: Set XHCI_TRB_SIZE to 16 | Ian Moffett |
2024-04-04 | kernel: xhci: Fix scratchpad buffer code | Ian Moffett |
2024-04-04 | kernel: xhci: Improve documentation | Ian Moffett |
2024-04-04 | kernel: xhci: Add link TRB at end of cmd ring | Ian Moffett |
2024-04-04 | build: Use Limine 6.x | Ian Moffett |
2024-04-04 | kernel: sched: Pass init auxv to dynld | Ian Moffett |
2024-04-03 | kernel: usb: Fix command ring TRB handling | Ian Moffett |
2024-04-03 | kernel: xhci: Fix cycle bit handling | Ian Moffett |
2024-04-03 | kernel: xhci: Remove redundant comment | Ian Moffett |
2024-04-03 | kernel: usb: Refactor xhci_init_hc() | Ian Moffett |
2024-04-03 | kernel: usb: Add initial xHCI driver code | Ian Moffett |
2024-04-01 | kernel: cdefs: Fix __COMBINE macros | Ian Moffett |