ladybird/Kernel
Peter Elliott e1aef94a40 Kernel: Make Random work on CPUs without rdrand
- If rdseed is not available, fallback to rdrand.
- If rdrand is not available, block for entropy, or use insecure prng
  depending on if user wants fast or good random.
2020-06-27 19:40:33 +02:00
..
ACPI Kernel: Remove DMI decoder from the kernel 2020-06-20 18:39:46 +02:00
Arch Kernel: Add g_cpu_supports_rdseed 2020-06-27 12:57:03 +02:00
Devices Kernel: Harvest randomness from various drivers 2020-06-25 21:05:40 +02:00
FileSystem Kernel: Port mounts to reference inodes directly 2020-06-25 15:49:04 +02:00
Heap Meta: Scale back overly informal user-facing strings 2020-06-17 18:35:49 +02:00
Interrupts Kernel: Detect APs and boot them into protected mode 2020-06-04 18:15:23 +02:00
Modules
Net Kernel: Harvest randomness from various drivers 2020-06-25 21:05:40 +02:00
PCI Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
Tasks
Time Kernel: Use map_typed() in HPET code and add a register access helper 2020-06-21 00:58:55 +02:00
TTY Kernel: TTY:VirtualConsole, replace character attribute with code_point 2020-06-16 13:15:17 +02:00
VM Kernel: Make Random work on CPUs without rdrand 2020-06-27 19:40:33 +02:00
.bochsrc
.gitignore
Assertions.h AK+LibC: Add TODO() as an alternative to ASSERT_NOT_REACHED() 2020-05-30 11:31:49 +02:00
CMakeLists.txt Kernel: Replace existing random implementation with Fortuna 2020-06-25 21:05:40 +02:00
CMOS.cpp
CMOS.h
CommandLine.cpp
CommandLine.h
Console.cpp Kernel: Port VirtualConsole to LibVT :^) 2020-05-27 11:19:38 +02:00
Console.h Kernel: Port VirtualConsole to LibVT :^) 2020-05-27 11:19:38 +02:00
DoubleBuffer.cpp
DoubleBuffer.h
FB.h
Forward.h Kernel: Add convenient ways to map whole BIOS and EBDA into memory 2020-05-22 13:17:38 +02:00
init.cpp Kernel: Make Random work on CPUs without rdrand 2020-06-27 19:40:33 +02:00
IO.h
KBuffer.h
KBufferBuilder.cpp
KBufferBuilder.h
KeyCode.h Kernel: Replace char and u8 data types to u32 for code point 2020-06-16 13:15:17 +02:00
kprintf.cpp
KResult.h Kernel: Always inline some KResult / KResultOr<> methods 2020-06-02 21:49:47 +02:00
kstdio.h
KSyms.cpp Kernel: Plumb KResult through FileDescription::read_entire_file() implementation. 2020-05-26 10:15:40 +02:00
KSyms.h
linker.ld
Lock.cpp
Lock.h
mkmap.sh
Module.h
MousePacket.h
Multiboot.h
PerformanceEventBuffer.cpp
PerformanceEventBuffer.h
PhysicalAddress.h
Process.cpp Kernel: Port mounts to reference inodes directly 2020-06-25 15:49:04 +02:00
Process.h Kernel+LibC: Add sys$recvfd() and sys$sendfd() for fd passing 2020-06-24 23:08:09 +02:00
Profiling.cpp
Profiling.h
Ptrace.cpp
Ptrace.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
Random.cpp Kernel: Make Random work on CPUs without rdrand 2020-06-27 19:40:33 +02:00
Random.h Kernel: Make Random work on CPUs without rdrand 2020-06-27 19:40:33 +02:00
RTC.cpp
RTC.h
Scheduler.cpp Kernel: Silence some debug spam in Scheduler 2020-06-22 21:18:16 +02:00
Scheduler.h
SharedBuffer.cpp Kernel: Don't remove shbuf permission-to-reattach when releasing 2020-06-17 18:43:50 +02:00
SharedBuffer.h
StdLib.cpp
StdLib.h Kernel: Dont't static_assert that size_t is 32-bit :^) 2020-05-23 15:25:43 +02:00
Syscall.cpp
Syscall.h Kernel+LibC: Add sys$recvfd() and sys$sendfd() for fd passing 2020-06-24 23:08:09 +02:00
Thread.cpp
Thread.h LibC: Implement pselect 2020-06-22 16:00:20 +02:00
ThreadTracer.cpp
ThreadTracer.h
TimerQueue.cpp
TimerQueue.h
UnixTypes.h Kernel: Use symbolic constants for file modes 2020-06-17 15:02:03 +02:00
VirtualAddress.h
WaitQueue.cpp
WaitQueue.h