Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling 90c0f9664e Kernel: Don't keep protected Process data in a separate allocation há 4 anos atrás
  Andreas Kling 37ad880660 Kernel: Move process "dumpable" flag into protected data há 4 anos atrás
  Andreas Kling 3d27269f13 Kernel: Move process parent PID into protected data :^) há 4 anos atrás
  Andreas Kling d677a73b0e Kernel: Move process extra_gids into protected data :^) há 4 anos atrás
  Andreas Kling cbcf891040 Kernel: Move select Process members into protected memory há 4 anos atrás
  Andreas Kling adb2e6be5f Kernel: Make the kernel compile & link for x86_64 há 4 anos atrás
  Andreas Kling 5e7abea31e Kernel+Profiler: Capture metadata about all profiled processes há 4 anos atrás
  Andreas Kling b425c2602c Kernel: Better handling of allocation failure in profiling há 4 anos atrás
  Ben Wiederhake 336303bda4 Kernel: Make kgettimeofday use AK::Time há 4 anos atrás
  Ben Wiederhake 05d5e3fad9 Kernel: Remove duplicative kgettimeofday(timeval&) function há 4 anos atrás
  Ben Wiederhake c040e64b7d Kernel: Make TimeManagement use AK::Time internally há 4 anos atrás
  cbsirb 8456dc87d8 Kernel: Detach the traced process on process exit há 4 anos atrás
  Andreas Kling 8eeb8db2ed Kernel: Don't disable interrupts while dealing with a process crash há 4 anos atrás
  Andreas Kling 8f70528f30 Kernel: Take some baby steps towards x86_64 há 4 anos atrás
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY há 4 anos atrás
  Brian Gianforcaro cbd8f78cce Kernel: Use uniform initialization instead of memset for a few stack buffer. há 4 anos atrás
  Andreas Kling fdf03852c9 Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions há 4 anos atrás
  Andreas Kling 00107a0dc1 Kernel: Mark a handful of things in Process.cpp READONLY_AFTER_INIT há 4 anos atrás
  Andreas Kling 8415866c03 Kernel: Remove user/kernel flags from Region há 4 anos atrás
  Andreas Kling 1593219a41 Kernel: Map signal trampoline into each process's address space há 4 anos atrás
  Andreas Kling abe4463b1c Kernel: Remove an unnecessary InterruptDisabler in early initialization há 4 anos atrás
  Andreas Kling 085f80aeac Kernel: Remove unused root directory computation in Process creation há 4 anos atrás
  Andreas Kling 8bda30edd2 Kernel: Move memory statistics helpers from Process to Space há 4 anos atrás
  Andreas Kling f1b5def8fd Kernel: Factor address space management out of the Process class há 4 anos atrás
  AnotherTest 09a43969ba Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) há 4 anos atrás
  Tom b22740c08e Kernel: Use KResultOr::release_value in Process::create_kernel_thread há 4 anos atrás
  Andreas Kling b466ede1ea Kernel: Make sure we can allocate kernel stack before creating thread há 4 anos atrás
  Andreas Kling 5c1c82cd33 Kernel: Remove unused function Process::backtrace() há 4 anos atrás
  Andreas Kling 823186031d Kernel: Add a way to specify which memory regions can make syscalls há 4 anos atrás
  Andreas Kling 5ff355c0cd Kernel: Generate coredump backtraces from "threads for coredump" list há 4 anos atrás