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
/
GlobalProcessExposed.cpp
Age
Commit message (
Expand
)
Author
2022-05-01
Kernel: Stop exposing gateway field
Maciej
2022-04-28
Kernel+Utilities: Add the route utility
brapru
2022-04-28
Kernel: Use TRY to handle string copies in GlobalProcessExposed
brapru
2022-04-03
Kernel: Add hypervisor_vendor_id entry to /proc/cpuinfo
Linus Groh
2022-04-03
Kernel+SystemMonitor+lscpu: Rename 'CPUID' -> 'Vendor ID'
Linus Groh
2022-04-03
Kernel: Rename some ProcessorInfo members to match Intel manual
Linus Groh
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-26
Kernel: Add a way to print the pseudo name of attached TTY of a process
Liav A
2022-03-22
Kernel: Don't assume paths of TTYs and pseudo terminals anymore
Liav A
2022-03-17
Kernel: Use default constructors/destructors
Lenny Maiorani
2022-03-14
Kernel/PCI: Don't hold spinlocks when doing fast device enumeration
Liav A
2022-03-07
Kernel: Wrap HIDManagement keymap data in SpinlockProtected
Andreas Kling
2022-03-02
Kernel/PCI: Don't create /proc/pci if PCI is disabled
Liav A
2022-02-27
Everywhere: Make JSON serialization fallible
Idan Horowitz
2022-02-16
AK+Kernel: Return KString from MACAddress::to_string() in the Kernel
Idan Horowitz
2022-02-16
AK+Kernel: Return KString from IPv4Address::to_string() in the Kernel
Idan Horowitz
2022-02-03
Kernel: Remove unnecessary mutex for ubsan-is-deadly ProcFS node
Andreas Kling
2022-02-03
Kernel: Protect ARP table with spinlock instead of mutex
Andreas Kling
2022-01-30
Kernel: Remove unnecessary includes from Thread.h
Andreas Kling
2022-01-29
Kernel: Switch process file descriptor table from spinlock to mutex
Andreas Kling
2022-01-29
Kernel: Convert process file descriptor table to a SpinlockProtected
Andreas Kling
2022-01-26
Kernel: Make pledge serialization in /proc/all generation OOM-fallible
Idan Horowitz
2022-01-26
Kernel: Make AddressSpace::amount_clean_inode() OOM-fallible
Idan Horowitz
2022-01-13
Kernel: Use StringView::to_uint instead of String::to_uint in ProcFS
Idan Horowitz
2022-01-13
Kernel: Use StringView literals instead of empty Strings in ProcFS
Idan Horowitz
2022-01-12
Kernel: Use try_serialize_absolute_path in ProcFSOverallProcesses
Idan Horowitz
2022-01-12
Kernel: Convert Mount::absolute_path to ErrorOr<NonnullOwnPtr<KString>>
Idan Horowitz
2022-01-12
Kernel: Rename ProcessorInfo::{m_brandstr => m_brand}
Idan Horowitz
2022-01-12
Kernel: Avoid potential allocation when enumerating cpu features
Brian Gianforcaro
2022-01-12
Kernel: Convert Processor::features_string() API to KString
Brian Gianforcaro
2021-12-30
Kernel: Simplify some if statements
Hendiadyoin1
2021-12-30
Kernel: Add some implied auto qualifiers
Hendiadyoin1
2021-12-30
Kernel: Remove redundant (K)String::characters() calls
Daniel Bertalan
2021-12-30
Kernel+AK: Eliminate a couple of temporary String allocations
Daniel Bertalan
2021-12-29
Kernel: Port Process to ListedRefCounted
Idan Horowitz
2021-12-29
Kernel: Remove Process::all_processes()
Idan Horowitz
2021-12-28
Kernel: Remove the kmalloc_eternal heap :^)
Andreas Kling
2021-12-26
Kernel: Remove old SlabAllocator :^)
Andreas Kling
2021-12-23
Kernel: Make major and minor numbers to be DistinctNumerics
Liav A
2021-11-30
Kernel: Handle string format errors in SlabAllocator stats :^)
Brian Gianforcaro
2021-11-18
Kernel: Use DistinctNumeric for filesystem ID's
Andreas Kling
2021-11-10
Kernel: Make Inode::traverse_as_directory() callback return ErrorOr
Andreas Kling
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-11-02
Kernel: Move TTY subsystem to use KString instead of `AK::String`
Brian Gianforcaro
2021-10-31
Kernel: Clarify ambiguous {File,Description}::absolute_path
Ben Wiederhake
2021-10-31
Kernel: Enable early-returns from VFS::for_each_mount
Ben Wiederhake
2021-10-25
Kernel+SystemServer: Change bootmode to system_mode
Ben Wiederhake
2021-10-07
Kernel: Add the /proc/stat ProcFS component
Idan Horowitz
2021-09-29
Kernel/PCI: Remove Address from enumeration callback
Liav A
2021-09-29
Kernel: Rename two PCI components
Liav A
[next]