aboutsummaryrefslogtreecommitdiff
path: root/docs/briefs
AgeCommit message (Collapse)AuthorFilesLines
10 dayschore: replace some naked pointersFelix Morgner1-13/+13
The coding guidelines explicitly prohibit the use of "naked"/C-style pointers. However, there were some prominent examples in the kapi and the core kernel source. This changeset replaces them with the appropriate smart pointer types.
2026-09-02docs: add additional brief and guide draftsFelix Morgner4-1/+800
2026-09-01docs: update facet dispatch briefFelix Morgner1-4/+4
2026-08-31docs: add brief regarding facet dispatchingFelix Morgner1-0/+430
2026-08-20docs: draft new documentation structureFelix Morgner1-2/+2
2025-07-22docs: import first draft of tb0002Felix Morgner1-0/+154
2025-07-18docs: introduce technical briefsFelix Morgner1-0/+161
Also removes arch and cross inclusion for now, since the architecture is undergoing major rework.