summaryrefslogtreecommitdiff
path: root/src/manager.c
AgeCommit message (Expand)Author
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
2011-03-31src: our lord is coverityLennart Poettering
2011-03-30analyze: beautify output a bitLennart Poettering
2011-03-30manager: fix taint check for /usrLennart Poettering
2011-03-28use /run instead of /dev/.runKay Sievers
2011-03-18syslog: rework syslog detection so that we need no compile-time option what t...Lennart Poettering
2011-03-16main: check if we have a valid PID before getting the name of itLennart Poettering
2011-03-14manager: don't show kernel boot-up time for containersLennart Poettering
2011-03-14manager: show who killed usLennart Poettering
2011-03-14audit: give up sending auditing messages when it failed due to EPERMLennart Poettering
2011-03-14main: remove AF_UNIX sockets before bindingLennart Poettering
2011-03-14core: move abstract namespace sockets to /dev/.runLennart Poettering
2011-03-09dev: use /dev/.run/systemd as runtime directory, instead of /dev/.systemdLennart Poettering
2011-02-28Spelling CorrectionsHarald Hoyer