summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-04-04man: document /etc/sysctl.d/Lennart Poettering
2011-04-04binfmt: add binfmt tool to set up binfmt_misc at bootLennart Poettering
2011-04-03update TODOLennart Poettering
2011-04-03tmpfiles: create leading directories for d/D instructionsKay Sievers
2011-04-03condition: use 'selinux' rather than 'SELinux' as preferred spellingLennart Poettering
The virtualization condition and others use lowercase identifiers, so for the sake of keeping things least surprising, use lowercase identifiers here too.
2011-04-03man: document ConditionSecurityMichal Schmidt
2011-04-03condition: add ConditionSecurityMichal 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-03load-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-03condition: fix dumping of conditionsMichal Schmidt
Several condition types were missing their strings, they were showing as "(null)" in systemctl dump. Indentation was missing too.
2011-04-03initctl: /dev/initctl is a named pipe, not a socketLennart Poettering
2011-04-03kmsg-syslogd: pass facility value into kmsgLennart Poettering
2011-04-03move /var/lock to HAVE_SYSV_COMPATKay Sievers
2011-04-03update TODOKay Sievers
2011-04-02tmpfiles: split off rules for legacy systems into legacy.confLennart Poettering
2011-04-01general: replace a few uses of /var/run by /runLennart Poettering
2011-04-01build-sys: bump versionsystemd/v22Lennart Poettering
2011-04-01tmpfiles: enforce new /var/lock semanticsLennart Poettering
http://lists.freedesktop.org/archives/systemd-devel/2011-March/001823.html
2011-04-01man: document ConditionPathIsDirectory=Lennart Poettering
2011-03-31mount: also relabel pre-mounted API dirsLennart Poettering
2011-03-31log: fix shifting of facilitiesLennart Poettering
2011-03-31log: don't strip facility when writing to kmsgLennart Poettering
2011-03-31man: uinput.ko is a bad exampleLennart Poettering
2011-03-31build-sys: create a number of drop-in config dirsLennart Poettering
2011-03-31src: our lord is coverityLennart Poettering
2011-03-31random: do not print warning if random seed doesn't exist yetLennart Poettering
2011-03-31plymouth: use PID file to detect whether ply is runningLennart Poettering
2011-03-31build-sys: install systemd-analyze by defaultLennart Poettering
2011-03-31analyze: improve outputLennart Poettering
2011-03-31update TODOKay Sievers
2011-03-31analyze: add plotterLennart Poettering
2011-03-30unit: when deserializing do reconnect to dbus/syslog when they show upLennart Poettering
2011-03-30analyze: beautify output a bitLennart Poettering
2011-03-30analyze: add systemd-analyze toolLennart Poettering
2011-03-30unit: don't override timestamps due to state changes when deserializingLennart Poettering
2011-03-30plymouth: don't explicitly enable status message when plymouth is upsystemd/v21Lennart 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-30status: show status messages unconditionally if plymouth is aroundLennart Poettering
2011-03-30taint: add missing cgroups taint flagLennart Poettering
2011-03-30locale: don't access misinitialized variableLennart Poettering
2011-03-30quota: do not pull in quota tools for mounts that do not originate in ↵Lennart Poettering
neither /etc/fstab nor fragment files
2011-03-30manager: fix taint check for /usrLennart Poettering
2011-03-30unit: never apply /etc/rcN.d/ priority to native servicesLennart Poettering
2011-03-29unit: fix parsing of condition-resultLennart Poettering
2011-03-29unit: don't complain about failed units when deserializingLennart Poettering
2011-03-29exec: drop process group kill mode since it has little use and confuses the userLennart Poettering
2011-03-29cgroup: explain when we cannot initialize the cgroup stuffLennart Poettering
2011-03-29locale: full fledged /etc/default/locale support for debianFlorian Kriener
debian uses /etc/default/locale for all locale setup, this patch adds full support for it to systemd.
2011-03-29systemctl: don't truncate description when using pagerLennart Poettering
https://bugs.freedesktop.org/show_bug.cgi?id=35725
2011-03-29ask-password: also accept Backspace as first keypress as silent mode switchLennart Poettering
2011-03-29unit: when deserializing jobs, don't pull in dependenciesLennart Poettering
2011-03-29man: really fix all LC_MESSAGE to LC_MESSAGESLennart Poettering
https://bugs.freedesktop.org/show_bug.cgi?id=35534