Sergey Bugaev
|
61c1106d9f
Kernel+LibC: Implement a few mount flags
|
5 yıl önce |
Sergey Bugaev
|
2fcbb846fb
Kernel+LibC: Add O_EXEC, move exec permission checking to VFS::open()
|
5 yıl önce |
Sergey Bugaev
|
4566c2d811
Kernel+LibC: Add support for mount flags
|
5 yıl önce |
Andreas Kling
|
83f59419cd
Kernel: Oops, recvfrom() is not quite ready for SMAP protections yet
|
5 yıl önce |
Andreas Kling
|
24c736b0e7
Kernel: Use the Syscall string and buffer types more
|
5 yıl önce |
Andreas Kling
|
1434f30f92
Kernel: Remove SmapDisabler in bind()
|
5 yıl önce |
Andreas Kling
|
2d7ae42f75
Kernel: Remove SmapDisabler in clock_nanosleep()
|
5 yıl önce |
Andreas Kling
|
0ca6d6c8d2
Kernel: Remove validate_read_str() as nothing uses it anymore :^)
|
5 yıl önce |
Andreas Kling
|
f5092b1c7e
Kernel: Pass a parameter struct to mount()
|
5 yıl önce |
Andreas Kling
|
e380142853
Kernel: Pass a parameter struct to rename()
|
5 yıl önce |
Andreas Kling
|
46830a0c32
Kernel: Pass a parameter struct to symlink()
|
5 yıl önce |
Andreas Kling
|
c97bfbd609
Kernel: Pass a parameter struct to mknod()
|
5 yıl önce |
Andreas Kling
|
6536a80aa9
Kernel: Pass a parameter struct to chown()
|
5 yıl önce |
Andreas Kling
|
29b3d95004
Kernel: Expose a process's filesystem root as a /proc/PID/root symlink
|
5 yıl önce |
Andreas Kling
|
ddd0b19281
Kernel: Add a basic chroot() syscall :^)
|
5 yıl önce |
Andreas Kling
|
485443bfca
Kernel: Pass characters+length to link()
|
5 yıl önce |
Andreas Kling
|
416c7ac2b5
Kernel: Rename Syscall::SyscallString => Syscall::StringArgument
|
5 yıl önce |
Andreas Kling
|
0695ff8282
Kernel: Pass characters+length to readlink()
|
5 yıl önce |
Andreas Kling
|
8c5cd97b45
Kernel: Fix kernel null deref on process crash during join_thread()
|
5 yıl önce |
Andreas Kling
|
de69f84868
Kernel: Remove SmapDisablers in fchmod() and fchown()
|
5 yıl önce |
Andreas Kling
|
952bb95baa
Kernel: Enable SMAP protection during the execve() syscall
|
5 yıl önce |
Andreas Kling
|
197e73ee31
Kernel+LibELF: Enable SMAP protection during non-syscall exec()
|
5 yıl önce |
Andreas Kling
|
ff16298b44
Kernel: Removed an unused global variable
|
5 yıl önce |
Andreas Kling
|
17ef5bc0ac
Kernel: Rename {ss,esp}_if_crossRing to userspace_{ss,esp}
|
5 yıl önce |
Andreas Kling
|
4b4d369c5d
Kernel: Take path+length in the unlink() and umount() syscalls
|
5 yıl önce |
Andrew Kaster
|
e594724b01
Kernel: mmap(..., MAP_PRIVATE, fd, offset) is not supported
|
5 yıl önce |
Andreas Kling
|
e1d4b19461
Kernel: open() and openat() should ignore non-permission bits in mode
|
5 yıl önce |
Andreas Kling
|
532f240f24
Kernel: Remove unused syscall for setting the signal mask
|
5 yıl önce |
Andreas Kling
|
200459d644
Kernel: Fix SMAP violation in join_thread()
|
5 yıl önce |
Andreas Kling
|
50056d1d84
Kernel: mmap() should fail with ENODEV for directories
|
5 yıl önce |