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-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
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
LibELF: Remove DynamicSection from ELFImage
Andrew Kaster
2020-01-09
LibELF: Map .text segment with MAP_ANONYMOUS for shared objects
Andrew Kaster
2020-01-09
Kernel: mmap(..., MAP_PRIVATE, fd, offset) is not supported
Andrew Kaster
2020-01-08
LibVT: Relayout TerminalWidget on font change
Andreas Kling
2020-01-08
Terminal: Put the Font menu items in an action group :^)
Andreas Kling
2020-01-08
SystemMonitor: Put the Frequency menu items in an action group
Andreas Kling
2020-01-08
WindowServer+LibGUI: Paint exclusive actions as radio buttons in menus
Andreas Kling
2020-01-08
LibDraw+LibGUI: Move radio button painting into StylePainter
Andreas Kling
2020-01-08
disk_benchmark: Unbreak this utility now that read() of O_WRONLY fails
Andreas Kling
2020-01-08
Meta: Reference CodingStyle doc in CONTRIBUTING.md
Dov Alperin
2020-01-08
IPv4: Randomize the first TCP sequence number
Andreas Kling
2020-01-08
LibC: Don't leave /etc/passwd open in getlogin()
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
truncate: Unbreak this utility after ftruncate() syscall fixes
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
LibGUI: clicking and dragging one item will drag other items in selection
Dov Alperin
2020-01-08
LibGUI: separate file names with commas in the drag operation text
Dov Alperin
2020-01-08
WindowServer: Detach WSMenuManager from WSWindowManager
Andreas Kling
2020-01-08
About: Focus the button on startup
Andreas Kling
2020-01-08
Revert "WSWindowServer: Remove uneccessary special casing"
Andreas Kling
2020-01-08
ProcFS: Reads past the end of a generated file should be zero-length
Andreas Kling
[next]