Commit History

Author SHA1 Message Date
  Liav A c88cc8557f Kernel/FileSystem: Make Inode::{write,read}_bytes methods non-virtual 2 years ago
  Andreas Kling 434d77cd43 Kernel/ProcFS: Silently ignore attempts to update ProcFS timestamps 2 years ago
  Andreas Kling 280694bb46 Kernel: Update atime/ctime/mtime timestamps atomically 2 years ago
  Andreas Kling 11eee67b85 Kernel: Make self-contained locking smart pointers their own classes 2 years ago
  Andrew Kaster 940be19259 Kernel: Create /proc/pid/cmdline to expose process arguments in procfs 3 years ago
  Liav A 58acdce41f Kernel/FileSystem: Simplify even more the mount syscall 3 years ago
  MacDue d951e2ca97 Kernel: Add /proc/{pid}/children to ProcFS 3 years ago
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 years ago
  Liav A b5ef900ccd Kernel: Don't assume paths of TTYs and pseudo terminals anymore 3 years ago
  Lenny Maiorani 190cf1507b Kernel: Use default constructors/destructors 3 years ago
  sin-ack 69ef211925 Kernel+LibC: Move errno definitions to Kernel/API/POSIX 3 years ago
  Daniel Bertalan 8dd11ae717 Kernel+SystemServer: Add /dev/tty 3 years ago
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
  Andreas Kling 5ce753b74d Kernel: Make Inode::traverse_as_directory() callback return ErrorOr 3 years ago
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 years ago
  Ben Wiederhake e3b7c305bc Kernel: Don't crash on writes to ProcFS 3 years ago
  Andreas Kling 6f69d5204f Kernel: Make Inode::flush_metadata() return a KResult 3 years ago
  SeekingBlues 3d174e3ad2 Kernel/ProcFS: Provide a way to write to ProcFS inodes 3 years ago
  Andreas Kling 300402cc14 Kernel: Make it possible for KBufferBuilder creation to fail 3 years ago
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription 3 years ago
  Andreas Kling b481132418 Kernel: Make UserOrKernelBuffer return KResult from read/write/memset 3 years ago
  Andreas Kling 667a39df6b Kernel: Use TRY() in ProcFS 3 years ago
  Daniel Bertalan d7b6cc6421 Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr 3 years ago
  Andreas Kling 8ebf08b6c8 Kernel: Make all ProcFS and SysFS files zero-sized 3 years ago
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's 3 years ago
  Andreas Kling 1b739a72c2 Kernel+Userland: Remove chroot functionality 3 years ago
  sin-ack 2830a0ecda Kernel: Move ProcFS related overrides in Process to ProcessProcFSTraits 3 years ago
  sin-ack 748938ea59 Kernel: Handle allocation failure in ProcFS and friends 3 years ago
  Andreas Kling d30d776ca4 Kernel: Make FileSystem::initialize() return KResult 3 years ago
  Andreas Kling ef2720bcad Kernel: Make Inode::lookup() return a KResultOr<NonnullRefPtr<Inode>> 3 years ago