Historie revizí

Autor SHA1 Zpráva Datum
  Andreas Kling b197fc40a7 Kernel: Port process thread lists to SpinLockProtectedValue před 4 roky
  Andreas Kling d6667e4cb8 Kernel: Port process groups to SpinLockProtectedValue před 4 roky
  Jean-Baptiste Boric 08891e82a5 Kernel: Migrate process list locking to ProtectedValue před 4 roky
  Jean-Baptiste Boric 8554b66d09 Kernel: Make process list a singleton před 4 roky
  Jean-Baptiste Boric 626b99ce1c Kernel: Migrate hostname locking to ProtectedValue před 4 roky
  Andreas Kling 2cd8b21974 Kernel: Add convenience values to the Memory::Region::Access enum před 4 roky
  Andreas Kling 208147c77c Kernel: Rename Process::space() => Process::address_space() před 4 roky
  Andreas Kling b7476d7a1b Kernel: Rename Memory::Space => Memory::AddressSpace před 4 roky
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace před 4 roky
  Andreas Kling a1d7ebf85a Kernel: Rename Kernel/VM/ to Kernel/Memory/ před 4 roky
  Andreas Kling 33adc3a42d Kernel: Store coredump metadata properties as KStrings před 4 roky
  Andreas Kling d5d8fba579 Kernel: Store Thread name as a KString před 4 roky
  Brian Gianforcaro 0fc853f5ba Kernel: Remove ThreadTracer.h include from Process.h / Thread.h před 4 roky
  Brian Gianforcaro 14c674183b Kernel: Only include KCOVDevice.h if ENABLE_KERNEL_COVERAGE_COLLECTION před 4 roky
  Brian Gianforcaro ed996fcced Kernel: Remove unused header includes před 4 roky
  Brian Gianforcaro 4b2651ddab Kernel: Track allocated FileDescriptionAndFlag elements in each Process před 4 roky
  Brian Gianforcaro ba03b6ad02 Kernel: Make Process::FileDescriptions::allocate return KResultOr<int> před 4 roky
  Andreas Kling a085168c52 Kernel: Rename Space::create => Space::try_create() před 4 roky
  Gunnar Beutner 57417a3d6e Kernel: Support loading the kernel at almost arbitrary virtual addresses před 4 roky
  Patrick Meyer 83f88df757 Kernel: Add option to build with coverage instrumentation and KCOV před 4 roky
  Gunnar Beutner 0edc17ee76 Kernel: Make -pie work for x86_64 před 4 roky
  Max Wipfli a6c4e84ac8 Kernel: Add .profile extension to perfcore files před 4 roky
  Gunnar Beutner 7e94b090fe Kernel: Introduce basic pre-kernel environment před 4 roky
  Andreas Kling cee9528168 Kernel: Rename Lock to Mutex před 4 roky
  Andreas Kling 859e5741ff Kernel: Fix Process use-after-free in Thread finalization před 4 roky
  Tom d7e5521a04 Kernel: Ignore subsequent calls to Process::die před 4 roky
  Tom 026ffa343d Kernel: Allow Lock to block from BlockCondition před 4 roky
  Tom 6938be00f1 Kernel: Initialize threading and process management earlier před 4 roky
  Andreas Kling fa9111ac46 Kernel: Rename ProcFSComponentsRegistrar => ProcFSComponentRegistry před 4 roky
  Andreas Kling 0d39bd04d3 Kernel: Rename VFS => VirtualFileSystem před 4 roky