Andreas Kling
|
c922a7da09
Kernel: Rename ScopedSpinlock => SpinlockLocker
|
3 년 전 |
Andreas Kling
|
55adace359
Kernel: Rename SpinLock => Spinlock
|
3 년 전 |
Idan Horowitz
|
cf271183b4
Kernel: Make Process::current() return a Process& instead of Process*
|
3 년 전 |
Sergey Bugaev
|
ed5b3f8495
Kernel: Specify directory entry types properly
|
3 년 전 |
Andreas Kling
|
1ea604adb1
Kernel/ProcFS: Avoid String allocation when traversing /proc/PID/fd/
|
3 년 전 |
Ali Mohammad Pur
|
64bc5f668d
Kernel: Avoid enumerating all the fds to find a specific one in procfs
|
3 년 전 |
Andreas Kling
|
a412fd2ed8
Kernel/ProcFS: Avoid two unnecessary number-to-string conversions
|
3 년 전 |
Andreas Kling
|
1b739a72c2
Kernel+Userland: Remove chroot functionality
|
3 년 전 |
sin-ack
|
2830a0ecda
Kernel: Move ProcFS related overrides in Process to ProcessProcFSTraits
|
3 년 전 |
sin-ack
|
748938ea59
Kernel: Handle allocation failure in ProcFS and friends
|
3 년 전 |
Liav A
|
7ba991dc37
Kernel: Steer away from heap allocations for ProcFS process data
|
3 년 전 |
Andreas Kling
|
208147c77c
Kernel: Rename Process::space() => Process::address_space()
|
3 년 전 |
Andreas Kling
|
93d98d4976
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
|
3 년 전 |
Andreas Kling
|
a1d7ebf85a
Kernel: Rename Kernel/VM/ to Kernel/Memory/
|
3 년 전 |
Andreas Kling
|
2d1a651e0a
Kernel: Make purgeable memory a VMObject level concept (again)
|
4 년 전 |
Andreas Kling
|
9457d83986
Kernel: Rename Locker => MutexLocker
|
4 년 전 |
Andreas Kling
|
6fae2a5f9e
Kernel/ProcFS: Remove unused ProcFSExposedComponent::entries_count()
|
4 년 전 |
Andreas Kling
|
2da0581fd2
Kernel: Replace "folder" => "directory" everywhere
|
4 년 전 |
Andreas Kling
|
cee9528168
Kernel: Rename Lock to Mutex
|
4 년 전 |
Liav A
|
bee75c1f24
Kernel/ProcFS: Allow a process directory to have a null Process pointer
|
4 년 전 |
Andreas Kling
|
fa9111ac46
Kernel: Rename ProcFSComponentsRegistrar => ProcFSComponentRegistry
|
4 년 전 |
Andreas Kling
|
805319ed30
Kernel: Replace "Folder" => "Directory" everywhere
|
4 년 전 |
Andreas Kling
|
d53d9d3677
Kernel: Rename FS => FileSystem
|
4 년 전 |
Ralf Donau
|
6113fe4747
Kernel: Pledge promises accessible via /proc/PID/pledge
|
4 년 전 |
Liav A
|
32a4a4ac19
Kernel/ProcFS: Lazily allocate all sub components of a PID folder
|
4 년 전 |
Liav A
|
3344f91fc4
Kernel/ProcFS: Clean dead processes properly
|
4 년 전 |
Andreas Kling
|
6f0e8f823b
Kernel: Don't compile JsonValue & friends into the kernel
|
4 년 전 |
Liav A
|
47149e625f
Kernel/ProcFS: Split code into more separate files
|
4 년 전 |