Luna/luna/include/luna
apio 586ca19b62
All checks were successful
continuous-integration/drone/push Build is passing
Add a VERY BASIC and hacky way of allocating memory from userspace
Only supports one-page allocations and doesn't have libc wrappers, which means it has to be invoked using syscall().
2023-01-11 23:02:42 +01:00
..
Alignment.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
Alloc.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
Atomic.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
Attributes.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
Badge.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
Bitmap.h Bitmap: Add a 'find_and_toggle' method 2023-01-09 18:08:50 +01:00
Check.h Add todo() 2022-12-18 17:15:42 +01:00
CircularQueue.h x86_64: Add basic keyboard support with an ASYNC DRIVER 2022-12-26 19:59:18 +01:00
CString.h TarStream: Support mode 2023-01-11 18:42:50 +01:00
CType.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
DebugLog.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
Format.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
LinkedList.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
Move.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
NumberParsing.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
Option.h Option, Result: Introduce try_move_value(), which is the release_value() equivalent of try_set_value() 2023-01-11 17:06:17 +01:00
OwnedPtr.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
OwnedStringView.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
PlacementNew.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
Result.h Result: Construct a Result from an Option using from_option() 2023-01-11 23:02:42 +01:00
SafeArithmetic.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
ScopeGuard.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
SharedPtr.h luna, kernel: More constness 2023-01-10 19:31:41 +01:00
Stack.h luna, kernel: More constness 2023-01-10 19:31:41 +01:00
Syscall.h Add a VERY BASIC and hacky way of allocating memory from userspace 2023-01-11 23:02:42 +01:00
SystemError.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
TarStream.h TarStream: Support mode 2023-01-11 18:42:50 +01:00
Types.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
TypeTraits.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
Units.h Add newlines at end-of-file 2023-01-02 13:07:29 +01:00
Utf8.h libc: Implement mbstowcs() using Utf8StringDecoder 2023-01-06 21:01:37 +01:00