Age | Commit message (Expand) | Author |
2024-03-31 | kernel: mount: Make MNT_RDONLY zero | Ian Moffett |
2024-03-31 | kernel: syslog: Cleanup logging routines | Ian Moffett |
2024-03-31 | kernel: lib: Add snprintf() and vsnprintf() | Ian Moffett |
2024-03-31 | kernel: nvme: Update comment | Ian Moffett |
2024-03-30 | kernel: nvme: Add I/O queue support | Ian Moffett |
2024-03-30 | kernel: nvme: Ignore CAP.CSS | Ian Moffett |
2024-03-30 | kernel: nvme: Cleanup whitespace | Ian Moffett |
2024-03-30 | kernel: nvme: Keep track of namespaces | Ian Moffett |
2024-03-30 | kernel: nvme: Fix and rename nvme_create_adminq() | Ian Moffett |
2024-03-30 | kernel: nvme: Init CC.IOSQES and CC.IOCQES | Ian Moffett |
2024-03-30 | kernel: nvme: Return on controller enable failure | Ian Moffett |
2024-03-29 | kernel: nvme: Fix return value | Ian Moffett |
2024-03-28 | kernel: nvme: Fix typo in comment | Ian Moffett |
2024-03-28 | kernel: nvme: Add initial NVMe driver code | Ian Moffett |
2024-03-28 | kernel: Add driver subsystem | Ian Moffett |
2024-03-28 | kernel: pci: Add command register helpers | Ian Moffett |
2024-03-28 | kernel: pci: Add pci_writel() | Ian Moffett |
2024-03-28 | conf: modules -> drivers | Ian Moffett |
2024-03-28 | kernel: vm_dynalloc: Add dynalloc_memalign() | Ian Moffett |
2024-03-28 | kernel: vm_dynalloc: Remove TODOs | Ian Moffett |
2024-03-27 | libc: Add fcntl.h | Ian Moffett |
2024-03-27 | libc: syscall: Add more syscall defines | Ian Moffett |
2024-03-27 | kernel: Implement lseek() | Ian Moffett |
2024-03-27 | kernel: vfs: Add getattr vop | Ian Moffett |
2024-03-27 | kernel: initramfs: Fix indexing/buffer overflow bug | Ian Moffett |
2024-03-26 | kernel: Use 'sio_txn' for file I/O | Ian Moffett |
2024-03-26 | kernel: Add system I/O descriptor | Ian Moffett |
2024-03-26 | kernel: filedesc: Fix typo in comment | Ian Moffett |
2024-03-26 | kernel: filedesc: Add more comments | Ian Moffett |
2024-03-26 | kernel: Add initial read() implementation | Ian Moffett |
2024-03-26 | kernel: Add sys_close() | Ian Moffett |
2024-03-26 | kernel: Add initial open() implementation | Ian Moffett |
2024-03-26 | kernel: initramfs: Fix vop_read() | Ian Moffett |
2024-03-26 | kernel: vfs: Add PATH_MAX define | Ian Moffett |
2024-03-26 | kernel: filedesc: Create MAX_RW_SIZE define | Ian Moffett |
2024-03-26 | kernel: Add invalid_uaddr() helper | Ian Moffett |
2024-03-26 | kernel/amd64: tss: Do not allow userspace port I/O | Ian Moffett |
2024-03-26 | kernel: Add copyinstr() routine | Ian Moffett |
2024-03-25 | kernel: filedesc: Return status in fd_alloc() | Ian Moffett |
2024-03-25 | kernel: vfs_lookup: Return -EINVAL instead of -1 | Ian Moffett |
2024-03-25 | usr.sbin: init: Fix Makefile | Ian Moffett |
2024-03-25 | kernel/amd64: Remove "AP bootstrap done" message | Ian Moffett |
2024-03-24 | libc: build: Fixup Makefile | Ian Moffett |
2024-03-24 | libc: stdint: Add uintptr_t | Ian Moffett |
2024-03-24 | kernel/amd64: machdep: Init PCI driver | Ian Moffett |
2024-03-24 | libc: build: Use target compiler | Ian Moffett |
2024-03-22 | kernel: filedesc: Handle count of 0 | Ian Moffett |
2024-03-21 | kernel: sched: Fix stack init code | Ian Moffett |
2024-03-21 | libc: Add SYS_write | Ian Moffett |
2024-03-21 | libc: Implement strlen() | Ian Moffett |