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-08-11
mv: Accept (but ignore) -f
Andreas Kling
2020-08-11
rm: Implement a basic -f mode
Andreas Kling
2020-08-11
LibELF: Remove unused cruft in ELF::Loader
Andreas Kling
2020-08-11
Crypto: Make AES call malloc much less often
Nico Weber
2020-08-11
TextEditor: Show pageview URLs in statusbar on hover
Linus Groh
2020-08-11
TextEditor: Open links from Web::PageView using Desktop::Launcher
Linus Groh
2020-08-11
Kernel: Always return from Thread::wait_on
Tom
2020-08-11
Meta: Fix typo in NotesOnWSL.md (#3086)
Andrew Mbugua
2020-08-11
LibELF: Set ELF::Loader::m_symbol_count in constructor
Andreas Kling
2020-08-10
Help: Spruce up the UI with some tasteful layout margins
Andreas Kling
2020-08-10
LibGfx: Correct copyright years for {Classic,}WindowTheme.{cpp,h}
Andreas Kling
2020-08-10
Userland: Add a simple dirname(1) utility
Andreas Kling
2020-08-10
WindowServer: Limit maximizing windows to top window in modal stack
Tom
2020-08-10
Shell: Fix fd leak with pipes
Nico Weber
2020-08-10
Shell: Cancel a running for loop upon receiving any non-SIGINT signal
AnotherTest
2020-08-10
FileManager: Make the desktop process show as "FileManager (Desktop)"
Andreas Kling
2020-08-10
Kernel: Include the 128 byte slab allocator in for_each_allocator
Tom
2020-08-10
Kernel: Invoke heap constructors separately early on
Tom
2020-08-10
LibCore: remove redundant UDPSocket constructor
Muhammad Zahalqa
2020-08-10
LibCore: update m_bound on socket bind
Muhammad Zahalqa
2020-08-10
Lagom+LibELF: Add an ELF fuzzer, and tweak the code to survive a few minutes ...
Nico Weber
2020-08-10
LibWeb: Move tree iteration helpers from Node/LayoutNode to TreeNode
Andreas Kling
2020-08-10
AK: Add test case for duplicate JsonObject keys
Linus Groh
2020-08-10
AK: Don't keep equal JsonObject keys in the order vector twice
Linus Groh
2020-08-10
WindowServer: Use to_theme_window_type() a bit more
Andreas Kling
2020-08-10
WindowServer+LibGfx: Move window frame rect calculation to WindowTheme
Andreas Kling
2020-08-10
Kernel: Use Userspace<T> for the exit_thread syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the join_thread syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the chroot syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the module_unload syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the module_load syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the getrandom syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the shbuf_get syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the get_thread_name syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the set_thread_name syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the connect syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the accept syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the bind syscall, and implementation
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the chmod syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the umount syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the unlink syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the sigpending syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the sigprocmask syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the fstat syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the uname syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the sethostname syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the gethostname syscall
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the clock_settime syscall
Brian Gianforcaro
2020-08-10
Kernel: Modifiy clock_settime timespec argument to const
Brian Gianforcaro
2020-08-10
Kernel: Use Userspace<T> for the clock_gettime syscall
Brian Gianforcaro
[next]