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
/
Assertions.h
Age
Commit message (
Expand
)
Author
2022-05-12
Kernel: Do not implement VERIFY_NOT_REACHED() as VERIFY(false)
Daniel Bertalan
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-12-01
Kernel: Remove ASM_Wrapper include from platform independent processor.h
James Mintram
2021-08-04
AK+Kernel: Print TODO when a TODO() is executed
sin-ack
2021-06-29
Kernel: Add `[[unlikely]]` attribute to VERIFY
Daniel Bertalan
2021-06-11
Kernel: Enable VERIFY() checks even if the DEBUG macro is not defined
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
Kernel+LibC: Clean up how assertions work in the kernel and LibC
Gunnar Beutner
2021-02-23
Everywhere: Remove unused RELEASE_ASSERT macro
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-07-01
Kernel: List all CPUs in /proc/cpuinfo
Tom
2020-07-01
Kernel: Implement software context switching and Processor structure
Tom
2020-05-30
AK+LibC: Add TODO() as an alternative to ASSERT_NOT_REACHED()
Andreas Kling
2020-02-10
Kernel: Remove more <LibBareMetal/Output/kstdio.h> includes
Andreas Kling
2020-02-09
Kernel: Apply changes to use LibBareMetal definitions
Liav A
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-06-07
Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h}
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-04-23
Put assertions behind a DEBUG flag to make it easy to build without them.
Andreas Kling
2019-04-10
Kernel: Remove two unneeded headers.
Andreas Kling
2019-04-03
Kernel: Remove unneeded kassert.h.
Andreas Kling
2018-10-16
Add a simple IDEDiskDevice class that implements DiskDevice from VFS.
Andreas Kling
2018-10-16
Import the "gerbert" kernel I worked on earlier this year.
Andreas Kling