summaryrefslogtreecommitdiff
path: root/Base/usr/share
AgeCommit message (Expand)Author
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
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
2021-01-02Help: Add a simple index pageAndreas Kling
2020-12-29Shell: Add runtime errors and implement break/continueAnotherTest
2020-12-29Base: Add pape man page documentationBrendan Coles
2020-12-26Everywhere: void arguments to C functionsLenny Maiorani
2020-12-24Userland: Add pmap utilityBrendan Coles
2020-12-21Userland: useradd: Add command line option to set user passwordBrendan Coles
2020-12-21Everywhere: Switch from (void) to [[maybe_unused]] (#4473)Lenny Maiorani
2020-12-17LibC: stdlib: Add clearenv() functionBrendan 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-23Kernel: Add unveil('b')Sergey Bugaev
2020-11-14Userland: chroot: Add `--userspec`/`-u` flag to set uid/gid for chrootBrendan Coles
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-10Kernel+LibC: Add adjtime(2)Nico 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-29Shell: Document the new 'pattern as (list of names)' match syntaxAnotherTest
2020-10-29Userland: Add an implementation of 'expr'AnotherTest
2020-10-26Shell+LibLine: Support HISTCONTROL environment variableLinus Groh