summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
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
2021-11-27asctl: Port to LibMain :^)Kenneth Myhra
2021-11-27aplay: Port to LibMainKenneth Myhra
2021-11-27allocate: Port to LibMain :^)Kenneth Myhra
2021-11-27cat: Remove accidentally-committed unused macroAndreas Kling
2021-11-26cp: Port to LibMain :^)Andreas Kling
2021-11-26Userland: Use Core::ArgsParser's Vector<StringView> API everywhereAndreas Kling
2021-11-26cat: Use TRY() and LibCore syscall wrappers a lot more :^)Andreas Kling
2021-11-25echo: Port to LibMain :^)Kenneth Myhra
2021-11-25basename: Port to LibMainKenneth Myhra
2021-11-25copy: Port to LibMain :^)Kenneth Myhra
2021-11-25cat: Port to LibMain :^)Kenneth Myhra
2021-11-24man: Use LibCore syscall wrappers for pipe2() and dup2()Andreas Kling
2021-11-24man: Port to LibMain :^)Andreas Kling
2021-11-24strace: Implement get_process_name and gettidBen Wiederhake
2021-11-24strace: Implement dbgputstr syscallBen Wiederhake
2021-11-24Kernel: Allow higher audio sample rates than 65kHZ (`u16`)Jelle Raaijmakers
2021-11-24js: Add command line flag for disabling source line hintsIdan Horowitz
2021-11-24js: Pretty-print custom error typesIdan Horowitz
2021-11-24js: Add command line flag for disabling ANSI colorsIdan Horowitz
2021-11-24logout: Port to LibMain :^)Andreas Kling