acadia/zion/syscall
Drew Galbraith 8d10f19312 [Glacier][Zion] Add a fix sized string builder to allow non-alloc debug. 2023-11-09 09:07:32 -08:00
..
address_space.cpp [zion] Move to default permissions being supplied by KernelObjects 2023-08-01 18:22:41 -07:00
address_space.h
capability.cpp Add a way to restrict permissions on cap duplication. 2023-11-02 22:12:55 -07:00
capability.h
debug.cpp [Glacier][Zion] Add a fix sized string builder to allow non-alloc debug. 2023-11-09 09:07:32 -08:00
debug.h
ipc.cpp [Zion] Move to StrFormat for debug line. 2023-11-05 09:24:09 -08:00
ipc.h [zion] Move ipc syscalls to one file to prep refactor 2023-06-21 23:20:56 -07:00
memory_object.cpp [zion] Begin requiring capability transmit permission. 2023-08-01 18:37:20 -07:00
memory_object.h [zion] Add a method for duplicating and scoping down VMMOs. 2023-08-01 17:46:26 -07:00
process.cpp [Zion] Move to StrFormat for debug line. 2023-11-05 09:24:09 -08:00
process.h
synchronization.cpp [Zion] Add a mutex object with appropriate syscalls. 2023-10-25 14:47:45 -07:00
synchronization.h [Zion] Add a mutex object with appropriate syscalls. 2023-10-25 14:47:45 -07:00
syscall.cpp [Zion] Move to StrFormat for debug line. 2023-11-05 09:24:09 -08:00
syscall.h
syscall_enter.s
thread.cpp [Zion] Validate that started threads are in user space. 2023-11-02 22:23:32 -07:00
thread.h [zion] Add a thread wait syscall 2023-06-22 02:17:50 -07:00