Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling cb2c8f71f4 AK: Remove custom %b format string specifier há 4 anos atrás
  Andreas Kling 89d3b09638 Kernel: Allocate new main thread stack before committing to exec há 4 anos atrás
  Andreas Kling 40e9edd798 LibELF: Move AuxiliaryValue into the ELF namespace há 4 anos atrás
  Andreas Kling d7ad082afa Kernel+LibELF: Stop doing ELF symbolication in the kernel há 4 anos atrás
  Tom 5f51d85184 Kernel: Improve time keeping and dramatically reduce interrupt load há 4 anos atrás
  Lenny Maiorani 765936ebae Everywhere: Switch from (void) to [[maybe_unused]] (#4473) há 4 anos atrás
  Tom c4176b0da1 Kernel: Fix Lock race causing infinite spinning between two threads há 4 anos atrás
  Itamar b4842d33bb Kernel: Generate a coredump file when a process crashes há 4 anos atrás
  Itamar 5b87904ab5 Kernel: Add ability to load interpreter instead of main program há 4 anos atrás
  Tom c455fc2030 Kernel: Change wait blocking to Process-only blocking há 4 anos atrás
  Tom da5cc34ebb Kernel: Fix some issues related to fixes and block conditions há 4 anos atrás
  Tom 12cf6f8650 Kernel: Add CLOCK_REALTIME support to the TimerQueue há 4 anos atrás
  Tom 1f86d88dc4 Kernel: Don't assert if we can't deliver a signal due to thread state há 4 anos atrás
  Tom 78f1b5e359 Kernel: Fix some problems with Thread::wait_on and Lock há 4 anos atrás
  Tom 046d6855f5 Kernel: Move block condition evaluation out of the Scheduler há 4 anos atrás
  Tom 6a620562cc Kernel: Allow passing a thread argument for new kernel threads há 4 anos atrás
  Tom 6cb640eeba Kernel: Move some time related code from Scheduler into TimeManagement há 4 anos atrás
  Tom 97b3035c14 Kernel: Don't resume thread into Running state directly on SIGCONT há 4 anos atrás
  Andreas Kling 94ff04b536 Kernel: Make CLOCK_MONOTONIC respect the system tick frequency há 4 anos atrás
  Tom 6b97118e89 Kernel: Fix race during thread destruction if it is preempted há 4 anos atrás
  Tom 75f61fe3d9 AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe há 4 anos atrás
  Tom 1e2e3eed62 Kernel: Fix a few deadlocks with Thread::m_lock and g_scheduler_lock há 4 anos atrás
  Linus Groh bcfc6f0c57 Everywhere: Fix more typos há 4 anos atrás
  Tom 838d9fa251 Kernel: Make Thread refcounted há 4 anos atrás
  Tom 69a9c78783 Kernel: Allow killing queued threads há 4 anos atrás
  Tom 1727b2d7cd Kernel: Fix thread joining issues há 4 anos atrás
  Ben Wiederhake 64cc3f51d0 Meta+Kernel: Make clang-format-10 clean há 4 anos atrás
  Luke 68b361bd21 Kernel: Return ENOMEM in more places há 4 anos atrás
  Tom f6d1e45bf3 Kernel: Don't symbolicate stack traces in IRQ handlers há 4 anos atrás
  Tom f5330304a4 Kernel: Stop back trace on a null base pointer há 4 anos atrás