aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2026-02-24Bunch of stuff moved as .old for new arch changeBobby49-1726/+0
2026-02-24commit for arch changeBobby6-3/+49
2026-02-20feat: Refactor path handling to use location utilities and update related str...Bobby7-41/+41
2026-02-20feat: Add datetime and OS information libraries with formatting and retrieval...Bobby15-58/+345
2026-02-20feat: Enhance stack display with table formatting and color supportBobby2-0/+106
2026-02-20feat: Implement parameter parsing library and integrate into existing binariesBobby3-2/+240
2026-02-15Make all binaries use library imports. Remove akiba library.Bobby10-395/+47
2026-02-15refactor: Simplify dependency declarations in format, io, and kata librariesBobby3-8/+8
2026-02-15feat: Add core libraries for color, formatting, I/O, string manipulation, and...Bobby27-0/+838
2026-02-15feat: Enhance command prompt to display current stack nameBobby1-2/+38
2026-02-15feat: Add 'wipe' command for clearing the terminal screenBobby2-15/+5
2026-02-13Refactor and enhance filesystem navigation and communication between KatasBobby3-101/+161
2026-02-13refactor: Improve stack viewing and argument handling with enhanced error rep...Bobby4-37/+89
2026-02-13refactor: Enhance process spawning with argument support and streamline entry...Bobby6-12/+61
2026-01-29refactor: Consolidate syscall handling by replacing individual syscall functi...Bobby3-54/+39
2026-01-28feat: Update stack viewer to include owner, permissions, and modified time de...Bobby1-3/+3
2026-01-27feat: Enhance stack viewer with owner, permissions, and modified time detailsBobby1-0/+4
2026-01-27feat: Remove echo and rd binaries; add mi stack viewer and viewstack syscallBobby4-14/+100
2026-01-23feat: Integrate memory constants across modules for improved configuration ma...Bobby1-3/+3
2026-01-23fix keypresses not appearing on terminal in ashBobby1-2/+3
2026-01-23feat: Remove debug print statements across various invocations and the schedulerBobby1-3/+3
2026-01-22feat: Implement keyboard input handling and shell functionalityBobby6-15/+98
2025-12-30feat: refactor Pulse init system to improve loading sequence and remove debug...Bobby1-39/+4
2025-12-30feat: add yield invocation and syscall support for process schedulingBobby2-3/+21
2025-12-30feat: add Pulse init system with process management and error handlingBobby2-0/+55
2025-12-30refactor: reorganize library build process; add syscall interface and I/O ope...Bobby6-0/+175