summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2 hoursbuild: Start with clean build slaterestructIan Moffett
2 hoursbuild: Move boostrap into tools/Ian Moffett
2025-08-27kernel/amd64: lapic: Fix up LAPIC address handlingmainIan Moffett
2025-08-22kernel/amd64: trap: Print trap type on panicIan Moffett
2025-08-22kernel/amd64: ipi: Make halt IPI more directIan Moffett
2025-08-22docs: readme: Add new programs in READMEIan Moffett
2025-08-22usr: notes: Add dynamic frequency addendIan Moffett
2025-08-21usr: notes: Kaboom the unused definesIan Moffett
2025-08-21usr: Add new 'notes' music programIan Moffett
2025-08-21kernel/amd64: ipi: Greatly simplify IPI frameworkIan Moffett
2025-08-21kernel/amd64: intr: Add IST_DBFLT defineIan Moffett
2025-08-21kernel/amd64: Use seperate stack for double faultsIan Moffett
2025-08-21kernel/amd64: trap: Remove erroneous spl callsIan Moffett
2025-08-20kernel/amd64: Do not run off callstack in traceIan Moffett
2025-08-20kernel/amd64: Do not hit self in cpu_halt_others()Ian Moffett
2025-08-20kernel: physmem: Panic when out of memoryIan Moffett
2025-08-20kernel: physmem: Update page counts on alloc/freeIan Moffett
2025-08-20kernel/amd64: reboot: Add reboot fallback methodsIan Moffett
2025-08-20usr: screensave: Lower tv_nsec to 3000000Ian Moffett
2025-08-20usr: screensave: Fix typo in commentIan Moffett
2025-08-20kernel: synch: Deprecate global __syslockIan Moffett
2025-08-20kernel: exit: Panic if core is not preemptableIan Moffett
2025-08-20kernel: Disable preemption on spinlock_acquire()Ian Moffett
2025-08-20kernel: Allow preemption to be enabled/disabledIan Moffett
2025-08-20kernel/amd64: Add preemptable flag to cpu_infoIan Moffett
2025-08-20kernel/amd64: i8042: Remove unused global variableIan Moffett
2025-08-20kernel: Do not spin in spinlock_try_acquire()Ian Moffett
2025-08-20kernel/amd64: Add initial ext scancode supportIan Moffett
2025-08-19kernel/amd64: isa: Seperate i8042 capslock logicIan Moffett
2025-08-19usr: Add glitch-art 'screensave' programIan Moffett
2025-08-19usr: reboot: Fix typoIan Moffett
2025-08-19osh: Seperate 'shutdown' command from builtinsIan Moffett
2025-08-19usr: reboot: Add default case for bad flagsIan Moffett
2025-08-19usr: reboot: Add method flagsIan Moffett
2025-08-19usr: osh: Seperate 'reboot' command from builtinsIan Moffett
2025-08-18kernel/amd64: cpu: Fix uninitialized variableIan Moffett
2025-08-18libc: disk: Implement disk_query() interfaceIan Moffett
2025-08-18kernel: disk: Add DISK_IO_QUERY op to disk engineIan Moffett
2025-08-18kernel: disk: Implement disk_query()Ian Moffett
2025-08-18kernel: disk: Improve tracking of disk informationIan Moffett
2025-08-18kernel: disk: Use 'void *' in disk_param_init()Ian Moffett
2025-08-18kernel: disk: Remove redundant decl clutterIan Moffett
2025-08-18kernel: disk: Document disk READ/WRITE opcodesIan Moffett
2025-08-18kernel: disk: Use DISK_NAME_MAX for disk name lenIan Moffett
2025-08-17usr: libc: Silence type mismatch warningsIan Moffett
2025-08-17docs: kernel: Add disk framework docsIan Moffett
2025-08-17kernel: disk: Add comment of V_BSIZE requirementsIan Moffett
2025-08-17kernel: disk: Describe 'bsize' as HW specificIan Moffett
2025-08-16kernel: disk: Introduce virtual blocksIan Moffett
2025-08-16kernel: ahci: Register drives with disk frameworkIan Moffett