summaryrefslogtreecommitdiff
path: root/Userland/lsof.cpp
AgeCommit message (Expand)Author
2020-12-06Userland: Write some '--help' descriptions where appropriateBen Wiederhake
2020-11-15Everywhere: Add missing <AK/ByteBuffer.h> includesAndreas Kling
2020-09-27AK: Remove the ctype adapters and use the actual ctype functions insteadBenoît Lormeau
2020-09-26lsof: Separate file name componentsMaciej Zygmanowski
2020-09-26lsof: Allow selecting files by file nameMaciej Zygmanowski
2020-08-12Userland: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-01lsof: Fix some minor issuesAndreas Kling
2020-07-31Userland: Add basic `lsof' commandMaciej Zygmanowski