summaryrefslogtreecommitdiff
path: root/catalog
Commit message (Collapse)AuthorAge
* man: improve grammar and word formatting in numerous man pagesJason St. John2013-07-02
| | | | | | | | | | Use proper grammar, word usage, adjective hyphenation, commas, capitalization, spelling, etc. To improve readability, some run-on sentences or sentence fragments were revised. [zj: remove the space from 'file name', 'host name', and 'time zone'.]
* logind: add infrastructure to keep track of machines, and move to slicesLennart Poettering2013-06-20
| | | | | | | | | | | | | | | | | | | | - This changes all logind cgroup objects to use slice objects rather than fixed croup locations. - logind can now collect minimal information about running VMs/containers. As fixed cgroup locations can no longer be used we need an entity that keeps track of machine cgroups in whatever slice they might be located. Since logind already keeps track of users, sessions and seats this is a trivial addition. - nspawn will now register with logind and pass various bits of metadata along. A new option "--slice=" has been added to place the container in a specific slice. - loginctl gained commands to list, introspect and terminate machines. - user.slice and machine.slice will now be pulled in by logind.service, since only logind.service requires this slice.
* catalog: remove broken links to wikiZbigniew Jędrzejewski-Szmek2013-03-19
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=58359
* core: add catalog entry and MESSAGE_ID for overmountingZbigniew Jędrzejewski-Szmek2012-12-05
|
* catalog: correct substitutionLennart Poettering2012-11-21
|
* build-sys: add symlink Makefile to catalog/ tooLennart Poettering2012-11-20
|
* catalog: add mission statementLennart Poettering2012-11-20
|
* catalog: Spell out microsecondsNis Martensen2012-11-20
| | | | Also fix some English in a German translation
* catalog: typo fixesThomas Hindoe Paaboel Andersen2012-11-17
|
* catalog: fix typoLennart Poettering2012-11-16
|
* catalog: add catalog entries for all of systemd's own journal messagesLennart Poettering2012-11-16
|
* journal: implement message catalogLennart Poettering2012-11-15
The message catalog can be used to attach short help texts to log lines, keyed by their MESSAGE_ID= fields. This is useful to help the administrator understand the context and cause of a message, find possible solutions and find further related documentation. Since this is keyed off MESSAGE_ID= this will only work for native journal messages. The message catalog supports i18n, and is useful to augment english language system messages with explanations in the local language. This commit only includes short explanatory messages for a few example message IDs, we'll add more complete documentation for the relevant systemd messages later on.