Historique des commits

Auteur SHA1 Message Date
  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
  Andreas Kling 90b1354688 AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. il y a 6 ans
  Andreas Kling 77b9fa89dd AK: Rename Retainable => RefCounted. il y a 6 ans
  Andreas Kling 15bea7153a Kernel: Symbolicate the crash address too, not just the call stack. il y a 6 ans
  Andreas Kling c1bbd40b9e Kernel: Rename "descriptor" to "description" where appropriate. il y a 6 ans
  Andreas Kling de65c960e9 Kernel: Tweak some String&& => const String&. il y a 6 ans
  Andreas Kling 736092a087 Kernel: Move i386.{cpp,h} => Arch/i386/CPU.{cpp,h} il y a 6 ans
  Andreas Kling 891d4c4834 Kernel: Qualify a bunch of #include statements. il y a 6 ans
  Andreas Kling 39d1a9ae66 Meta: Tweak .clang-format to not wrap braces after enums. il y a 6 ans
  Andreas Kling e42c3b4fd7 Kernel: Rename LinearAddress => VirtualAddress. il y a 6 ans