summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-04-05build-sys: always place user units in /usr/lib/systemdKay Sievers
./configure --libexecdir=/usr/lib
2011-04-05update TODOLennart Poettering
2011-04-05build-sys: bump version numbersystemd/v23Lennart Poettering
2011-04-05update TODOLennart Poettering
2011-04-04pkgconfig: update .pc file accordinglyLennart Poettering
2011-04-04lookup: always also look into /usr/lib for unitsLennart Poettering
2011-04-04exec: support unlimited resourcesLennart Poettering
2011-04-04selinux: relabel /run the same way as /dev after loading the policy since ↵Lennart Poettering
they both come pre-filled and unlabelled
2011-04-04update TODOLennart Poettering
2011-04-04manager: fd must be int, not charMichal Schmidt
This should fix the crash reported by Dan Horak on s390x which does not have VTs.
2011-04-04change remaining /var/run to /runKay Sievers
2011-04-04units: move user units from /usr/share to /usr/lib since they might be ↵Lennart Poettering
arch-dependent
2011-04-04logger: name socket like serviceLennart Poettering
2011-04-04units: improve logger descriptionsLennart Poettering
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