summaryrefslogtreecommitdiff
path: root/src/manager.c
AgeCommit message (Expand)Author
2010-07-12units: introduce emergency.targetLennart Poettering
2010-07-11socket: pass minimal abstract socket namesLennart Poettering
2010-07-11manager: free dbus error when ignoring itLennart Poettering
2010-07-11manager: introduce unit path cache to minimize disk accessesLennart Poettering
2010-07-11cgroup: kill processes, not tasks and other cgroup changesLennart Poettering
2010-07-10cgroup: make cgroup controller name a constantLennart Poettering
2010-07-10systemctl: show exec status of all exited programsLennart Poettering
2010-07-10snapshot: fix deserializationLennart Poettering
2010-07-10main: add a few more useful diagnostic log messagesLennart Poettering
2010-07-09main: make it possible to run a system daemon along side an aloready running ...Lennart Poettering
2010-07-08execute: if the main process of a service already owns the TTY, don't wait fo...Lennart Poettering
2010-07-08dbus: make errors reported via D-Bus more usefulLennart Poettering
2010-07-07log: bump up a number of log messages so that they are shown even if debug lo...Lennart Poettering
2010-07-07manager: optionally print status updates to console on bootLennart Poettering
2010-07-05dbus: send signals about jobs to the clients having created them unconditiona...Lennart Poettering
2010-07-01unit: add new abstracted maintenance state for unitsLennart Poettering
2010-07-01core: rename struct timestamp to dual_timestamp to avoid name clash with IP s...Lennart Poettering
2010-06-24manager: both rescue and emergency should be started in isolate modeLennart Poettering
2010-06-21pam: implement systemd PAM module and generelize cgroup API for that a bitLennart Poettering
2010-06-19unit: make unit casts typesafeLennart Poettering
2010-06-19don't use 'long long' unless we have a really good reason toLennart Poettering
2010-06-19manager: get rid of destinction between running_as=system and running_as=init...Lennart Poettering
2010-06-19dbus: to make sure that systemd stays controllable during early bootup, regis...Lennart Poettering
2010-06-18notify: properly NUL-terminate received messagesLennart Poettering
2010-06-18service: add minimal access control logic for notifcation socketLennart Poettering
2010-06-18cgroup: make sure the user cannot accidentaly unmount our cgroup filesystemLennart Poettering
2010-06-18systemctl: add verbs for special unitsLennart Poettering
2010-06-17manager: expose a few special units via SIGRTMIN+x signalsLennart Poettering
2010-06-16service: optionally call into PAM when dropping priviligesLennart Poettering
2010-06-16notify: add minimal readiness/status protocol for spawned daemonsLennart Poettering
2010-06-15manager: split off path lookup logic into own .c fileLennart Poettering
2010-06-15manager: recheck unit paths on daemon reloadLennart Poettering
2010-06-05unit: when destructing units make sure we don't readd the unit to the gc queu...Lennart Poettering
2010-06-04unit: avoid assert on daemon reloadLennart Poettering
2010-06-04manager: dump to usual debug channel on SIGUSR2, don't rely on stdinLennart Poettering
2010-06-03unit: serialize jobs in addition to unitsLennart Poettering
2010-06-03manager: when we sweep the tree when looking for ordering cycles, remember an...Lennart Poettering
2010-05-24unit: introduce exit.service for exiting from session instancesLennart Poettering
2010-05-24timer: fully implement timer unitsLennart Poettering
2010-05-22manager: link ~/.local/share/systemd/session to ~/.config/systemd/session if ...Lennart Poettering
2010-05-22manager: canonicalize search paths and filter out non-existing paths and thos...Lennart Poettering
2010-05-18manager: before entering loop dispatch queued up SIGCHLDsLennart Poettering
2010-05-16build-sys: move source files to subdirectoryLennart Poettering