Историја ревизија

Аутор SHA1 Порука Датум
  Andreas Kling e56fe71dbc Kernel: And some more KResult/KResultOr<T> porting work. пре 6 година
  Andreas Kling 028afabf6b Kernel: Port more code to KResult and KResultOr<T>. пре 6 година
  Andreas Kling e6f389a544 Kernel: Add two error checks for open() to return EISDIR or ENODEV. пре 6 година
  Andreas Kling 159fa99539 Kernel: No need to check is_superuser() after may_execute(). пре 6 година
  Andreas Kling 2c5a378ccc Kernel+Userland: Add symlink() syscall and add "-s" flag to /bin/ln. пре 6 година
  Andreas Kling 37f6844c6c Kernel: Port stat() to KResult/KResultOr<T>. пре 6 година
  Andreas Kling f75eb9af16 Kernel: Support chdir() to a directory that's executable but not readable. пре 6 година
  Andreas Kling 1b16a29044 Kernel+Userland: Implement fchmod() syscall and use it to improve /bin/cp. пре 6 година
  Andreas Kling 60d0a48be5 Kernel: Use KResult in link(). пре 6 година
  Andreas Kling 5b27f11b97 Kernel: Use KResult in unlink() and rmdir(). пре 6 година
  Andreas Kling c9d7fc6ec6 Kernel: chmod() should allow superuser to change mode bits of any file. пре 6 година
  Andreas Kling 1d2529b4a1 Add chown() syscall and a simple /bin/chown program. пре 6 година
  Andreas Kling a356746d04 Compat work towards porting vim. пре 6 година
  Andreas Kling 9624b54703 More moving towards using signed types. пре 6 година
  Andreas Kling 5af4e622b9 Kernel: Add KResult and KResultOr<T> classes. пре 6 година
  Andreas Kling 19acb2baf7 Kernel: Add file permission checks to link() syscall. пре 6 година
  Andreas Kling a624fe06b8 Kernel: Add file permission checks to utime() syscall. пре 6 година
  Andreas Kling ce3b548077 Kernel: Separate VFS stat() from open(). пре 6 година
  Andreas Kling f5f136931a Kernel: Start adding various file system permission checks. пре 6 година
  Andreas Kling 7d288aafb2 Kernel: Add link() syscall to create hard links. пре 6 година
  Andreas Kling 799177feda Kernel: Make BochsVGADevice a BlockDevice and support mmapping it. пре 6 година
  Andreas Kling 994279d56c Kernel: Add Device base class for CharacterDevice. пре 6 година
  Andreas Kling 0d23cd73e6 VFS: Add two assertions to resolve_path() to catch corrupted file systems. пре 6 година
  Andreas Kling 77177dbb76 Kernel: Begin fleshing out bind() syscall. пре 6 година
  Andreas Kling 03c0e836f0 Kernel: Fix some broken debugging code in VFS. пре 6 година
  Andreas Kling a1b63bb6d4 Bootloader: Locate the kernel's data segment and clear it. пре 6 година
  Andreas Kling feed67ede2 Kernel: VFS::open/create should take base Inode& instead of InodeIdentifier. пре 6 година
  Andreas Kling 6618411fba Kernel: mkdir() should use the containing directory's FS for inode creation. пре 6 година
  Andreas Kling ffab6897aa Big, possibly complete sweep of naming changes. пре 6 година
  Andreas Kling fc0b63ca3c Kernel: Include absolute paths of mount points in /proc/mounts пре 6 година