Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-14 | nspawn: Fix minor typo in man page | Pierre Schmitz | |
2012-09-13 | daemon: Fix broken links to sd-daemon.c | Eelco Dolstra | |
2012-09-13 | man: reword logind.conf.xml a bit | Lennart Poettering | |
2012-09-13 | docs: typo fixes in pam_systemd.xml | Thomas Hindoe Paaboel Andersen | |
https://bugs.freedesktop.org/show_bug.cgi?id=54501 | |||
2012-09-13 | docs: typo fixes in logind.conf.xml and os-release.xml | Thomas Hindoe Paaboel Andersen | |
https://bugs.freedesktop.org/show_bug.cgi?id=54501 | |||
2012-09-13 | man: fix typos in halt.xml and journalctl.xml | Thomas Hindoe Paaboel Andersen | |
https://bugs.freedesktop.org/show_bug.cgi?id=54501 | |||
2012-09-13 | man: fix a bunch of typos in docs | Thomas Hindoe Paaboel Andersen | |
https://bugs.freedesktop.org/show_bug.cgi?id=54501 | |||
2012-09-12 | tmpfiles: support globbing for w option | Dave Reisner | |
Break out the write logic into a separate function and simply use it as a callback to glob_item. This allows users to consolidate writes to sysfs with multiple similar pathnames, e.g. w /sys/class/block/sd[a-z]/queue/read_ahead_kb - - - - 1024 | |||
2012-09-12 | login: reshuffle meaning of require_active parameter | Lennart Poettering | |
2012-09-11 | condition: add ConditionFileNotEmpty= | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=54448 | |||
2012-09-10 | man: document that assignemnts of devices to seats are persistent | Lennart Poettering | |
2012-09-07 | journald: make splitting up of journal files per-user configurable | Lennart Poettering | |
2012-09-07 | journal: add call to determine current journal file disk usage | Lennart Poettering | |
2012-09-05 | man: document that ExecStart= doesn't understand shell command lines | Lennart Poettering | |
2012-09-05 | journalctl: replace --local by --merge, i.e. don't interleave remote ↵ | Lennart Poettering | |
journals by default | |||
2012-09-05 | nspawn: handle poweroff/reboot nicely in containers | Lennart Poettering | |
2012-09-05 | shutdown: remove explicit sync() invocations | Lennart Poettering | |
The kernel implicitly does sync() anyway, hence there is no need to do that in userspace explicitly. This makes the "-n" switch to halt(8) a noop. | |||
2012-09-05 | journalctl: rework JSON output mode | Lennart Poettering | |
This splits the JSON output mode into different modes: json and json-pretty. The former printing one entry per line, the latter showing JSON objects nicely indented and in multiple lines to make it easier to read for humans. | |||
2012-09-03 | main: jointly mount more controllers | Lennart Poettering | |
After talking to the cgroup kernel folks at LPC we came to the conclusion that it is probably a good idea to mount all CPU related resp. all network related cgroup controllers together, both because they are good defaults for admins and because this might prepare for eventual kernel cleanups where the ability to mount them separately is removed. | |||
2012-08-22 | journald: augment journal entries from the kernel with data from udev | Lennart Poettering | |
2012-08-22 | unit: add new ConditionHost= condition type | Lennart Poettering | |
2012-08-20 | journald: add new Seal= configuration option | Lennart Poettering | |
2012-08-17 | man: add man pages for new FSS stuff | Lennart Poettering | |
2012-08-14 | man: extend documentation for RestartPreventExitStatus= and ↵ | Lennart Poettering | |
SuccessExitStatus= a bit | |||
2012-08-14 | service: add options RestartPreventExitStatus and SuccessExitStatus | Lukas Nykryn | |
In some cases, like wrong configuration, restarting after error does not help, so administrator can specify statuses by RestartPreventExitStatus which will not cause restart of a service. Sometimes you have non-standart exit status, so this can be specified by SuccessfulExitStatus. | |||
2012-08-13 | namespace: rework namespace support | Lennart Poettering | |
- don't use pivot_root() anymore, just reuse root hierarchy - first create all mounts, then mark them read-only so that we get the right behaviour when people want writable mounts inside of read-only mounts - don't pass invalid combinations of MS_ constants to the kernel | |||
2012-08-09 | man: document kernel journal fields | Lennart Poettering | |
2012-08-09 | journalctl: support device node matches as shortcut | Lennart Poettering | |
2012-08-09 | journald: basic support for /dev/kmsg parsing | Lennart Poettering | |
2012-08-09 | man: clarify the order of seats in sd_get_seats() is undefined | Lennart Poettering | |
2012-08-08 | systemd: introduced new timeout types | Michal Sekletar | |
Makes possible to specify separate timeout for start and stop of the service. [ Improved the manpage. Coding style fix. -- michich ] | |||
2012-08-03 | cryptsetup: add keyfile-size= support | Tom Gundersen | |
This is useful e.g. if the keyfile is a raw device, where only parts of it should be read. It is typically used whenever the keyfile-offset= option is specified. Tested-by: Erik Westrup <erik.westrup@gmail.com> | |||
2012-08-03 | man: document three new cgtop options | Zbigniew Jędrzejewski-Szmek | |
2012-08-01 | journal: add sd_journal_perror() to API | Lennart Poettering | |
2012-07-31 | doc: clarification in system.unit man page | Zbigniew Jędrzejewski-Szmek | |
2012-07-29 | logind: add new loginctl lock-sessions command | Lennart Poettering | |
2012-07-29 | Revert "man: ship systemd-udevd as the real manpage" | Lennart Poettering | |
We want to keep things uniform, and hence treat udevd's man page like any other in the repo. What matters is how users primarily interface with a service, and that is not the binary path in /usr/lib/systemd but the service name. This reverts commit 6c1f3ba54ac1f42598c543b86daaf294b29294b1. | |||
2012-07-28 | man: grammar fixes for systemd-udev(8) | Zbigniew Jędrzejewski-Szmek | |
2012-07-28 | man: ship systemd-udevd as the real manpage | Dave Reisner | |
Instead of making systemd-udevd a so-link to systemd-udevd.service, ship the real page as systemd-udevd to integrate better with distros where udevd might be run standalone. | |||
2012-07-27 | journalctl: add --priority= switch for filtering by priority | Lennart Poettering | |
2012-07-26 | systemd: enable/disable instances of template | Michal Sekletar | |
https://bugzilla.redhat.com/show_bug.cgi?id=752774 | |||
2012-07-26 | man: rewrite the description of PartOf | Michal Schmidt | |
2012-07-26 | systemd: added new dependency PartOf | Michal Sekletar | |
This should address TODO item "new dependency type to "group" services in a target". Semantic of new dependency is as follows. Once configured it creates dependency which will cause that all dependent units get stopped if unit they all depend on is stopped or restarted. Usual use case would be configuring PartOf=some.target in template unit file and WantedBy=some.target in [Install] section and enabling desired number of instances. In this case starting one instance won't pull in target but stopping or starting target(in case of WantedBy is properly configured) will cause stop/start of all instances. | |||
2012-07-22 | man: typo | Shawn Landden | |
2012-07-20 | unit: split off KillContext from ExecContext containing only kill definitions | Lennart Poettering | |
2012-07-20 | man: add reference to export format spec to journalctl | Lennart Poettering | |
2012-07-19 | man: fix sysctl.d(5) man page copy/paste mistake | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=52254 | |||
2012-07-19 | nspawn: introduce new --link-journal= switch to link container journals into ↵ | Lennart Poettering | |
host | |||
2012-07-17 | man: html - cross-ref man page references and add Index link | Kay Sievers | |
2012-07-17 | systemd: add --version option | Zbigniew Jędrzejewski-Szmek | |
systemd --version mirrors systemctl --version: $ ./systemd --version systemd 186 other +PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT -LIBCRYPTSETUP This information can be retrieved by other means (systemctl, etc.), but it's easier for a newbie if 'systemd --version' says something useful. And 'systemd --help' is already there, so let's complement that with '--version'. |