Histórico de commits

Autor SHA1 Mensagem Data
  Andreas Kling 85546af417 Kernel: Rename Thread::BlockCondition to BlockerSet 3 anos atrás
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock 3 anos atrás
  Andreas Kling ed6f84c2c9 Kernel: Rename SpinLockProtectedValue<T> => SpinLockProtected<T> 3 anos atrás
  Andreas Kling 0de8c95d49 Kernel: Convert SlavePTY all-instances HashTable to an IntrusiveList 4 anos atrás
  Andreas Kling c9f6786e8b Kernel: Make various T::class_name() and similar return StringView 4 anos atrás
  Gunnar Beutner 1c3346e3ce Kernel: Use KResultOr<size_t> throughout the TTY subsystem 4 anos atrás
  Gunnar Beutner 8b079a6b0d Kernel: Avoid unnecessary allocations for TTY::tty_name() 4 anos atrás
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anos atrás
  Jean-Baptiste Boric b05b4d4b24 Kernel: Refactor storage stack with u64 as file operations offset 4 anos atrás
  Andreas Kling 6c2f0316d9 Kernel: Convert snprintf() => String::formatted()/number() 4 anos atrás
  Jean-Baptiste Boric f64e287b82 Kernel: Make device generate their own names 4 anos atrás
  Tom 046d6855f5 Kernel: Move block condition evaluation out of the Scheduler 4 anos atrás
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks 4 anos atrás
  Andreas Kling 4527d9852a Kernel: Track time-of-last-write in SlavePTY and report it as mtime 4 anos atrás
  Andreas Kling 7a3ab6c517 Kernel: Make File::write() and File::read() return KResultOr<size_t> 5 anos atrás
  Andreas Kling 58feebeed2 Kernel+LibC: Tidy up sys$ttyname() and sys$ptsname() 5 anos atrás
  Sergey Bugaev 1b4e88fb59 Kernel: Allow File::close() to fail 5 anos atrás
  Conrad Pankoff a3edeb5868 Kernel: Add explicit offset parameter to File::read etc 5 anos atrás
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace 5 anos atrás
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 anos atrás
  Andreas Kling 1b2ef8582c Kernel: Make File's can_read/can_write take a const FileDescription& 5 anos atrás
  Drew Stratford 4c35c8d7fd TTY: Implement Canonical mode and basic echoing. 5 anos atrás
  Andreas Kling 2f37fa487d Kernel: Keep TTY names in character buffers instead of Strings 5 anos atrás
  Sergey Bugaev 66a0a12435 DevPtsFS: Do not assume there is one of it 6 anos atrás
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. 6 anos atrás
  Andreas Kling 90b1354688 AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 6 anos atrás
  Andreas Kling 08cd75ac4b Kernel: Rename FileDescriptor to FileDescription. 6 anos atrás
  Robin Burchell 0dc9af5f7e Add clang-format file 6 anos atrás
  Andreas Kling 8cbb7f101f Kernel: Have File virtuals take a FileDescriptor& rather than a Process&. 6 anos atrás
  Andreas Kling 0a0d739e98 Kernel: Make FIFO inherit from File. 6 anos atrás