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-07
UserspaceEmulator: Make the "unimplemented syscall" output look nicer
Andreas Kling
2020-08-07
Kernel: Use Userspace<T> for the realpath syscall
Brian Gianforcaro
2020-08-07
Kernel: Use Userspace<T> for the getsockopt syscall and Socket interface
Brian Gianforcaro
2020-08-07
Kernel: Use Userspace<T> for the setsockopt syscall
Brian Gianforcaro
2020-08-07
AK: Add static_ptr_cast support for the Userspace<T> pointer type
Brian Gianforcaro
2020-08-07
Kernel: Use Userspace<T> for the getsockname syscall
Brian Gianforcaro
2020-08-07
Kernel: Use Userspace<T> for the getpeername syscall
Brian Gianforcaro
2020-08-07
Kernel: Use Userspace<T> for the chown syscall
Brian Gianforcaro
2020-08-07
Kernel: Use Userspace<T> for the mount syscall
Brian Gianforcaro
2020-08-07
AK: Remove unnecessary clang-format off comments.
asynts
2020-08-07
UserspaceEmulator: Result is initialized after OR with all-1 immediate
Andreas Kling
2020-08-07
Shell: Make Command::redirections a NonnullRefPtrVector
Andreas Kling
2020-08-07
Shell: Make VariableDeclarations::Variable store NonnullRefPtrs
Andreas Kling
2020-08-07
Shell: Make resolve_without_cast() return NonnullRefPtr<Value>
Andreas Kling
2020-08-07
Shell: Store ListValue's values in a NonnullRefPtrVector<Value>
Andreas Kling
2020-08-07
Shell: Add some obvious move() calls in AST constructors
Andreas Kling
2020-08-07
LibWeb: Remove unused LayoutPosition comparison operators
Andreas Kling
2020-08-07
KeyboardSettings: Preselect the current keymap in the dropdown menu.
Valtteri Koskivuori
2020-08-07
AudioServer: Lock the process veil after startup
Brian Gianforcaro
2020-08-07
LibLine: Add Ctrl-k shortcut
Nico Weber
2020-08-07
Documentation: Add a mention of the recent requirement for a newer
Valtteri Koskivuori
2020-08-07
LibLine: Add Alt-t shortcut for transposing words
Nico Weber
2020-08-06
LibLine: Add binding for Alt-backspace
Nico Weber
2020-08-06
LibLine: Fix "word" handling for alt-d/u/l/c/f/b and ctrl-left/right
Nico Weber
2020-08-06
Userland: Use Core::ArgsParser for 'aplay'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'avol'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'basename'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'chgrp'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'disasm'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'hostname'
Linus Groh
2020-08-06
Userland: Handle invalid JSON in 'jp'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'jp'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'md'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'modload'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'modunload'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'ping'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'pro'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'purge'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'realpath'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'rmdir'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'su'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'tr'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'tt'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'uname'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'which'
Linus Groh
2020-08-06
Userland: Use Core::ArgsParser for 'yes'
Linus Groh
2020-08-06
LibLine+Shell: Remove unused split_mechanism
Nico Weber
2020-08-06
LibLine: Add binding for Alt-.
Nico Weber
2020-08-06
Base: Update Hungarian keymap with accented characters and more symbols
Tibor Nagy
2020-08-06
LibWeb: Move text selection serialization from PageView to Frame
Andreas Kling
[next]