Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Andreas Kling 359d6e7b0b Everywhere: Stop using NonnullOwnPtrVector 2 gadi atpakaļ
  Liav A 39de5b7f82 Kernel: Actually check Process unveil data when creating perfcore dump 2 gadi atpakaļ
  Liav A bedd90b1f0 Kernel: Properly lock Process protected data in the prctl syscall 2 gadi atpakaļ
  Liav A c56e1c5378 Kernel/FileSystem: Simplify the ProcFS significantly 2 gadi atpakaļ
  Timon Kruiper 3295137224 Kernel: Add optional userspace backtrace to Process::crash 2 gadi atpakaļ
  Sam Atkins fe7b08dad7 Kernel: Protect Process::m_name with a spinlock 2 gadi atpakaļ
  Agustin Gianni e71c320154 Kernel: Change the way we call a syscall in signal_trampoline_dummy 2 gadi atpakaļ
  Timon Kruiper 12322670cb Kernel: Use InterruptsState abstraction in execve.cpp 2 gadi atpakaļ
  Timon Kruiper 697c5ca5e5 Kernel: Move Memory/PageDirectory.{cpp,h} to arch-specific directory 2 gadi atpakaļ
  Andrew Kaster ddea37b521 Kernel+LibC: Move name length constants to Kernel/API from limits.h 2 gadi atpakaļ
  Liav A 04221a7533 Kernel: Mark Process::jail() method as const 2 gadi atpakaļ
  yyny 9ca979846c Kernel: Add `sid` and `pgid` to `Credentials` 2 gadi atpakaļ
  kleines Filmröllchen a6a439243f Kernel: Turn lock ranks into template parameters 2 gadi atpakaļ
  Timon Kruiper 1da84c2a2c Kernel: Factor out setting Thread entry function 2 gadi atpakaļ
  Timon Kruiper 21deb603de Kernel/aarch64: Implement stub for asm_signal_trampoline 2 gadi atpakaļ
  Liav A 5ff318cf3a Kernel: Remove i686 support 2 gadi atpakaļ
  sin-ack 5c1d5ed51d Kernel: Implement Process::custody_for_dirfd 2 gadi atpakaļ
  Liav A 0bb7c8f4c4 Kernel+SystemServer: Don't hardcode coredump directory path 2 gadi atpakaļ
  Liav A 718ae68621 Kernel+LibCore+LibC: Implement support for forcing unveil on exec 2 gadi atpakaļ
  Liav A 5e062414c1 Kernel: Add support for jails 2 gadi atpakaļ
  Gunnar Beutner 63a91d6971 Kernel: Add more AARCH64 stubs 2 gadi atpakaļ
  Timon Kruiper 9827c11d8b Kernel: Move InterruptDisabler out of Arch directory 2 gadi atpakaļ
  kleines Filmröllchen 1a7d6508e3 Kernel: By default, don't dump regions when a userspace crash happens 2 gadi atpakaļ
  Andreas Kling cf16b2c8e6 Kernel: Wrap process address spaces in SpinlockProtected 2 gadi atpakaļ
  Anthony Iacono ec3d8a7a18 Kernel: Remove unused Process::in_group() 2 gadi atpakaļ
  Anthony Iacono f86b671de2 Kernel: Use Process::credentials() and remove user ID/group ID helpers 2 gadi atpakaļ
  Andreas Kling c3351d4b9f Kernel: Make VirtualFileSystem functions take credentials as input 2 gadi atpakaļ
  Andreas Kling 8ed06ad814 Kernel: Guard Process "protected data" with a spinlock 2 gadi atpakaļ
  Andreas Kling 728c3fbd14 Kernel: Use RefPtr instead of LockRefPtr for Custody 2 gadi atpakaļ
  Andreas Kling 122d7d9533 Kernel: Add Credentials to hold a set of user and group IDs 2 gadi atpakaļ