serenity/Kernel
Timothy Flynn 3ff1d7da59 Kernel: Run clang-format
The following command was used to clang-format these files:

    clang-format-18 -i $(find . \
        -not \( -path "./\.*" -prune \) \
        -not \( -path "./Base/*" -prune \) \
        -not \( -path "./Build/*" -prune \) \
        -not \( -path "./Toolchain/*" -prune \) \
        -not \( -path "./Ports/*" -prune \) \
        -type f -name "*.cpp" -o -name "*.mm" -o -name "*.h")

There was a recent release of clang-format version 18.1.5 which fixes
errant spaces around `->` in these files.
2024-05-12 15:44:27 -04:00
..
API Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
Arch Kernel: Add FUSE support 2024-05-07 16:54:27 -06:00
Boot Kernel: Enable i8042 first port translation by default 2024-01-12 16:02:13 -07:00
Bus Kernel: Run clang-format 2024-05-12 15:44:27 -04:00
Devices Kernel: Run clang-format 2024-05-12 15:44:27 -04:00
FileSystem Kernel/net: Add tracking of dropped packets per adapter 2024-05-09 12:02:26 +02:00
Firmware/ACPI
Heap Kernel: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00
Interrupts
Library Kernel: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00
Locking Kernel: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00
Memory Kernel: Allow annotating initially loaded executable segments 2024-05-07 16:36:38 -06:00
Net Kernel/net: Add tracking of dropped packets per adapter 2024-05-09 12:02:26 +02:00
Prekernel Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Security Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Syscalls Kernel: Allow annotating initially loaded executable segments 2024-05-07 16:36:38 -06:00
Tasks Kernel: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00
Time Kernel: Deduplicate HardwareTimerBase::frequency()/ticks_per_second() 2024-04-30 06:01:26 -06:00
CMakeLists.txt Kernel: Add FUSE support 2024-05-07 16:54:27 -06:00
Debug.h.in Kernel: Add FUSE support 2024-05-07 16:54:27 -06:00
embedmap.sh
Forward.h Kernel/Devices: Introduce the LoopDevice device 2024-03-13 15:33:47 -06:00
generate-version-file.sh
kprintf.cpp Kernel: Only write text to serial console if no ConsoleDevice attached 2024-01-02 06:16:53 -07:00
kstdio.h
KSyms.cpp Kernel: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00
KSyms.h Kernel: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00
mkmap.sh
SanCov.cpp Kernel: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00
Sections.h
UnixTypes.h Kernel/Net: Implement TCP_NODELAY 2023-11-08 09:31:54 +01:00