Commit History

Author SHA1 Message Date
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks 4 years ago
  Andreas Kling 4527d9852a Kernel: Track time-of-last-write in SlavePTY and report it as mtime 4 years ago
  Tom d89582880e Kernel: Switch singletons to use new Singleton class 4 years ago
  Andreas Kling 2fd9e72264 Revert "Kernel: Switch singletons to use new Singleton class" 4 years ago
  Andreas Kling 8925ad3fa0 Revert "Kernel: Move Singleton class to AK" 4 years ago
  Andreas Kling 68580d5a8d Revert "AK: Get rid of make_singleton function" 4 years ago
  Tom 5a98e329d1 AK: Get rid of make_singleton function 4 years ago
  Tom f0906250a1 Kernel: Move Singleton class to AK 4 years ago
  Tom f48feae0b2 Kernel: Switch singletons to use new Singleton class 4 years ago
  Andreas Kling eeaba41d13 Kernel: Add DirectoryEntryView for VFS directory traversal 4 years ago
  Brian Gianforcaro e8c9b5e870 Kernel: Make Inode::directory_entry_count errors observable. 4 years ago
  Sergey Bugaev df66c28479 Kernel: Deemphasize inode identifiers 5 years ago
  Andreas Kling fdfda6dec2 AK: Make string-to-number conversion helpers return Optional 5 years ago
  Brian Gianforcaro 6a74af8063 Kernel: Plumb KResult through FileDescription::read_entire_file() implementation. 5 years ago
  Andreas Kling 7d862dd5fc AK: Reduce header dependency graph of String.h 5 years ago
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace 5 years ago
  Andreas Kling 42d41fdf94 Kernel: Simplify FS::create_inode() a little bit 5 years ago
  Andreas Kling 8731682d0e Kernel: Simplify FS::create_directory() a little bit 5 years ago
  Andreas Kling c44b4d61f3 Kernel: Make Inode::lookup() return a RefPtr<Inode> 5 years ago
  Sergey Bugaev c0b32f7b76 Meta: Claim copyright for files created by me 5 years ago
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 years ago
  Andreas Kling 12eb1f5d74 Kernel: Entries in /dev/pts should be accessible only to the owner 5 years ago
  Andreas Kling 4abbedb6e4 Kernel: Allow passing initial UID and GID when creating new inodes 5 years ago
  Andreas Kling e9dda8d592 Kernel: Give PTY's *actually* unique major ID's 5 years ago
  Sergey Bugaev acccf9ccda Kernel: Move device lookup to Device class itself 5 years ago
  Sergey Bugaev 66a0a12435 DevPtsFS: Do not assume there is one of it 5 years ago
  Andreas Kling a9adf4c95b DevPtsFS: Use String::number() in a place where it makes sense. 6 years ago
  Andreas Kling 90b1354688 AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 6 years ago
  Andreas Kling bc951ca565 Kernel: Run clang-format on everything. 6 years ago
  Andreas Kling 9fca94269e Kernel: Move TTY-related files into Kernel/TTY/. 6 years ago