aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
5 days[lib][fs][9p] fail mount gracefully if bdev isn't passedupstream-masterTravis Geiselbrecht
5 days[fs][v9fs] Add an example test for VirtIO 9p filesystemCody Wong
5 days[fs][v9fs] Add file operations for v9fsCody Wong
5 days[fs][v9fs] Add directory operations for v9fsCody Wong
5 days[fs][v9fs] Add VirtIO 9p filesystem structureCody Wong
5 days[fs][shell] Correct the path name for better understandingCody Wong
6 days[libc][printf] pull in fix from fuchsia that handles 0x prefixes properlyTravis Geiselbrecht
6 days[libc][tests] pull over printf unit tests from fuchsiaTravis Geiselbrecht
6 days[libc] have fputs return the number of bytes writtenTravis Geiselbrecht
7 days[lib][fs] move the existing test code into its own sub module lib/fs/testTravis Geiselbrecht
7 days[build] add a vim tag to some build generated filesTravis Geiselbrecht
7 days[arch][riscv] add new extensions for SBI 2.0Travis Geiselbrecht
11 days[warnings] remove some extraneous __PACKED attributesTravis Geiselbrecht
11 days[warnings] remove some redundant declarationsTravis Geiselbrecht
12 days[lib][libc] rework a bit of the stdio code to handle errors more closely to specTravis Geiselbrecht
12 days[lib][stdio] wrap file io APIs with stdio APIsChieh-Min Wang
14 days[platform][device-tree] fix up 3 platforms to use the new fdtwalk routinesTravis Geiselbrecht
14 days[lib][fdtwalk] restructure the fdtwalker helper routinesTravis Geiselbrecht
14 days[lib][fdtwalk] trivially convert to C++Travis Geiselbrecht
14 days[external][libfdt] rename a top level function that collides with the name of...Travis Geiselbrecht
14 days[external][libfdt] update libfdt to newest versionTravis Geiselbrecht
2024-04-08Revert "[clang][riscv] add -menable-experimental-extensions"Travis Geiselbrecht
2024-04-08[github][ci] build debug and release builds with clangTravis Geiselbrecht
2024-04-08[github][ci] limit riscv builds to clang 14+Travis Geiselbrecht
2024-04-07[github][ci] Reduce the number of GCC runs on older compilerTravis Geiselbrecht
2024-04-07[clang][riscv] add -menable-experimental-extensionsTravis Geiselbrecht
2024-04-07[arch][riscv] add a way for platforms to set optional riscv ISA extensionsTravis Geiselbrecht
2024-04-07[arch][riscv] change secondary cpu bootstrap apiTravis Geiselbrecht
2024-04-01[clang] fix another warning that clang doesn't likeTravis Geiselbrecht
2024-04-01[arch][x86][clang] fix clang error introduced with exception cleanupTravis Geiselbrecht
2024-04-01[arm][v9p] Add v9p host dir sharing support for arm platformCody Wong
2024-04-01[tests][v9p] Add an example test for VirtIO 9p deviceCody Wong
2024-04-01[virtio][v9p] Add the VirtIO 9p device driverCody Wong
2024-03-20[dev][virtio-net] sync feature bits with virtio v1.3Travis Geiselbrecht
2024-03-19[dev][virtio-block] update defs to virtio v1.3Travis Geiselbrecht
2024-03-10[arch][x86][exceptions] clean up the exception handlersTravis Geiselbrecht
2024-03-09[readme] A few new updatesTravis Geiselbrecht
2024-03-07[platform][pc] use legacy memory descriptor if multiboot doesn't pass new styleTravis Geiselbrecht
2024-03-01[lib][heap] Fix array index out-of-rangeMingjie Shen
2024-02-27[github][actions] update checkout and cache to v4Travis Geiselbrecht
2024-02-27[libc][cdefs] add a few additional features in cdefsTravis Geiselbrecht
2024-02-27[platform][rp2040] Update the pico platform after updating the SDKTravis Geiselbrecht
2024-02-27[external] update raspberry pi pico SDKTravis Geiselbrecht
2024-02-27[libc] move sys/cdefs.h out of libm and into the main include pathTravis Geiselbrecht
2024-02-26[arch][arm-m] add additional comments and asserts to exception/context switch...Travis Geiselbrecht
2024-02-26[arch][arm-m] add clrex to context switchTravis Geiselbrecht
2024-02-26[arch][arm-m] simplify context switchFrank Dischner
2024-02-26[arch][arm-m] remove the was_preempted field from the debugger structureTravis Geiselbrecht
2024-02-26[arch][arm-m] move the debugger structure out of kernel/threadTravis Geiselbrecht
2024-02-26[debugcommands][crash] add a variant for cortex-mTravis Geiselbrecht