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
Age
Commit message (
Expand
)
Author
2021-09-18
Kernel/Storage: Tidy up RamdiskDevice class
Liav A
2021-09-17
Kernel: Don't link Prekernel against kernel_heap
Nico Weber
2021-09-17
Kernel/Devices: Use try_create_device helper for SB16
Liav A
2021-09-17
Kernel/Devices: Use try_create_device helper for ConsoleDevice
Liav A
2021-09-17
Kernel/Devices: Move ConsoleDevice into the Devices source directory
Liav A
2021-09-17
Kernel: Introduce the DeviceManagement singleton
Liav A
2021-09-16
Kernel: Unblock tracer process in Process:unblock_waiters()
Itamar
2021-09-16
Kernel: Allow calling sys$waitid on traced, non-child processes
Itamar
2021-09-16
Kernel: Use move to avoid unnecessary ref/unref of network device RefPtr
Brian Gianforcaro
2021-09-16
Kernel: Fetch range once for each iteration of find_regions_intersecting
Brian Gianforcaro
2021-09-16
Kernel: Only instantiate main_program_metadata in the scope it's needed
Brian Gianforcaro
2021-09-16
Kernel: Make IPv4SocketTuple operator== by reference
Brian Gianforcaro
2021-09-16
Kernel: Pack Flock struct tighter
Brian Gianforcaro
2021-09-16
Kernel+LibC: Pack SC_stat_params struct tighter
Brian Gianforcaro
2021-09-16
Kernel+LibC: Pack SC_mount_params struct tighter
Brian Gianforcaro
2021-09-16
Kernel+LibC: Pack SC_setsockopt_params struct tighter
Brian Gianforcaro
2021-09-16
Kernel+LibC: Pack SC_accept4_params struct tighter
Brian Gianforcaro
2021-09-16
Kernel+LibC: Pack SC_inode_watcher_add_watch_params struct better
Brian Gianforcaro
2021-09-16
Kernel: Weakly hold on to the file in LocalSocket
sin-ack
2021-09-16
Kernel: Drop the receive buffer when socket enters the TimeWait state
sin-ack
2021-09-15
Kernel: Use move semantics in sys$sendfd()
Andreas Kling
2021-09-15
Meta+Toolchain: Rename CMAKE_CXXFILT to SERENITY_CXXFILT
Andrew Kaster
2021-09-15
Meta: Switch to a SuperBuild that splits host and target builds
Andrew Kaster
2021-09-14
Kernel: Disable lock rank enforcement by default for now
Brian Gianforcaro
2021-09-13
AK+Kernel: Avoid unescaped control chars in append_escaped_for_json()
Ali Mohammad Pur
2021-09-13
Kernel: Deduplicate signpost perf event strings
Ali Mohammad Pur
2021-09-13
Kernel: Specialize Traits<(Nonnull)OwnPtr<T>> for KString
Ali Mohammad Pur
2021-09-12
Kernel: Add a class to wrap aarch64 MIDR_EL1
Nico Weber
2021-09-12
Kernel: Put boot.S first in aarch64 Prekernel source list
Nico Weber
2021-09-12
Kernel: Define __stack_chk_guard for aarch64 Prekernel
Nico Weber
2021-09-12
Kernel: Build Prekernel with -fno-threadsafe-statics
Nico Weber
2021-09-12
Kernel: Use AK::to_underlying in lock rank tracking
Brian Gianforcaro
2021-09-12
Kernel: Zero initialize SlabAllocator member variables
Brian Gianforcaro
2021-09-12
Kernel+Userland: Introduce a new way to reboot and poweroff the machine
Liav A
2021-09-12
Kernel/SysFS: Make it possible to have custom permissions for nodes
Liav A
2021-09-12
Kernel: Unify BIOS and ACPI components in the SysFS firmware directory
Liav A
2021-09-12
Kernel: Move ACPI and BIOS code into the new Firmware directory
Liav A
2021-09-12
Kernel+LibC: Implement fsync
TheFightingCatfish
2021-09-12
Kernel/SysFS: Move the PCI bus directory to the /sys/bus directory
Liav A
2021-09-11
Kernel+Userland: Remove loadable kernel moduless
Liav A
2021-09-11
Kernel: Run clang-format on SerialDevice.h
Idan Horowitz
2021-09-11
Kernel: Initialize and expose SerialDevice(s) properly
Liav A
2021-09-11
Kernel/Devices: Defer creation of SysFS component after the constructor
Liav A
2021-09-11
Kernel: Fix off-by-one in Memory::is_user_range() check
Andreas Kling
2021-09-11
Kernel: Add _SC_HOST_NAME_MAX
Linus Groh
2021-09-10
Kernel/CommandLine: Verify ACPI feature level cannot have invalid string
Liav A
2021-09-10
Kernel/ACPI: Simplify parser initialization
Liav A
2021-09-10
Kernel: Add kernelearlyputstr and use it in dbgln in very-early boot
Idan Horowitz
2021-09-10
Kernel: Replace inline assembly for turning on IA32_EFER.NXE with MSR
Idan Horowitz
2021-09-10
AK+Kernel: Reduce the number of template parameters of IntrusiveRBTree
Ali Mohammad Pur
[next]