Daniel Bertalan
|
2175c689ef
Kernel: Remove redundant (K)String::characters() calls
|
3 年之前 |
Daniel Bertalan
|
1d2f78682b
Kernel+AK: Eliminate a couple of temporary String allocations
|
3 年之前 |
Daniel Bertalan
|
8dd11ae717
Kernel+SystemServer: Add /dev/tty
|
3 年之前 |
Andreas Kling
|
e08d213830
Kernel: Use DistinctNumeric for filesystem ID's
|
3 年之前 |
Andreas Kling
|
5ce753b74d
Kernel: Make Inode::traverse_as_directory() callback return ErrorOr
|
3 年之前 |
Andreas Kling
|
79fa9765ca
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
3 年之前 |
Ben Wiederhake
|
3582184d8c
Kernel: Expose inode information in /proc/pid/fds
|
3 年之前 |
Ben Wiederhake
|
c05c5a7ff4
Kernel: Clarify ambiguous {File,Description}::absolute_path
|
3 年之前 |
Andreas Kling
|
905065f8c8
Kernel: Make PerformanceEventBuffer::to_json() return a KResult
|
3 年之前 |
Andreas Kling
|
6f992d784f
Kernel: Add const variant of Process::perf_events()
|
3 年之前 |
Andreas Kling
|
213b8868af
Kernel: Rename file_description(fd) => open_file_description(fd)
|
3 年之前 |
Andreas Kling
|
4a9c18afb9
Kernel: Rename FileDescription => OpenFileDescription
|
3 年之前 |
Andreas Kling
|
2065ced8f6
Kernel: Make KBufferBuilder::append() & friends return KResult
|
3 年之前 |
Andreas Kling
|
398f8e7c96
Kernel: Use TRY() more in process-specific ProcFS code
|
3 年之前 |
Andreas Kling
|
a9204510a4
Kernel: Make file description lookup return KResultOr
|
3 年之前 |
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 年之前 |