| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2 days | Implement clocks and systick init for stm32f769native_hw_restructure | Konstantin Kirik (snegovick) | |
| 2 days | Extend stm32f769 clock control driver | Konstantin Kirik (snegovick) | |
| * Implement clock rate get proc * Add init proc to initialize external xtal/clkgen and pll | |||
| 2 days | Fix paths in sys_io includes | Konstantin Kirik (snegovick) | |
| 3 days | Add MPU driver for stm32f769 | Konstantin Kirik (snegovick) | |
| 3 days | Add low level code for cortex-m cores | Konstantin Kirik (snegovick) | |
| 3 days | Add structured device drivers | Konstantin Kirik (snegovick) | |
| * Add lowlevel generic device struct * Add clock control driver for stm32f769 Generic device struct and common device driver init scheme will help in implementation implementation of device tree or something like that for generalized hardware configuration. | |||
| 8 days | Move existing boards into subdits split per arch | Konstantin Kirik (snegovick) | |
| 2025-12-09 | Fix section 1 description in sections index htmlmain | Konstantin Kirik (snegovick) | |
| 2025-12-09 | Sort section sub-entries in section index html | Konstantin Kirik (snegovick) | |
| 2025-12-09 | Skip INDEX files in mksectionindex script | Konstantin Kirik (snegovick) | |
| 2025-12-09 | Fix links in html version of man section index | Konstantin Kirik (snegovick) | |
| 2025-12-09 | Add mksectionindex.py script to create man section html index, integrate ↵ | Konstantin Kirik (snegovick) | |
| this script into man to html pipeline | |||
| 2025-12-08 | Add scripts and index page for html man pages | Konstantin Kirik (snegovick) | |
| 2025-12-04 | Redeclare some vars as extern | Konstantin Kirik (snegovick) | |
| 2025-12-04 | Remove const qualifiers because these interfere with libtk compilation | Konstantin Kirik (snegovick) | |
| 2025-12-04 | Add missing include | Konstantin Kirik (snegovick) | |
| 2025-12-04 | Rewrite anonymous structs to stop compiler complaints about multiple definitions | Konstantin Kirik (snegovick) | |
| 2025-12-04 | Add missing include | Konstantin Kirik (snegovick) | |
| 2025-12-04 | Fix issue with multiple definitions of coherence, disable coherence call ↵ | Konstantin Kirik (snegovick) | |
| because its implementation is empty anyway. I failed to identify how to properly initialize coherence to leave call to it in place. | |||
| 2025-12-04 | Replace pthread_yield with sched_yield | Konstantin Kirik (snegovick) | |
| 2025-12-04 | Add missing nrand declaration | Konstantin Kirik (snegovick) | |
| 2025-12-04 | Fix compilation error due to multiple definitions of hintabsize variable | Konstantin Kirik (snegovick) | |
| 2025-08-13 | Merge pull request #28 from vsrinivas/venti-zero-score-fixHEADmaster | Charles Forsyth | |
| venti: Session.read(): Handle reads for 0-score/any type locally | |||
| 2025-03-27 | venti: Session.read(): Handle reads for 0-score/any type locally | Venkatesh Srinivas | |
| vac archives may have the zero-score (da39...) with any type. I've observed type VtDirType + 3, for a single 720 MiB file, for example. The reference venti server will not find zero-score blocks with type != 0; and the reference client does not send reads for zero-score blocks regardless of type (see libventi/client.c: vtreadpacket). Implement the same logic in venti.b. | |||
| 2025-02-05 | Merge pull request #19 from dboddie/separate-thumb-and-thumb2 | David Boddie | |
| Treat Thumb and Thumb-2 floating point code differently | |||
| 2024-06-13 | Merge pull request #18 from dboddie/remove-duplicate-submodule | Charles Forsyth | |
| Removed duplicate libfreetype submodule | |||
| 2024-05-15 | Added a check to enable Thumb-2 floating point code to be treated differently | David Boddie | |
| to Thumb code. This requires Thumb-2 builds to pass the -2 option to tl. | |||
| 2024-05-15 | Removed duplicate libfreetype submodule. | David Boddie | |
| 2024-04-27 | Merge pull request #17 from dboddie/fix-freetype-build | Charles Forsyth | |
| Added a missing freetype include path | |||
| 2024-04-27 | Added a missing include path. | David Boddie | |
| 2024-04-22 | Merge pull request #11 from dboddie/thumb2-compiler-changes | Charles Forsyth | |
| Thumb compiler changes to support Thumb-2 | |||
| 2024-04-22 | Merge pull request #9 from dboddie/add-data2texts | Charles Forsyth | |
| Add data2texts utility | |||
| 2024-04-22 | Merge pull request #7 from kapoarbo/master | Charles Forsyth | |
| acme (Edit X u): remove unconditional warning | |||
| 2024-04-22 | Merge pull request #12 from dboddie/update-freetype | Charles Forsyth | |
| Update FreeType to the latest code | |||
| 2024-04-22 | Merge pull request #16 from pete/multiple-small-fixes | Charles Forsyth | |
| Multiple small fixes | |||
| 2024-04-22 | Merge pull request #14 from pete/add-whois | Charles Forsyth | |
| Add whois(1) | |||
| 2024-04-22 | Merge pull request #15 from pete/add-uniq-c | Charles Forsyth | |
| Add uniq -c | |||
| 2024-04-16 | Don't force JIT on charon. | Pete | |
| This keeps charon from failing to load img.b on systems where JIT is disabled. I suspect this is another holdover from when Inferno ran on systems that were tiny in the 90s. | |||
| 2024-04-16 | Assume UTF-8 from the X11 clipboard. | Pete | |
| This stops a lot of error spew from libxwhichever: almost everything's UTF-8, Plan 9 won. | |||
| 2024-04-16 | A patch from ipn.caerwyn.net to use RGB24 by default for image display. | Pete | |
| Gets rid of all the dithering. | |||
| 2024-04-16 | Fix a crash in libdraw; I think this came from qrstuv. | Pete | |
| 2024-04-16 | Add Roman miles (romanmile) to /lib/units. | Pete | |
| 2024-04-16 | Remove the commented-out buggy lines. | Pete | |
| 2024-04-16 | Fix a bug in directory listings in httpd. | Pete | |
| 2024-04-16 | Add a few newer file types to httpd.suff. | Pete | |
| In particular, not serving .css as text/css was confusing to some browsers. squash | |||
| 2024-04-16 | Make the wm/memory display more readable by converting uniformly. | Pete | |
| 2024-04-16 | Document whois(1). | Pete | |
| 2024-04-16 | An implementation of whois. | Pete | |
| 2024-04-16 | Update the man page for uniq(1). | Pete | |
| 2024-04-16 | Add -c to uniq. | Pete | |
| (Match Plan 9.) | |||
