Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-03 | condition: add ConditionSecurity | Michal Schmidt | |
Using ConditionSecurity a unit can depend on a security module being enabled/disabled. For now the only recognized security module is SELinux. I'd like to use this feature for a unit that creates /.autorelabel if SELinux is disabled, to ensure a relabel is done automatically when the system is later rebooted with SELinux enabled. | |||
2011-04-03 | load-fragment: unify config_parse_condition_{kernel, virt} | Michal Schmidt | |
They only differ in the condition type, otherwise the code is identical. Replace them with a more generic config_parse_condition_string(). | |||
2011-04-03 | condition: fix dumping of conditions | Michal Schmidt | |
Several condition types were missing their strings, they were showing as "(null)" in systemctl dump. Indentation was missing too. | |||
2011-04-03 | initctl: /dev/initctl is a named pipe, not a socket | Lennart Poettering | |
2011-04-03 | kmsg-syslogd: pass facility value into kmsg | Lennart Poettering | |
2011-04-03 | move /var/lock to HAVE_SYSV_COMPAT | Kay Sievers | |
2011-04-03 | update TODO | Kay Sievers | |
2011-04-02 | tmpfiles: split off rules for legacy systems into legacy.conf | Lennart Poettering | |
2011-04-01 | general: replace a few uses of /var/run by /run | Lennart Poettering | |
2011-04-01 | build-sys: bump versionsystemd/v22 | Lennart Poettering | |
2011-04-01 | tmpfiles: enforce new /var/lock semantics | Lennart Poettering | |
http://lists.freedesktop.org/archives/systemd-devel/2011-March/001823.html | |||
2011-04-01 | man: document ConditionPathIsDirectory= | Lennart Poettering | |
2011-03-31 | mount: also relabel pre-mounted API dirs | Lennart Poettering | |
2011-03-31 | log: fix shifting of facilities | Lennart Poettering | |
2011-03-31 | log: don't strip facility when writing to kmsg | Lennart Poettering | |
2011-03-31 | man: uinput.ko is a bad example | Lennart Poettering | |
2011-03-31 | build-sys: create a number of drop-in config dirs | Lennart Poettering | |
2011-03-31 | src: our lord is coverity | Lennart Poettering | |
2011-03-31 | random: do not print warning if random seed doesn't exist yet | Lennart Poettering | |
2011-03-31 | plymouth: use PID file to detect whether ply is running | Lennart Poettering | |
2011-03-31 | build-sys: install systemd-analyze by default | Lennart Poettering | |
2011-03-31 | analyze: improve output | Lennart Poettering | |
2011-03-31 | update TODO | Kay Sievers | |
2011-03-31 | analyze: add plotter | Lennart Poettering | |
2011-03-30 | unit: when deserializing do reconnect to dbus/syslog when they show up | Lennart Poettering | |
2011-03-30 | analyze: beautify output a bit | Lennart Poettering | |
2011-03-30 | analyze: add systemd-analyze tool | Lennart Poettering | |
2011-03-30 | unit: don't override timestamps due to state changes when deserializing | Lennart Poettering | |
2011-03-30 | plymouth: don't explicitly enable status message when plymouth is upsystemd/v21 | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=676302 systemd now watches /run/initramfs/plymouth and generates messages exactly when that file exists. Hence we don't need the sending of the signals anymore. | |||
2011-03-30 | status: show status messages unconditionally if plymouth is around | Lennart Poettering | |
2011-03-30 | taint: add missing cgroups taint flag | Lennart Poettering | |
2011-03-30 | locale: don't access misinitialized variable | Lennart Poettering | |
2011-03-30 | quota: do not pull in quota tools for mounts that do not originate in ↵ | Lennart Poettering | |
neither /etc/fstab nor fragment files | |||
2011-03-30 | manager: fix taint check for /usr | Lennart Poettering | |
2011-03-30 | unit: never apply /etc/rcN.d/ priority to native services | Lennart Poettering | |
2011-03-29 | unit: fix parsing of condition-result | Lennart Poettering | |
2011-03-29 | unit: don't complain about failed units when deserializing | Lennart Poettering | |
2011-03-29 | exec: drop process group kill mode since it has little use and confuses the user | Lennart Poettering | |
2011-03-29 | cgroup: explain when we cannot initialize the cgroup stuff | Lennart Poettering | |
2011-03-29 | locale: full fledged /etc/default/locale support for debian | Florian Kriener | |
debian uses /etc/default/locale for all locale setup, this patch adds full support for it to systemd. | |||
2011-03-29 | systemctl: don't truncate description when using pager | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=35725 | |||
2011-03-29 | ask-password: also accept Backspace as first keypress as silent mode switch | Lennart Poettering | |
2011-03-29 | unit: when deserializing jobs, don't pull in dependencies | Lennart Poettering | |
2011-03-29 | man: really fix all LC_MESSAGE to LC_MESSAGES | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=35534 | |||
2011-03-29 | build-sys: bump version | Lennart Poettering | |
2011-03-29 | udev: tty - re-add accidentially removed hvc* match | Kay Sievers | |
2011-03-29 | locale: fix LC_MESSAGES variable name | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=35534 | |||
2011-03-29 | plymouth: Remove the calls to plymouth message | William Jon McCann | |
* messages aren't translated * console text is ugly * they are jargonny * they really aren't needed https://bugs.freedesktop.org/show_bug.cgi?id=35711 | |||
2011-03-29 | udev: systemd-tag all ttys | Kay Sievers | |
2011-03-29 | tmpfiles fix /run/lock permissions | Kay Sievers | |
<mbiebl> kay: just wondering: d /run/lock 0755 root lock - <mbiebl> shouldn't that rather be 0775? <mbiebl> otherwise it doesn't make sense |