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
/
FileSystem
/
ProcFS.cpp
Age
Commit message (
Expand
)
Author
2020-07-03
Kernel: Consolidate features into CPUFeature enum
Tom
2020-07-01
Kernel: Turn Thread::current and Process::current into functions
Tom
2020-07-01
Kernel/LibCore: Expose processor id where a thread last ran
Tom
2020-07-01
Kernel: List all CPUs in /proc/cpuinfo
Tom
2020-06-25
Kernel: Port mounts to reference inodes directly
Sergey Bugaev
2020-06-25
Kernel: Deemphasize inode identifiers
Sergey Bugaev
2020-06-17
Kernel: Use symbolic constants for file modes
Sergey Bugaev
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-05-29
Kernel: Report source of synthetic filesystems as "none"
Sergey Bugaev
2020-05-26
Kernel: Plumb KResult through FileDescription::read_entire_file() implementat...
Brian Gianforcaro
2020-05-26
Kernel: Clang format file system in prep for changes.
Brian Gianforcaro
2020-05-22
Kernel: Remove some now-unnecessary casts in ProcFS
Andreas Kling
2020-05-19
Kernel: Make FS::block_size a size_t
Sergey Bugaev
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-05-16
Kernel: Use consistent names for kmalloc globals and remove volatile
Andreas Kling
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-04-28
Kernel: Add Region helpers for accessing underlying physical pages
Andreas Kling
2020-04-18
Kernel: Use shared locking mode in some places
Sergey Bugaev
2020-04-11
Kernel: Keep records of PCI::Address & PCI::ID pairs for enumeration
Liav A
2020-04-08
Kernel: Rename KParams => Kernel::CommandLine
Andreas Kling
2020-04-06
Kernel: Change Ext2FS to be backed by a file instead of a block device
Liav A
2020-04-04
Kernel: Strip SUID+SGID bits from file when written to or chowned
Andreas Kling
2020-04-03
Revert "Kernel: Change Ext2FS to be backed by a file instead of a block device"
Andreas Kling
2020-04-02
Kernel: Change Ext2FS to be backed by a file instead of a block device
Liav A
2020-03-22
Kernel: Run clang-format on files
Shannon Booth
2020-03-06
Kernel: Change data in /proc/interrupts to be more richer
Liav A
2020-03-06
AK: Remove Optional::operator bool()
Andreas Kling
2020-02-28
Kernel: Expose the VMObject type of each Region in /proc/PID/vm
Andreas Kling
2020-02-27
ProcFS: Use dbg() instead of dbgprintf()
Liav A
2020-02-25
ProcFS: Expose the physical page map of each region in /proc/PID/vm
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-24
Kernel: Change get_sharing_devices_count() in GenericInterruptHandler
Liav A
2020-02-24
Kernel: Create an entry for viewing interrupts in ProcFS
Liav A
2020-02-22
Kernel+ProfileViewer: Move symbolication to userspace for time profiles
Andreas Kling
2020-02-17
Kernel: Replace "current" with Thread::current and Process::current
Andreas Kling
2020-02-16
Kernel: Reduce header dependencies of Process and Thread
Andreas Kling
2020-02-16
Kernel: Add forward declaration header
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-09
Kernel: Apply changes to use LibBareMetal definitions
Liav A
2020-02-08
Kernel: Simplify FS::create_inode() a little bit
Andreas Kling
2020-02-08
Kernel: Simplify FS::create_directory() a little bit
Andreas Kling
2020-02-01
Kernel: Make Inode::lookup() return a RefPtr<Inode>
Andreas Kling
2020-01-21
Kernel: Rename UnveilState to VeilState
Andreas Kling
2020-01-21
SystemMonitor: Show process unveil() state as "Veil"
Andreas Kling
2020-01-20
ProcFS: Add /proc/PID/unveil
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-17
ProcFS: Implement symlink magic
Sergey Bugaev
2020-01-12
Kernel: Don't forget to copy & destroy root_directory_for_procfs
Sergey Bugaev
2020-01-11
ProcFS: Expose process pledge promises in /proc/all
Andreas Kling
2020-01-11
Kernel+LibC: Add support for mount flags
Sergey Bugaev
[next]