Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-19 | man: fix spacing issue in systemd-nspawn(1) | Zbigniew Jędrzejewski-Szmek | |
Same as 1e158d273. | |||
2013-08-15 | typo fixes in man and comments | Thomas Hindoe Paaboel Andersen | |
2013-08-15 | man: remove "wine" from unrelated man pages | Kay Sievers | |
2013-08-14 | systemd-cryptsetup: makes “discard” a synonym for “allow-discards” | Ondrej Balaz | |
systemd-cryptsetup recognizes option 'allow-discards' in /etc/crypttab to enable TRIM passthrough to underlying encrypted device. In Debian this option was changed to 'discard' to avoid hyphen in option name. (see: #648868 and `man crypttab`). [zj: update crypttab(5) too, making "discard" the default.] | |||
2013-08-14 | systemd.unit(5): clarify the Description= contents | Michael Stapelberg | |
2013-08-14 | hostnamectl: show only specific hostname when requested | Zbigniew Jędrzejewski-Szmek | |
Existing --pretty, --transient, --static options, used previously for 'set-hostname' verb, are reused for the 'status' verb. If one of them is given, only the specified hostname is printed. This way there's no need to employ awk to get the hostname in a script. | |||
2013-08-13 | man: document the GPT partition types gpt-auto-generator looks for | Lennart Poettering | |
2013-08-13 | man; document gpt-auto-generator | Lennart Poettering | |
2013-08-14 | man: document systemd-efi-boot-generator | Lennart Poettering | |
2013-08-14 | man: add man page for systemd-backlight@.service | Lennart Poettering | |
2013-08-13 | logind: restore logic to kill user processes when session ends | Lennart Poettering | |
2013-08-04 | man: fix typo in documentation of systemd-machined | Michael Scherer | |
2013-08-04 | man: wording and grammar updates | Jan Engelhardt | |
This includes regularly-submitted corrections to comma setting and orthographical mishaps that appeared in man/ in recent commits. | |||
2013-07-30 | core: open up SendSIGHUP property for transient units | Lennart Poettering | |
2013-07-30 | core: optionally send SIGHUP in addition to the configured kill signal | Lennart Poettering | |
This is useful to fake session ends for processes like shells. | |||
2013-07-29 | man: reowrk list of documented unit search paths | Lennart Poettering | |
The generator paths are internal implementation details, they should not be documented explicitly. We should document where private user units are found however. | |||
2013-07-29 | man: there is no session mode, only user mode | Lennart Poettering | |
2013-07-29 | man: link up scope+slice units from systemd.unit(5) | Lennart Poettering | |
2013-07-27 | man: systemd.unit: fix volatile path | Brandon Philips | |
The volatile path was '/run/systemd/systemd' when it should be '/run/systemd/system'. Fix. | |||
2013-07-26 | systemctl.8: fix typo in SEE ALSO | Dave Reisner | |
2013-07-26 | rework systemd's own process environment handling/passing | Kay Sievers | |
Stop importing non-sensical kernel-exported variables. All parameters in the kernel command line are exported to the initial environment of PID1, but suppressed if they are recognized by kernel built-in code. The EFI booted kernel will add further kernel-internal things which do not belong into userspace. The passed original environ data of the process is not touched and preserved across re-execution, to allow external reading of /proc/self/environ for process properties like container*=. | |||
2013-07-26 | systemctl: remove "load" command | Lennart Poettering | |
"systemctl load" has always been racy since the GC could hit any time, before making use of the loaded unit. Very recent systemd will run GC immeidately after all unit state changes which has the effect that the the effect of "systemctl load" is completely gone now, so let's remove the support for it in "systemctl" for good. | |||
2013-07-26 | systemctl: move set-log-level to systemd-analyze | Lennart Poettering | |
"systemctl set-log-level" is a command for analysis and tracing hence "systemd-analyze" should be the better home for it, thus allowing us to make the overly large "systemctl" a bit smaller. | |||
2013-07-26 | systemctl: move "dump" command from systemctl to systemd-analyze | Lennart Poettering | |
It's an analysis command and its format is explicitly not covered by any stability guarantees, hence move away from systemctl and into systemd-analyze, minimizing the already large interface of systemctl a bit. This patch also adds auto-paging to the various systemd-analyze commands where that makes sense | |||
2013-07-26 | core: allow setting RemainAfterExit= for transient services | Lennart Poettering | |
2013-07-24 | tmpfiles: introduce --exclude-prefix | Dave Reisner | |
The opposite of --prefix, allows specifying path prefixes which should be skipped when processing rules. | |||
2013-07-24 | tmpfiles: support passing --prefix multiple times | Dave Reisner | |
2013-07-24 | journal: immediately sync to disk as soon as we receieve an EMERG/ALERT/CRIT ↵ | Lennart Poettering | |
message | |||
2013-07-23 | man: Fix copy&paste error | Michael Biebl | |
2013-07-21 | man: wording and grammar updates | Jan Engelhardt | |
This includes regularly-submitted corrections to comma setting and orthographical mishaps that appeared in man/ in recent commits. | |||
2013-07-21 | man: udev - add section about hwdb | Kay Sievers | |
2013-07-19 | man: also mention /run/log/journal in systemd-jouranld.service(8) | Zbigniew Jędrzejewski-Szmek | |
2013-07-19 | man: update documentation of systemctl cgroup commands | Lennart Poettering | |
2013-07-19 | man: update documentation of slice units a bit | Lennart Poettering | |
2013-07-19 | man: update scope unit man page a bit | Lennart Poettering | |
2013-07-19 | man: update pam_systemd documentation to current state of the code | Lennart Poettering | |
2013-07-19 | man: list scope and slice units in systemd(1) | Lennart Poettering | |
2013-07-19 | man: document sd_pid_get_slice() call of libsystemd-login | Lennart Poettering | |
2013-07-19 | man: a few corrections to the machinectl man page | Lennart Poettering | |
2013-07-19 | man: update systemd-nspawn regarding new --slice= logic | Lennart Poettering | |
2013-07-19 | man: extend systemd-run man page a little | Lennart Poettering | |
2013-07-19 | man: drop the old cgroup settings from the man pages | Lennart Poettering | |
2013-07-19 | man: Fix example to use the new --boot syntax | Jan Janssen | |
2013-07-19 | core: add %v specifier | Zbigniew Jędrzejewski-Szmek | |
2013-07-19 | man: document Slice= setting (and other fixes) | Lennart Poettering | |
2013-07-19 | man: add reference to new machined bus API documentation in the wiki | Lennart Poettering | |
2013-07-18 | systemctl: option to list units by state | Maciej Wereski | |
This allows to show only units with specified LOAD or SUB or ACTIVE state. | |||
2013-07-18 | journalctl: add ”short-iso” output format with verbose ISO8601 timestamps | Tomasz Torcz | |
Example: 2013-07-18T10:10:01+0200 sandworm CROND[20957]: (root) CMD (/usr/lib64/sa/sa1 1 1) | |||
2013-07-17 | journalctl: remove ":" from the --boot syntax | Zbigniew Jędrzejewski-Szmek | |
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. | |||
2013-07-16 | journalctl: augment short mode with a cursor at the end | Zbigniew Jędrzejewski-Szmek | |
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. |