Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Andreas Kling bcd2025311 Everywhere: Core dump => Coredump 3 gadi atpakaļ
  Andreas Kling c922a7da09 Kernel: Rename ScopedSpinlock => SpinlockLocker 3 gadi atpakaļ
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock 3 gadi atpakaļ
  Andreas Kling c2fc33becd Kernel: Rename ProtectedValue<T> => MutexProtected<T> 3 gadi atpakaļ
  Idan Horowitz cf271183b4 Kernel: Make Process::current() return a Process& instead of Process* 3 gadi atpakaļ
  Andreas Kling 961f727448 Kernel: Consolidate a bunch of i386/x86_64 code paths 3 gadi atpakaļ
  Ali Mohammad Pur e9feced041 Kernel: Add a Process::FileDescriptions::get_if_valid(index) API 3 gadi atpakaļ
  Andreas Kling 1b739a72c2 Kernel+Userland: Remove chroot functionality 3 gadi atpakaļ
  sin-ack 98408b8920 Kernel: Don't hold the process list lock while destructing the process 3 gadi atpakaļ
  sin-ack 18f260b78b Kernel: Handle removal of Process from list before unref 3 gadi atpakaļ
  sin-ack 2830a0ecda Kernel: Move ProcFS related overrides in Process to ProcessProcFSTraits 3 gadi atpakaļ
  Andreas Kling 7676edfb9b Kernel: Stop allowing implicit conversion from KResult to int 3 gadi atpakaļ
  Brian Gianforcaro 40a942d28b Kernel: Remove char* versions of path argument / kstring copy methods 3 gadi atpakaļ
  Liav A 7ba991dc37 Kernel: Steer away from heap allocations for ProcFS process data 3 gadi atpakaļ
  Liav A 04c2addaa8 Kernel: Fail process creating earlier if can't create AddressSpace 3 gadi atpakaļ
  Liav A 01b79910b3 Kernel/Process: Move protected values to the end of the object 3 gadi atpakaļ
  Andreas Kling 5e27861c2e Kernel: Don't ask RTC for current time when generating coredumps 3 gadi atpakaļ
  Andreas Kling 0910979dec Kernel: Remove unused Process::FileDescriptions::fd_flags() 3 gadi atpakaļ
  Andreas Kling db14092d8f Kernel: Remove unused Process::all_pids() 3 gadi atpakaļ
  Andreas Kling c94c15d45c Everywhere: Replace AK::Singleton => Singleton 3 gadi atpakaļ
  Andreas Kling 15d033b486 Kernel: Remove unused Process pointer in Memory::AddressSpace 3 gadi atpakaļ
  Andreas Kling b197fc40a7 Kernel: Port process thread lists to SpinLockProtectedValue 3 gadi atpakaļ
  Andreas Kling d6667e4cb8 Kernel: Port process groups to SpinLockProtectedValue 3 gadi atpakaļ
  Jean-Baptiste Boric 08891e82a5 Kernel: Migrate process list locking to ProtectedValue 4 gadi atpakaļ
  Jean-Baptiste Boric 8554b66d09 Kernel: Make process list a singleton 4 gadi atpakaļ
  Jean-Baptiste Boric 626b99ce1c Kernel: Migrate hostname locking to ProtectedValue 4 gadi atpakaļ
  Andreas Kling 2cd8b21974 Kernel: Add convenience values to the Memory::Region::Access enum 3 gadi atpakaļ
  Andreas Kling 208147c77c Kernel: Rename Process::space() => Process::address_space() 3 gadi atpakaļ
  Andreas Kling b7476d7a1b Kernel: Rename Memory::Space => Memory::AddressSpace 3 gadi atpakaļ
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 3 gadi atpakaļ