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
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
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
Andreas Kling
2021-08-06
Kernel: Store Thread name as a KString
Andreas Kling
2021-08-03
Kernel: Expose link speed and duplex through /proc/net/adapters
Thomas Wagenveld
2021-07-28
Kernel/ProcFS: Make various things superuser-only once again
Andreas Kling
2021-07-27
Kernel: Support loading the kernel at almost arbitrary virtual addresses
Gunnar Beutner
2021-07-22
Kernel: Add /proc/kernel_base (superuser only)
Andreas Kling
2021-07-18
Everywhere: Make tracking cpu usage independent from system ticks
Tom
2021-07-18
Everywhere: Improve CPU usage calculation
Tom
2021-07-18
Kernel: Rename Locker => MutexLocker
Andreas Kling
2021-07-18
Kernel/USB: Move USB bus information from /proc to /sys
Andreas Kling
2021-07-17
Kernel: Replace "folder" => "directory" everywhere
Andreas Kling
2021-07-17
Kernel: Rename Lock to Mutex
Andreas Kling
2021-07-11
Kernel: Use Forward.h headers more
Andreas Kling
2021-07-11
Kernel: Rename ProcFSComponentsRegistrar => ProcFSComponentRegistry
Andreas Kling
2021-07-11
Kernel: Remove friend classes from ProcFSComponentsRegistrar
Andreas Kling
2021-07-11
Kernel: Replace "Folder" => "Directory" everywhere
Andreas Kling
2021-07-11
Kernel: Remove some dead code and unused includes in SysFS files
Andreas Kling
2021-07-11
Kernel: Rename FileBackedFS => FileBackedFileSystem
Andreas Kling
2021-07-11
Kernel: Rename VFS => VirtualFileSystem
Andreas Kling
2021-07-11
Kernel: Rename FS => FileSystem
Andreas Kling
2021-07-08
Kernel: Use PAE to allow accessing all physical memory beyond 4GB
Tom
2021-07-02
Kernel/PCI: Move the PCI components as a subfolder to the Bus directory
Liav A
2021-06-29
Kernel: Don't create a JsonArray when generating /proc/cpuinfo
Andreas Kling
2021-06-29
Kernel/ProcFS: Split code into more separate files
Liav A