SeekingBlues
|
b9da877941
Kernel: Do not try opening the same file when dumping perfcore
|
3 年之前 |
Ben Wiederhake
|
735da58d44
Kernel: Avoid OpenFileDescription::absolute_path
|
3 年之前 |
Nico Weber
|
1cdb12e920
Kernel: Fix -Wunreachable-code warnings from clang
|
3 年之前 |
Nico Weber
|
5a951d6258
Kernel: Fix a few typos
|
3 年之前 |
Liav A
|
aee4786d8e
Kernel: Introduce the DeviceManagement singleton
|
3 年之前 |
Itamar
|
9aa6dd6b78
Kernel: Unblock tracer process in Process:unblock_waiters()
|
3 年之前 |
Liav A
|
04ba31b8c5
Kernel+Userland: Remove loadable kernel moduless
|
3 年之前 |
Andreas Kling
|
dd82f68326
Kernel: Use KString all the way in sys$execve()
|
3 年之前 |
Andreas Kling
|
905065f8c8
Kernel: Make PerformanceEventBuffer::to_json() return a KResult
|
3 年之前 |
Andreas Kling
|
300402cc14
Kernel: Make it possible for KBufferBuilder creation to fail
|
3 年之前 |
Andreas Kling
|
cd5d483bbd
Kernel: Use KResultOr and TRY() for ThreadTracer
|
3 年之前 |
Andreas Kling
|
213b8868af
Kernel: Rename file_description(fd) => open_file_description(fd)
|
3 年之前 |
Andreas Kling
|
4a9c18afb9
Kernel: Rename FileDescription => OpenFileDescription
|
3 年之前 |
Andreas Kling
|
dbd639a2d8
Kernel: Convert much of sys$execve() to using KString
|
3 年之前 |
Andreas Kling
|
55b0b06897
Kernel: Store process names as KString
|
3 年之前 |
Andreas Kling
|
db2e67fd53
Kernel: Tidy up ProcessProcFSTraits construction a bit more
|
3 年之前 |
Andreas Kling
|
2641a068dc
Kernel: Don't try to allocate ProcessProcFSTraits in Process constructor
|
3 年之前 |
Andreas Kling
|
56a2594de7
Kernel: Make KString factories return KResultOr + use TRY() everywhere
|
3 年之前 |
Andreas Kling
|
60eea6940f
Kernel: Tidy up Coredump construction
|
3 年之前 |
Andreas Kling
|
7981422500
Kernel: Make Threads always have a name
|
3 年之前 |
Andreas Kling
|
75564b4a5f
Kernel: Make kernel region allocators return KResultOr<NOP<Region>>
|
3 年之前 |
Andreas Kling
|
a9204510a4
Kernel: Make file description lookup return KResultOr
|
3 年之前 |
Andreas Kling
|
83fed5b2de
Kernel: Tidy up Memory::AddressSpace construction
|
3 年之前 |
Andreas Kling
|
ae885b188f
Kernel: Use TRY() when creating first thread in a new process
|
3 年之前 |
Andreas Kling
|
2ab8fd89fc
Kernel: Simplify Process::get_syscall_path_argument()
|
3 年之前 |
Andreas Kling
|
f30eae7e7a
Kernel: Use TRY() in some Process functions
|
3 年之前 |
Andreas Kling
|
12f820eb08
Kernel: Make Process::try_create() propagate errors better
|
3 年之前 |
Andreas Kling
|
3b995c6d01
Kernel: Tidy up Process::try_create_user_process()
|
3 年之前 |
Andreas Kling
|
ba1a6ca971
Kernel: Move pledge verification into Process member functions
|
3 年之前 |
Andreas Kling
|
5d5a3708c4
Kernel: Rename Thread::clone() => try_clone() and propagate errors
|
3 年之前 |