summaryrefslogtreecommitdiff
path: root/src/core/manager.h
AgeCommit message (Expand)Author
2013-05-02Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek
2013-04-25Add some extra __attribute__ ((format)) sCristian Rodríguez
2013-04-25unit: rework stop pending logicLennart Poettering
2013-04-08Do not serialize environment, when switching rootHarald Hoyer
2013-03-15core: reuse the same /tmp, /var/tmp and inaccessible dirMichal Sekletar
2013-02-28core/manager: print status messages about running jobsMichal Schmidt
2013-02-28core: count active units that may mind our printing to /dev/consoleMichal Schmidt
2013-02-28util, core: add support for ephemeral status linesMichal Schmidt
2013-02-28core/manager: make a couple of functions staticMichal Schmidt
2013-02-28core: add manager_status_printf()Michal Schmidt
2013-02-27core: keep track of the number of JOB_RUNNING jobsMichal Schmidt
2012-12-22socket: support socket activation of containersLennart Poettering
2012-11-25timer: recalculate next elapse for calendar timer units when the system clock...Lennart Poettering
2012-11-22manager: introduce watch_init() initializer for watchesLennart Poettering
2012-10-02audit: turn the audit fd into a static variableLennart Poettering
2012-09-18core: move ManagerRunningAs to sharedZbigniew Jędrzejewski-Szmek
2012-09-13manager: extend performance measurement interface to include firmware/loader ...Lennart Poettering
2012-07-19use #pragma once instead of foo*foo #define guardsShawn Landden
2012-07-18unit: don't serialize job state, only unit state across switch-rootLennart Poettering
2012-06-22core: remove sysv_console optionLennart Poettering
2012-05-23manager: rework generator logicLennart Poettering
2012-05-21main: allow system wide limits for servicesFrederic Crozat
2012-05-21dbus-unit: always load the unit before handling a message for itMichal Schmidt
2012-05-09manager: introduce SwitchRoot bus call for initrd/main transitionLennart Poettering
2012-04-30unit: add new dependency type RequiresMountsFor=Lennart Poettering
2012-04-24service: introduce Type=idle and use it for gettysLennart Poettering
2012-04-24manager: drop MountAuto= and SwapAuto= optionsLennart Poettering
2012-04-20manager: split transaction.[ch]Michal Schmidt
2012-04-20manager: Transaction as an objectMichal Schmidt
2012-04-20job: allow job_free() only on already unlinked jobsMichal Schmidt
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-04-11move libsystemd_core.la sources into core/Kay Sievers