Historie revizí

Autor SHA1 Zpráva Datum
  Andreas Kling c2fc33becd Kernel: Rename ProtectedValue<T> => MutexProtected<T> před 4 roky
  Andreas Kling 4c582b57e9 Kernel: Port PTYMultiplexer to ProtectedValue před 4 roky
  Andreas Kling 7f2791f02e Kernel: Increase maximum PTY count from 8 to 64 před 4 roky
  Jean-Baptiste Boric f7f794e74a Kernel: Move Mutex into Locking/ před 4 roky
  Andreas Kling cee9528168 Kernel: Rename Lock to Mutex před 4 roky
  Andreas Kling c9f6786e8b Kernel: Make various T::class_name() and similar return StringView před 4 roky
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. před 4 roky
  Jean-Baptiste Boric b05b4d4b24 Kernel: Refactor storage stack with u64 as file operations offset před 4 roky
  Jean-Baptiste Boric f64e287b82 Kernel: Make device generate their own names před 4 roky
  Liav A 18e77aa285 Kernel: Add a method to determine the desired permissions of a Device před 4 roky
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks před 4 roky
  Tom d89582880e Kernel: Switch singletons to use new Singleton class před 5 roky
  Andreas Kling 2fd9e72264 Revert "Kernel: Switch singletons to use new Singleton class" před 5 roky
  Tom f48feae0b2 Kernel: Switch singletons to use new Singleton class před 5 roky
  Andreas Kling 7a3ab6c517 Kernel: Make File::write() and File::read() return KResultOr<size_t> před 5 roky
  Conrad Pankoff a3edeb5868 Kernel: Add explicit offset parameter to File::read etc před 5 roky
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace před 5 roky
  Andreas Kling 94ca55cefd Meta: Add license header to source files před 5 roky
  Andreas Kling 1b2ef8582c Kernel: Make File's can_read/can_write take a const FileDescription& před 5 roky
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. před 6 roky
  Andreas Kling 90b1354688 AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. před 6 roky
  Andreas Kling 08cd75ac4b Kernel: Rename FileDescriptor to FileDescription. před 6 roky
  Robin Burchell 0dc9af5f7e Add clang-format file před 6 roky
  Andreas Kling c3b7ace3e0 Kernel: Assign Lock names in class member initializers. před 6 roky
  Andreas Kling 8cbb7f101f Kernel: Have File virtuals take a FileDescriptor& rather than a Process&. před 6 roky
  Andreas Kling ab43658c55 Kernel: Move devices into Kernel/Devices/. před 6 roky
  Andreas Kling 9fca94269e Kernel: Move TTY-related files into Kernel/TTY/. před 6 roky