Historique des commits

Auteur SHA1 Message Date
  Robin Burchell 2d4d465206 SharedBuffer: Fix a denial of service il y a 6 ans
  Andreas Kling f8beb0f665 Kernel: Share the "return to ring 0/3 from signal" trampolines globally. il y a 6 ans
  Andreas Kling 5b2447a27b Kernel: Track user accessibility per Region. il y a 6 ans
  Jesse a5d80f7e3b Kernel: Only allow superuser to halt() the system (#342) il y a 6 ans
  Robin Burchell cd76b691fb Kernel: Remove memory allocations from the new Blocker API il y a 6 ans
  Robin Burchell 762333ba95 Kernel: Restore state strings for block states il y a 6 ans
  Robin Burchell d2ca91c024 Kernel: Convert BlockedSignal and BlockedLurking to the new Blocker mechanism il y a 6 ans
  Robin Burchell 750dbe986d Kernel: Avoid allocations for Select vectors by using inline capacity il y a 6 ans
  Robin Burchell 52743f9eec Kernel: Rename ThreadBlocker classes to avoid stutter il y a 6 ans
  Robin Burchell 782e4ee6e1 Kernel: Port wait to ThreadBlocker il y a 6 ans
  Robin Burchell 4f9ae9b970 Kernel: Port select to ThreadBlocker il y a 6 ans
  Robin Burchell 32fcfb79e9 Kernel: Port sleep to ThreadBlocker il y a 6 ans
  Robin Burchell 0c8813e6d9 Kernel: Introduce ThreadBlocker as a way to make unblocking neater :) il y a 6 ans
  Jesse a27c9e3e01 Kernel+Userland: Addd reboot syscall (#334) il y a 6 ans
  Robin Burchell f2fdac789c Kernel: Add a new block state for accept() on a blocking socket il y a 6 ans
  Robin Burchell b907608e46 SharedBuffer: Split the creation and share steps il y a 6 ans
  Robin Burchell a648331e26 Kernel: Fix a nasty lock bug with exec() il y a 6 ans
  Robin Burchell 6aa77d1999 SharedBuffer: Fix deadlock on destroy il y a 6 ans
  Robin Burchell d53e54f8bf SharedBuffer: fix nullptr dereference on seal il y a 6 ans
  Robin Burchell df3e295ba6 Kernel: SharedBuffer sharing cleanup il y a 6 ans
  Andreas Kling 3073ea7d84 Kernel: Add support for the WSTOPPED flag to the waitpid() syscall. il y a 6 ans
  Andreas Kling ad7ec2bbc7 Kernel: Make the create_thread() syscall return the new thread ID. il y a 6 ans
  Andreas Kling 5254a320d8 Kernel: Remove use of copy_ref() in favor of regular RefPtr copies. il y a 6 ans
  Andreas Kling 23a6c2086b Kernel: Move SharedMemory.{cpp,h} into FileSystem/ il y a 6 ans
  Andreas Kling 6c87d3afa9 Kernel: Move i8253.cpp => Arch/i386/PIT.cpp il y a 6 ans
  Andreas Kling c110cf193d Kernel: Have the open() syscall take an explicit path length parameter. il y a 6 ans
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. il y a 6 ans
  Andreas Kling 601b0a8c68 Kernel: Use NonnullRefPtrVector in parts of the kernel. il y a 6 ans
  Andreas Kling 46a06c23e3 Kernel: Fix all compiler warnings. il y a 6 ans
  Andreas Kling c26e3ce86b Change "retain" to "ref" in various comments. il y a 6 ans