summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
13 hourskernel: spawn: Exit on execve() failureexptIan Moffett
13 hourskernel: cons: Add lock to console bufferIan Moffett
14 hourskernel/amd64: trap: Remove trap_quirks()Ian Moffett
14 hourskernel/amd64: trap: Clear interrupts on trap entryIan Moffett
16 hourskernel: Add cpu_halt_others() and harden panic()Ian Moffett
17 hourskernel: syslog: Acquire lock before timestampIan Moffett
21 hourskernel: exit: Remove extra newlineIan Moffett
27 hourskernel: vfs: Do sizeof on pathbufIan Moffett
27 hourskernel: spawn: Add proper spawn impl + SYS_spawnIan Moffett
27 hourskernel: proc: Handle parent exitIan Moffett
43 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
7 dayskernel: ahci: Expose to devfs @ /dev/sd<n>Ian Moffett
7 dayskernel: ahci: Implement disk I/O logicIan Moffett
7 dayskernel: ahci: Store major in HBA descriptorIan Moffett
7 dayskernel: ahci: Keep track of total portsIan Moffett
7 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
9 dayskernel: ahci: Clear out PxSERR per portIan Moffett
9 dayskernel: ahci: Initialize each HBA portIan Moffett
9 dayskernel: ahci: Split CLB/FB into lower/upper bitsIan Moffett
9 dayskernel: ahci: Cleanup port count logIan Moffett
9 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
11 dayskernel: ahci: Return 0 in ahci_poll_reg()Ian Moffett