summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2010-07-09units: SUSE - set COLD_BOOT to skip own boot.d/ handling on shutdownKay Sievers
2010-07-09build-sys: add make upload targetsystemd/v2Lennart Poettering
2010-07-09build-sys: bump versionLennart Poettering
2010-07-09build-sys: disable inline warningsLennart Poettering
2010-07-09update fixmeLennart Poettering
2010-07-09units: connect shutdown scripts explicitly with the tty, because native ↵Lennart Poettering
units now default to /dev/null stdout otherwise
2010-07-09build-sys: set SYSTEMD_SKIP_API_MOUNTS=1 when generating introspection filesLennart Poettering
2010-07-09main: introduce $SYSTEMD_SKIP_API_MOUNTS to disable mounting of API FSLennart Poettering
2010-07-08man: fix minor ambuigityLennart Poettering
2010-07-08man: Minor typographic fixes to systemd.xmlOzan Çağlayan
Fix some minor grammar and punctuation typos.
2010-07-08man: Fix minor issues in systemd.unit.xmlOzan Çağlayan
Fix minor typographic, punctuation and grammar errors.
2010-07-08install: various improvementsLennart Poettering
Rename --start to --realize, to make things less confusing when doing "systemctl stop --realize foo.service". Introduce --realize=reload. Don't talk to systemd when run within a chroot, or when systemd isn't running.
2010-07-08systemctl: short cut things if we aren't root and the user requested a ↵Lennart Poettering
reboot to suppress unnecessary wall message
2010-07-08systemctl: don't actually reboot/poweroff/halt if only a wtmp update is ↵Kay Sievers
requested
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