summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2019-08-01more: Don't printf(string), printf("%s", string)!Andreas Kling
2019-08-01pidof: Remove redundant bool check.Andreas Kling
2019-07-29AudioServer: Add a "main mix volume" and a simple program to get/set itAndreas Kling
2019-07-28aplay: s/Sample/Progress/ in the output. It's all in the details!Andreas Kling
2019-07-28LibAudio+aplay: Make the aplay output look a little funner.Andreas Kling
2019-07-28AudioServer: Add a buffer queue so we can buffer some sound.Andreas Kling
2019-07-27Audio: Make ABuffer sit on top of a SharedBuffer.Andreas Kling
2019-07-27Audio: Make basic streaming WAV playback work.Andreas Kling
2019-07-22Kernel: Add a mechanism for listening for changes to an inode.Andreas Kling
2019-07-21ls: Don't print an empty line if there were no files to show.Andreas Kling
2019-07-19Kernel: Only allow superuser to halt() the system (#342)Jesse
2019-07-19Kernel+Userland: Addd reboot syscall (#334)Jesse
2019-07-18Userland: Remove some no-longer-needed test utilities.Andreas Kling
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-07-18ps: Widen state field to fit "Condition" and other fieldsRobin Burchell
2019-07-18ps: Port to using CProcessStatisticsReader and /proc/allRobin Burchell
2019-07-18CProcessStatisticsReader: Be consistent about terminology from the kernel downRobin Burchell
2019-07-17Port LibGUI to use CIPCClientSideConnectionRobin Burchell
2019-07-17top: Widen "state" field slightly to accomodate "Condition".Andreas Kling
2019-07-17Work on AudioServerRobin Burchell
2019-07-13chmod: Add understanding of simple permission strings. (#295)Albert Gafiyatullin
2019-07-10top: Remove some unused code.Andreas Kling
2019-07-10Userland+LibCore: Use CProcessStatisticsReader to implement top.Andreas Kling
2019-07-03AK: Rename the common integer typedefs to make it obvious what they are.Andreas Kling
2019-07-02Userland: Don't return an error when jp is run without argumentsDan MacDonald
2019-07-01Kernel+Userland: Convert /proc/df to JSON.Andreas Kling
2019-06-30Meta: Removed all gitignore in the source tree only keeping the root oneVAN BOSSUYT Nicolas
2019-06-30Userland: Add a simple JSON pretty-printing utility called /bin/jpAndreas Kling
2019-06-30Userland: Fixed "id" usage error typo (#254)Rhin
2019-06-29Userland: Added flags to id command (#253)Rhin
2019-06-29Kernel: Change the format of /proc/all to JSON.Andreas Kling
2019-06-23QuickShow: Allow panning and zooming the image instead of stretching it.Andreas Kling
2019-06-22printf: Support %zu (the 'z' is really just ignored.)Andreas Kling
2019-06-22Userland: Fix more compiler warnings.Andreas Kling