Historique des commits

Auteur SHA1 Message Date
  Andreas Kling cbcf891040 Kernel: Move select Process members into protected memory il y a 4 ans
  Andreas Kling adb2e6be5f Kernel: Make the kernel compile & link for x86_64 il y a 4 ans
  Andreas Kling 5e7abea31e Kernel+Profiler: Capture metadata about all profiled processes il y a 4 ans
  Andreas Kling b425c2602c Kernel: Better handling of allocation failure in profiling il y a 4 ans
  Ben Wiederhake 336303bda4 Kernel: Make kgettimeofday use AK::Time il y a 4 ans
  Ben Wiederhake 05d5e3fad9 Kernel: Remove duplicative kgettimeofday(timeval&) function il y a 4 ans
  Ben Wiederhake c040e64b7d Kernel: Make TimeManagement use AK::Time internally il y a 4 ans
  cbsirb 8456dc87d8 Kernel: Detach the traced process on process exit il y a 4 ans
  Andreas Kling 8eeb8db2ed Kernel: Don't disable interrupts while dealing with a process crash il y a 4 ans
  Andreas Kling 8f70528f30 Kernel: Take some baby steps towards x86_64 il y a 4 ans
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY il y a 4 ans
  Brian Gianforcaro cbd8f78cce Kernel: Use uniform initialization instead of memset for a few stack buffer. il y a 4 ans
  Andreas Kling fdf03852c9 Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions il y a 4 ans
  Andreas Kling 00107a0dc1 Kernel: Mark a handful of things in Process.cpp READONLY_AFTER_INIT il y a 4 ans
  Andreas Kling 8415866c03 Kernel: Remove user/kernel flags from Region il y a 4 ans
  Andreas Kling 1593219a41 Kernel: Map signal trampoline into each process's address space il y a 4 ans
  Andreas Kling abe4463b1c Kernel: Remove an unnecessary InterruptDisabler in early initialization il y a 4 ans
  Andreas Kling 085f80aeac Kernel: Remove unused root directory computation in Process creation il y a 4 ans
  Andreas Kling 8bda30edd2 Kernel: Move memory statistics helpers from Process to Space il y a 4 ans
  Andreas Kling f1b5def8fd Kernel: Factor address space management out of the Process class il y a 4 ans
  AnotherTest 09a43969ba Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) il y a 4 ans
  Tom b22740c08e Kernel: Use KResultOr::release_value in Process::create_kernel_thread il y a 4 ans
  Andreas Kling b466ede1ea Kernel: Make sure we can allocate kernel stack before creating thread il y a 4 ans
  Andreas Kling 5c1c82cd33 Kernel: Remove unused function Process::backtrace() il y a 4 ans
  Andreas Kling 823186031d Kernel: Add a way to specify which memory regions can make syscalls il y a 4 ans
  Andreas Kling 5ff355c0cd Kernel: Generate coredump backtraces from "threads for coredump" list il y a 4 ans
  Tom ac3927086f Kernel: Keep a list of threads per Process il y a 4 ans
  Andreas Kling e67402c702 Kernel: Remove Range "valid" state and use Optional<Range> instead il y a 4 ans
  asynts 7cf0c7cc0d Meta: Split debug defines into multiple headers. il y a 4 ans
  Andreas Kling a131927c75 Kernel: sys$munmap() region splitting did not preserve "shared" flag il y a 4 ans