summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-07-12mount: add automatic start ordering dependencies for mountsLennart Poettering
2010-07-12execute: inherit from original input, not the fixed upLennart Poettering
2010-07-12service: allow input from terminal when executing more than one start-pre or ↵Lennart Poettering
stop-post command
2010-07-12execute: reword commentLennart Poettering
2010-07-12util: reset terminal even harderLennart Poettering
2010-07-12util: fix error handling in acquire_terminal()Lennart Poettering
2010-07-12execute: close inherited fds earlierLennart Poettering
2010-07-12update fixmeLennart Poettering
2010-07-12pam: remove leftover libcgroup inclusionLennart Poettering
2010-07-12cgroup: reimplement the last bit of libcgroup functionality nativelyLennart Poettering
2010-07-12cgroup: implement cg_get_path nativelyLennart Poettering
2010-07-12unit: introduce IgnoreDependencyFailure=Lennart Poettering
2010-07-12service: trim cgroups if services that are "active" but "exited"Lennart Poettering
2010-07-12execute: optionally ignore return status of invoked commandsLennart Poettering
2010-07-12build-sys: require udev 160 to fix notify socket abstract namespace sockaddr ↵Lennart Poettering
length
2010-07-11sd-daemon: fix abstract namespace sockaddr for notification socketLennart Poettering
2010-07-11install: fix wrong dbus connection shutdownLennart Poettering
2010-07-11execute: use right logger socketLennart Poettering
2010-07-11units: turn Wants=shutdown back into Requires=shutdown to avoid removal of ↵Lennart Poettering
jobs due to the impact minimizer
2010-07-11dbus: get rid of last non-private bussesLennart Poettering
2010-07-11dbus: don't hit an assert if we sent a changed signal for something not in ↵Lennart Poettering
the dbus queue (i.e. because it was deleted before it was fully created
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-10units: turn shutdown dependencies from Requires into Wants to make things a ↵Lennart Poettering
bit more robust
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-10units: pull in shutdown.target and umount.target when entering emergency 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-10man: update daemon man page a littleLennart Poettering
2010-07-10build-sys: drop special name hack for dbus.service since a native service ↵Lennart Poettering
file is now shipped upstream dbus
2010-07-09update fixmeLennart 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
one for testing purposes
2010-07-09install: properly parse --realize=reloadLennart Poettering