summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-06-24utils: show help blurb when run without any argumentsLennart Poettering
2010-06-24systemctl: minor --help rewordingLennart Poettering
2010-06-24path-lookup: unconditionally check /usr and /usr/share unit directoriesLennart Poettering
2010-06-24manager: both rescue and emergency should be started in isolate modeLennart Poettering
2010-06-24log: unify log env var prefixLennart Poettering
2010-06-24sd-daemon: refer to the man pagesLennart Poettering
2010-06-24pam: make sure we don't assign colliding session ids if we get our session id...Lennart Poettering
2010-06-24minor fixes to help textsLennart Poettering
2010-06-23man: start documenting systemd itselfLennart Poettering
2010-06-23pam: dont use $XDG_SESSION_COOKIE since CK wants that to be secret. Come up w...Lennart Poettering
2010-06-23minor typo fixesLennart Poettering
2010-06-23man: document sd-daemon.[ch]Lennart Poettering
2010-06-22systemctl: fix systemctl help textLennart Poettering
2010-06-22service: rework logic when we consider a service runningLennart Poettering
2010-06-22conf-parser: check all parse callbacksLennart Poettering
2010-06-21pam: implement systemd PAM module and generelize cgroup API for that a bitLennart Poettering
2010-06-21notify: add systemd-notify --bootedLennart Poettering
2010-06-21sd-daemon: introduce sd_booted() and set ELF visibility to hidden for all sym...Lennart Poettering
2010-06-19systemctl: make upstart glue code talk to upstart via private abstarct bus an...Lennart Poettering
2010-06-19service: require KillMode=control-group when PAM is enabledLennart Poettering
2010-06-19unit: make unit casts typesafeLennart Poettering
2010-06-19initctl: add some checks before starting upLennart Poettering
2010-06-19initctl: talk to systemd via the abstract private busLennart Poettering
2010-06-19unit: get rid of various unnecessary castsLennart Poettering
2010-06-19don't use 'long long' unless we have a really good reason toLennart Poettering
2010-06-19socket: enforce limit on number of concurrent connectionsLennart 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-19service: honour empty cgroup even in ValidNoProcess modeLennart Poettering
2010-06-19util: properly divide in 64bit in format_timestamp()Lennart Poettering
2010-06-18execute: handle format strings in User= and other directivesLennart Poettering
2010-06-18notify: properly NUL-terminate received messagesLennart Poettering
2010-06-18main: don't segfault when --log-color is passed without parameterLennart Poettering
2010-06-18service: add minimal access control logic for notifcation socketLennart Poettering
2010-06-18service: when we supervise a process, ensure it is our childLennart Poettering
2010-06-18install: make systemd-install useful for installation of template instancesLennart Poettering
2010-06-18systemctl: don't fail if first argument to shutdown isn't 'now' just warn lou...Lennart Poettering
2010-06-18systemctl: when called as shutdown, fail if first argument isn't 'now'Lennart Poettering
2010-06-18systemctl: when called as shutdown, properly handle user specified wall messageLennart Poettering
2010-06-18cgroup: make sure the user cannot accidentaly unmount our cgroup filesystemLennart Poettering
2010-06-18init: call telinit in case we are run as init and not pid1Lennart Poettering
2010-06-18utmp: properly initialize local variablesLennart Poettering
2010-06-18systemctl: add compat support for shutting down the system via upstartLennart Poettering
2010-06-18execute: add EnvironmentFile= optionLennart Poettering
2010-06-18systemctl: add /dev/initctl fallbackLennart Poettering
2010-06-18systemctl: add verbs for special unitsLennart Poettering
2010-06-18systemctl: warn users via wall that the system goes downLennart Poettering
2010-06-17gcc: disable warn_unused_result attribute warningsLennart Poettering
2010-06-17tcpwrap: add missing header files for suseLennart Poettering
2010-06-17sd-daemon: add gcc format string attribute to sd_notifyfLennart Poettering