summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* man: also mention /run/log/journal in systemd-jouranld.service(8)Zbigniew Jędrzejewski-Szmek2013-07-191-1/+13
|
* man: update documentation of systemctl cgroup commandsLennart Poettering2013-07-191-87/+20
|
* man: update documentation of slice units a bitLennart Poettering2013-07-192-7/+29
|
* man: update scope unit man page a bitLennart Poettering2013-07-193-21/+20
|
* man: update pam_systemd documentation to current state of the codeLennart Poettering2013-07-191-115/+25
|
* man: list scope and slice units in systemd(1)Lennart Poettering2013-07-191-18/+32
|
* man: document sd_pid_get_slice() call of libsystemd-loginLennart Poettering2013-07-191-11/+31
|
* man: a few corrections to the machinectl man pageLennart Poettering2013-07-192-11/+10
|
* man: update systemd-nspawn regarding new --slice= logicLennart Poettering2013-07-191-11/+12
|
* man: extend systemd-run man page a littleLennart Poettering2013-07-191-10/+27
|
* man: drop the old cgroup settings from the man pagesLennart Poettering2013-07-192-157/+9
|
* man: Fix example to use the new --boot syntaxJan Janssen2013-07-191-2/+2
|
* core: add %v specifierZbigniew Jędrzejewski-Szmek2013-07-191-2/+8
|
* man: document Slice= setting (and other fixes)Lennart Poettering2013-07-192-34/+76
|
* man: add reference to new machined bus API documentation in the wikiLennart Poettering2013-07-191-2/+10
|
* systemctl: option to list units by stateMaciej Wereski2013-07-181-17/+12
| | | | This allows to show only units with specified LOAD or SUB or ACTIVE state.
* journalctl: add ”short-iso” output format with verbose ISO8601 timestampsTomasz Torcz2013-07-181-0/+12
| | | | | Example: 2013-07-18T10:10:01+0200 sandworm CROND[20957]: (root) CMD (/usr/lib64/sa/sa1 1 1)
* journalctl: remove ":" from the --boot syntaxZbigniew Jędrzejewski-Szmek2013-07-171-33/+41
| | | | | | | | | Instead of :-0, :1, :5, etc., use -0, 1 or +1, 5, etc. For BOOT_ID+OFFSET, use BOOT_ID+offset or BOOT_ID-offset (either + or - is required). Also make error handling a bit more robust and verbose. Modify the man page to describe the most common case (-b) first, and the second most common case (-b -1) second.
* journalctl: augment short mode with a cursor at the endZbigniew Jędrzejewski-Szmek2013-07-161-0/+10
| | | | | Two options are added: --show-cursor to print the cursor at the end, and --after-cursor to resume logs on the next line after the previous one.
* udev: export tags of "dead" device nodes to /run/udev/static_node-tags/Tom Gundersen2013-07-161-3/+7
| | | | | | | | | | Based on a patch by Kay Sievers. A tag is exported at boot as a symlinks to the device node in the folder /run/udev/static_node-tags/<tagname>/, if the device node exists. These tags are cleaned up by udevadm info --cleanup-db, but are otherwise never removed.
* journal: return -ECHILD after a forkZbigniew Jędrzejewski-Szmek2013-07-161-0/+7
| | | | | | | | A few asserts are replaced with 'return -EINVAL'. I think that assert should not be used to check argument in public functions. Fields in struct sd_journal are rearranged to make it less swiss-cheesy.
* man: improve readability of --output options in journalctl(1)Jason St. John2013-07-162-48/+120
| | | | | | The list and descriptions of valid output options was difficult to read, so break up the long block of text into discrete man page list items to improve readability.
* man: use HTTPS links for links that support itJason St. John2013-07-168-19/+19
|
* journalctl: Add support for showing messages from a previous bootJan Janssen2013-07-161-11/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi, I redid the boot ID look up to use enumerate_unique. This is quite fast if the cache is warm but painfully slow if it isn't. It has a slight chance of returning the wrong order if realtime clock jumps around. This one has to do n searches for every boot ID there is plus a sort, so it depends heavily on cache hotness. This is in contrast to the other way of look-up through filtering by a MESSAGE_ID, which only needs about 1 seek + whatever amount of relative IDs you want to walk. I also have a linked-list + (in-place) mergesort version of this patch, which has pretty much the same runtime. But since this one is using libc sorting and armortized allocation, I prefer this one. To summarize: The MESSAGE_ID way is a *lot* faster but can be incomplete due to rotation, while the enumerate+sort will find every boot ID out there but will be painfully slow for large journals and cold caches. You choose :P Jan
* detect-virt: detect User-Mode LinuxRamkumar Ramachandra2013-07-162-0/+2
| | | | | | | | | | | | | | | | | | | | In a User-Mode Linux session: $ systemd-detect-virt none Although it is possible to reliably detect virtualization: $ cat /proc/cpuinfo processor : 0 vendor_id : User Mode Linux model name : UML mode : skas host : Linux kytes 3.11.0-rc1-00009-ge5fd680 (...) bogomips : 7007.43 So, grep for the string "\nvendor_id\t: User Mode Linux\n" in /proc/cpuinfo, and say "uml" when asked.
* journal: add logging of effective capabilities _CAP_EFFECTIVEShawn Landden2013-07-161-0/+9
| | | | I think this is the most important of the capabilities bitmasks to log.
* man: add FILES section to systemd-journald.service(8)Zbigniew Jędrzejewski-Szmek2013-07-151-1/+36
|
* man: add note about paging and colors to journalctl(1)Zbigniew Jędrzejewski-Szmek2013-07-151-0/+14
|
* cryptsetup: Add tcrypt supportJan Janssen2013-07-161-118/+182
| | | | | | | | | | | | | | Tcrypt uses a different approach to passphrases/key files. The passphrase and all key files are incorporated into the "password" to open the volume. So, the idea of slots that provide a way to open the volume with different passphrases/key files that are independent from each other like with LUKS does not apply. Therefore, we use the key file from /etc/crypttab as the source for the passphrase. The actual key files that are combined with the passphrase into a password are provided as a new option in /etc/crypttab and can be given multiple times if more than one key file is used by a volume.
* journalctl: add --force option to recreate FSSShawn Landden2013-07-141-0/+8
|
* man: tweak WantedBy=/RequiredBy= description a bitZbigniew Jędrzejewski-Szmek2013-07-131-9/+36
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=55663
* man: wording and grammar updateJan Engelhardt2013-07-134-18/+18
|
* man: document the slice and scope units, add systemd.cgroup(5)Zbigniew Jędrzejewski-Szmek2013-07-128-132/+538
|
* 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-061-13/+12
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=66657
* man: document machinectl and systemd-machinedZbigniew Jędrzejewski-Szmek2013-07-065-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-021-2/+62
|
* replace tabs with spaces in various filesJason St. John2013-07-021-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-0220-92/+104
|
* man: improve grammar and word formatting in numerous man pagesJason St. John2013-07-0248-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-2637-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