Andreas Kling
|
f30eae7e7a
Kernel: Use TRY() in some Process functions
|
há 3 anos atrás |
Andreas Kling
|
12f820eb08
Kernel: Make Process::try_create() propagate errors better
|
há 3 anos atrás |
Andreas Kling
|
3b995c6d01
Kernel: Tidy up Process::try_create_user_process()
|
há 3 anos atrás |
Andreas Kling
|
ba1a6ca971
Kernel: Move pledge verification into Process member functions
|
há 3 anos atrás |
Andreas Kling
|
5d5a3708c4
Kernel: Rename Thread::clone() => try_clone() and propagate errors
|
há 3 anos atrás |
Andreas Kling
|
cfc1a628d5
Kernel: Add missing error check after Process::try_create()
|
há 3 anos atrás |
Andreas Kling
|
5e2e17c38c
Kernel: Rename Process::create() => try_create()
|
há 3 anos atrás |
Andreas Kling
|
d065de1fcf
Kernel: Add missing error check when opening TTY for a new process
|
há 3 anos atrás |
Andreas Kling
|
ae197deb6b
Kernel: Strongly typed user & group ID's
|
há 3 anos atrás |
Andrew Kaster
|
4f2520674c
Kernel: Don't acquire Mutex for hostname() before scheduling is enabled
|
há 3 anos atrás |
Andrew Kaster
|
dea62fe93c
Kernel: Guard the all processes list with a Spinlock rather than a Mutex
|
há 3 anos atrás |
Andreas Kling
|
e51a5e2d5d
Kernel: Rename some BlockerSets to foo_blocker_set
|
há 3 anos atrás |
Andreas Kling
|
85546af417
Kernel: Rename Thread::BlockCondition to BlockerSet
|
há 3 anos atrás |
Andreas Kling
|
bcd2025311
Everywhere: Core dump => Coredump
|
há 3 anos atrás |
Andreas Kling
|
c922a7da09
Kernel: Rename ScopedSpinlock => SpinlockLocker
|
há 3 anos atrás |
Andreas Kling
|
55adace359
Kernel: Rename SpinLock => Spinlock
|
há 3 anos atrás |
Andreas Kling
|
c2fc33becd
Kernel: Rename ProtectedValue<T> => MutexProtected<T>
|
há 3 anos atrás |
Idan Horowitz
|
cf271183b4
Kernel: Make Process::current() return a Process& instead of Process*
|
há 3 anos atrás |
Andreas Kling
|
961f727448
Kernel: Consolidate a bunch of i386/x86_64 code paths
|
há 3 anos atrás |
Ali Mohammad Pur
|
e9feced041
Kernel: Add a Process::FileDescriptions::get_if_valid(index) API
|
há 3 anos atrás |
Andreas Kling
|
1b739a72c2
Kernel+Userland: Remove chroot functionality
|
há 3 anos atrás |
sin-ack
|
98408b8920
Kernel: Don't hold the process list lock while destructing the process
|
há 3 anos atrás |
sin-ack
|
18f260b78b
Kernel: Handle removal of Process from list before unref
|
há 3 anos atrás |
sin-ack
|
2830a0ecda
Kernel: Move ProcFS related overrides in Process to ProcessProcFSTraits
|
há 3 anos atrás |
Andreas Kling
|
7676edfb9b
Kernel: Stop allowing implicit conversion from KResult to int
|
há 3 anos atrás |
Brian Gianforcaro
|
40a942d28b
Kernel: Remove char* versions of path argument / kstring copy methods
|
há 3 anos atrás |
Liav A
|
7ba991dc37
Kernel: Steer away from heap allocations for ProcFS process data
|
há 3 anos atrás |
Liav A
|
04c2addaa8
Kernel: Fail process creating earlier if can't create AddressSpace
|
há 3 anos atrás |
Liav A
|
01b79910b3
Kernel/Process: Move protected values to the end of the object
|
há 3 anos atrás |
Andreas Kling
|
5e27861c2e
Kernel: Don't ask RTC for current time when generating coredumps
|
há 3 anos atrás |