diff options
| author | Bobby <[email protected]> | 2026-01-27 17:33:01 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2026-01-27 17:33:01 +0530 |
| commit | 250c05bec6627fa21863e8c4d715d5d2da8ef562 (patch) | |
| tree | 5e532d6e643def48eb3361a15f34d0997a5016c3 /system | |
| parent | 2d96b6d09e8ea04b1cf3b421c22a6bf1cfd11c04 (diff) | |
| download | akiba-250c05bec6627fa21863e8c4d715d5d2da8ef562.tar.xz akiba-250c05bec6627fa21863e8c4d715d5d2da8ef562.zip | |
feat: Enhance stack viewer with owner, permissions, and modified time details
Diffstat (limited to 'system')
| -rw-r--r-- | system/libraries/akiba/io.zig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/libraries/akiba/io.zig b/system/libraries/akiba/io.zig index 7155e27..3560b6a 100644 --- a/system/libraries/akiba/io.zig +++ b/system/libraries/akiba/io.zig @@ -89,4 +89,8 @@ pub const StackEntry = extern struct { identity_len: u8, size: u32, is_stack: bool, + modified_time: u64, + owner_name: [64]u8, + owner_name_len: u8, + permission_type: u8, }; |
