| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-03-17 | implement memset | Lukas Oesch | 1 | -0/+2 | |
| 2026-03-17 | implement memcpy | Lukas Oesch | 1 | -0/+19 | |
| 2026-03-16 | kstd: fix lint issues | Felix Morgner | 3 | -19/+24 | |
| 2026-03-16 | x86_64: remove stl_* sections for now | Felix Morgner | 4 | -69/+0 | |
| We currently don't really support user mode anymore, since it doesn't integrate well within the architecture. We therefore need no special handling of STL and kstd anymore. | |||||
| 2026-03-16 | kernel/memory: implement basic free-list heap | Felix Morgner | 1 | -3/+0 | |
| 2025-12-29 | kstd/mutex: implement lock_guard | Felix Morgner | 1 | -0/+61 | |
| 2025-12-29 | kstd: clean up mutex implementation | Felix Morgner | 1 | -43/+15 | |
| 2025-12-22 | chore: clean up linter warnings | Felix Morgner | 5 | -11/+14 | |
| 2025-12-19 | kstd: clean up OS interface split | Felix Morgner | 4 | -14/+38 | |
| 2025-12-19 | kstd: move println to kstd | Felix Morgner | 1 | -0/+86 | |
| 2025-12-18 | kstd/io: fix hex digit formatting | Felix Morgner | 1 | -1/+1 | |
| 2025-12-18 | kstd/io: implement pointer formatting | Felix Morgner | 1 | -3/+30 | |
| 2025-12-18 | kstd/io: implement c-string formatting | Felix Morgner | 1 | -2/+30 | |
| 2025-12-18 | kstd/io: support string_view formatting | Felix Morgner | 1 | -0/+35 | |
| 2025-12-18 | kstd: finish integral formatting implementation | Felix Morgner | 2 | -44/+62 | |
| 2025-12-18 | kstd: begin basic formatted output implementation | Felix Morgner | 5 | -0/+467 | |
| 2025-12-11 | docs: improve documentation | Felix Morgner | 1 | -0/+1 | |
| 2025-12-10 | kstd: extract bitwise enum operations | Felix Morgner | 1 | -0/+64 | |
| 2025-10-29 | chore: configure clang-tidy | Felix Morgner | 5 | -39/+63 | |
| 2025-10-29 | chore: reformat source code | Felix Morgner | 2 | -6/+6 | |
| 2025-10-29 | kstd: clean up libc implementation | Felix Morgner | 1 | -3/+22 | |
| 2025-10-28 | kstd: don't rely on newlib | Felix Morgner | 1 | -0/+2 | |
| 2025-07-23 | libs: move asm_ptr to kstd | Felix Morgner | 1 | -0/+55 | |
| 2025-07-14 | libs: rename kstd headers to be more STL like | Felix Morgner | 4 | -0/+0 | |
| 2025-07-14 | kstd: improve resemblence of STL | Felix Morgner | 3 | -41/+48 | |
| 2025-07-14 | libs: move stack to kstd | Felix Morgner | 1 | -0/+213 | |
| 2025-07-14 | libs: move shared_pointer to kstd | Felix Morgner | 1 | -0/+269 | |
| 2025-07-14 | libs: move unique_ptr to kstd | Felix Morgner | 1 | -0/+206 | |
| 2025-07-14 | libs: move vector to kstd | Felix Morgner | 2 | -0/+609 | |
| 2025-07-14 | libs: begin extraction of kernel std | Felix Morgner | 1 | -0/+60 | |
