Historique des commits

Auteur SHA1 Message Date
  Liav A 1b04726c85 Kernel: Move all tasks-related code to the Tasks subdirectory il y a 2 ans
  Daniel Bertalan 2123fdd678 Kernel: Remove `FIFO::{attach,detach}(Direction)` il y a 2 ans
  Andreas Kling 03cc45e5a2 Kernel: Use RefPtr instead of LockRefPtr for File and subclasses il y a 2 ans
  Andreas Kling d1371d66f7 Kernel: Use non-locking {Nonnull,}RefPtr for OpenFileDescription il y a 2 ans
  Gunnar Beutner ce4b66e908 Kernel: Add support for MSG_NOSIGNAL and properly send SIGPIPE il y a 2 ans
  Andreas Kling 11eee67b85 Kernel: Make self-contained locking smart pointers their own classes il y a 2 ans
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) il y a 3 ans
  Tim Schumacher 3b3af58cf6 Kernel: Annotate all `KBuffer` and `DoubleBuffer` with a custom name il y a 3 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Lenny Maiorani 190cf1507b Kernel: Use default constructors/destructors il y a 3 ans
  Idan Horowitz 664ca58746 Kernel: Use u64 instead of size_t for File::can_write offset il y a 3 ans
  Idan Horowitz 9ce537d703 Kernel: Use u64 instead of size_t for File::can_read offset il y a 3 ans
  Andreas Kling 0ae8702692 Kernel: Make File::stat() & friends return Error<struct stat> il y a 3 ans
  Brian Gianforcaro fa517b213a Kernel: Handle string format errors in FileSystem APIs :^) il y a 3 ans
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> il y a 3 ans
  Ben Wiederhake c05c5a7ff4 Kernel: Clarify ambiguous {File,Description}::absolute_path il y a 3 ans
  Andreas Kling ed5d04b0ea Kernel: Use KResultOr and TRY() for FIFO il y a 3 ans
  Andreas Kling 01993d0af3 Kernel: Make DoubleBuffer::try() return KResultOr il y a 3 ans
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription il y a 3 ans
  Andreas Kling c1c774da91 Kernel: Use TRY() in FIFO il y a 3 ans
  Andreas Kling ed77b6f8cb Kernel: Remove an obviously redundant check in FIFO::read() il y a 3 ans
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's il y a 3 ans
  Andreas Kling 59335bd8ea Kernel: Rename FileDescription::create() => try_create() il y a 3 ans
  Idan Horowitz cf271183b4 Kernel: Make Process::current() return a Process& instead of Process* il y a 4 ans
  Andreas Kling cda69704dc Kernel: Remove unused FIFO::all_fifos() table il y a 4 ans
  Jean-Baptiste Boric 4c4b8ea443 Kernel: Properly handle non-blocking I/O on pipes il y a 4 ans
  Andreas Kling c94c15d45c Everywhere: Replace AK::Singleton => Singleton il y a 4 ans
  Jean-Baptiste Boric 6d83b2d8f0 Kernel: Migrate FIFO table locking to ProtectedValue il y a 4 ans
  Jean-Baptiste Boric 25d7beec6b Kernel: Use atomic integer for next FIFO id il y a 4 ans
  Jean-Baptiste Boric aea98a85d1 Kernel: Move Lockable into its own header il y a 4 ans