summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-06-27logind: automatically deduce seat from displayLennart Poettering
2011-06-27pam: make sure we pass a valid tty field to logindLennart Poettering
2011-06-27logind: update TODOLennart Poettering
2011-06-27swap: ignore missing /proc/swapsMichael Olbrich
Otherwise systemd reports "Failed to fully start up daemon: No such file or directory" when swap is disabled in the kernel.
2011-06-27systemctl: add support for --root for systemctl enable/disable/is-enabledFrederic Crozat
Add --root=<root> for enable/disable/is-enabled systemctl commands. To be used for easily enable / disable systemd services for a chroot, without running systemctl inside chroot.
2011-06-27dbus: send our finished signal when we are finished bootingLennart Poettering
2011-06-24pam: fix up tty if it is actually a displayLennart Poettering
2011-06-24logind: save/restore session typeLennart Poettering
2011-06-24logind: use pipe fd to detect when a session is deadLennart Poettering
2011-06-24logind: properly handle if two session with identical loginuids are ↵Lennart Poettering
attempted to be created
2011-06-24logind: when generating session ids with a counter, retry if session is ↵Lennart Poettering
already allocated
2011-06-24logind: remove a session when its cgroup is goneLennart Poettering
2011-06-24logind: fix generation of bus arraysLennart Poettering
2011-06-24logind: make sure we hand out write fd, and keep read fd for session end ↵Lennart Poettering
detection
2011-06-24logind: various clean-upsLennart Poettering
2011-06-24logind: hook up PAM module with logindLennart Poettering
2011-06-21logind: make idle hint logic workLennart Poettering
2011-06-21logind: send out PropertyChanged signals where appropriateLennart Poettering
2011-06-21logind: send dbus signals when sessions/users/seats come and goLennart Poettering
2011-06-21logind: implement ListXXX bus methodsLennart Poettering
2011-06-21logind: implement more dbus functionalityLennart Poettering
2011-06-21logind: implement idle hint logicLennart Poettering
2011-06-21dbus: add dbus introspection extractionLennart Poettering
2011-06-21timedated: rename a few things for clarificationLennart Poettering
2011-06-21timedated: sync clock down to RTC where necessaryLennart Poettering
2011-06-21mechanisms: add mechanisms to change system locale and clockLennart Poettering
2011-06-21util: make a couple of files we write atomicLennart Poettering
2011-06-21service: check whether sysv scripts where changedLennart Poettering
2011-06-21dbus: introduce UnsetAndSetEnvironment()Lennart Poettering
2011-06-21util: return errno in close_nointr()Lennart Poettering
2011-06-21logind: implement D-Bus propertiesLennart Poettering
2011-06-21dbus: add api for append gid/uid propertiesLennart Poettering
2011-06-21udev: simplify udev rules a bitLennart Poettering
2011-06-21logind: unlink state files when stoppingLennart Poettering
2011-06-21logind: implement GCLennart Poettering
2011-06-21util: add fopen_temporary()Lennart Poettering
2011-06-21logind: implement ACL managementLennart Poettering
2011-06-21logind: split up logind.hLennart Poettering
2011-06-21logind: first version that compiles fineLennart Poettering
2011-06-21util: move string enum mapping to the endLennart Poettering
2011-06-21util: add pipe_eof()Lennart Poettering
2011-06-21english: s/_per_/_by_/Lennart Poettering
2011-06-21util: introduce dirent_is_file()Lennart Poettering
2011-06-21hostnamed: split dbus initialization into a separate functionLennart 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-06-20systemctl: Add SYSTEMD_PAGER for setting the pager to use in systemctlVille Skyttä
2011-06-20bash: Add host, privileged, and no-pager bash option completions.Ville Skyttä
2011-06-20sd-daemon: Add sd_is_special for special file descriptorsWilliam Douglas
With the addition of ListenSpecial as a socket option we need the the usual sd_is_ functions for special files. This patch does that.
2011-06-20main: Fix a typo emergency shall->emergency shellMichal Vyskocil