summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2019-09-29FileManager+LibGUI+html: Add an icon to represent HTML filesAndreas Kling
2019-09-29html: Set the window title based on the HTML document's titleAndreas Kling
2019-09-28Userland+LibHTML: Add the html commandSergey Bugaev
2019-09-28Userland: Add a man commandSergey Bugaev
2019-09-28Userland: Add an md commandSergey Bugaev
2019-09-28Libraries: Add LibMarkdownSergey Bugaev
2019-09-28Userland: Add disk_benchmark program to test read/write speedsConrad Pankoff
2019-09-23ifconfig: Allow setting an adapter's IPv4 addressAndreas Kling
2019-09-23Userland: Unbreak "copy" and "paste" after GEventLoop removalAndreas Kling
2019-09-22LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhereAndreas Kling
2019-09-22LibCore: Make CObject reference-countedAndreas Kling
2019-09-21LibCore: Convert CFile to ObjectPtrAndreas Kling
2019-09-21LibCore: Convert CLocalSocket to ObjectPtrAndreas Kling
2019-09-17Userland: Add copy and paste commandsSergey Bugaev
2019-09-12Add stdin support to wc programTim Morgan
2019-09-11Inspector+LibCore+rpcdump: Rework the RPC stuff to be request/responseAndreas Kling
2019-09-11rpcdump: Don't call CSocket::connect() before setting up hooksAndreas Kling
2019-09-11ls: Add -h (human readable) output switchAndreas Kling
2019-09-07cp: Implement directory copyingAaron Malpas
2019-09-07cp: Refactor copying into copy_file functionAaron Malpas
2019-09-07cp: Use LibCore/CArgsParser for command-line arg parsingAaron Malpas
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-09-01wc: Add missing newlines to some error messagesAndreas Kling
2019-08-29Userland: Add 'which' command (#497)Brandon Scott
2019-08-26LibThread: Introduce a new threading librarySergey Bugaev
2019-08-25Userland: Add realpathRok Povsic
2019-08-24Userland: Remove unnecessary output from "rm"Andreas Kling
2019-08-21Userland: Fix ifconfig use of /proc/net/adaptersConrad Pankoff
2019-08-21Userland: Remove immature "tc" and "uc" programs in favor of "nc"Andreas Kling
2019-08-20ls: Sort the output alphabeticallyAndreas Kling
2019-08-20ls: Don't layout or colorize output if stdout is not a TTYAndreas Kling
2019-08-20Userland: ls division by zero.marprok
2019-08-19Userland: Improved the printing of the ls command. (#468)Marios Prokopakis
2019-08-18Userland: Implemented a simple cut command.marprok
2019-08-17Userland: Reimplement the mount commandSergey Bugaev
2019-08-17Kernel+LibC+Userland: Support mounting other kinds of filesystemsSergey Bugaev
2019-08-17LibCore+rpcdump: Publish CObject graph to on-demand RPC socketAndreas Kling
2019-08-17Kernel: Added unmount ability to VFSJesse Buhagiar
2019-08-14Userland: Use LibPCIDB in lspci to print device namesConrad Pankoff
2019-08-14Libraries: Add LibPCIDB for reading PCI device information from pci.idsConrad Pankoff
2019-08-14Userland: Implement simple lspci commandConrad Pankoff
2019-08-12Kernel+LibC+crash: Add mprotect() syscallAndreas Kling
2019-08-10Userland: Make sure sockaddr_len is initialised correctly in ncConrad Pankoff
2019-08-08Userland: Implement -l, -v, -N, -s, and -p for netcatConrad Pankoff
2019-08-08Userland: Implement nc commandConrad Pankoff
2019-08-08Kernel: Record network statistics and expose as JSONConrad Pankoff
2019-08-07JSON: Templatize the JSON serialization codeAndreas Kling
2019-08-05Userland: Implement truncate commandConrad Pankoff
2019-08-03AudioServer: Port to the new generated IPC mechanismAndreas Kling
2019-08-02Kernel: mount system call (#396)Jesse