summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2019-05-27ls: Fix build and tidy up coding style.Andreas Kling
2019-05-27Ls: Cleanupfaissaloo
2019-05-27Ls: Support multiple filesfaissaloo
2019-05-27Ls: Support single files in long modefaissaloo
2019-05-27Ls: Refactor long directory listingsfaissaloo
2019-05-27Ls: Add single file support in short modefaissaloo
2019-05-26Userland: Add a helpful little program for provoking different crashes.Andreas Kling
2019-05-24LibGUI: Make GCheckBox inherit from GAbstractButton.Andreas Kling
2019-05-24LibGUI: Add a GAbstractButton base class for button widgets.Andreas Kling
2019-05-17LibCore: Move AK/ArgsParser to LibCore/CArgsParserRobin Burchell
2019-05-17Userland: Port ln to use ArgsParserRobin Burchell
2019-05-17ArgsParser: Expand to be able to handle multiple single argumentsRobin Burchell
2019-05-17Userland: Port pape to use ArgsParser, and minor cleanupsRobin Burchell
2019-05-17Userland: Port sysctl to use ArgsParser, and minor cleanupsRobin Burchell
2019-05-17AK/Userland: Add single value to ArgsParser usage, and port tail to use ArgsP...Robin Burchell
2019-05-17ArgsParser: Remove prefix from constructorRobin Burchell
2019-05-17ArgsParser: Remove boolean trap on add_argRobin Burchell
2019-05-17LibCore/Userland: Introduce a simple tail implementationRobin Burchell
2019-05-16Userland: Add /bin/whoamiAndreas Kling
2019-05-16Added CProcessStatisticsReader to avoid having to parse /proc/all (#35)GuillaumeGas
2019-05-13Feature/pidof (#31)GuillaumeGas
2019-05-08Replace various copies of parse_uint(String) with String::to_uint().Andreas Kling
2019-05-08Added killall command (#30)GuillaumeGas
2019-05-07Shell: Move the Shell to a separate directory and let's call it "Shell" :^)Andreas Kling
2019-05-07Shell: Use a Vector<char> for the main input buffer.Andreas Kling
2019-05-04date: Add "-u" argument for printing current Unix timestamp.Andreas Kling
2019-05-03Kernel+Userland: Implement mknod() syscall and add a /bin/mknod program.Andreas Kling
2019-05-02strace: Allow "strace command" to trace a process from start to finish.Andreas Kling
2019-05-02sh: Log to debugger how long command took.Andreas Kling
2019-04-26sh: Remove debug spam during command launch.Andreas Kling
2019-04-26sh: Add a simple "export" command for setting environment variables.Andreas Kling
2019-04-26Userland: Add a simple /bin/tr program.Andreas Kling
2019-04-26Userland: Add a simple /bin/sort program.Andreas Kling
2019-04-26Userland: Add a simple /bin/head program.Andreas Kling
2019-04-25sh: Make "cd" jump to the home directory. And also let's set $HOME.Andreas Kling
2019-04-25sh: Support erasing a whole word with WERASE (^W).Andreas Kling
2019-04-25sh: Add support for redirecting stdin and stdout with < and >.Andreas Kling
2019-04-25cat: Just use fd 0 when no arguments are passed.Andreas Kling
2019-04-25sh: Refactor command parsing into a separate class.Andreas Kling
2019-04-25sh: Add basic command piping support.Andreas Kling
2019-04-25fgrep: Don't repeat old incoming data if fgets() failed.Andreas Kling
2019-04-25Userland: Add a simple /bin/echo program.Andreas Kling
2019-04-23Put assertions behind a DEBUG flag to make it easy to build without them.Andreas Kling
2019-04-23touch: Newly created files were accidentally marked as FIFO's.Andreas Kling
2019-04-22Kernel: Add a systrace() syscall and implement /bin/strace using it.Andreas Kling
2019-04-21Include Makefile.common in all other Makefiles.Andreas Kling
2019-04-20Kernel: Remove "restorer" field from SignalActionData.Andreas Kling
2019-04-20Sprinkle use of AK::Vector in various places.Andreas Kling
2019-04-20Get rid of SERENITY macro since the compiler already defines __serenity__Andreas Kling
2019-04-15Userland: Add a /bin/basename program.Andreas Kling