summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2010-07-08units: properly create prefdm symlinkLennart 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-08units: kill the emergency shell with SIGHUPLennart Poettering
2010-07-08man: document variable substitutionLennart Poettering
2010-07-08execute: support minimal environment variable replacement when executing ↵Lennart Poettering
processes
2010-07-08execute: if the main process of a service already owns the TTY, don't wait ↵Lennart Poettering
for acquiring it again in the reload/stop step
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-07units: in order to make the default services parseable by GKeyFile, merge ↵Lennart Poettering
repeated lines
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 ↵Lennart Poettering
disconnects
2010-07-07man: update man pages for recent syntax changesLennart 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
2010-07-07conf-parser: support continuation lines with trailing backslashes in linesLennart Poettering
2010-07-07log: bump up a number of log messages so that they are shown even if debug ↵Lennart Poettering
logging is disabled, for diagnostic purposes
2010-07-07main: always log when we reexecute or reloadLennart Poettering
2010-07-07service: fix parsing word size functionsLennart Poettering
2010-07-07util: implement safe_atolu based on safe_atolli/safe_atoi, depending on word ↵Lennart Poettering
size
2010-07-07build-sys: prepare release 1systemd/v1Lennart Poettering
2010-07-07execute: change stdout inherit logic, when run as PID 1 use /dev/nullLennart Poettering
2010-07-07service: serialize exec statusLennart Poettering
2010-07-07main: lower default log level to INFOLennart Poettering
2010-07-07util: minor simplification when printing welcome textLennart Poettering
2010-07-07systemctl: minor beautificationsLennart Poettering