serenity/Kernel
Sam Atkins 29733e65f8 AK+Everywhere: Replace all Bitmap::must_create() uses with ::create()
Well, *someone* has to add some more FIXMEs to keep FIXME Roulette
going. :^)
2022-12-22 15:48:53 +01:00
..
API Kernel/Memory: Add option to annotate region mapping as immutable 2022-12-16 01:02:00 -07:00
Arch Kernel/aarch64: Add Fault Address Register (FAR_EL1) 2022-12-21 08:35:14 +00:00
Bus AK: Rename Bitmap::try_create() to ::create() 2022-12-22 15:48:53 +01:00
Devices Kernel: Allow opening some device nodes sparingly for jailed processes 2022-12-09 23:09:00 -07:00
FileSystem Kernel/FileSystem: Prevent symlink creation in veiled directory paths 2022-12-21 09:17:09 +00:00
Firmware
Graphics AK+Everywhere: Replace all Bitmap::must_create() uses with ::create() 2022-12-22 15:48:53 +01:00
Heap Kernel: Use AK::is_power_of_two instead of AK::popcount in kmalloc_impl 2022-12-21 08:35:14 +00:00
Interrupts Kernel+lsirq: Track per-CPU IRQ handler call counts 2022-11-19 15:39:30 +01:00
Library AK+Everywhere: Move custom deleter capability to OwnPtr 2022-12-17 16:00:08 -05:00
Locking Everywhere: Run clang-format 2022-12-03 23:52:23 +00:00
Memory AK: Rename Bitmap::try_create() to ::create() 2022-12-22 15:48:53 +01:00
Net Kernel: Propagate errors in E1000NetworkAdapter 2022-12-17 18:34:57 +01:00
Prekernel LibC: Use uintptr_t for __stack_chk_guard 2022-11-29 11:04:21 +01:00
Storage Kernel: Propagate properly errors from ISAIDEController initialization 2022-12-16 10:00:31 +01:00
Syscalls Kernel/Memory: Add option to annotate region mapping as immutable 2022-12-16 01:02:00 -07:00
Tasks
Time Kernel: Use AK::Time for InodeMetadata timestamps instead of time_t 2022-11-24 16:56:27 +01:00
TTY Kernel: Allow opening some device nodes sparingly for jailed processes 2022-12-09 23:09:00 -07:00
AddressSanitizer.cpp
AddressSanitizer.h
Assertions.h
AtomicEdgeAction.h
BootInfo.h
CMakeLists.txt Kernel/aarch64: Add -mstrict-align flag to Kernel build 2022-12-21 08:35:14 +00:00
CommandLine.cpp Kernel: Use HashMap::try_ensure_capacity 2022-12-10 14:29:46 +01:00
CommandLine.h
Coredump.cpp Kernel+SystemServer: Don't hardcode coredump directory path 2022-12-03 05:56:59 -07:00
Coredump.h Kernel+SystemServer: Don't hardcode coredump directory path 2022-12-03 05:56:59 -07:00
Credentials.cpp
Credentials.h
Debug.h.in
DoubleBuffer.cpp
DoubleBuffer.h
embedmap.sh
Forward.h
FutexQueue.cpp
FutexQueue.h
generate-version-file.sh
InterruptDisabler.h
IOWindow.cpp Everywhere: Run clang-format 2022-12-03 23:52:23 +00:00
IOWindow.h Everywhere: Run clang-format 2022-12-03 23:52:23 +00:00
Jail.cpp
Jail.h
JailManagement.cpp
JailManagement.h
KBuffer.h
KBufferBuilder.cpp
KBufferBuilder.h
KLexicalPath.cpp
KLexicalPath.h
kprintf.cpp
kstdio.h
KString.cpp
KString.h
KSyms.cpp
KSyms.h
MiniStdLib.cpp
mkmap.sh
Multiboot.h
Panic.cpp
Panic.h
PerformanceEventBuffer.cpp
PerformanceEventBuffer.h
PerformanceManager.h
PhysicalAddress.h
Process.cpp Kernel: Implement Process::custody_for_dirfd 2022-12-11 19:55:37 -07:00
Process.h Kernel: Reintroduce the msyscall syscall as the annotate_mapping syscall 2022-12-16 01:02:00 -07:00
ProcessExposed.cpp
ProcessExposed.h Kernel: Use AK::Time for InodeMetadata timestamps instead of time_t 2022-11-24 16:56:27 +01:00
ProcessGroup.cpp
ProcessGroup.h
ProcessProcFSTraits.cpp
ProcessSpecificExposed.cpp
Random.cpp
Random.h Everywhere: Run clang-format 2022-12-03 23:52:23 +00:00
SanCov.cpp
Scheduler.cpp
Scheduler.h
Sections.h
StdLib.cpp Everywhere: Run clang-format 2022-12-03 23:52:23 +00:00
StdLib.h Everywhere: Run clang-format 2022-12-03 23:52:23 +00:00
Syscall.cpp
Thread.cpp Kernel: Set EFLAGS/RFLAGS to a known-good value on signal entry 2022-12-10 13:11:49 +01:00
Thread.h Kernel: Allow dead threads to be joined 2022-12-11 19:07:20 -07:00
ThreadBlockers.cpp
ThreadTracer.cpp
ThreadTracer.h
TimerQueue.cpp
TimerQueue.h
UBSanitizer.cpp
UnixTypes.h
UserOrKernelBuffer.cpp
UserOrKernelBuffer.h
VirtualAddress.h
WaitQueue.cpp
WaitQueue.h
WorkQueue.cpp
WorkQueue.h