index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2019-06-07
Userland: Add a little test program for the alarm() syscall.
Andreas Kling
2019-06-06
tail: Default tail behavior with no arguments (#209)
Ben Sloane
2019-06-06
tail: Shell programs should return 1 to indicate failure.
Andreas Kling
2019-06-06
cat: Fix some oversights in error handling.
Andreas Kling
2019-06-06
LookupServer+LibC: Add support for reverse DNS lookups via gethostbyaddr().
Andreas Kling
2019-06-06
LibC: inet_pton() should return 1 on success, 0 or -1 on failure.
Andreas Kling
2019-06-03
Userland: Implement recursive `rm`
Christopher Dumas
2019-06-02
AK: Add implicit String -> StringView conversion
Robin Burchell
2019-06-02
Userland: Use CFile in dmesg
Robin Burchell
2019-06-02
Userland: Use CFile in mm
Robin Burchell
2019-06-02
Userland: Use CFile in ps
Robin Burchell
2019-06-02
Userland: Use CFile inside sysctl
Robin Burchell
2019-06-02
Userland: Add tee command (#166)
vger92
2019-06-01
Userland: Improve head program
Conrad Pankoff
2019-06-01
ls: Show user name and group name if available. (#151)
Mustafa
2019-06-01
Userland: Add a /bin/yes program (fixes #110)
Conrad Pankoff
2019-05-28
LibC: Move struct timeval to sys/time.h. #POSIX
Andreas Kling
2019-05-27
LibCore: Add CDirIterator, and use it in everything rather than readdir
Robin Burchell
2019-05-27
ls: Fix build and tidy up coding style.
Andreas Kling
2019-05-27
Ls: Cleanup
faissaloo
2019-05-27
Ls: Support multiple files
faissaloo
2019-05-27
Ls: Support single files in long mode
faissaloo
2019-05-27
Ls: Refactor long directory listings
faissaloo
2019-05-27
Ls: Add single file support in short mode
faissaloo
2019-05-26
Userland: Add a helpful little program for provoking different crashes.
Andreas Kling
2019-05-24
LibGUI: Make GCheckBox inherit from GAbstractButton.
Andreas Kling
2019-05-24
LibGUI: Add a GAbstractButton base class for button widgets.
Andreas Kling
2019-05-17
LibCore: Move AK/ArgsParser to LibCore/CArgsParser
Robin Burchell
2019-05-17
Userland: Port ln to use ArgsParser
Robin Burchell
2019-05-17
ArgsParser: Expand to be able to handle multiple single arguments
Robin Burchell
2019-05-17
Userland: Port pape to use ArgsParser, and minor cleanups
Robin Burchell
2019-05-17
Userland: Port sysctl to use ArgsParser, and minor cleanups
Robin Burchell
2019-05-17
AK/Userland: Add single value to ArgsParser usage, and port tail to use ArgsP...
Robin Burchell
2019-05-17
ArgsParser: Remove prefix from constructor
Robin Burchell
2019-05-17
ArgsParser: Remove boolean trap on add_arg
Robin Burchell
2019-05-17
LibCore/Userland: Introduce a simple tail implementation
Robin Burchell
2019-05-16
Userland: Add /bin/whoami
Andreas Kling
2019-05-16
Added CProcessStatisticsReader to avoid having to parse /proc/all (#35)
GuillaumeGas
2019-05-13
Feature/pidof (#31)
GuillaumeGas
2019-05-08
Replace various copies of parse_uint(String) with String::to_uint().
Andreas Kling
2019-05-08
Added killall command (#30)
GuillaumeGas
2019-05-07
Shell: Move the Shell to a separate directory and let's call it "Shell" :^)
Andreas Kling
2019-05-07
Shell: Use a Vector<char> for the main input buffer.
Andreas Kling
2019-05-04
date: Add "-u" argument for printing current Unix timestamp.
Andreas Kling
2019-05-03
Kernel+Userland: Implement mknod() syscall and add a /bin/mknod program.
Andreas Kling
2019-05-02
strace: Allow "strace command" to trace a process from start to finish.
Andreas Kling
2019-05-02
sh: Log to debugger how long command took.
Andreas Kling
2019-04-26
sh: Remove debug spam during command launch.
Andreas Kling
2019-04-26
sh: Add a simple "export" command for setting environment variables.
Andreas Kling
2019-04-26
Userland: Add a simple /bin/tr program.
Andreas Kling
[next]