Liav A
|
ecee76b741
Kernel: Change Ext2FS to be backed by a file instead of a block device
|
5 years ago |
Andreas Kling
|
53d0ca2ad8
Kernel: Strip SUID+SGID bits from file when written to or chowned
|
5 years ago |
Andreas Kling
|
c2a8bbcb59
Revert "Kernel: Change Ext2FS to be backed by a file instead of a block device"
|
5 years ago |
Liav A
|
6b59311d4b
Kernel: Change Ext2FS to be backed by a file instead of a block device
|
5 years ago |
Shannon Booth
|
81adefef27
Kernel: Run clang-format on files
|
5 years ago |
Liav A
|
7ef5d222f1
Kernel: Change data in /proc/interrupts to be more richer
|
5 years ago |
Andreas Kling
|
8bb361889c
AK: Remove Optional::operator bool()
|
5 years ago |
Andreas Kling
|
5f7056d62c
Kernel: Expose the VMObject type of each Region in /proc/PID/vm
|
5 years ago |
Liav A
|
67994cd87e
ProcFS: Use dbg() instead of dbgprintf()
|
5 years ago |
Andreas Kling
|
7f9a86b495
ProcFS: Expose the physical page map of each region in /proc/PID/vm
|
5 years ago |
Andreas Kling
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
5 years ago |
Liav A
|
fe664965c2
Kernel: Change get_sharing_devices_count() in GenericInterruptHandler
|
5 years ago |
Liav A
|
80eea6cd8b
Kernel: Create an entry for viewing interrupts in ProcFS
|
5 years ago |
Andreas Kling
|
983b4bd9f2
Kernel+ProfileViewer: Move symbolication to userspace for time profiles
|
5 years ago |
Andreas Kling
|
48f7c28a5c
Kernel: Replace "current" with Thread::current and Process::current
|
5 years ago |
Andreas Kling
|
16818322c5
Kernel: Reduce header dependencies of Process and Thread
|
5 years ago |
Andreas Kling
|
e28809a996
Kernel: Add forward declaration header
|
5 years ago |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
5 years ago |
Liav A
|
e559af2008
Kernel: Apply changes to use LibBareMetal definitions
|
5 years ago |
Andreas Kling
|
42d41fdf94
Kernel: Simplify FS::create_inode() a little bit
|
5 years ago |
Andreas Kling
|
8731682d0e
Kernel: Simplify FS::create_directory() a little bit
|
5 years ago |
Andreas Kling
|
c44b4d61f3
Kernel: Make Inode::lookup() return a RefPtr<Inode>
|
5 years ago |
Andreas Kling
|
30ad7953ca
Kernel: Rename UnveilState to VeilState
|
5 years ago |
Andreas Kling
|
66598f60fe
SystemMonitor: Show process unveil() state as "Veil"
|
5 years ago |
Andreas Kling
|
02406b7305
ProcFS: Add /proc/PID/unveil
|
5 years ago |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 years ago |
Sergey Bugaev
|
68aeefa49b
ProcFS: Implement symlink magic
|
5 years ago |
Sergey Bugaev
|
33c0dc08a7
Kernel: Don't forget to copy & destroy root_directory_for_procfs
|
5 years ago |
Andreas Kling
|
b36608f47c
ProcFS: Expose process pledge promises in /proc/all
|
5 years ago |
Sergey Bugaev
|
4566c2d811
Kernel+LibC: Add support for mount flags
|
5 years ago |