Historique des commits

Auteur SHA1 Message Date
  Brian Gianforcaro e8c9b5e870 Kernel: Make Inode::directory_entry_count errors observable. il y a 5 ans
  Sergey Bugaev df66c28479 Kernel: Deemphasize inode identifiers il y a 5 ans
  Andreas Kling fdfda6dec2 AK: Make string-to-number conversion helpers return Optional il y a 5 ans
  Brian Gianforcaro 6a74af8063 Kernel: Plumb KResult through FileDescription::read_entire_file() implementation. il y a 5 ans
  Andreas Kling 7d862dd5fc AK: Reduce header dependency graph of String.h il y a 5 ans
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace il y a 5 ans
  Andreas Kling 42d41fdf94 Kernel: Simplify FS::create_inode() a little bit il y a 5 ans
  Andreas Kling 8731682d0e Kernel: Simplify FS::create_directory() a little bit il y a 5 ans
  Andreas Kling c44b4d61f3 Kernel: Make Inode::lookup() return a RefPtr<Inode> il y a 5 ans
  Sergey Bugaev c0b32f7b76 Meta: Claim copyright for files created by me il y a 5 ans
  Andreas Kling 94ca55cefd Meta: Add license header to source files il y a 5 ans
  Andreas Kling 12eb1f5d74 Kernel: Entries in /dev/pts should be accessible only to the owner il y a 5 ans
  Andreas Kling 4abbedb6e4 Kernel: Allow passing initial UID and GID when creating new inodes il y a 5 ans
  Andreas Kling e9dda8d592 Kernel: Give PTY's *actually* unique major ID's il y a 5 ans
  Sergey Bugaev acccf9ccda Kernel: Move device lookup to Device class itself il y a 6 ans
  Sergey Bugaev 66a0a12435 DevPtsFS: Do not assume there is one of it il y a 6 ans
  Andreas Kling a9adf4c95b DevPtsFS: Use String::number() in a place where it makes sense. il y a 6 ans
  Andreas Kling 90b1354688 AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. il y a 6 ans
  Andreas Kling bc951ca565 Kernel: Run clang-format on everything. il y a 6 ans
  Andreas Kling 9fca94269e Kernel: Move TTY-related files into Kernel/TTY/. il y a 6 ans
  Andreas Kling f9864940eb Kernel: Move FS-related files into Kernel/FileSystem/ il y a 6 ans