index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Base
/
usr
/
share
/
man
/
man5
Age
Commit message (
Expand
)
Author
2022-03-03
Base+Manpages: Add basic GML documentation
electrikmilk
2022-01-11
Help+Base: Add help://man URLs for links between man pages
kleines Filmröllchen
2021-10-25
SystemServer: Rename 'BootModes' config option to 'SystemModes'
Ben Wiederhake
2021-10-25
Kernel+SystemServer: Change bootmode to system_mode
Ben Wiederhake
2021-09-11
Base: Fix Markdown links in man pages
Ben Wiederhake
2021-08-02
Shell: Improve the parsing of history event designators
TheFightingCatfish
2021-05-10
Shell: Parse '\t' in doublequoted strings as a tab character
Ali Mohammad Pur
2021-05-10
Shell: Add support for \uhhhhhhhh escapes in strings
Ali Mohammad Pur
2021-05-05
Base: Fix typos and spelling errors in man pages
Brendan Coles
2021-04-29
Base: Describe heredocs in Shell's manpage
Ali Mohammad Pur
2021-04-18
Everywhere: Fix a bunch of typos
Linus Groh
2021-04-16
man: Update SystemServer(5) documentation with new Socket style
sin-ack
2021-03-27
Base: man pages: document arguments, fix typos, use American English
Brendan Coles
2021-03-22
Base: Document Shell's variable indexing behaviour
AnotherTest
2021-03-22
Base: Document Shell's immediate functions
AnotherTest
2021-03-08
Everywhere: Remove unnecessary whitespace at the end of some lines.
Emanuele Torre
2021-03-07
Shell: Add support for enumerating lists in for loops
AnotherTest
2021-02-20
Base: Unify synopsis format in manpages
Linus Groh
2021-02-03
Applications: Remove "Welcome" application
Andreas Kling
2021-01-18
Base: Remove irrelevant example from Shell's `loop` manpage section
AnotherTest
2021-01-18
Base: Mention that the `if` condition is a command
AnotherTest
2021-01-15
Base: Add manpage entry for history events
AnotherTest
2020-12-29
Shell: Add runtime errors and implement break/continue
AnotherTest
2020-10-29
Shell: Document the new 'pattern as (list of names)' match syntax
AnotherTest
2020-10-25
Base: Document the new brace expansions in Shell's manpage
AnotherTest
2020-10-03
Everywhere: Fix more typos
Linus Groh
2020-09-23
Base: Fixup forgotten 'example' heading name in Shell man page
AnotherTest
2020-09-15
Shell: Add some sections on the manpage about `match'
AnotherTest
2020-09-14
Shell: Add documentation for functions
AnotherTest
2020-09-10
Base: Tweak Shell(5) manpage a bit
AnotherTest
2020-09-09
Shell: Update the Shell(5) manpage
AnotherTest
2020-08-18
Shell: Update manpage about for loop behaviour around signals
AnotherTest
2020-08-14
Shell: Start writing a man page
AnotherTest
2020-06-09
Base: Document new SystemServer abilities
Sergey Bugaev
2020-05-30
Base: Document getopt
Sergey Bugaev
2020-05-27
Base: Replace TTYServer with text mode Shell
Sergey Bugaev
2020-05-27
SystemServer: Add BootModes and Environment service options
Sergey Bugaev
2020-03-18
SystemServer: Add WorkingDirectory support
Itamar
2020-02-15
Base: Add documentation for the welcome.txt format
thatlittlegit
2020-01-09
SystemServer: Allow specifying per-service socket file permissions
Andreas Kling
2020-01-04
SystemServer: Explicitly open /dev/null for services without StdIO
Andreas Kling
2020-01-04
SystemServer: Fetch any extra GIDs and call setgroups() before spawn
Andreas Kling
2020-01-02
Base: Remove "idle" priority note from SystemServer(5)
Andreas Kling
2019-11-26
Base: Document SystemServer
Sergey Bugaev