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