提交历史

作者 SHA1 备注 提交日期
  Liav A 5a94e8dfd0 Kernel: Ensure jailed processes can be reaped by a jailed parent process 2 年之前
  Idan Horowitz 65641187ff Kernel: Restructure execve to ensure Process::m_space is always in use 2 年之前
  Andreas Kling 84ac957d7a Kernel: Make Credentials the authority on process SID 2 年之前
  Andreas Kling e69b2572a6 Kernel: Move Process's TTY pointer into protected data 2 年之前
  Andreas Kling 1e2ef59965 Kernel: Move Process's process group pointer into protected data 2 年之前
  Andreas Kling 1c77803845 Kernel: Stop using *LockRefPtr for TTY 2 年之前
  Andreas Kling 3371165588 Kernel: Make the getsockname/getpeername syscall helper a bit nicer 2 年之前
  Andreas Kling 5bc7882b68 Kernel: Make sys$times not use the big lock 2 年之前
  Andreas Kling 496d918e92 Kernel: Stop using *LockRefPtr for Kernel::Timer 2 年之前
  Andreas Kling 83b409083b Kernel: Stop using *LockRefPtr for ProcessGroup 2 年之前
  Andreas Kling c3915e4058 Kernel: Stop using *LockRefPtr for Thread 2 年之前
  Andreas Kling a098266ff5 Kernel: Simplify Process factory functions 2 年之前
  Andreas Kling 65438d8a85 Kernel: Stop using *LockRefPtr for Process pointers 2 年之前
  Liav A d16d805d96 Kernel: Merge {get,set}_process_name syscalls to the prctl syscall 2 年之前
  Liav A 633006926f Kernel: Make the Jails' internal design a lot more sane 2 年之前
  Andreas Kling e6fc7b3ff7 Kernel: Switch LockRefPtr<Inode> to RefPtr<Inode> 2 年之前
  Andreas Kling d1371d66f7 Kernel: Use non-locking {Nonnull,}RefPtr for OpenFileDescription 2 年之前
  Andreas Kling 7369d0ab5f Kernel: Stop using NonnullLockRefPtrVector 2 年之前
  Andreas Kling 359d6e7b0b Everywhere: Stop using NonnullOwnPtrVector 2 年之前
  Liav A be1d7c325a Kernel: Move process coredump metadata modification to the prctl syscall 2 年之前
  Liav A 11a7e21c2a Kernel+Userland: Add support for using the PCSpeaker with various tones 2 年之前
  Liav A 800e244ed9 Kernel+LibC: Move the FD_SETSIZE declaration to API/POSIX/select.h file 2 年之前
  Liav A bedd90b1f0 Kernel: Properly lock Process protected data in the prctl syscall 2 年之前
  Liav A c56e1c5378 Kernel/FileSystem: Simplify the ProcFS significantly 2 年之前
  Liav A 9216caeec2 Kernel: Fix typo proccess => process in a name of Process method 2 年之前
  Timon Kruiper 3295137224 Kernel: Add optional userspace backtrace to Process::crash 2 年之前
  Sam Atkins fe7b08dad7 Kernel: Protect Process::m_name with a spinlock 2 年之前
  Liav A 722ae35329 Kernel/FileSystem: Simplify the ProcFS inode code 2 年之前
  Timon Kruiper 12322670cb Kernel: Use InterruptsState abstraction in execve.cpp 2 年之前
  Andrew Kaster 046c23f567 Kernel+LibC: Move LibC/signal_numbers.h to Kernel/API/POSIX 2 年之前