summaryrefslogtreecommitdiff
path: root/kernel/random.c
AgeCommit message (Expand)Author
2024-10-14kernel: small bug fixesAnton Kling
2024-07-04PIT: Fix dumb bugAnton Kling
2024-07-04Random: Improve random seeding.Anton Kling
2024-06-26Kernel: Code cleanupAnton Kling
2024-06-17Reorganize logging codeAnton Kling
2024-04-26Kernel/VFS: Change polling from variables to functionsAnton Kling
2024-04-17VFS/LibC: Fix small bugsAnton Kling
2024-02-21New clang-format optionsAnton Kling
2023-11-28Meta: Apply new clang-format rules to kernelAnton Kling
2023-11-13Crypto: Implement fast insecure RNG for overwritting memory areas.Anton Kling
2023-11-10Kernel Style: Change uint*_t -> u*Anton Kling
2023-10-31Meta: Move kernel and userland to their own folders.Anton Kling