1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:38:12 +00:00
serenity/Kernel
Owen Smith 22ec21bd61 Kernel: Don't VERIFY_NOT_REACHED in LocalSocket::has_attached_peer()
Invoking sendmsg on a listening socket triggers this assertion as
sendto calls has_attached_peer before checking the result of
send_buffer_for.
2021-08-31 16:00:53 +02:00
..
ACPI
API
Arch Kernel: Fix Clang not initializing s_bsp_processor correctly 2021-08-30 13:20:34 +02:00
Bus Kernel: Rename PCI::DeviceController => PCI::Device 2021-08-23 01:07:45 +02:00
Devices Kernel: Fix shift sometimes staying pressed after releasing the key 2021-08-30 22:35:51 +02:00
FileSystem Kernel/SysFS: Remove unnecessary mutex lockers in SysFS metadata getters 2021-08-29 01:09:19 +02:00
Graphics Kernel: Rename PCI::DeviceController => PCI::Device 2021-08-23 01:07:45 +02:00
Heap
Interrupts Kernel: Rename Spinlock::is_owned_by_current_thread() 2021-08-29 22:19:42 +02:00
Library
Locking Kernel: Rename Spinlock::is_owned_by_current_thread() 2021-08-29 22:19:42 +02:00
Memory Kernel: Rename Spinlock::is_owned_by_current_thread() 2021-08-29 22:19:42 +02:00
Modules
Net Kernel: Don't VERIFY_NOT_REACHED in LocalSocket::has_attached_peer() 2021-08-31 16:00:53 +02:00
Prekernel Prekernel: Make build on aarch64 2021-08-28 21:51:30 +01:00
Storage Kernel: Rename FileDescription::create() => try_create() 2021-08-29 01:09:19 +02:00
Syscalls Kernel: Rename Spinlock::is_owned_by_current_thread() 2021-08-29 22:19:42 +02:00
Tasks
Time
TTY Kernel: Rename FileDescription::create() => try_create() 2021-08-29 01:09:19 +02:00
AddressSanitizer.cpp
AddressSanitizer.h
Assertions.h
AtomicEdgeAction.h
BootInfo.h
CMakeLists.txt Kernel: Omit all actual code from the kernel on aarch64 for now 2021-08-28 21:51:30 +01:00
CMOS.cpp
CMOS.h
CommandLine.cpp
CommandLine.h
ConsoleDevice.cpp
ConsoleDevice.h
Coredump.cpp Everywhere: Core dump => Coredump 2021-08-23 00:02:09 +02:00
Coredump.h Everywhere: Core dump => Coredump 2021-08-23 00:02:09 +02:00
Debug.h.in Kernel: Verify interrupts are disabled when interacting with Mutexes 2021-08-28 20:53:38 +02:00
DoubleBuffer.cpp
DoubleBuffer.h
embedmap.sh
Forward.h Kernel: Strongly typed user & group ID's 2021-08-29 01:09:19 +02:00
FutexQueue.cpp Kernel: Don't register thread as custom data for FutexBlocker 2021-08-24 01:57:11 +02:00
FutexQueue.h Kernel: Don't register thread as custom data for FutexBlocker 2021-08-24 01:57:11 +02:00
GlobalProcessExposed.cpp Kernel: Use ProcessID a bit more in Socket 2021-08-29 01:09:19 +02:00
init.cpp Kernel: Strongly typed user & group ID's 2021-08-29 01:09:19 +02:00
IO.h
KBuffer.h
KBufferBuilder.cpp
KBufferBuilder.h Everywhere: Pass AK::Format TypeErasedFormatParams by reference 2021-08-30 15:50:00 +04:30
KLexicalPath.cpp
KLexicalPath.h
kprintf.cpp
KResult.h
kstdio.h
KString.cpp
KString.h
KSyms.cpp
KSyms.h
linker.ld
MiniStdLib.cpp
mkmap.sh
Module.h
Multiboot.h
Panic.cpp
Panic.h
PerformanceEventBuffer.cpp
PerformanceEventBuffer.h
PerformanceManager.h
PhysicalAddress.h
Process.cpp Kernel: Strongly typed user & group ID's 2021-08-29 01:09:19 +02:00
Process.h Kernel: {Mutex,Spinlock}::own_lock() => is_locked_by_current_thread() 2021-08-29 12:53:11 +02:00
ProcessExposed.cpp
ProcessExposed.h Kernel: Make all ProcFS and SysFS files zero-sized 2021-08-29 01:09:19 +02:00
ProcessGroup.cpp
ProcessGroup.h
ProcessProcFSTraits.cpp Kernel: Strongly typed user & group ID's 2021-08-29 01:09:19 +02:00
ProcessSpecificExposed.cpp
Random.cpp
Random.h
RTC.cpp
RTC.h
SanCov.cpp
Scheduler.cpp Kernel: Rename Spinlock::is_owned_by_current_thread() 2021-08-29 22:19:42 +02:00
Scheduler.h
Sections.h
StdLib.cpp
StdLib.h
Syscall.cpp Kernel: Rename Spinlock::is_owned_by_current_thread() 2021-08-29 22:19:42 +02:00
Thread.cpp Kernel: Unbreak the LOCK_DEBUG build 2021-08-30 02:48:31 +02:00
Thread.h Kernel: Rename Spinlock::is_owned_by_current_thread() 2021-08-29 22:19:42 +02:00
ThreadBlockers.cpp Kernel: Rename Spinlock::is_owned_by_current_thread() 2021-08-29 22:19:42 +02:00
ThreadTracer.cpp
ThreadTracer.h
TimerQueue.cpp
TimerQueue.h
UBSanitizer.cpp
UnixTypes.h
UserOrKernelBuffer.cpp
UserOrKernelBuffer.h
VirtualAddress.h Kernel: Make VirtualAddress methods constexpr 2021-08-25 12:12:59 +02:00
WaitQueue.cpp Kernel: Don't register thread as custom data for WaitQueueBlocker 2021-08-24 01:57:11 +02:00
WaitQueue.h Kernel: Don't register thread as custom data for WaitQueueBlocker 2021-08-24 01:57:11 +02:00
WorkQueue.cpp
WorkQueue.h