Commit History

Author SHA1 Message Date
  Andreas Kling db2e67fd53 Kernel: Tidy up ProcessProcFSTraits construction a bit more 3 years ago
  Andreas Kling 2641a068dc Kernel: Don't try to allocate ProcessProcFSTraits in Process constructor 3 years ago
  Andreas Kling 56a2594de7 Kernel: Make KString factories return KResultOr + use TRY() everywhere 3 years ago
  Andreas Kling 60eea6940f Kernel: Tidy up Coredump construction 3 years ago
  Andreas Kling 7981422500 Kernel: Make Threads always have a name 3 years ago
  Andreas Kling 75564b4a5f Kernel: Make kernel region allocators return KResultOr<NOP<Region>> 3 years ago
  Andreas Kling a9204510a4 Kernel: Make file description lookup return KResultOr 3 years ago
  Andreas Kling 83fed5b2de Kernel: Tidy up Memory::AddressSpace construction 3 years ago
  Andreas Kling ae885b188f Kernel: Use TRY() when creating first thread in a new process 3 years ago
  Andreas Kling 2ab8fd89fc Kernel: Simplify Process::get_syscall_path_argument() 3 years ago
  Andreas Kling f30eae7e7a Kernel: Use TRY() in some Process functions 3 years ago
  Andreas Kling 12f820eb08 Kernel: Make Process::try_create() propagate errors better 3 years ago
  Andreas Kling 3b995c6d01 Kernel: Tidy up Process::try_create_user_process() 3 years ago
  Andreas Kling ba1a6ca971 Kernel: Move pledge verification into Process member functions 3 years ago
  Andreas Kling 5d5a3708c4 Kernel: Rename Thread::clone() => try_clone() and propagate errors 3 years ago
  Andreas Kling cfc1a628d5 Kernel: Add missing error check after Process::try_create() 3 years ago
  Andreas Kling 5e2e17c38c Kernel: Rename Process::create() => try_create() 3 years ago
  Andreas Kling d065de1fcf Kernel: Add missing error check when opening TTY for a new process 3 years ago
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's 3 years ago
  Andrew Kaster 4f2520674c Kernel: Don't acquire Mutex for hostname() before scheduling is enabled 3 years ago
  Andrew Kaster dea62fe93c Kernel: Guard the all processes list with a Spinlock rather than a Mutex 3 years ago
  Andreas Kling e51a5e2d5d Kernel: Rename some BlockerSets to foo_blocker_set 3 years ago
  Andreas Kling 85546af417 Kernel: Rename Thread::BlockCondition to BlockerSet 3 years ago
  Andreas Kling bcd2025311 Everywhere: Core dump => Coredump 3 years ago
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker 3 years ago
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock 3 years ago
  Andreas Kling c2fc33becd Kernel: Rename ProtectedValue<T> => MutexProtected<T> 3 years ago
  Idan Horowitz cf271183b4 Kernel: Make Process::current() return a Process& instead of Process* 3 years ago
  Andreas Kling 961f727448 Kernel: Consolidate a bunch of i386/x86_64 code paths 3 years ago
  Ali Mohammad Pur e9feced041 Kernel: Add a Process::FileDescriptions::get_if_valid(index) API 3 years ago