summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* systemctl: show exec status of all exited programsLennart Poettering2010-07-10
|
* units: turn shutdown dependencies from Requires into Wants to make things a ↵Lennart Poettering2010-07-10
| | | | bit more robust
* service: allow immediate stopping while startingLennart Poettering2010-07-10
|
* snapshot: fix deserializationLennart Poettering2010-07-10
|
* main: add a few more useful diagnostic log messagesLennart Poettering2010-07-10
|
* execute: add ability to configure the kill signalLennart Poettering2010-07-10
|
* mount: add implicit umount.target conflicts only in system modeLennart Poettering2010-07-10
|
* units: pull in shutdown.target and umount.target when entering emergency modeLennart Poettering2010-07-10
|
* automount: refuse automounts for the root file systemLennart Poettering2010-07-10
|
* units: introduce umount.target for unmounting all file systemsLennart Poettering2010-07-10
|
* systemctl: show connection counters only for Accept=yes socketsLennart Poettering2010-07-10
|
* man: update daemon man page a littleLennart Poettering2010-07-10
|
* build-sys: drop special name hack for dbus.service since a native service ↵Lennart Poettering2010-07-10
| | | | file is now shipped upstream dbus
* update fixmeLennart Poettering2010-07-09
|
* socket: fix loading of .service files for .socket filesLennart Poettering2010-07-09
|
* main: make it possible to run a system daemon along side an aloready running ↵Lennart Poettering2010-07-09
| | | | one for testing purposes
* install: properly parse --realize=reloadLennart Poettering2010-07-09
|
* units: SUSE - set COLD_BOOT to skip own boot.d/ handling on shutdownKay Sievers2010-07-09
|
* build-sys: add make upload targetLennart Poettering2010-07-09
|
* build-sys: bump versionLennart Poettering2010-07-09
|
* build-sys: disable inline warningsLennart Poettering2010-07-09
|
* update fixmeLennart Poettering2010-07-09
|
* units: connect shutdown scripts explicitly with the tty, because native ↵Lennart Poettering2010-07-09
| | | | units now default to /dev/null stdout otherwise
* build-sys: set SYSTEMD_SKIP_API_MOUNTS=1 when generating introspection filesLennart Poettering2010-07-09
|
* main: introduce $SYSTEMD_SKIP_API_MOUNTS to disable mounting of API FSLennart Poettering2010-07-09
|
* man: fix minor ambuigityLennart Poettering2010-07-08
|
* man: Minor typographic fixes to systemd.xmlOzan Çağlayan2010-07-08
| | | | Fix some minor grammar and punctuation typos.
* man: Fix minor issues in systemd.unit.xmlOzan Çağlayan2010-07-08
| | | | Fix minor typographic, punctuation and grammar errors.
* install: various improvementsLennart Poettering2010-07-08
| | | | | | | | | | 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.
* systemctl: short cut things if we aren't root and the user requested a ↵Lennart Poettering2010-07-08
| | | | reboot to suppress unnecessary wall message
* systemctl: don't actually reboot/poweroff/halt if only a wtmp update is ↵Kay Sievers2010-07-08
| | | | requested
* cgls: fix missing initializationLennart Poettering2010-07-08
|
* cgls: beef up control group dumping and introduce cgls toolLennart Poettering2010-07-08
|
* systemctl: filter and sort member pid of cgroupLennart Poettering2010-07-08
|
* service: don't enable native services via legacy sysv symlinks anymoreLennart Poettering2010-07-08
|
* units: properly create prefdm symlinkLennart Poettering2010-07-08
|
* util: fix missing memory initializationLennart Poettering2010-07-08
|
* mount: fix confirm spawn settingLennart Poettering2010-07-08
|
* dbus: add missing dbus-errors.h headerLennart Poettering2010-07-08
|
* units: kill the emergency shell with SIGHUPLennart Poettering2010-07-08
|
* man: document variable substitutionLennart Poettering2010-07-08
|
* execute: support minimal environment variable replacement when executing ↵Lennart Poettering2010-07-08
| | | | processes
* execute: if the main process of a service already owns the TTY, don't wait ↵Lennart Poettering2010-07-08
| | | | for acquiring it again in the reload/stop step
* dbus: make errors reported via D-Bus more usefulLennart Poettering2010-07-08
|
* service: set env var for stop/reload commandsLennart Poettering2010-07-08
|
* job: when converting restart jobs, move them to WAITING stateLennart Poettering2010-07-08
|
* dbus: log received message only once, in filter functionLennart Poettering2010-07-08
|
* units: in order to make the default services parseable by GKeyFile, merge ↵Lennart Poettering2010-07-07
| | | | repeated lines
* util: handle \s escape as defined in the XDG spec properly in cunescape()Lennart Poettering2010-07-07
|
* dbus: shut down bus connection cleanly and fully when a direct client ↵Lennart Poettering2010-07-07
| | | | disconnects