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-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
2021-09-29
Kernel/PCI: Cache more details about PCI devices when enumerating them
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-11
Kernel+Userland: Remove loadable kernel moduless
Liav A
2021-09-07
Kernel: Make PerformanceEventBuffer::to_json() return a KResult
Andreas Kling
2021-09-07
Kernel: Rename FileDescription => OpenFileDescription
Andreas Kling
2021-09-07
Kernel/PCI: Simplify the entire subsystem
Liav A
2021-09-06
Kernel: Make SysFS and ProcFS generator functions return KResult
Andreas Kling
2021-09-06
Kernel: Make KBufferBuilder::append() & friends return KResult
Andreas Kling
2021-08-29
Kernel: Use ProcessID a bit more in Socket
Andreas Kling
2021-08-29
Kernel: Strongly typed user & group ID's
Andreas Kling
2021-08-28
Kernel: Guard the all processes list with a Spinlock rather than a Mutex
Andrew Kaster
2021-08-23
Kernel: Rename Processor::id() => current_id()
Andreas Kling
2021-08-22
Kernel: Rename ScopedSpinlock => SpinlockLocker
Andreas Kling
2021-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
2021-08-19
Kernel: Make Process::current() return a Process& instead of Process*
Idan Horowitz
2021-08-15
Kernel: Move ProcFS related overrides in Process to ProcessProcFSTraits
sin-ack
2021-08-15
Kernel: Handle allocation failure in ProcFS and friends
sin-ack
2021-08-13
Kernel/ProcFS: Expose TCP/UDP Socket pids
brapru
2021-08-12
Kernel: Steer away from heap allocations for ProcFS process data
Liav A
2021-08-07
Kernel: Migrate ARP table locking to ProtectedValue
Jean-Baptiste Boric
2021-08-06
Kernel: Rename Process::space() => Process::address_space()
Andreas Kling
[next]