summaryrefslogtreecommitdiff
path: root/Base/usr/share/man/man1
AgeCommit message (Expand)Author
2021-01-26Base: Update crash(1) man pageLinus Groh
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Fix typosLinus Groh
2021-01-16TextEditor: Add help documentationBrendan Coles
2021-01-08Userland: Add ddate utilityBrendan Coles
2021-01-07date: Use ArgsParser and add ISO8601 / RFC3339 / RFC5322 output formatsBrendan Coles
2021-01-06Base: Add tar man page documentationBrendan Coles
2021-01-05Playground: Support opening gml file by path as command line argumentBrendan Coles
2021-01-04Playground: Add help documentationBrendan Coles
2021-01-03man: Rename manual section 1 to "User programs"Brendan Coles
2021-01-03FontEditor: Add help documentationBrendan Coles
2021-01-02Base: Add Terminal man page documentationBrendan Coles
2020-12-29Base: Add pape man page documentationBrendan Coles
2020-12-24Userland: Add pmap utilityBrendan Coles
2020-12-16Userland: Add beep utilityBrendan Coles
2020-12-16EchoServer: Add a simple echo serverBrendan Coles
2020-11-28Userland: Implement find -name clauseSergey Bugaev
2020-11-11ls: Only append file type indicators when -F or --classify is specifiedAndreas Kling
2020-11-10Userland: Add an "adjtime" utilityNico Weber
2020-11-10Userland: ls: Add `-d` / `--directory` flagBrendan Coles
2020-11-10Userland: ls: Add `-o` and `-B` / `--ignore-backups` flagsBrendan Coles
2020-11-10Base: Add ls man page documentationBrendan Coles
2020-10-29Userland: Add an implementation of 'expr'AnotherTest
2020-10-22Base: Add a manpage for 'printf'AnotherTest
2020-10-19Base: Update test-js(1) man pageLinus Groh
2020-10-03Everywhere: Fix more typosLinus Groh
2020-10-02Base: Add missing options to the Shell(1) man pageLinus Groh
2020-08-18Shell: Document the use of environment/local variablesAnotherTest
2020-08-14Shell: Start writing a man pageAnotherTest
2020-07-07Base: Add link to test-common.js in test-js(1) man pageLinus Groh
2020-07-07Base: Add man page for test-js(1)Linus Groh
2020-07-07js: Remove test modeLinus Groh
2020-06-30Userland: Add watch toolSahan Fernando
2020-06-27Userland: Add a 'test' utilityAnotherTest
2020-06-18Userland: Add base64 toolTom Lebreux
2020-06-17Base: Document readlink(1) and readlink(2) :^)Sergey Bugaev
2020-06-06Base: Document find(1)Sergey Bugaev
2020-05-28Base: Add manpage for xargsAnotherTest
2020-05-09Docs: Add unzip(1) man pageAndres Vieira
2020-05-02Base: Update js(1) manpageLinus Groh
2020-04-28mkdir: Add -p option to create parent directoriesLinus Groh
2020-04-28mkdir: Use ArgParser, support creating multiple directoriesLinus Groh
2020-04-19Base: Update js(1) manpageLinus Groh
2020-04-19Base: Document open(1)Sergey Bugaev
2020-03-26Base: Add a man page for js(1)Sergey Bugaev
2020-02-20host: Use ArgsParser to parse arguments, and add man page (#1252)howar6hill
2020-02-18Man: Use ArgsParser to parse argumentshowar6hill
2020-01-02Base: Move the modload and modunload command documentation to man8Andreas Kling
2020-01-01Kernel: Disable x86 RDTSC instruction in userspaceAndreas Kling
2020-01-01Kernel: Prevent executing I/O instructions in userspaceAndreas Kling