summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
4 dayskernel/amd64: trap: Remove trap_quirks()Ian Moffett
4 dayskernel/amd64: trap: Clear interrupts on trap entryIan Moffett
4 dayskernel: Add cpu_halt_others() and harden panic()Ian Moffett
4 dayskernel: syslog: Acquire lock before timestampIan Moffett
4 dayskernel: exit: Remove extra newlineIan Moffett
4 daysbuild: Add Makefile for usr.sbin and usr.binIan Moffett
4 dayskernel: vfs: Do sizeof on pathbufIan Moffett
4 dayskernel: spawn: Add proper spawn impl + SYS_spawnIan Moffett
4 dayskernel: proc: Handle parent exitIan Moffett
5 dayskernel: proc: Do not introduce fork()Ian Moffett
6 dayskernel: syscall: Check for _OLIBC or _KERNELIan Moffett
6 dayskernel: mach: Add TF_IP() macroIan Moffett
6 dayskernel: ahci: Add /ctl/sdx/bsize control fileIan Moffett
6 dayskernel: ahci: Include sys/device.hIan Moffett
6 dayskernel: ctlfs: Include sys/sio.hIan Moffett
7 dayskernel: fs: Introduce ctlfsIan Moffett
7 dayskernel: vfs: Allow multi component lookupsIan Moffett
7 dayskernel/amd64: i8042: Flush console for reset logsIan Moffett
10 dayskernel: ahci: Improve COMRESET reset logicIan Moffett
11 dayskernel: ahci: Expose to devfs @ /dev/sd<n>Ian Moffett
11 dayskernel: ahci: Implement disk I/O logicIan Moffett
11 dayskernel: ahci: Store major in HBA descriptorIan Moffett
11 dayskernel: ahci: Keep track of total portsIan Moffett
11 dayskernel: nvme: Return -ENODEV instead of -EIOIan Moffett
11 dayskernel: ahci: Handle AHCI interface/HBA errorsIan Moffett
11 dayskernel: ahci: Ensure bus mastering + MMIO is setIan Moffett
11 dayskernel: ahci: Remove redundant newlineIan Moffett
11 dayskernel: ahci: Perform ATA IDENTIFYIan Moffett
11 dayskernel: ahci: Initialize device link before initIan Moffett
11 dayskernel: ahci: Cleanup identity dump logsIan Moffett
11 dayskernel: ahci: Implement ATA IDENTIFY commandIan Moffett
11 dayskernel: ahci: Add HBA port reset logicIan Moffett
11 dayskernel: ahci: Add command list helpersIan Moffett
11 dayskernel: ahci: Define ATA identity structureIan Moffett
11 dayskernel: ahci: Detect staggered spin upIan Moffett
11 dayskernel: ahci: Improve HBA port scan logicIan Moffett
11 dayskernel: ahci: Add sanity checks to port start/stopIan Moffett
11 dayskernel: ahci: Add command table + PRD definitionIan Moffett
13 dayskernel: ahci: Clear out PxSERR per portIan Moffett
13 dayskernel: ahci: Initialize each HBA portIan Moffett
13 dayskernel: ahci: Split CLB/FB into lower/upper bitsIan Moffett
13 dayskernel: ahci: Cleanup port count logIan Moffett
13 dayskernel: ahci: Add basic AHCI constantsIan Moffett
13 dayskernel: achi: Define command header and H2D FISIan Moffett
13 dayskernel: ahci: Implement initial HBA port logicIan Moffett
13 dayskernel: ahci: Remove stray newlineIan Moffett
13 dayssys: Add popcnt() implementationIan Moffett
14 dayskernel/amd64: gdt: Fix indentIan Moffett
14 dayskernel: ahci: Return 0 in ahci_poll_reg()Ian Moffett
2025-05-05usr: libc: Add memset() to string.hIan Moffett