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-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
2020-08-06
LibLine: Add bindings for Alt-u, Alt-l, Alt-c
Nico Weber
2020-08-06
LibLine: Add comments for which keys trigger VWERASE and VKILL
Nico Weber
2020-08-06
LibLine: Add Alt-d binding to forward-delete a word
Nico Weber
2020-08-06
Keymaps: Add European Portuguese keymap
Edgar Araújo
2020-08-06
LibThread: Remove redundant r/w of atomic variable in Lock::lock() (#3013)
Muhammad Zahalqa
2020-08-06
Shell: Start adding some alt shortcuts
Nico Weber
2020-08-06
ProcFS: Expose the current kernel keymap as /proc/keymap
Valtteri Koskivuori
2020-08-06
Kernel+LibKeyboard: Store the keymap name when setting system keymap
Valtteri Koskivuori
2020-08-06
Shell: Make "fg" set the TTY PGID before SIGCONT'ing the job
Andreas Kling
2020-08-06
Shell: Print job status after suspending a command
Andreas Kling
2020-08-06
Shell: Move printing job status into a Job::print_status() helper
Andreas Kling
2020-08-06
Shell: Remove unnecessary ignore() in Shell::custom_event()
Andreas Kling
2020-08-06
Shell: Store jobs as NonnullRefPtr<Job>
Andreas Kling
2020-08-06
Shell: Make Job constructors private and use a create() helper
Andreas Kling
2020-08-06
Shell: Make run_command() return a NonnullRefPtrVector<Job>
Andreas Kling
2020-08-06
AK+Kernel+LibC: Add vdbgprintf()
Andreas Kling
2020-08-06
UserspaceEmulator: Fix bad rc check in ttyname and getcwd syscalls
Andreas Kling
2020-08-06
AK: Remove Stream::operator bool()
Andreas Kling
2020-08-06
LibDebug: Unbreak LineProgram::parse_source_directories()
Andreas Kling
2020-08-06
LibDebug: Fix bitrotted DWARF_DEBUG code
Andreas Kling
2020-08-06
Kernel: Store TTY's foreground process as a WeakPtr<Process>
Andreas Kling
2020-08-06
Shell: Mark suspended children as such when receiving a SIGCHLD
AnotherTest
2020-08-06
Kernel: Send a SIGCHLD to the parent upon suspension of a process
AnotherTest
[next]