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-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
2020-01-10
Kernel: Expose a process's filesystem root as a /proc/PID/root symlink
Andreas Kling
2020-01-10
ProcFS: Don't expose kernel-only regions to users via /proc/PID/vm
Andreas Kling
2020-01-08
ProcFS: Reads past the end of a generated file should be zero-length
Andreas Kling
2020-01-07
Kernel: Make Process::file_description() vend a RefPtr<FileDescription>
Andreas Kling
2020-01-03
Kernel: Allow passing initial UID and GID when creating new inodes
Andreas Kling
2020-01-02
Kernel: Mask kernel addresses in backtraces and profiles
Andreas Kling
2020-01-02
Kernel: Create support for PCI ECAM
Liav A
2019-12-31
ProcFS: Supervisor-only inodes should be owned by UID 0, GID 0
Andreas Kling
2019-12-31
ProcFS: Reduce the amount of info accessible to non-superusers
Andreas Kling
2019-12-30
Kernel: Refactor scheduler to use dynamic thread priorities
Andreas Kling
2019-12-29
Kernel+SystemMonitor: Expose amount of per-process clean inode memory
Andreas Kling
2019-12-29
Kernel+SystemMonitor: Expose amount of per-process dirty private memory
Andreas Kling
2019-12-26
ProcFS: Fix inconsistent numbers in /proc/memstat
Andreas Kling
2019-12-21
Kernel: Expose region executable bit in /proc/PID/vm
Andreas Kling
2019-12-19
Kernel: Rename vmo => vmobject everywhere
Andreas Kling
2019-12-15
Kernel+SystemMonitor: Prevent userspace access to process ELF image
Andreas Kling
2019-12-15
Kernel+SystemMonitor: Expose the number of set CoW bits in each Region
Andreas Kling
2019-12-12
Kernel: Separate out the symbol offsets in profile output
Andreas Kling
2019-12-12
ProcFS: Rename "samples" in /proc/profile to "frames"
Andreas Kling
2019-12-11
Kernel: Implement a simple process time profiler
Andreas Kling
2019-12-09
Kernel: Start implementing purgeable memory support
Andreas Kling
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-12-08
Kernel: Allow setting thread names
Andrew Kaster
2019-12-07
ProcFS: Fix typo in /proc/net/local
Andreas Kling
2019-12-06
Kernel: Add getsockopt(SO_PEERCRED) for local sockets
Andreas Kling
2019-12-01
Kernel+SystemMonitor: Log amounts of I/O per thread
Andreas Kling
2019-11-29
Kernel: Show module memory size in /proc/modules
Andreas Kling
2019-11-28
Kernel: Add /proc/modules to enumerate the currently loaded modules
Andreas Kling
2019-11-28
Kernel+ifconfig: Add an MTU value to NetworkAdapter
Andreas Kling
2019-11-27
Kernel: Demangle userspace ELF symbols in backtraces
Andreas Kling
2019-11-26
Kernel: Make syscall counters and page fault counters per-thread
Andreas Kling
[next]