Histórico de Commits

Autor SHA1 Mensagem Data
  Brian Gianforcaro 425195e93f Kernel: Standardize the header include style to 'include <Kernel/...>' há 4 anos atrás
  Andreas Kling c9f6786e8b Kernel: Make various T::class_name() and similar return StringView há 4 anos atrás
  Liav A 29f9a38f76 Kernel: Don't use naked new statements in init process há 4 anos atrás
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
  Jean-Baptiste Boric b05b4d4b24 Kernel: Refactor storage stack with u64 as file operations offset há 4 anos atrás
  Jean-Baptiste Boric f64e287b82 Kernel: Make device generate their own names há 4 anos atrás
  Liav A 18e77aa285 Kernel: Add a method to determine the desired permissions of a Device há 4 anos atrás
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks há 4 anos atrás
  Andreas Kling 7a3ab6c517 Kernel: Make File::write() and File::read() return KResultOr<size_t> há 5 anos atrás
  Conrad Pankoff a3edeb5868 Kernel: Add explicit offset parameter to File::read etc há 5 anos atrás
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace há 5 anos atrás
  Andreas Kling 94ca55cefd Meta: Add license header to source files há 5 anos atrás
  Andreas Kling 9026598999 Kernel: Add a more expressive API for getting random bytes há 5 anos atrás
  Andreas Kling 1b2ef8582c Kernel: Make File's can_read/can_write take a const FileDescription& há 5 anos atrás
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. há 6 anos atrás
  Andreas Kling 08cd75ac4b Kernel: Rename FileDescriptor to FileDescription. há 6 anos atrás
  Robin Burchell 0dc9af5f7e Add clang-format file há 6 anos atrás
  Andreas Kling 8cbb7f101f Kernel: Have File virtuals take a FileDescriptor& rather than a Process&. há 6 anos atrás
  Andreas Kling 2d7cad6a16 Kernel: Make sure we don't use any FPU/MMX/SSE instructions. há 6 anos atrás
  Andreas Kling ab43658c55 Kernel: Move devices into Kernel/Devices/. há 6 anos atrás