summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2020-02-11jp: Use pledge()Andreas Kling
2020-02-10LibAudio/aplay: Handle WAV header errors properlyWilliam McPherson
2020-02-10Userland: Fix segfault in chownWilliam McPherson
2020-02-09Userland: Use IO helpers from LibBareMetalLiav A
2020-02-08more: Read keystrokes from stdout instead of trying to re-open itAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06LibAudio: Remove leading A from filenamesAndreas Kling