Historique des commits

Auteur SHA1 Message Date
  Jean-Baptiste Boric aea98a85d1 Kernel: Move Lockable into its own header il y a 4 ans
  Jean-Baptiste Boric f7f794e74a Kernel: Move Mutex into Locking/ il y a 4 ans
  Brian Gianforcaro 8d3b819daf Kernel: Handle OOM from DoubleBuffer creation in FIFO creation il y a 4 ans
  Andreas Kling 9457d83986 Kernel: Rename Locker => MutexLocker il y a 4 ans
  Andreas Kling cee9528168 Kernel: Rename Lock to Mutex il y a 4 ans
  Brian Gianforcaro 1c43836990 Kernel: Remove unused header includes in FileSystem subtree il y a 4 ans
  Brian Gianforcaro 8d6e9fad40 Kernel: Remove the now defunct `LOCKER(..)` macro. il y a 4 ans
  Andreas Kling b91c49364d AK: Rename adopt() to adopt_ref() il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Andreas Kling f4eff7df8f Kernel: Convert String::format() => String::formatted() il y a 4 ans
  Jean-Baptiste Boric b05b4d4b24 Kernel: Refactor storage stack with u64 as file operations offset il y a 4 ans
  Andreas Kling a166a65eff Kernel: Don't return -EFOO when return type is KResultOr<...> il y a 4 ans
  Andreas Kling 2fc684f6bc Kernel: Remove ancient FIFO_DEBUG code il y a 4 ans
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY il y a 4 ans
  Brian Gianforcaro ddd79fe2cf Kernel: Add WaitQueue::wait_forever and it use it for all infinite waits. il y a 4 ans
  asynts 7cf0c7cc0d Meta: Split debug defines into multiple headers. il y a 4 ans
  asynts eea72b9b5c Everywhere: Hook up remaining debug macros to Debug.h. il y a 4 ans
  asynts acdcf59a33 Everywhere: Remove unnecessary debug comments. il y a 4 ans
  Lenny Maiorani e6f907a155 AK: Simplify constructors and conversions from nullptr_t il y a 4 ans
  Tom f98ca35b83 Kernel: Improve ProcFS behavior in low memory conditions il y a 4 ans
  Tom da5cc34ebb Kernel: Fix some issues related to fixes and block conditions il y a 4 ans
  Tom 046d6855f5 Kernel: Move block condition evaluation out of the Scheduler il y a 4 ans
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks il y a 4 ans
  Andreas Kling 22831033d0 Kernel: Virtualize the File::stat() operation il y a 4 ans
  Tom d89582880e Kernel: Switch singletons to use new Singleton class il y a 5 ans
  Andreas Kling 2fd9e72264 Revert "Kernel: Switch singletons to use new Singleton class" il y a 5 ans
  Andreas Kling 8925ad3fa0 Revert "Kernel: Move Singleton class to AK" il y a 5 ans
  Andreas Kling 68580d5a8d Revert "AK: Get rid of make_singleton function" il y a 5 ans
  Tom 5a98e329d1 AK: Get rid of make_singleton function il y a 5 ans
  Tom f0906250a1 Kernel: Move Singleton class to AK il y a 5 ans