summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2021-12-12strace: Remove formatting support for SC_selectJean-Baptiste Boric
2021-12-12strace: Add formatting support for SC_pollJean-Baptiste Boric
2021-12-12strace: Sort syscalls formatters in alphabetic orderJean-Baptiste Boric
2021-12-11config: Port to LibMain :^)Kenneth Myhra
2021-12-11dd: Port to LibMain :^)Kenneth Myhra
2021-12-11date: Port to LibMain :^)Kenneth Myhra
2021-12-11cut: Port to LibMain :^)Kenneth Myhra
2021-12-11cpp-processor: Port to LibMain :^)Kenneth Myhra
2021-12-11cpp-parser: Port to LibMain :^)Kenneth Myhra
2021-12-11cpp-lexer: Port to LibMain :^)Kenneth Myhra
2021-12-11comm: Port to LibMain :^)Kenneth Myhra
2021-12-11clear: Port to LibMain :^)Kenneth Myhra
2021-12-11cksum: Port to LibMain :^)Kenneth Myhra
2021-12-11chres: Port to LibMain :^)Kenneth Myhra
2021-12-11chown: Port to LibMain :^)Kenneth Myhra
2021-12-11chgrp: Port to LibMain :^)Kenneth Myhra
2021-12-11checksum: Port to LibMain :^)Kenneth Myhra
2021-12-11cal: Port to LibMain :^)Kenneth Myhra
2021-12-11passwd: Port to LibMainDavid Lindbom
2021-12-11passwd: Remove redundant pledge()bugreport0
2021-12-10LibJS: Remove Object::value_of()Linus Groh
2021-12-08js: Improve usage of `TRY` when executing a file programJames Puleo
2021-12-08test-crypto: Avoid implicitly copying ByteBufferBen Wiederhake
2021-12-05strace: Handle strings more gracefullyBen Wiederhake
2021-12-05strace: Use new PT_PEEKBUF functionBen Wiederhake
2021-12-05LibC: Add a couple of missing errno codesIdan Horowitz
2021-12-05Kernel: Add support for the MSG_WAITALL sys$recvmsg flagIdan Horowitz
2021-12-05Kernel: Add support for the MSG_DONTROUTE sys$sendmsg flagIdan Horowitz
2021-12-04chmod: Port to LibMain :^)Kenneth Myhra
2021-12-04groups: Port to LibMain :^)Andreas Kling
2021-12-04gron: Use StringView literals more (instead of raw C strings)Andreas Kling
2021-12-04gron: Port to LibMain :^)Andreas Kling
2021-12-04jp: Port to LibMain :^)Andreas Kling
2021-12-04stat: Modernize slightly :^)Andreas Kling
2021-12-04ls: Port to LibMain :^)Andreas Kling
2021-12-03find: Implement support for multiple directoriesTim Schumacher
2021-12-03find: Use a Vector for parsing instead of moving optindTim Schumacher
2021-12-03find: Port to LibMainTim Schumacher
2021-11-30top: Use Core::System::ioctl()Andreas Kling
2021-11-30fortune: Port to LibMain :^)Andreas Kling
2021-11-30lspci: Port to LibMain :^)Andreas Kling
2021-11-30netstat: Port to LibMain :^)Andreas Kling
2021-11-30whoami: Port to LibMain :^)Andreas Kling
2021-11-30top: Port to LibMain :^)Andreas Kling
2021-11-29js: Implement pretty-printing of Intl.DateTimeFormatTimothy Flynn
2021-11-28Utilites: Add abench utilitykleines Filmröllchen
2021-11-28LibAudio: New error propagation API in Loader and Bufferkleines Filmröllchen
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-28LibCore+cat: Switch Core::System::read/write to take a Span of bytesBrian Gianforcaro
2021-11-27bt: Port to LibMain :^)Kenneth Myhra