Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-07 | journalctl: flip to --full by default | Zbigniew Jędrzejewski-Szmek | |
We already shew lines in full when using a pager or not on a tty. The commit disables ellipsization in the sole remaining case, namely when --follow is used. This has been a popular request for a long time, and indeed, full output seems much more useful. Old behaviour can still be requested by using --no-full. Old options retain their behaviour for compatiblity, but aren't advertised as much. This change applies only to jornalctl, not to systemctl, when ellipsization is useful to keep the layout. https://bugzilla.redhat.com/show_bug.cgi?id=984758 | |||
2013-10-08 | udev: support custom Linux Security Module labels for device nodes | Kay Sievers | |
2013-10-03 | man: Improve the description of parameter X in tmpfiles.d page | Václav Pavlín | |
2013-10-02 | execute.c: always set $SHELL | Zbigniew Jędrzejewski-Szmek | |
In e6dca81 $SHELL was added to user@.service. Let's instead provide it to all units which have a user. | |||
2013-10-02 | fix lingering references to /var/lib/{backlight,random-seed} | Dave Reisner | |
This should have been part of ef5bfcf668e6029faa78534dfe. | |||
2013-09-30 | man: mention the systemd homepage from systemd(1) | Lennart Poettering | |
2013-09-30 | man: link cgroups api docs from relevant man pages | Lennart Poettering | |
2013-09-27 | man: drop references to "cgroup" wher appropriate | Lennart Poettering | |
Since cgroups are mostly now an implementation detail of systemd lets deemphasize it a bit in the man pages. This renames systemd.cgroup(5) to systemd.resource-control(5) and uses the term "resource control" rather than "cgroup" where appropriate. This leaves the word "cgroup" in at a couple of places though, like for example systemd-cgtop and systemd-cgls where cgroup stuff is at the core of what is happening. | |||
2013-09-26 | core: drop some out-of-date references to cgroup settings | Lennart Poettering | |
2013-09-24 | journalctl(1): s/adm/systemd-journal/ | Dave Reisner | |
2013-09-19 | man: mention --runtime where appropriate | Zbigniew Jędrzejewski-Szmek | |
https://bugzilla.redhat.com/show_bug.cgi?id=1009956 | |||
2013-09-19 | clarify $ escaping in Exec* lines | Andrey Borzenkov | |
Explain that literal $ can be passed by doubling it. | |||
2013-09-17 | tmpfiles: add a new "m" line type that adjusts user/group/mode of a file if ↵ | Lennart Poettering | |
it exists | |||
2013-09-17 | journald: log the slice of a process along with each message in _SYSTEMD_SLICE= | Lennart Poettering | |
2013-09-17 | cgroup: get rid of MemorySoftLimit= | Lennart Poettering | |
The cgroup attribute memory.soft_limit_in_bytes is unlikely to stay around in the kernel for good, so let's not expose it for now. We can readd something like it later when the kernel guys decided on a final API for this. | |||
2013-09-17 | tmpfiles: support simple specifier expansion for specified paths | Lennart Poettering | |
2013-09-17 | man: add a list of environment variables | Zbigniew Jędrzejewski-Szmek | |
2013-09-13 | man: document luks.options kernel commandline | Tom Gundersen | |
This should have been part of commit 7ab064a6d | |||
2013-09-13 | cryptsetup-generator: allow specifying options in /proc/cmdline | Tom Gundersen | |
The main usecase for this is to make it possible to use cryptsetup in the initrd without it having to include a host-specific /etc/crypttab. Tested-by: Thomas Bächler <thomas@archlinux.org> | |||
2013-09-12 | man: wording and grammar updates | Jan Engelhardt | |
This is a recurring submission and includes corrections to various issue spotted. I guess I can just skip over reporting ubiquitous comma placement fixes… Highligts in this particular commit: - the "unsigned" type qualifier is completed to form a full type "unsigned int" - alphabetic -> lexicographic (that way we automatically define how numbers get sorted) | |||
2013-09-12 | service: Implement 'on-watchdog' restart option | Hannes Reinecke | |
Services using the watchdog option might want to be restarted only if the watchdog triggers. | |||
2013-09-12 | man: Add a note about what environment variables are available by default | Zbigniew Jędrzejewski-Szmek | |
2013-09-12 | man: fix description of file order application | Kay Sievers | |
2013-09-11 | man: fix description of sysctl.d order | Mantas Mikulėnas | |
systemd-sysctl gives priority to the latest occurence as of commit 04bf3c1a60d82791e0320381e9268f727708f776, but the manpage hasn't been updated for that. | |||
2013-09-11 | sd-login: add a public accessor for the VT number | Giovanni Campagna | |
The VT number was already part of the DBus API, but was not exposed in the C API. | |||
2013-09-11 | cryptsetup: Retry indefinitely if tries=0 option has been set. | Thomas Bächler | |
When running from initrd, entering a wrong passphrase usually means that you cannot boot. Therefore, we allow trying indefinitely. | |||
2013-09-11 | man: document that Type=notify is currently incompatible with PrivateNetwork=yes | Lennart Poettering | |
2013-09-10 | man: one more example in tmpfiles.d | Lukas Nykryn | |
2013-09-10 | 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. In this particular commit: - the usual comma fixes - expand contractions (this is prose) | |||
2013-09-10 | man: split systemctl commands to sections | Lukas Nykryn | |
2013-09-10 | man: add not to not use -x in bug reports | Zbigniew Jędrzejewski-Szmek | |
2013-09-09 | run: allow non-absolute paths as command | Zbigniew Jędrzejewski-Szmek | |
2013-09-06 | man: fix typo | Zbigniew Jędrzejewski-Szmek | |
https://bugs.freedesktop.org/show_bug.cgi?id=68723 | |||
2013-08-23 | man: Small grammar fix | Zbigniew Jędrzejewski-Szmek | |
Use Oxford comma. | |||
2013-08-23 | "-" prefix for InaccessibleDirectories and ReadOnlyDirectories | Maciej Wereski | |
2013-08-23 | man: make reference to bind(2) explicit | Shawn Landden | |
2013-08-22 | man: typo | Zbigniew Jędrzejewski-Szmek | |
ohsix> ooh theres a typo in the example | |||
2013-08-20 | logs-show: add short-precise mode with us timestamps | Zbigniew Jędrzejewski-Szmek | |
Also, always show us timestamps in verbose mode. https://bugzilla.redhat.com/show_bug.cgi?id=991678 | |||
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 | |