提交历史

作者 SHA1 备注 提交日期
  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 年之前
  Andreas Kling 8088fa0556 Kernel: Process::send_signal() should prefer main thread 5 年之前
  Andreas Kling a803312eb4 Kernel: Send SIGCHLD to the thread with same PID as my PPID 5 年之前
  Andreas Kling cd42ccd686 Kernel: The waitpid() syscall was not storing to "wstatus" in all cases 5 年之前
  Andreas Kling 47cc3e68c6 Kernel: Remove bogus kernel image access validation checks 5 年之前
  Andreas Kling 53bda09d15 Kernel: Make utime() take path+length, remove SmapDisabler 5 年之前
  Andreas Kling 1226fec19e Kernel: Remove SmapDisablers in stat() and lstat() 5 年之前
  Andreas Kling a47f0c93de Kernel: Pass name+length to mmap() and remove SmapDisabler 5 年之前