index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Random.h
Age
Commit message (
Expand
)
Author
2022-04-02
Kernel: Make PhysicalRegion.cpp compile on aarch64
James Mintram
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2021-12-28
Kernel: Remove the kmalloc_eternal heap :^)
Andreas Kling
2021-12-26
Kernel: Make KernelRng not inherit from Lockable
Andreas Kling
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-05
Kernel: Make all Spinlocks use u8 for storage, remove template
Brian Gianforcaro
2021-09-01
Kernel: Convert random bytes interface to use AK::Bytes
Brian Gianforcaro
2021-09-01
Everywhere: Use my cool new @serenityos.org email address
Peter Elliott
2021-08-22
Kernel: Rename ScopedSpinlock => SpinlockLocker
Andreas Kling
2021-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
2021-08-07
Kernel: Move Lockable into its own header
Jean-Baptiste Boric
2021-08-07
Kernel: Move Mutex into Locking/
Jean-Baptiste Boric
2021-07-17
Kernel: Rename Lock to Mutex
Andreas Kling
2021-06-24
Kernel: Pull apart CPU.h
Hendiadyoin1
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-21
Kernel::CPU: Move headers into common directory
Hendiadyoin1
2021-03-02
Kernel: Make clang(?) happy about templates(?)
Ben Wiederhake
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-05
Kernel: Don't left-shift 1 (signed) 31 times
Andreas Kling
2021-01-28
Kernel: Make KernelRng thread-safe
Tom
2021-01-24
Kernel: Make use of interrupts as an entropy source
Jean-Baptiste Boric
2020-12-27
Kernel: Tag more methods and types as [[nodiscard]]
Brian Gianforcaro
2020-11-29
LibCrypto: Require intent parameter in CTR constructor
Luke
2020-08-25
Kernel: Switch singletons to use new Singleton class
Tom
2020-08-22
Revert "Kernel: Switch singletons to use new Singleton class"
Andreas Kling
2020-08-21
Kernel: Switch singletons to use new Singleton class
Tom
2020-08-15
AK: Rename span() to bytes() when appropriate.
asynts
2020-08-13
Kernel: Fix rng regression from bc7a149039
Nico Weber
2020-08-11
LibCrypto+LibTLS+Kernel: Switch the Cipher::Mode interface to use Span
AnotherTest
2020-06-27
Kernel: Make Random work on CPUs without rdrand
Peter Elliott
2020-06-25
Kernel: Harvest randomness from various drivers
Peter Elliott
2020-06-25
LibCrypto: Add CTR cipher mode
Peter Elliott
2020-06-25
Kernel: Replace existing random implementation with Fortuna
Peter Elliott
2020-06-25
Kernel: Implement the Fortuna PRNG algorithm
Peter Elliott
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-03
Kernel: Add a more expressive API for getting random bytes
Andreas Kling