summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-07-11systemctl: turn --replace into --failLennart Poettering
2010-07-11Merge branch 'master' of ssh://git.freedesktop.org/git/systemdLennart Poettering
2010-07-11socket: pass minimal abstract socket namesLennart Poettering
2010-07-11dbus: use private connections wherever possibleLennart Poettering
2010-07-11systemctl: move status further downLennart Poettering
2010-07-11service: fix minor memory leakLennart 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-11dbus: suppress duplicate message when reusing bus for system and sessionLennart 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-10unit: trim cgroups when going downLennart Poettering
2010-07-10systemctl: show exec status of all exited programsLennart Poettering
2010-07-10service: allow immediate stopping while startingLennart Poettering
2010-07-10snapshot: fix deserializationLennart Poettering
2010-07-10main: add a few more useful diagnostic log messagesLennart Poettering
2010-07-10execute: add ability to configure the kill signalLennart Poettering
2010-07-10mount: add implicit umount.target conflicts only in system modeLennart Poettering
2010-07-10automount: refuse automounts for the root file systemLennart Poettering
2010-07-10units: introduce umount.target for unmounting all file systemsLennart Poettering
2010-07-10systemctl: show connection counters only for Accept=yes socketsLennart Poettering
2010-07-10build-sys: drop special name hack for dbus.service since a native service fil...Lennart Poettering
2010-07-09socket: fix loading of .service files for .socket filesLennart Poettering
2010-07-09main: make it possible to run a system daemon along side an aloready running ...Lennart Poettering
2010-07-09install: properly parse --realize=reloadLennart Poettering
2010-07-09main: introduce $SYSTEMD_SKIP_API_MOUNTS to disable mounting of API FSLennart Poettering
2010-07-08install: various improvementsLennart Poettering
2010-07-08systemctl: short cut things if we aren't root and the user requested a reboot...Lennart Poettering
2010-07-08systemctl: don't actually reboot/poweroff/halt if only a wtmp update is reque...Kay Sievers
2010-07-08cgls: fix missing initializationLennart Poettering
2010-07-08cgls: beef up control group dumping and introduce cgls toolLennart Poettering
2010-07-08systemctl: filter and sort member pid of cgroupLennart Poettering
2010-07-08service: don't enable native services via legacy sysv symlinks anymoreLennart Poettering
2010-07-08util: fix missing memory initializationLennart Poettering
2010-07-08mount: fix confirm spawn settingLennart Poettering
2010-07-08dbus: add missing dbus-errors.h headerLennart Poettering
2010-07-08man: document variable substitutionLennart Poettering
2010-07-08execute: support minimal environment variable replacement when executing proc...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-08service: set env var for stop/reload commandsLennart Poettering
2010-07-08job: when converting restart jobs, move them to WAITING stateLennart Poettering
2010-07-08dbus: log received message only once, in filter functionLennart Poettering
2010-07-07util: handle \s escape as defined in the XDG spec properly in cunescape()Lennart Poettering
2010-07-07dbus: shut down bus connection cleanly and fully when a direct client disconn...Lennart Poettering
2010-07-07service: allow configuration of more than one Exec command in one lineLennart Poettering
2010-07-07util: use quoted word parsing where applicableLennart Poettering
2010-07-07util: introduce cunescape_length()Lennart Poettering
2010-07-07util: properly handle escaped quotes in words in split_quoted()Lennart Poettering
2010-07-07util: fix handling of unknown escapes in cunescape()Lennart Poettering