index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
WindowServer: If a menu can't fit on screen, at least put it at y=0
Andreas Kling
2020-01-11
ls: Cache the user and group names instead of looking up every time
Andreas Kling
2020-01-11
Base: Run ProtocolServer as a separate "protocol" user
Andreas Kling
2020-01-11
Kernel: Oops, recvfrom() is not quite ready for SMAP protections yet
Andreas Kling
2020-01-11
LibPthread: Fix incompatible pthread_setname_np(), pthread_getname_np()
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
chroot: Add a little chroot program
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
LibGUI: Fix rendering GColumnsView separator
Andreas Kling
2020-01-10
FileManager: Add a columns view
Sergey Bugaev
2020-01-10
LibGUI: Add GColumnsView
Sergey Bugaev
2020-01-10
LibGUI+FileManager: Misc tweaks courtesy of clang-format
Sergey Bugaev
2020-01-10
LibGUI+FileManager: Merge GDirectoryModel into GFileSystemModel
Sergey Bugaev
2020-01-10
LibGUI: Add GAbstractView::activate_selected()
Sergey Bugaev
2020-01-10
LibGUI: Fix GModel::is_valid() behavior for tree-like models
Sergey Bugaev
2020-01-10
LibGUI: Fix tree view column positioning when some columns are hidden
Sergey Bugaev
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
rm: When invoked on a symlink, remove the symlink itself
Andreas Kling
2020-01-10
LibC: Remove useless retry loop in connect_to_lookup_server()
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
SystemServer: Expose service socket permissions to RPC clients
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
ls: Widen the user and group fields a little bit
Andreas Kling
2020-01-09
Base: Add a "lookup" user+group that runs LookupServer
Andreas Kling
2020-01-09
SystemServer: Allow specifying per-service socket file permissions
Andreas Kling
2020-01-09
LibC: Fail name lookups immediately if we can't connect to LookupServer
Andreas Kling
2020-01-09
Kernel: Don't apply process umask to the LocalSocket prebind mode
Andreas Kling
[prev]
[next]