Commit Graph

16 Commits (d96a9e0c11d653a88bfee53e7ff11c4ba7a159a7)

Author SHA1 Message Date
Yuri Kunde Schlesner d96a9e0c11 Service: Remove unnecessary includes from service.h
This has a huge fallout in terms of needing to fix other files because
all service implementations included that file.
8 years ago
mailwl 1238e48c58 csnd:SND reformat source code 8 years ago
Lioncash 963aedd8cc Add all services to the Service namespace
Previously there was a split where some of the services were in the
Service namespace and others were not.
8 years ago
Yuri Kunde Schlesner 84fbbe2629 Use negative priorities to avoid special-casing the self-include 9 years ago
Emmanuel Gil Peyrot dc8479928c Sources: Run clang-format on everything. 9 years ago
Lectem a94fb932ff fix #1942 and adds a few IPC functions for descriptors 9 years ago
Subv 1bd0cf542f Kernel/SharedMemory: Properly implemented shared memory support.
Applications can request the kernel to allocate a piece of the linear heap for them when creating a shared memory object.
Shared memory areas are now properly mapped into the target processes when calling svcMapMemoryBlock.

Removed the APT Shared Font hack as it is no longer needed.
9 years ago
Lioncash 744f4af3ab services: Update some function tables 9 years ago
Lioncash a1bd909294 csnd_snd: Get rid of type punning 10 years ago
Matthias Ernst 3d89e0a94c Added CSND stub. 10 years ago
archshift ef24e72b26 Asserts: break/crash program, fit to style guide; log.h->assert.h
Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time)
As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing)

Also removed some GEKKO cruft.
10 years ago
Yuri Kunde Schlesner a79d21c83e Service: Clean-up Interface 10 years ago
purpasmart96 379b39e583 Services: Clean up a few things and add a few function names 10 years ago
purpasmart96 9796bc1fa2 More services & small clean ups 10 years ago
purpasmart96 ebfd831ccb License change 10 years ago
purpasmart96 9821bfcb8e Add more services and some fixes, along with more "override"
in the service's headers
11 years ago