summaryrefslogtreecommitdiff
path: root/Base/usr
AgeCommit message (Expand)Author
2021-03-27Base: Update `modunload` pathRoi
2021-03-27Base: man pages: document arguments, fix typos, use American EnglishBrendan Coles
2021-03-24jp: add man pageCesar Torres
2021-03-23Base: Add man page for zip(1)Idan Horowitz
2021-03-22Base: Document Shell's variable indexing behaviourAnotherTest
2021-03-22Base: Document Shell's immediate functionsAnotherTest
2021-03-16Base: Change path to both `modload` and `modunload` (#5804)Roi
2021-03-13QuickShow: Add help documentationBrendan Coles
2021-03-08Base: Add sysctl man pageBrendan Coles
2021-03-08Everywhere: Remove unnecessary whitespace at the end of some lines.Emanuele Torre
2021-03-07Shell: Add support for enumerating lists in for loopsAnotherTest
2021-03-04Shell: Document all supported PROMPT flagsBen Wiederhake
2021-03-04Base: Add man pages for null/zero/full character devicesBrendan Coles
2021-02-28Base: Add mktemp(1) man pageIdan Horowitz
2021-02-24Profiler: Add help documentationBrendan Coles
2021-02-23Inspector: Add help documentationBrendan Coles
2021-02-21Kernel: Add "map_fixed" pledge promiseAndreas Kling
2021-02-20Base: Update path in js(1) manpage exampleLinus Groh
2021-02-20Base: Mention -n option in echo(1) manpageLinus Groh
2021-02-20Base: Tweak ddate(1) manpage taglineLinus Groh
2021-02-20Base: Unify synopsis format in manpagesLinus Groh
2021-02-20Base: Do a little copy-editing in Mitigations(7)Andreas Kling
2021-02-20Base: Fix a broken commit link in Mitigations(7)Andreas Kling
2021-02-20Base: Document more the mitigations in man7/Mitigations.mdBrian Gianforcaro
2021-02-15Base: Add a man page documenting security mitigationsBrian Gianforcaro
2021-02-12Base: Don't mark "prot_exec" pledge promise as a SerenityOS extensionAndreas Kling
2021-02-03Applications: Remove "Welcome" applicationAndreas Kling
2021-02-02Base: Update keymap(1) manpageLinus Groh
2021-02-02Base: Rename some keymaps to use xx-xx format where appropriateLinus Groh
2021-02-01Documentation: Add a manual page about the new MemoryDevice fileLiav A
2021-01-31Kernel: Remove pledge exception for sys$getsockopt() with SO_PEERCREDAndreas Kling
2021-01-30Revert "Kernel: Return -ENOTDIR for non-directory mount target"Andreas Kling
2021-01-29Kernel: Add "prot_exec" pledge promise and require it for PROT_EXECAndreas Kling
2021-01-29Kernel: Return -ENOTBLK for non-block device Ext2FS mount sourceLinus Groh
2021-01-29Kernel: Return -ENOTDIR for non-directory mount targetLinus Groh
2021-01-26Base: Update crash(1) man pageLinus Groh
2021-01-23Base: Fix syscall/libc manpage sortingBen Wiederhake
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Fix typosLinus Groh
2021-01-18Base: Remove irrelevant example from Shell's `loop` manpage sectionAnotherTest
2021-01-18Base: Mention that the `if` condition is a commandAnotherTest
2021-01-17Kernel+Userland: Remove shared buffers (shbufs)Andreas Kling
2021-01-16TextEditor: Add help documentationBrendan Coles
2021-01-15Base: Add manpage entry for history eventsAnotherTest
2021-01-11Kernel: Add dedicated "ptrace" pledge promiseAndreas Kling
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