index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
Age
Commit message (
Expand
)
Author
2020-01-11
Kernel+LibC: Implement a few mount flags
Sergey Bugaev
2020-01-11
Kernel+LibC: Add O_EXEC, move exec permission checking to VFS::open()
Sergey Bugaev
2020-01-11
Kernel+LibC: Add support for mount flags
Sergey Bugaev
2020-01-11
Kernel: Simplify VFS::Mount handling
Sergey Bugaev
2020-01-11
Kernel: Oops, recvfrom() is not quite ready for SMAP protections yet
Andreas Kling
2020-01-11
Kernel: Use the Syscall string and buffer types more
Andreas Kling
2020-01-11
Kernel: Remove SmapDisabler in bind()
Andreas Kling
2020-01-11
Kernel: Remove SmapDisabler in clock_nanosleep()
Andreas Kling
2020-01-11
Kernel: Remove validate_read_str() as nothing uses it anymore :^)
Andreas Kling
2020-01-11
Kernel: Pass a parameter struct to mount()
Andreas Kling
2020-01-11
Kernel: Pass a parameter struct to rename()
Andreas Kling
2020-01-11
Kernel: Pass a parameter struct to symlink()
Andreas Kling
2020-01-11
Kernel: Pass a parameter struct to mknod()
Andreas Kling
2020-01-11
Kernel: Pass a parameter struct to chown()
Andreas Kling
2020-01-10
Kernel: Expose a process's filesystem root as a /proc/PID/root symlink
Andreas Kling
2020-01-10
Kernel: Add a basic chroot() syscall :^)
Andreas Kling
2020-01-10
Kernel: Custody::absolute_path() should always return "/" for roots
Andreas Kling
2020-01-10
Kernel: Pass characters+length to link()
Andreas Kling
2020-01-10
Kernel: Rename Syscall::SyscallString => Syscall::StringArgument
Andreas Kling
2020-01-10
Kernel: Pass characters+length to readlink()
Andreas Kling
2020-01-10
Kernel: Copy Region's "is_mmap" flag when cloning regions for fork()
Andreas Kling
2020-01-10
Kernel: Fix kernel null deref on process crash during join_thread()
Andreas Kling
2020-01-10
Kernel: Remove SmapDisablers in fchmod() and fchown()
Andreas Kling
2020-01-10
Kernel: unlink() should not follow symlinks
Andreas Kling
2020-01-10
TmpFS: Synthesize "." and ".." in traverse_as_directory()
Andreas Kling
2020-01-10
Kernel: Enable SMAP protection during the execve() syscall
Andreas Kling
2020-01-10
ProcFS: Don't expose kernel-only regions to users via /proc/PID/vm
Andreas Kling
2020-01-10
Kernel: Page allocation should not use memset_user() when zeroing
Andreas Kling
2020-01-10
Kernel+LibELF: Enable SMAP protection during non-syscall exec()
Andreas Kling
2020-01-09
Base: Let's make home directories 700 to keep things private :^)
Andreas Kling
2020-01-09
Kernel: Don't apply process umask to the LocalSocket prebind mode
Andreas Kling
2020-01-09
Kernel: connect() should EISCONN on already-connected LocalSocket
Andreas Kling
2020-01-09
Build: Add fast build mode that does not clean everything or run tests
Dov Alperin
2020-01-09
Kernel: Removed an unused global variable
Andreas Kling
2020-01-09
Kernel: Rename {ss,esp}_if_crossRing to userspace_{ss,esp}
Andreas Kling
2020-01-09
Kernel: Prune a bunch of removed syscalls from the list
Andreas Kling
2020-01-09
Kernel: Make some static keyboard data const
Andreas Kling
2020-01-09
Kernel: Take path+length in the unlink() and umount() syscalls
Andreas Kling
2020-01-09
Kernel: Ignore closed fd's when considering select() unblock
Andreas Kling
2020-01-09
Kernel: Remove unused variable Thread::m_userspace_stack_region
Andreas Kling
2020-01-09
Kernel: mmap(..., MAP_PRIVATE, fd, offset) is not supported
Andrew Kaster
2020-01-08
IPv4: Randomize the first TCP sequence number
Andreas Kling
2020-01-08
Kernel: open() and openat() should ignore non-permission bits in mode
Andreas Kling
2020-01-08
Kernel: Opening a file with O_TRUNC should update mtime
Andreas Kling
2020-01-08
Kernel: ftruncate() should update mtime
Andreas Kling
2020-01-08
Kernel: Remove unused syscall for setting the signal mask
Andreas Kling
2020-01-08
Kernel: Fix SMAP violation in join_thread()
Andreas Kling
2020-01-08
ProcFS: Reads past the end of a generated file should be zero-length
Andreas Kling
2020-01-08
TmpFS: Reads past the end of a file should be zero-length
Andreas Kling
2020-01-08
Kernel: mmap() should fail with ENODEV for directories
Andreas Kling
[next]