Historie revizí

Autor SHA1 Zpráva Datum
  Sergey Bugaev 35b0f10f20 Kernel: Don't dump backtrace on successful exits před 5 roky
  Andreas Kling d1839ae0c9 Kernel: Clearing promises with pledge("") should fail před 5 roky
  Andreas Kling 114a770c6f Kernel: Reduce pledge requirement for recvfrom()+sendto() to "stdio" před 5 roky
  Andreas Kling 955034e86e Kernel: Remove manual STAC/CLAC in create_thread() před 5 roky
  Andreas Kling a6cef2408c Kernel: Add sigreturn() to "stdio" with all the other signal syscalls před 5 roky
  Andreas Kling 7b53699e6f Kernel: Require the "thread" pledge promise for futex() před 5 roky
  Andreas Kling c32d65ae9f Kernel: Put some more syscalls in the "stdio" bucket před 5 roky
  Andreas Kling ca609ce5a3 Kernel: Put fcntl() debug spam behind DEBUG_IO před 5 roky
  Andreas Kling 017b34e1ad Kernel: Add "video" pledge for accessing framebuffer devices před 5 roky
  Andreas Kling f187374c1b Kernel: fork()ed children should inherit pledge promises :^) před 5 roky
  Andreas Kling 409a4f7756 ping: Use pledge() před 5 roky
  Sergey Bugaev 0cb0f54783 Kernel: Implement bind mounts před 5 roky
  Sergey Bugaev 61c1106d9f Kernel+LibC: Implement a few mount flags před 5 roky
  Sergey Bugaev 2fcbb846fb Kernel+LibC: Add O_EXEC, move exec permission checking to VFS::open() před 5 roky
  Sergey Bugaev 4566c2d811 Kernel+LibC: Add support for mount flags před 5 roky
  Andreas Kling 83f59419cd Kernel: Oops, recvfrom() is not quite ready for SMAP protections yet před 5 roky
  Andreas Kling 24c736b0e7 Kernel: Use the Syscall string and buffer types more před 5 roky
  Andreas Kling 1434f30f92 Kernel: Remove SmapDisabler in bind() před 5 roky
  Andreas Kling 2d7ae42f75 Kernel: Remove SmapDisabler in clock_nanosleep() před 5 roky
  Andreas Kling 0ca6d6c8d2 Kernel: Remove validate_read_str() as nothing uses it anymore :^) před 5 roky
  Andreas Kling f5092b1c7e Kernel: Pass a parameter struct to mount() před 5 roky
  Andreas Kling e380142853 Kernel: Pass a parameter struct to rename() před 5 roky
  Andreas Kling 46830a0c32 Kernel: Pass a parameter struct to symlink() před 5 roky
  Andreas Kling c97bfbd609 Kernel: Pass a parameter struct to mknod() před 5 roky
  Andreas Kling 6536a80aa9 Kernel: Pass a parameter struct to chown() před 5 roky
  Andreas Kling 29b3d95004 Kernel: Expose a process's filesystem root as a /proc/PID/root symlink před 5 roky
  Andreas Kling ddd0b19281 Kernel: Add a basic chroot() syscall :^) před 5 roky
  Andreas Kling 485443bfca Kernel: Pass characters+length to link() před 5 roky
  Andreas Kling 416c7ac2b5 Kernel: Rename Syscall::SyscallString => Syscall::StringArgument před 5 roky
  Andreas Kling 0695ff8282 Kernel: Pass characters+length to readlink() před 5 roky