Historique des commits

Auteur SHA1 Message Date
  sin-ack 69ef211925 Kernel+LibC: Move errno definitions to Kernel/API/POSIX il y a 3 ans
  Daniel Bertalan 8dd11ae717 Kernel+SystemServer: Add /dev/tty il y a 3 ans
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value il y a 3 ans
  Andreas Kling 5ce753b74d Kernel: Make Inode::traverse_as_directory() callback return ErrorOr il y a 3 ans
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> il y a 3 ans
  Ben Wiederhake e3b7c305bc Kernel: Don't crash on writes to ProcFS il y a 3 ans
  Andreas Kling 6f69d5204f Kernel: Make Inode::flush_metadata() return a KResult il y a 3 ans
  SeekingBlues 3d174e3ad2 Kernel/ProcFS: Provide a way to write to ProcFS inodes il y a 3 ans
  Andreas Kling 300402cc14 Kernel: Make it possible for KBufferBuilder creation to fail il y a 3 ans
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription il y a 3 ans
  Andreas Kling b481132418 Kernel: Make UserOrKernelBuffer return KResult from read/write/memset il y a 3 ans
  Andreas Kling 667a39df6b Kernel: Use TRY() in ProcFS il y a 3 ans
  Daniel Bertalan d7b6cc6421 Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr il y a 3 ans
  Andreas Kling 8ebf08b6c8 Kernel: Make all ProcFS and SysFS files zero-sized il y a 3 ans
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's il y a 3 ans
  Andreas Kling 1b739a72c2 Kernel+Userland: Remove chroot functionality il y a 4 ans
  sin-ack 2830a0ecda Kernel: Move ProcFS related overrides in Process to ProcessProcFSTraits il y a 4 ans
  sin-ack 748938ea59 Kernel: Handle allocation failure in ProcFS and friends il y a 4 ans
  Andreas Kling d30d776ca4 Kernel: Make FileSystem::initialize() return KResult il y a 4 ans
  Andreas Kling ef2720bcad Kernel: Make Inode::lookup() return a KResultOr<NonnullRefPtr<Inode>> il y a 4 ans
  Luke e06660d33c Kernel/ProcFS: Get unveil stats instead of FDs stats for unveil data il y a 4 ans
  Liav A 0a5312730c Kernel/ProcFS: Propagate errors correctly when they occur il y a 4 ans
  Liav A 7ba991dc37 Kernel: Steer away from heap allocations for ProcFS process data il y a 4 ans
  Andreas Kling c94c15d45c Everywhere: Replace AK::Singleton => Singleton il y a 4 ans
  Andreas Kling 58f62cd1d0 Kernel/ProcFS: Add S_IFREG bit to regular files in /proc il y a 4 ans
  Andreas Kling df5fa8aa39 Kernel/ProcFS: Remove redundant ProcFS& member from ProcFSInode il y a 4 ans
  Andreas Kling 1f18558ee2 Kernel: Make FileSystem::root_inode() return a plain Inode& il y a 4 ans
  Andreas Kling 9457d83986 Kernel: Rename Locker => MutexLocker il y a 4 ans
  Andreas Kling b975a74a1d Kernel/USB: Move USB bus information from /proc to /sys il y a 4 ans
  Andreas Kling 2da0581fd2 Kernel: Replace "folder" => "directory" everywhere il y a 4 ans