aboutsummaryrefslogtreecommitdiff
path: root/binaries
AgeCommit message (Collapse)AuthorFilesLines
2026-02-24Bunch of stuff moved as .old for new arch changeBobby10-601/+0
2026-02-20feat: Add sysinfo module for system information display and integrate ↵Bobby4-1/+279
datetime library
2026-02-20feat: Enhance stack display with table formatting and color supportBobby1-58/+30
2026-02-20feat: Implement parameter parsing library and integrate into existing binariesBobby8-22/+100
2026-02-15Make all binaries use library imports. Remove akiba library.Bobby8-261/+91
2026-02-15feat: Add 'wipe' command for clearing the terminal screenBobby2-0/+20
2026-02-15feat: Add 'rd' command for reading unit contents with error handlingBobby2-0/+71
2026-02-13Refactor and enhance filesystem navigation and communication between KatasBobby3-2/+58
- Updated `mi.zig` to default target path to an empty string. - Improved context switching in `context.zig` by restoring registers from the context struct. - Enhanced `loader.zig` to inherit current location from the parent Kata. - Simplified `getkeychar.zig` by removing unnecessary serial import and error handling. - Added new invocations: `getlocation.zig` for retrieving current stack location and `postman.zig` for letter passing between Katas. - Introduced `setlocation.zig` to change current stack location with path resolution. - Created `nav.zig` for navigating the filesystem with commands to print current location or change it. - Added `nav.zon` for binary metadata. - Updated `limits.zig` to define maximum letter length. - Enhanced `ash.zig` to process navigation letters and improved command execution flow. - Updated syscall interface in `sys.zig` to handle variable arguments for invocations.
2026-02-13refactor: Improve stack viewing and argument handling with enhanced error ↵Bobby1-13/+25
reporting and alignment
2026-02-13refactor: Enhance process spawning with argument support and streamline ↵Bobby1-12/+23
entry points
2026-01-28feat: Update stack viewer to include owner, permissions, and modified time ↵Bobby1-25/+39
details
2026-01-27feat: Enhance stack viewer with owner, permissions, and modified time detailsBobby1-66/+142
2026-01-27feat: Enhance stack display with size information and improve error handlingBobby1-7/+35
2026-01-27feat: Remove echo and rd binaries; add mi stack viewer and viewstack syscallBobby6-44/+155
2025-12-16library dependent binariesBobby8-227/+31
2025-12-12more test binariesBobby4-0/+200
2025-12-11added a test hello binary to run on systemBobby2-0/+40