summaryrefslogtreecommitdiffstats
path: root/man (follow)
Commit message (Collapse)AuthorAgeFilesLines
* man: use <literal> not <filename> for suffixesZbigniew Jędrzejewski-Szmek2013-07-1210-12/+12
| | | | | | | Especially sentences like "filename ends in .suffix" are easier to parse if the suffix is surrounded by quotes. In sentences like "requires a .service unit", where the suffix is used as a class designation, there is no need to use quotes.
* man: remove note about shutdown being legacyZbigniew Jędrzejewski-Szmek2013-07-121-7/+0
| | | | | | This can only confuse people, because there's no need to discourage people from using shutdown. It is fully functional and supported.
* basic SO_REUSEPORT supportShawn Landden2013-07-111-0/+11
|
* man: document systemd-runZbigniew Jędrzejewski-Szmek2013-07-101-0/+160
|
* man: document four basic slicesZbigniew Jędrzejewski-Szmek2013-07-103-3/+63
|
* man: improve word usage and grammar in logind.conf(5)Jason St. John2013-07-091-16/+17
|
* man: wording and grammar updatesJan Engelhardt2013-07-093-101/+101
|
* man: tweak the description of System/RuntimeMaxUseZbigniew Jędrzejewski-Szmek2013-07-071-13/+12
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=66657
* man: document machinectl and systemd-machinedZbigniew Jędrzejewski-Szmek2013-07-075-19/+396
|
* man: more grammar improvementsJan Engelhardt2013-07-0318-210/+217
| | | | | | - place commas - expand contractions (this is written prose :) - add some missing words
* man: describe OBJECT_PID=Zbigniew Jędrzejewski-Szmek2013-07-031-2/+62
|
* replace tabs with spaces in various filesJason St. John2013-07-031-2/+2
| | | | | | | | The affected files in this patch had inconsistent use of tabs vs. spaces for indentation, and this patch eliminates the stray tabs. Also, the opening brace of sigchld_hdl() in activate.c was moved so the opening braces are consistent throughout the file.
* man: add more formatting markupZbigniew Jędrzejewski-Szmek2013-07-0320-92/+104
|
* man: improve grammar and word formatting in numerous man pagesJason St. John2013-07-0348-341/+338
| | | | | | | | | | 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'.]
* man: fix spacing issue in various man pagesJason St. John2013-06-2931-62/+31
| | | | | | | | | | | | | Before: libsystemd-daemonpkg-config(1) After: libsystemd-daemon pkg-config(1) This fix is more complicated than it should be due to the consecutive XML elements separated by collapsible whitespace. Merging the lines and separating the XML elements with an en space or a non-breaking space is the only solution that results in one, and only one, space being inserted between them when testing. An em space results in two spaces being inserted.
* man: use <constant> for various constants which look ugly with quotesZbigniew Jędrzejewski-Szmek2013-06-2737-226/+244
|
* man: always supply quotes around literalsZbigniew Jędrzejewski-Szmek2013-06-2613-106/+123
| | | | | | | | When manpages are displayed on a terminal, <literal>s are indistinguishable from surrounding text. Add quotes everywhere, remove duplicate quotes, and tweak a few lists for consistent formatting. https://bugzilla.redhat.com/show_bug.cgi?id=874631
* man: Small language improvements to sd_journal_openDavid King2013-06-251-5/+5
|
* journald: fix space limits reportingZbigniew Jędrzejewski-Szmek2013-06-251-6/+16
| | | | | | | | | Reporting of the free space was bogus, since the remaining space was compared with the maximum allowed, instead of the current use being compared with the maximum allowed. Simplify and fix by reporting limits directly at the point where they are calculated. Also, assign a UUID to the message.
* journal-verify: allow unlinked data entriesZbigniew Jędrzejewski-Szmek2013-06-232-2/+2
| | | | | | | | | | | | | | | | | Sometimes an entry is not successfully written, and we end up with data items which are "unlinked", not connected to, and not used by any entry. This will usually happen when we write to write a core dump, and the initial small data fields are written successfully, but the huge COREDUMP= field is not written. This situation is hard to avoid, but the results are mostly harmless. Thus only warn about unused data items. Also, be more verbose about why journal files failed verification. This should help diagnose journal failure modes without resorting to a hexadecimal editor. https://bugs.freedesktop.org/show_bug.cgi?id=65235 (esp. see system.journal attached to the bug report).
* man: Fix small typoMichael Biebl2013-06-221-1/+1
|
* man: fix example for DefaultEnvironment=Lennart Poettering2013-06-201-14/+16
| | | | | | The example mentioned Environment= rather than DefaultEnvironment=. Also made some other clean-ups.
* man: document that shutdown() is only sometimes OK on sockets passed in via ↵Lennart Poettering2013-06-201-10/+17
| | | | socket activation
* manager: add DefaultEnvironment optionUmut Tezduyar2013-06-202-2/+24
| | | | | | | This complements existing functionality of setting variables through 'systemctl set-environment', the kernel command line, and through normal environment variables for systemd in session mode.
* Describe handling of an AF_UNIX socketŁukasz Stelmach2013-06-201-3/+9
| | | | | | | Describe how to handle an AF_UNIX socket, with Accept set to false, received from systemd, upon exit. Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
* journal: add references to SSKG paper FSS is based onLennart Poettering2013-06-182-4/+13
|
* journalctl,loginctl,systemctl,systemd-cgls: add -l as alias for --fullDaniel Albers2013-06-174-0/+4
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=65850
* man: update systemd-analyze invocationZbigniew Jędrzejewski-Szmek2013-06-141-7/+22
|
* man: improve readability of "_TRANSPORT=" section in systemd.journal-fields(7)Jason St. John2013-06-141-16/+68
| | | | | | The list and descriptions of valid transports was difficult to read, so break the long sentence up into discrete man page list items to improve readability.
* man: add sd_j_open_files to return values sectionZbigniew Jędrzejewski-Szmek2013-06-142-3/+4
|
* man: add note that sd_journal_open_files is racyZbigniew Jędrzejewski-Szmek2013-06-101-1/+5
|
* journalctl: allow the user to specify the file(s) to useZbigniew Jędrzejewski-Szmek2013-06-101-9/+23
| | | | | | This is useful for debugging and feels pretty natural. For example answering the question "is this big .journal file worth keeping?" is made easier.
* journal: add sd_journal_open_filesZbigniew Jędrzejewski-Szmek2013-06-101-3/+20
| | | | | | | | | | | | This allows the caller to explicitly specify which journal files should be opened. The same functionality could be achieved before by creating a directory and playing around with symlinks. It is useful to debug stuff and explore the journal, and has been requested before. Waiting is supported, the journal will notice modifications on the files supplied when opening the journal, but will not add any new files.
* journalctl: add --system/--user flagsZbigniew Jędrzejewski-Szmek2013-06-101-0/+14
| | | | | | | | --user basically gives messages from your own systemd --user services. --system basically gives messages from PID 1, kernel, and --system services. Those two options are not exahustive, because a priviledged user might be able to see messages from other users, and they will not be shown with either or both of those flags.
* journal: add ability to filter by current userZbigniew Jędrzejewski-Szmek2013-06-101-5/+30
| | | | | | | | | | | | | | | | This is the just the library part. SD_JOURNAL_CURRENT_USER flags is added to sd_j_open(), to open files from current user. SD_JOURNAL_SYSTEM_ONLY is renamed to SD_JOURNAL_SYSTEM, and changed to mean to (also) open system files. This way various flags can be combined, which gives them nicer semantics, especially if other ones are added later. Backwards compatibility is kept, because SD_JOURNAL_SYSTEM_ONLY is equivalent to SD_JOURNAL_SYSTEM if used alone, and before there we no other flags.
* man: mention that units are 1024-basedZbigniew Jędrzejewski-Szmek2013-06-041-2/+3
|
* systemctl: add command set-log-levelVáclav Pavlín2013-05-311-0/+13
| | | | Command changes current log level
* systemctl: add commands set-default and get-defaultVáclav Pavlín2013-05-311-0/+18
| | | | | systemctl set-default NAME links the default.target to the given unit, get-default prints out the path to the currently set default target.
* core: read "debug" from kernel commandline and set log levelLukas Nykryn2013-05-302-5/+30
|
* man: link to XKB conf. guide in localectl(1)Zbigniew Jędrzejewski-Szmek2013-05-301-1/+6
|
* man: mention net.ifnames in kernel-command-line(3)Zbigniew Jędrzejewski-Szmek2013-05-232-0/+3
|
* man: Document missing optionsJan Janssen2013-05-214-0/+34
|
* Standardize on 'file system' and 'namespace' in man pages.David Strauss2013-05-183-4/+4
| | | | | | This change is based on existing usage in systemd and online. 'File-system' may make sense in adjectival form, but man pages seem to prefer 'file system' even in those situations.
* systemd-delta: add support for drop-in snippetsLukas Nykryn2013-05-161-0/+7
|
* utmp: turn systemd-update-utmp-shutdown.service into a normal runtime serviceLennart Poettering2013-05-161-8/+8
| | | | | | | | | | With this change systemd-update-utmp-shutdown.service is replaced by systemd-update-utmp.service which is started at boot and stays around until shutdown. This allows us to properly order the unit against both /var/log and auditd. https://bugzilla.redhat.com/show_bug.cgi?id=853104 https://bugs.freedesktop.org/show_bug.cgi?id=64365
* units: rework systemd-random-seed-{load,save}.service to be a single serviceLennart Poettering2013-05-151-13/+8
| | | | | | That way ordering it with MountsRequiredFor= works properly, as this no longer results in mount units start requests to be added to the shutdown transaction that conflict with stop requests for the same unit.
* Add support for ConditionSecurity=imaAuke Kok2013-05-111-2/+3
| | | | | | | | | | Just as with SMACK, we don't really know if a policy has been loaded or not, as the policy interface is write-only. Assume therefore that if ima is present in securityfs that it is enabled. Update the man page to reflect that "ima" is a valid option now as well.
* audit: since audit is apparently never going to be fixed for containers tell ↵Lennart Poettering2013-05-101-6/+9
| | | | | | | | | the user what's going on Let's try to be helpful to the user and give him a hint what he can do to make nspawn work with normal OS containers. https://bugzilla.redhat.com/show_bug.cgi?id=893751
* systemd-python: wrap sd_login_monitorZbigniew Jędrzejewski-Szmek2013-05-101-1/+1
|
* man: document that the kernel's audit subsystem is currently incompatible ↵Lennart Poettering2013-05-091-0/+10
| | | | with nspawn containers