summaryrefslogtreecommitdiff
path: root/src/manager.c
AgeCommit message (Expand)Author
2012-04-11move libsystemd_core.la sources into core/Kay Sievers
2012-04-11main: drop container/initrd env vars from inherited setLennart Poettering
2012-04-10rename basic.la to shared.la and put selinux deps in shared-selinx.laKay Sievers
2012-04-05systemd: add hardware watchdog supportLennart Poettering
2012-02-02manager: tell correctly if the manager is bootingMichal Schmidt
2012-01-18manager: don't place units in the 'cpu' group when run as user instance, for nowLennart Poettering
2012-01-16unit: use safe downcasts, remove pointless castsMichal Schmidt
2012-01-16unit: remove union UnitMichal Schmidt
2012-01-16unit: reduce heap usage for unit objectsMichal Schmidt
2012-01-12core: switch all log targets to go directly to the journal, instead via syslogLennart Poettering
2012-01-11systemd: reconnect to syslog as soon as the journal is fully upLennart Poettering
2012-01-11unit: implement new PropagateReloadTo=/PropagateReloadFrom= operationsLennart Poettering
2012-01-05build-sys: move public header files into a dir of their ownLennart Poettering
2011-12-31Merge branch 'journal'Lennart Poettering
2011-12-20dbus: register to DBus asynchronouslyMichal Schmidt
2011-11-08Merge branch 'master' into journalLennart Poettering
2011-10-17audit: do not complain if kernel lacks auditJonathan Nieder
2011-10-17manager: fix a crash in isolatingMichal Schmidt
2011-10-07journal: add preliminary incomplete implementationLennart Poettering
2011-09-23virt: add missing header inclusionLennart Poettering
2011-09-23util: improve signal_to_string, signal_from_stringMichal Schmidt
2011-09-23manager: fix job mode for SIGRTMIN+1, +2Michal Schmidt
2011-09-01fsck: show progress while fscking at bootLennart Poettering
2011-08-21cgroup: honour sticky bit when trimming cgroup treesLennart Poettering
2011-08-01umask: set umask of a number of sockets by default, even though we check cred...Lennart Poettering
2011-08-01manager: call generators with umask 0022Lennart Poettering
2011-08-01util: use join() instead of asprintf() as an optimizationLennart Poettering
2011-07-23manager: add log control via RT signalsLennart Poettering
2011-07-22path-lookup: make inclusion of user private units optionalLennart Poettering
2011-07-06manager: merge serialization and desrialization counter into one, and increas...Lennart Poettering
2011-07-05add a few O_CLOEXEC where missingLennart Poettering
2011-07-02manager: consider the active job when mergingMichal Schmidt
2011-06-30manager: use sd_notify() to notify parent systemd that we have finished startupLennart Poettering
2011-06-27dbus: send our finished signal when we are finished bootingLennart Poettering
2011-06-21dbus: make bus_flags_to_events() and friends generally usefulLennart Poettering
2011-06-20manager: include full systemctl status command line in error messageLennart Poettering
2011-04-28dbus: make daemon reexecution synchronousLennart Poettering
2011-04-27manager: fix serialization counterLennart Poettering
2011-04-20cgroup: don't accidentaly trim on reloadLennart Poettering
2011-04-19manager: when running in test mode, do not write generated unit files to /run...Lennart Poettering
2011-04-16manager: drop all pending jobs when isolatingLennart Poettering
2011-04-16manager: introduce IgnoreOnIsolate flag so that we can keep systemd-logger ar...Lennart Poettering
2011-04-16manager: downgrade a few log messagesLennart 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-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-06job: fix deserialization of jobs: do not ignore orderingLennart Poettering
2011-04-06manager: don't show PID for incoming signals if it is 0Lennart Poettering
2011-04-04manager: fd must be int, not charMichal Schmidt