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
/
Process.cpp
Age
Commit message (
Expand
)
Author
2021-11-28
Kernel: Log when a process exits with an unlocked veil
Sam Atkins
2021-11-14
Kernel: Convert Process-related const member functions to static
Andrew Kaster
2021-11-14
Kernel: Make OpenFileDescriptions::max_open() static and constexpr
Andrew Kaster
2021-11-14
Kernel: Resolve clang-tidy readability-qualified-auto warning
Andrew Kaster
2021-11-14
Kernel: Resolve clang-tidy readability-make-member-function-const
Andrew Kaster
2021-11-14
Kernel: Resolve clang-tidy readability-implicit-bool-conversion warnings
Andrew Kaster
2021-11-10
AK: Make Vector::try_* functions return ErrorOr<void>
Andreas Kling
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-10-31
Kernel: Do not try opening the same file when dumping perfcore
SeekingBlues
2021-10-31
Kernel: Avoid OpenFileDescription::absolute_path
Ben Wiederhake
2021-10-08
Kernel: Fix -Wunreachable-code warnings from clang
Nico Weber
2021-10-01
Kernel: Fix a few typos
Nico Weber
2021-09-17
Kernel: Introduce the DeviceManagement singleton
Liav A
2021-09-16
Kernel: Unblock tracer process in Process:unblock_waiters()
Itamar
2021-09-11
Kernel+Userland: Remove loadable kernel moduless
Liav A
2021-09-09
Kernel: Use KString all the way in sys$execve()
Andreas Kling
2021-09-07
Kernel: Make PerformanceEventBuffer::to_json() return a KResult
Andreas Kling
2021-09-07
Kernel: Make it possible for KBufferBuilder creation to fail
Andreas Kling
2021-09-07
Kernel: Use KResultOr and TRY() for ThreadTracer
Andreas Kling
2021-09-07
Kernel: Rename file_description(fd) => open_file_description(fd)
Andreas Kling
2021-09-07
Kernel: Rename FileDescription => OpenFileDescription
Andreas Kling
2021-09-07
Kernel: Convert much of sys$execve() to using KString
Andreas Kling
2021-09-07
Kernel: Store process names as KString
Andreas Kling
2021-09-07
Kernel: Tidy up ProcessProcFSTraits construction a bit more
Andreas Kling
2021-09-06
Kernel: Don't try to allocate ProcessProcFSTraits in Process constructor
Andreas Kling
2021-09-06
Kernel: Make KString factories return KResultOr + use TRY() everywhere
Andreas Kling
2021-09-06
Kernel: Tidy up Coredump construction
Andreas Kling
2021-09-06
Kernel: Make Threads always have a name
Andreas Kling
2021-09-06
Kernel: Make kernel region allocators return KResultOr<NOP<Region>>
Andreas Kling
2021-09-05
Kernel: Make file description lookup return KResultOr
Andreas Kling
2021-09-05
Kernel: Tidy up Memory::AddressSpace construction
Andreas Kling
2021-09-05
Kernel: Use TRY() when creating first thread in a new process
Andreas Kling
2021-09-05
Kernel: Simplify Process::get_syscall_path_argument()
Andreas Kling
2021-09-05
Kernel: Use TRY() in some Process functions
Andreas Kling
2021-09-04
Kernel: Make Process::try_create() propagate errors better
Andreas Kling
2021-09-04
Kernel: Tidy up Process::try_create_user_process()
Andreas Kling
2021-09-04
Kernel: Move pledge verification into Process member functions
Andreas Kling
2021-09-04
Kernel: Rename Thread::clone() => try_clone() and propagate errors
Andreas Kling
2021-09-04
Kernel: Add missing error check after Process::try_create()
Andreas Kling
2021-09-04
Kernel: Rename Process::create() => try_create()
Andreas Kling
2021-09-04
Kernel: Add missing error check when opening TTY for a new process
Andreas Kling
2021-08-29
Kernel: Strongly typed user & group ID's
Andreas Kling
2021-08-28
Kernel: Don't acquire Mutex for hostname() before scheduling is enabled
Andrew Kaster
2021-08-28
Kernel: Guard the all processes list with a Spinlock rather than a Mutex
Andrew Kaster
2021-08-23
Kernel: Rename some BlockerSets to foo_blocker_set
Andreas Kling
2021-08-23
Kernel: Rename Thread::BlockCondition to BlockerSet
Andreas Kling
2021-08-23
Everywhere: Core dump => Coredump
Andreas Kling
2021-08-22
Kernel: Rename ScopedSpinlock => SpinlockLocker
Andreas Kling
2021-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
2021-08-22
Kernel: Rename ProtectedValue<T> => MutexProtected<T>
Andreas Kling
[next]