summaryrefslogtreecommitdiff
path: root/src/manager.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-02manager: tell correctly if the manager is bootingMichal Schmidt1-1/+1
2012-01-18manager: don't place units in the 'cpu' group when run as user instance, for nowLennart Poettering1-2/+5
2012-01-16unit: use safe downcasts, remove pointless castsMichal Schmidt1-23/+23
2012-01-16unit: remove union UnitMichal Schmidt1-104/+104
2012-01-16unit: reduce heap usage for unit objectsMichal Schmidt1-5/+12
2012-01-12core: switch all log targets to go directly to the journal, instead via syslogLennart Poettering1-3/+9
2012-01-11systemd: reconnect to syslog as soon as the journal is fully upLennart Poettering1-27/+11
2012-01-11unit: implement new PropagateReloadTo=/PropagateReloadFrom= operationsLennart Poettering1-1/+17
2012-01-05build-sys: move public header files into a dir of their ownLennart Poettering1-1/+2
2011-12-31Merge branch 'journal'Lennart Poettering1-2/+2
2011-12-20dbus: register to DBus asynchronouslyMichal Schmidt1-1/+1
2011-11-08Merge branch 'master' into journalLennart Poettering1-2/+10
2011-10-17audit: do not complain if kernel lacks auditJonathan Nieder1-1/+4
2011-10-17manager: fix a crash in isolatingMichal Schmidt1-1/+6
2011-10-07journal: add preliminary incomplete implementationLennart Poettering1-2/+2
2011-09-23virt: add missing header inclusionLennart Poettering1-0/+1
2011-09-23util: improve signal_to_string, signal_from_stringMichal Schmidt1-3/+3
2011-09-23manager: fix job mode for SIGRTMIN+1, +2Michal Schmidt1-2/+3
2011-09-01fsck: show progress while fscking at bootLennart Poettering1-3/+33
2011-08-21cgroup: honour sticky bit when trimming cgroup treesLennart Poettering1-1/+1
2011-08-01umask: set umask of a number of sockets by default, even though we check cred...Lennart Poettering1-2/+7
2011-08-01manager: call generators with umask 0022Lennart Poettering1-0/+3
2011-08-01util: use join() instead of asprintf() as an optimizationLennart Poettering1-1/+2
2011-07-23manager: add log control via RT signalsLennart Poettering1-0/+31
2011-07-22path-lookup: make inclusion of user private units optionalLennart Poettering1-2/+2
2011-07-06manager: merge serialization and desrialization counter into one, and increas...Lennart Poettering1-23/+18
2011-07-05add a few O_CLOEXEC where missingLennart Poettering1-1/+1
2011-07-02manager: consider the active job when mergingMichal Schmidt1-0/+3
2011-06-30manager: use sd_notify() to notify parent systemd that we have finished startupLennart Poettering1-0/+5
2011-06-27dbus: send our finished signal when we are finished bootingLennart Poettering1-18/+27
2011-06-21dbus: make bus_flags_to_events() and friends generally usefulLennart Poettering1-1/+1
2011-06-20manager: include full systemctl status command line in error messageLennart Poettering1-2/+3
2011-04-28dbus: make daemon reexecution synchronousLennart Poettering1-0/+4
2011-04-27manager: fix serialization counterLennart Poettering1-1/+1
2011-04-20cgroup: don't accidentaly trim on reloadLennart Poettering1-2/+18
2011-04-19manager: when running in test mode, do not write generated unit files to /run...Lennart Poettering1-1/+1
2011-04-16manager: drop all pending jobs when isolatingLennart Poettering1-2/+16
2011-04-16manager: introduce IgnoreOnIsolate flag so that we can keep systemd-logger ar...Lennart Poettering1-1/+1
2011-04-16manager: downgrade a few log messagesLennart Poettering1-3/+3
2011-04-07manager: no need to use randomized generator dir when running as system managerLennart Poettering1-6/+15
2011-04-07don't make up buffer sizes, use standard LINE_MAX insteadLennart Poettering1-1/+1
2011-04-07manager: serialize/deserialize max job id and /usr taint flagLennart Poettering1-1/+18
2011-04-07manager: don't garbage collect jobs when isolating, to change global stateLennart Poettering1-2/+4
2011-04-06job: fix deserialization of jobs: do not ignore orderingLennart Poettering1-16/+19
2011-04-06manager: don't show PID for incoming signals if it is 0Lennart Poettering1-7/+9
2011-04-04manager: fd must be int, not charMichal Schmidt1-1/+1
2011-03-31src: our lord is coverityLennart Poettering1-1/+1
2011-03-30analyze: beautify output a bitLennart Poettering1-1/+1
2011-03-30manager: fix taint check for /usrLennart Poettering1-0/+2
2011-03-28use /run instead of /dev/.runKay Sievers1-3/+3