summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
23 hourskernel: vm: Add munmap() implexptIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
23 hourskernel: systm: Include assert.hIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
23 hoursbuild: bootstrap: Prepare environmentIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
23 hoursbuild: Add hooks builddepIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
23 hourstools: checknl: Improve error handlingIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
25 hourskernel: systm: Add __sigraise() helperIan Moffett
Adds routine to raise a signal on the fly for the current calling thread. Signed-off-by: Ian Moffett <ian@osmora.org>
3 dayskernel: vm: Add initial mmap() implIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
3 dayskernel: vm: Fix vm_page insertionsIan Moffett
Ensure vm_page entries are properly kept track of. This commit additionally simplifies and cleans up vm_pageinsert() Signed-off-by: Ian Moffett <ian@osmora.org>
8 dayskernel/amd64: bus: Check bus_set() statusIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
8 dayskernel: panic: Add hcf() and bas()Ian Moffett
hcf(): Halt and catch fire (used for debugging mostly) bas(): Burn and sizzle - internal usage Signed-off-by: Ian Moffett <ian@osmora.org>
8 dayskernel: cdefs: Introduce __cold and __dead_coldIan Moffett
The __cold macro is used for code paths that are rarley taken while the __dead_cold macro is used for __cold routines that never return. Signed-off-by: Ian Moffett <ian@osmora.org>
14 dayskernel: vm: Only hold pgres with timeoutIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
14 daysproject: Bump project versionmainIan Moffett
Merge bump Signed-off-by: Ian Moffett <ian@osmora.org>
14 daysMerge branch 'expt'Ian Moffett
14 daystools: Add script to check for redundant newlinesIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
14 dayskernel: vm: Add initial anonymous pager sourceIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-03-09kernel: vm_map: Remove extra leading whitespaceIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-03-09kernel: pager: Make vm_vnops externIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-03-09workflow: Don't build toolchain in this testIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-03-09project: Update nameIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-03-09tools: cross: Remove 'clear' commandIan Moffett
There is no need to clear the terminal after building previous things as it would just introduce compatibility issues for certain headless consoles... Signed-off-by: Ian Moffett <ian@osmora.org>
2025-03-09project: Final workflow fixupsIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-03-09project: Update CI workflow nameIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-03-09project: Add github workflowsIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-03-07kernel: cdefs: Add __barrier() defineIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-02-28kernel: termios: Remove duplicate ISTRIPIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-02-28kernel: termios: c_cc is of type cc_tIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-02-28kernel: driver: Remove trailing newlineIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-02-22kernel: Add POSIX termios.h headerIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-02-22kernel: cons: Add lock around root consoleIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-02-22kernel: dev: Add /dev/consoleIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-02-22kernel: devfs: Add support for write()Ian Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-02-22kernel: vfs: Add support for write()Ian Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-02-22libc: Add __stack_chk_fail() stubIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-02-21tools: Add hwdoc scriptIan Moffett
Add script to fetch hardware documentation/manuals from the OSMORA OCS. Signed-off-by: Ian Moffett <ian@osmora.org>
2025-02-21Merge branch 'expt'Ian Moffett
Hyra v1.4
2025-02-21project: Hyra Release v1.4Ian Moffett
What's new? - Kernel bug fixes and optimizations - Add new "contrib" script in tools/ - New bus resource interface in Hyra bus framework - ISA/LPC i8237 groundwork - Add pci_conf(9) - Improve kernel logging style - Add Peripheral Description Notation (see share/misc/pdn) Signed-off-by: Ian Moffett <ian@osmora.org>
2025-02-21share: pdn: Add titleIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-02-21kernel: Update kernel log styleIan Moffett
Kernel logs must now all be lowercase for consistency. A new style called Peripheral Description Notation (PDN) has also been introduced to describe devices. Signed-off-by: Ian Moffett <ian@osmora.org>
2025-02-20docs: man: Add pci_conf(9)Ian Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-02-20kernel/amd64: i8237: Use word register for modeIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-02-20kernel/amd64: i8237: Optimize set channel selectIan Moffett
There is no need for an intermediary register before setting %AL. This commit removes redundant instructions to reduce the amount of cycles used for this operation. Signed-off-by: Ian Moffett <ian@osmora.org>
2025-02-20Merge branch 'expt'Ian Moffett
2025-02-20kernel: ahci: Ensure HBA is AHCI awareIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-02-20Merge branch 'expt'Ian Moffett
2025-02-20kernel: ahci: Improve reset logic + cleanupIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-02-20kernel: ahci: Add AHCI spinwait timeoutIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-02-20kernel: ahci: __BIT() -> BIT()Ian Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-02-20Merge branch 'expt'Ian Moffett
2025-02-20kernel/amd64: isa: Add initial i8237 driver implIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>