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

Аутор SHA1 Порука Датум
  Andreas Kling 24c736b0e7 Kernel: Use the Syscall string and buffer types more пре 5 година
  Andreas Kling 1434f30f92 Kernel: Remove SmapDisabler in bind() пре 5 година
  Andreas Kling 2d7ae42f75 Kernel: Remove SmapDisabler in clock_nanosleep() пре 5 година
  Andreas Kling 0ca6d6c8d2 Kernel: Remove validate_read_str() as nothing uses it anymore :^) пре 5 година
  Andreas Kling f5092b1c7e Kernel: Pass a parameter struct to mount() пре 5 година
  Andreas Kling e380142853 Kernel: Pass a parameter struct to rename() пре 5 година
  Andreas Kling 46830a0c32 Kernel: Pass a parameter struct to symlink() пре 5 година
  Andreas Kling c97bfbd609 Kernel: Pass a parameter struct to mknod() пре 5 година
  Andreas Kling 6536a80aa9 Kernel: Pass a parameter struct to chown() пре 5 година
  Andreas Kling 29b3d95004 Kernel: Expose a process's filesystem root as a /proc/PID/root symlink пре 5 година
  Andreas Kling ddd0b19281 Kernel: Add a basic chroot() syscall :^) пре 5 година
  Andreas Kling 485443bfca Kernel: Pass characters+length to link() пре 5 година
  Andreas Kling 416c7ac2b5 Kernel: Rename Syscall::SyscallString => Syscall::StringArgument пре 5 година
  Andreas Kling 0695ff8282 Kernel: Pass characters+length to readlink() пре 5 година
  Andreas Kling 8c5cd97b45 Kernel: Fix kernel null deref on process crash during join_thread() пре 5 година
  Andreas Kling de69f84868 Kernel: Remove SmapDisablers in fchmod() and fchown() пре 5 година
  Andreas Kling 952bb95baa Kernel: Enable SMAP protection during the execve() syscall пре 5 година
  Andreas Kling 197e73ee31 Kernel+LibELF: Enable SMAP protection during non-syscall exec() пре 5 година
  Andreas Kling ff16298b44 Kernel: Removed an unused global variable пре 5 година
  Andreas Kling 17ef5bc0ac Kernel: Rename {ss,esp}_if_crossRing to userspace_{ss,esp} пре 5 година
  Andreas Kling 4b4d369c5d Kernel: Take path+length in the unlink() and umount() syscalls пре 5 година
  Andrew Kaster e594724b01 Kernel: mmap(..., MAP_PRIVATE, fd, offset) is not supported пре 5 година
  Andreas Kling e1d4b19461 Kernel: open() and openat() should ignore non-permission bits in mode пре 5 година
  Andreas Kling 532f240f24 Kernel: Remove unused syscall for setting the signal mask пре 5 година
  Andreas Kling 200459d644 Kernel: Fix SMAP violation in join_thread() пре 5 година
  Andreas Kling 50056d1d84 Kernel: mmap() should fail with ENODEV for directories пре 5 година
  Andreas Kling fe9680f0a4 Kernel: Validate PROT_READ and PROT_WRITE against underlying file пре 5 година
  Andreas Kling 5387a19268 Kernel: Make Process::file_description() vend a RefPtr<FileDescription> пре 5 година
  Andreas Kling 6a4b376021 Kernel: Validate ftruncate(fd, length) syscall inputs пре 5 година
  Andreas Kling 78a63930cc Kernel+LibELF: Validate PT_LOAD and PT_TLS offsets before memcpy()'ing пре 5 година