提交历史

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