Commit History

Autor SHA1 Mensaxe Data
  Brian Gianforcaro 43f930d3aa Kernel: Convert MasterPTY creation to use DoubleBuffer factory %!s(int64=4) %!d(string=hai) anos
  Brian Gianforcaro de9ff0af50 Kernel: Modify the IOCTL API to return KResult %!s(int64=4) %!d(string=hai) anos
  Brian Gianforcaro 9a04f53a0f Kernel: Utilize AK::Userspace<T> in the ioctl interface %!s(int64=4) %!d(string=hai) anos
  Andreas Kling c9f6786e8b Kernel: Make various T::class_name() and similar return StringView %!s(int64=4) %!d(string=hai) anos
  Gunnar Beutner 1c3346e3ce Kernel: Use KResultOr<size_t> throughout the TTY subsystem %!s(int64=4) %!d(string=hai) anos
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. %!s(int64=4) %!d(string=hai) anos
  Jean-Baptiste Boric b05b4d4b24 Kernel: Refactor storage stack with u64 as file operations offset %!s(int64=4) %!d(string=hai) anos
  Jean-Baptiste Boric f64e287b82 Kernel: Make device generate their own names %!s(int64=4) %!d(string=hai) anos
  Liav A 18e77aa285 Kernel: Add a method to determine the desired permissions of a Device %!s(int64=4) %!d(string=hai) anos
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks %!s(int64=4) %!d(string=hai) anos
  Andreas Kling 7a3ab6c517 Kernel: Make File::write() and File::read() return KResultOr<size_t> %!s(int64=5) %!d(string=hai) anos
  Sergey Bugaev 1b4e88fb59 Kernel: Allow File::close() to fail %!s(int64=5) %!d(string=hai) anos
  Andreas Kling b3736c1b1e Kernel: Use a FlatPtr for the "argument" to ioctl() %!s(int64=5) %!d(string=hai) anos
  Conrad Pankoff a3edeb5868 Kernel: Add explicit offset parameter to File::read etc %!s(int64=5) %!d(string=hai) anos
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 94ca55cefd Meta: Add license header to source files %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 1b2ef8582c Kernel: Make File's can_read/can_write take a const FileDescription& %!s(int64=5) %!d(string=hai) anos
  Sergey Bugaev dadf6337ef Kernel: Customize absolute_path() for more file types %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 90b1354688 AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 08cd75ac4b Kernel: Rename FileDescriptor to FileDescription. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 8cbb7f101f Kernel: Have File virtuals take a FileDescriptor& rather than a Process&. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 88f03f86ff Kernel: Have TTY subclasses cache their tty_name/pts_name. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling ab43658c55 Kernel: Move devices into Kernel/Devices/. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 9fca94269e Kernel: Move TTY-related files into Kernel/TTY/. %!s(int64=6) %!d(string=hai) anos