summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem/ProcFS.cpp
AgeCommit message (Expand)Author
2020-07-03Kernel: Consolidate features into CPUFeature enumTom
2020-07-01Kernel: Turn Thread::current and Process::current into functionsTom
2020-07-01Kernel/LibCore: Expose processor id where a thread last ranTom
2020-07-01Kernel: List all CPUs in /proc/cpuinfoTom
2020-06-25Kernel: Port mounts to reference inodes directlySergey Bugaev
2020-06-25Kernel: Deemphasize inode identifiersSergey Bugaev
2020-06-17Kernel: Use symbolic constants for file modesSergey Bugaev
2020-06-12AK: Make string-to-number conversion helpers return OptionalAndreas Kling
2020-05-29Kernel: Report source of synthetic filesystems as "none"Sergey Bugaev
2020-05-26Kernel: Plumb KResult through FileDescription::read_entire_file() implementat...Brian Gianforcaro
2020-05-26Kernel: Clang format file system in prep for changes.Brian Gianforcaro
2020-05-22Kernel: Remove some now-unnecessary casts in ProcFSAndreas Kling
2020-05-19Kernel: Make FS::block_size a size_tSergey Bugaev
2020-05-16Kernel: Absorb LibBareMetal back into the kernelAndreas Kling
2020-05-16Kernel: Use consistent names for kmalloc globals and remove volatileAndreas Kling
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-04-28Kernel: Add Region helpers for accessing underlying physical pagesAndreas Kling
2020-04-18Kernel: Use shared locking mode in some placesSergey Bugaev
2020-04-11Kernel: Keep records of PCI::Address & PCI::ID pairs for enumerationLiav A
2020-04-08Kernel: Rename KParams => Kernel::CommandLineAndreas Kling
2020-04-06Kernel: Change Ext2FS to be backed by a file instead of a block deviceLiav A
2020-04-04Kernel: Strip SUID+SGID bits from file when written to or chownedAndreas Kling
2020-04-03Revert "Kernel: Change Ext2FS to be backed by a file instead of a block device"Andreas Kling
2020-04-02Kernel: Change Ext2FS to be backed by a file instead of a block deviceLiav A
2020-03-22Kernel: Run clang-format on filesShannon Booth
2020-03-06Kernel: Change data in /proc/interrupts to be more richerLiav A
2020-03-06AK: Remove Optional::operator bool()Andreas Kling
2020-02-28Kernel: Expose the VMObject type of each Region in /proc/PID/vmAndreas Kling
2020-02-27ProcFS: Use dbg() instead of dbgprintf()Liav A
2020-02-25ProcFS: Expose the physical page map of each region in /proc/PID/vmAndreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-24Kernel: Change get_sharing_devices_count() in GenericInterruptHandlerLiav A
2020-02-24Kernel: Create an entry for viewing interrupts in ProcFSLiav A
2020-02-22Kernel+ProfileViewer: Move symbolication to userspace for time profilesAndreas Kling
2020-02-17Kernel: Replace "current" with Thread::current and Process::currentAndreas Kling
2020-02-16Kernel: Reduce header dependencies of Process and ThreadAndreas Kling
2020-02-16Kernel: Add forward declaration headerAndreas Kling
2020-02-16Kernel: Move all code into the Kernel namespaceAndreas Kling
2020-02-09Kernel: Apply changes to use LibBareMetal definitionsLiav A
2020-02-08Kernel: Simplify FS::create_inode() a little bitAndreas Kling
2020-02-08Kernel: Simplify FS::create_directory() a little bitAndreas Kling
2020-02-01Kernel: Make Inode::lookup() return a RefPtr<Inode>Andreas Kling
2020-01-21Kernel: Rename UnveilState to VeilStateAndreas Kling
2020-01-21SystemMonitor: Show process unveil() state as "Veil"Andreas Kling
2020-01-20ProcFS: Add /proc/PID/unveilAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-17ProcFS: Implement symlink magicSergey Bugaev
2020-01-12Kernel: Don't forget to copy & destroy root_directory_for_procfsSergey Bugaev
2020-01-11ProcFS: Expose process pledge promises in /proc/allAndreas Kling
2020-01-11Kernel+LibC: Add support for mount flagsSergey Bugaev