Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- More consistent with other system components.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
state.
|
|
memory code.
|
|
- This will be used for TLS pages, among other things.
|
|
space.
|
|
|
|
- Also add a missing include.
|
|
|
|
- helpful to disambiguate Kernel::Memory namespace.
|
|
|
|
|
|
|
|
- Adds memory alignment fixes.
|
|
|
|
|
|
|
|
|
|
|
|
kernel/thread: Resolve -Wswitch warnings
|
|
CMakeLists: Specify -Wextra on linux builds
|
|
buffer_cache: Return handles instead of pointer to handles
|
|
externals: Use shared libraries if possible
|
|
This is mostly done by pkgconfig.
I've focused on the larger and more stable libraries.
|
|
Neither core nor web_services use OpenSSL nor LibreSSL.
However they need to link them as it's a requirement of httplib.
So let's declare this within httplib instead of core and web_services.
|
|
|
|
service: time: Implement CalculateStandardUserSystemClockDifferenceByUser.
|