Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Anthony Iacono f86b671de2 Kernel: Use Process::credentials() and remove user ID/group ID helpers 2 gadi atpakaļ
  Andreas Kling 728c3fbd14 Kernel: Use RefPtr instead of LockRefPtr for Custody 2 gadi atpakaļ
  Andreas Kling 11eee67b85 Kernel: Make self-contained locking smart pointers their own classes 2 gadi atpakaļ
  Andreas Kling 4bc3745ce6 Kernel: Make Region's physical page accessors safer to use 2 gadi atpakaļ
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 gadi atpakaļ
  Andrew Kaster 940be19259 Kernel: Create /proc/pid/cmdline to expose process arguments in procfs 3 gadi atpakaļ
  Timon Kruiper a4534678f9 Kernel: Implement InterruptDisabler using generic Processor functions 3 gadi atpakaļ
  MacDue d951e2ca97 Kernel: Add /proc/{pid}/children to ProcFS 3 gadi atpakaļ
  Andreas Kling 2617adac52 Kernel: Store AddressSpace memory regions in an IntrusiveRedBlackTree 3 gadi atpakaļ
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 gadi atpakaļ
  Liav A b5ef900ccd Kernel: Don't assume paths of TTYs and pseudo terminals anymore 3 gadi atpakaļ
  Hendiadyoin1 05381753c2 Kernel: Bail out earlier from Process::lookup_stacks_directory 3 gadi atpakaļ
  Andreas Kling 580d89f093 Kernel: Put Process unveil state in a SpinlockProtected container 3 gadi atpakaļ
  Andreas Kling 24f02bd421 Kernel: Put Process's current directory in a SpinlockProtected 3 gadi atpakaļ
  Idan Horowitz feb00b7105 Everywhere: Make JSON serialization fallible 3 gadi atpakaļ
  Idan Horowitz 0218c62be4 Kernel: Make Process::procfs_get_pledge_stats OOM-fallible 3 gadi atpakaļ
  Ali Mohammad Pur a1cb2c371a AK+Kernel: OOM-harden most parts of Trie 3 gadi atpakaļ
  Andreas Kling b56646e293 Kernel: Switch process file descriptor table from spinlock to mutex 3 gadi atpakaļ
  Andreas Kling 8ebec2938c Kernel: Convert process file descriptor table to a SpinlockProtected 3 gadi atpakaļ
  Idan Horowitz 0142f33ddc Kernel: Make Processor::capture_stack_trace fallible using ErrorOr 3 gadi atpakaļ
  Idan Horowitz d3e7ec5a56 Kernel: Remove useless return value from procfs_get_thread_stack 3 gadi atpakaļ
  Idan Horowitz efc61370c0 Kernel: Convert ProcFS Process getters to try_serialize_absolute_path 3 gadi atpakaļ
  Idan Horowitz a4560313eb Kernel: Replace all usages of String::number with KString::number 3 gadi atpakaļ
  Hendiadyoin1 04d75f4ff9 Kernel: Add some implied auto qualifiers 3 gadi atpakaļ
  Daniel Bertalan 2175c689ef Kernel: Remove redundant (K)String::characters() calls 3 gadi atpakaļ
  Daniel Bertalan 1d2f78682b Kernel+AK: Eliminate a couple of temporary String allocations 3 gadi atpakaļ
  Daniel Bertalan 8dd11ae717 Kernel+SystemServer: Add /dev/tty 3 gadi atpakaļ
  Andreas Kling e08d213830 Kernel: Use DistinctNumeric for filesystem ID's 3 gadi atpakaļ
  Andreas Kling 5ce753b74d Kernel: Make Inode::traverse_as_directory() callback return ErrorOr 3 gadi atpakaļ
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 gadi atpakaļ