|
b035795eb3
|
Kernel: Move errno.h and (k)assert.h out of the main include directory
This is mostly so IDEs don't pick them up instead of the userspace headers :)
|
2022-10-19 17:41:23 +02:00 |
|
|
62d631f1b4
|
Kernel: Rename assert.h to kassert.h so IDEs pickup the kernel header instead of the userspace one
|
2022-10-15 12:56:48 +02:00 |
|
|
6967fa9117
|
Update config.h to use a .cpp file that will be recompiled when it changes
|
2022-09-20 16:30:34 +02:00 |
|
|
4921db7b97
|
Clear rax register, just in case
|
2022-09-18 15:24:16 +02:00 |
|
|
cbac61d184
|
Rename _test_rdseed to asm_test_rdseed
|
2022-09-18 15:23:08 +02:00 |
|
|
48fae4a971
|
Cache RDSEED and RDRAND presence
|
2022-09-18 15:22:43 +02:00 |
|
|
f33178a320
|
Log random number generation initialization
|
2022-09-15 18:07:17 +02:00 |
|
|
efb28d3258
|
Randomness and stack protection!!
|
2022-09-14 18:54:40 +02:00 |
|