Commit History

Autor SHA1 Mensaxe Data
  Sergey Bugaev 61c1106d9f Kernel+LibC: Implement a few mount flags %!s(int64=5) %!d(string=hai) anos
  Sergey Bugaev 2fcbb846fb Kernel+LibC: Add O_EXEC, move exec permission checking to VFS::open() %!s(int64=5) %!d(string=hai) anos
  Sergey Bugaev 4566c2d811 Kernel+LibC: Add support for mount flags %!s(int64=5) %!d(string=hai) anos
  Sergey Bugaev 1e6ab0ed22 Kernel: Simplify VFS::Mount handling %!s(int64=5) %!d(string=hai) anos
  Andreas Kling ddd0b19281 Kernel: Add a basic chroot() syscall :^) %!s(int64=5) %!d(string=hai) anos
  Andreas Kling b1ffde6199 Kernel: unlink() should not follow symlinks %!s(int64=5) %!d(string=hai) anos
  Andreas Kling d310cf3b49 Kernel: Opening a file with O_TRUNC should update mtime %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 4abbedb6e4 Kernel: Allow passing initial UID and GID when creating new inodes %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 889ecd1375 Kernel: The superuser is allowed to utime() on any file %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 3f74e66e82 Kernel: rename() should fail with EXDEV for cross-device requests %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 3be1c7b514 Kernel: Fix awkward bug where "touch /foo/bar/baz" could create "/baz" %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 064e46e581 Kernel: Don't allow open() with (O_CREAT | O_DIRECTORY) %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 15f3abc849 Kernel: Handle O_DIRECTORY in VFS::open() instead of in each syscall %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 54d182f553 Kernel: Remove some unnecessary leaking of kernel pointers into dmesg %!s(int64=5) %!d(string=hai) anos
  Shannon Booth 0e45b9423b Kernel: Implement recursion limit on path resolution %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 8f45a259fc ByteBuffer: Remove pointer() in favor of data() %!s(int64=5) %!d(string=hai) anos
  Sergey Bugaev 3652bec746 Kernel: Make proper use of the new keep_empty argument %!s(int64=5) %!d(string=hai) anos
  Rok Povsic eb9ccf1c0a FileSystem: Add FIXME about resolve_path bug %!s(int64=5) %!d(string=hai) anos
  Sergey Bugaev acccf9ccda Kernel: Move device lookup to Device class itself %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 5f6b6c1665 Kernel: Do the umount() by the guest's root inode identifier %!s(int64=5) %!d(string=hai) anos
  Jesse Buhagiar bc22456f89 Kernel: Added unmount ability to VFS %!s(int64=5) %!d(string=hai) anos
  Andreas Kling a6fb055028 Kernel: Generalize VFS metadata lookup and use it in mount() and stat() %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 31de5dee26 Kernel: Some improvements to the mount syscall %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 394168c0ca Kernel: Convert Vector<OwnPtr> to NonnullOwnPtrVector. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 0e75aba7c3 StringView: Rename characters() to characters_without_null_termination(). %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 75a24c3a1f Kernel: More use of NonnullRefPtrVector in the kernel. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 90b1354688 AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. %!s(int64=6) %!d(string=hai) anos
  Sergey Bugaev 27203369b4 Kernel: Fix not returning errors for the last path item. %!s(int64=6) %!d(string=hai) anos
  Sergey Bugaev 1a697f70db AK: Add more StringView utilities for making substrings. %!s(int64=6) %!d(string=hai) anos