Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libk: use a random value for the stack protector | Danny Holman | 2024-06-21 | 1 | -5/+3 |
| | | | | | | | Don't hardcode the __stack_chk_guard value, generate a random value (using RDRAND on x86) before running any C code. Signed-off-by: Danny Holman <dholman@gymli.org> | ||||
* | libk: create a subset libc for kernel use | Danny Holman | 2024-05-27 | 3 | -0/+222 |
Create a subset of the C library for use inside the kernel. Signed-off-by: Danny Holman <dholman@gymli.org> |