summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-06LibAudio: Put all classes in the Audio namespace and remove leading AAndreas Kling
2020-02-05LibProtocol: Rename namespace LibProtocol => ProtocolAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-02-02Userland: useradd utilityJesse Buhagiar
2020-01-29Kernel: Fail with EFAULT for any address+size that would wrap aroundAndreas Kling
2020-01-28Userland+Terminal: Port to new CArgsParser APISergey Bugaev
2020-01-27Kernel: sys$readlink() should return the number of bytes written outAndreas Kling
2020-01-27sleep: Use pledge()Andreas Kling
2020-01-27mknod: Use pledge()Andreas Kling
2020-01-27Kernel+LibC+Userland: Switch to 64-bit time_tAndreas Kling
2020-01-26Kernel: Make writev() work againAndreas Kling
2020-01-24Meta: Claim copyright for files created by meSergey Bugaev
2020-01-23rpcdump: Use pledge() and unveil()Brian Gianforcaro
2020-01-23lspci: Use pledge() and unveil()Brian Gianforcaro
2020-01-22man: Use unveil()Brian Gianforcaro
2020-01-22dmesg: Use pledge() and unveil()Brian Gianforcaro
2020-01-20id: Use unveil()Andreas Kling
2020-01-20Userland: Add a dummy passthrough "flock" programAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-17Userland: Print which path we failed to lsSergey Bugaev
2020-01-17Userland: Stop id command accepting -n in default formatrhin123
2020-01-15Userland/ls: escape non-printable charactersjoshua stein
2020-01-15Kernel: Trying to sys$link() a directory should fail with EPERMAndreas Kling
2020-01-15Ext2FS: Don't allow creating new files in removed directoriesAndreas Kling
2020-01-13mv: Use pledge()Andreas Kling
2020-01-13cp: Use pledge()Andreas Kling
2020-01-13man: Use pledge()Brian Gianforcaro
2020-01-13more: Use pledge()Brian Gianforcaro
2020-01-13md: Use pledge()Brian Gianforcaro
2020-01-13ls: Use pledge()Brian Gianforcaro
2020-01-13tail: Use pledge()Brian Gianforcaro
2020-01-12Kernel: read() and write() should EOVERFLOW if (offset+size) overflowsAndreas Kling
2020-01-12Userland: Support custom programs and mount options in chrootSergey Bugaev