summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-04-07dbus: expose monotonic timestamps on the busLennart Poettering
2011-04-07manager: no need to use randomized generator dir when running as system managerLennart Poettering
2011-04-07don't make up buffer sizes, use standard LINE_MAX insteadLennart Poettering
2011-04-07unit: disallow configuration of more than one on_failure dependencies if ↵Lennart Poettering
OnFailureIsolate= is on
2011-04-07unit: pull in logger unit only when running in system modeLennart Poettering
2011-04-07manager: serialize/deserialize max job id and /usr taint flagLennart Poettering
2011-04-07manager: don't garbage collect jobs when isolating, to change global stateLennart Poettering
2011-04-07unit: introduce OnFailureIsolate=Lennart Poettering
2011-04-06mount: relabel both before and after a mount, just in caseLennart Poettering
2011-04-06build-sys: bump versionsystemd/v24Lennart Poettering
2011-04-06update TODOLennart Poettering
2011-04-06cmdline: we actually want to parse the kernel cmdline in VMs, just not in ↵Lennart Poettering
containers
2011-04-06units: rename rtc-set.target to time-sync.target and pull it in by ↵Lennart Poettering
hwclock-load.service On request of Miroslav Lichvar, rename rtc-set.target to time-sync.target since usually the RTC chip isn't involved at all in NTP syncs. Also, pull it in by hwclock-load.service.
2011-04-06job: fix deserialization of jobs: do not ignore orderingLennart Poettering
2011-04-06var-lock: don't try to enable var-lock.mount if we don't install itLennart Poettering
2011-04-06update TODOLennart Poettering
2011-04-06systemctl: properly parse JobNew signalsLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=693274
2011-04-06service: fix units with more than one socketLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=693289
2011-04-06systemctl: make most operations NOPs in a chrootLennart Poettering
2011-04-06manager: don't show PID for incoming signals if it is 0Lennart Poettering
2011-04-05man: fix description of systemctl reload-or-try-restartLennart Poettering
2011-04-05mount: block creation of mount units for API file systemsLennart Poettering
2011-04-05units: call the logger a bridge tooLennart Poettering
2011-04-05build-sys: we don't need rootsbindir anymore since we don't install anything ↵Lennart Poettering
to /sbin
2011-04-05build-sys: better don't use libexecdir here at allLennart Poettering
2011-04-05build-sys: fix libexecdir to /usr/libLennart Poettering
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