0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Feb 09, 2025 — Feb 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Forgot line. More... 6 months ago
Add ability to print RPC failures. More... 6 months ago
Handle message handlers receiving multiple requests simultaneously. More... 6 months ago
Simple formatting. More... 6 months ago
Harden against a nullptr window. More... 6 months ago
Never "statically link" the kernel as a) it already is (due to special linker commands), b) it breaks. More... 6 months ago
Never "statically link" the kernel as a) it already is (due to special linker commands), b) it breaks. More... 6 months ago
Add new font manager service definition to replace the old Permebuf font manager service. More... 8 months ago
Switches to new serialization and service framework, stop using Permebufs. More... 8 months ago
Remove hello world. More... 8 months ago
Document the new serialization and services framework. More... 8 months ago
Finish implementing new services framework. More... 8 months ago
Implement serializing to shared memory. More... 8 months ago
Documentation for serialization framework More... 8 months ago
Set metadata to 0, because it was assigning to uninitialize noise. More... 8 months ago
Lock shared memory before reading. More... 8 months ago
Added functions for finding service with new framework. More... 8 months ago
First (incomplete) implementation of ServiceClient. More... 8 months ago
Add function for clearing status byte in shared memory. More... 8 months ago
Rename RpcServer to ServiceServer and build out more. More... 8 months ago
Add macros for new service framework. More... 8 months ago
Temporarily fix issue now that SendMessage takes a MessageData that doesn't automatically set metadata to 0. More... 8 months ago
Make MessageId and ProcessId uint64 instead of size_t. More... 8 months ago
Add default constructor for Status. More... 8 months ago
Add placeholder API for serializing to shared memory. More... 8 months ago
Memory functions for new RPC method. More... 8 months ago
Missing include. More... 8 months ago
Add shared memory mutex for locking. More... 8 months ago
Support deserializing to an empty state. More... 8 months ago
Pass message parameters around in a MessageData struct rather than individual parameters. More... 8 months ago