summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2020-03-02Meta: Adjust some copyright dates by Fei WuAndreas Kling
2020-03-01ps: Add some options and slim down the default output styleAndreas Kling
2020-03-01AK: Remove unnecessary casts to size_t, after Vector changesAndreas Kling
2020-03-01rm: Allow specifying multiple paths to removeAndreas Kling
2020-02-27ps: Don't assert when coming across a zombie processAndreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-24Userland: Add a utility for viewing interrupts from ProcFSLiav A
2020-02-23Userland: Delete redundant code in truncateShannon Booth
2020-02-22head: Use pledge()Brian Gianforcaro
2020-02-22profile: Allow launching a command with profiling enabledAndreas Kling
2020-02-21mv: Use ArgsParser, and check lstat for failurehowar6hill
2020-02-20Userland: Fix nullptr dereference if we fail to open the PCIDBhowar6hill
2020-02-20host: Use ArgsParser to parse arguments, and add man page (#1252)howar6hill
2020-02-20AK: Use size_t for ByteBuffer sizesAndreas Kling
2020-02-19Userland: Add userdel program (#1217)howar6hill
2020-02-18realpath: Use pledge()Andreas Kling
2020-02-18uname: Use pledge()Andreas Kling
2020-02-18touch: Use pledge()Andreas Kling
2020-02-18rm: Use pledge()Andreas Kling
2020-02-18ln: Use pledge()Andreas Kling
2020-02-18date: Use pledge()Andreas Kling
2020-02-18env: Use pledge()Andreas Kling
2020-02-18uptime: Use pledge()Andreas Kling
2020-02-18hostname: Use pledge()Andreas Kling
2020-02-18kill: Use pledge()Andreas Kling
2020-02-18basename: Use pledge()Andreas Kling
2020-02-18Man: Use ArgsParser to parse argumentshowar6hill
2020-02-18wc: Use pledge()Andreas Kling
2020-02-18sort: Use pledge()Andreas Kling
2020-02-18whoami: Use pledge() and unveil()Andreas Kling
2020-02-18which: Use pledge()Andreas Kling
2020-02-18clear: Use pledge()Andreas Kling
2020-02-18echo: Use pledge()Andreas Kling
2020-02-18yes: Use pledge()Andreas Kling
2020-02-18rmdir: Use pledge()Andreas Kling
2020-02-18mkdir: Use pledge()Andreas Kling
2020-02-18stat: Use pledge()Andreas Kling
2020-02-18ps: Use pledge() and unveil()Andreas Kling
2020-02-18top: Use pledge() and unveil()Andreas Kling
2020-02-16NotificationServer: Add a system service for desktop notificationsAndreas Kling
2020-02-16chmod: Tweak usage stringAndreas Kling
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-16Userland: Use DirIterator in rmShannon Booth
2020-02-15LibCore: Move LogStream::operator<< overloads into cpp filesAndreas Kling
2020-02-14LibCore: Add a forward declaration headerAndreas Kling
2020-02-14AK: Add a forward declaration headerAndreas Kling
2020-02-14Userland: Fix typos in setting user idShannon Booth
2020-02-14Userland: Fix error handling in rm programShannon Booth
2020-02-11Userland: Use Core::DateTimeAndreas Kling
2020-02-11gron: Use pledge()Andreas Kling