summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build-sys: add make upload targetv2Lennart Poettering2010-07-091-0/+8
* build-sys: bump versionLennart Poettering2010-07-091-1/+1
* build-sys: disable inline warningsLennart Poettering2010-07-091-1/+1
* update fixmeLennart Poettering2010-07-091-2/+0
* units: connect shutdown scripts explicitly with the tty, because native units...Lennart Poettering2010-07-0914-0/+14
* build-sys: set SYSTEMD_SKIP_API_MOUNTS=1 when generating introspection filesLennart Poettering2010-07-091-1/+1
* main: introduce $SYSTEMD_SKIP_API_MOUNTS to disable mounting of API FSLennart Poettering2010-07-091-1/+1
* man: fix minor ambuigityLennart Poettering2010-07-081-8/+8
* man: Minor typographic fixes to systemd.xmlOzan Çağlayan2010-07-081-7/+7
* man: Fix minor issues in systemd.unit.xmlOzan Çağlayan2010-07-081-25/+25
* install: various improvementsLennart Poettering2010-07-087-45/+89
* systemctl: short cut things if we aren't root and the user requested a reboot...Lennart Poettering2010-07-081-0/+5
* systemctl: don't actually reboot/poweroff/halt if only a wtmp update is reque...Kay Sievers2010-07-081-1/+1
* cgls: fix missing initializationLennart Poettering2010-07-081-1/+1
* cgls: beef up control group dumping and introduce cgls toolLennart Poettering2010-07-089-50/+424
* systemctl: filter and sort member pid of cgroupLennart Poettering2010-07-084-51/+175
* service: don't enable native services via legacy sysv symlinks anymoreLennart Poettering2010-07-081-0/+7
* units: properly create prefdm symlinkLennart Poettering2010-07-081-3/+3
* util: fix missing memory initializationLennart Poettering2010-07-081-1/+1
* mount: fix confirm spawn settingLennart Poettering2010-07-081-3/+3
* dbus: add missing dbus-errors.h headerLennart Poettering2010-07-081-0/+54
* units: kill the emergency shell with SIGHUPLennart Poettering2010-07-081-0/+4
* man: document variable substitutionLennart Poettering2010-07-082-9/+36
* execute: support minimal environment variable replacement when executing proc...Lennart Poettering2010-07-085-5/+141
* execute: if the main process of a service already owns the TTY, don't wait fo...Lennart Poettering2010-07-087-13/+31
* dbus: make errors reported via D-Bus more usefulLennart Poettering2010-07-0819-145/+249
* service: set env var for stop/reload commandsLennart Poettering2010-07-081-26/+27
* job: when converting restart jobs, move them to WAITING stateLennart Poettering2010-07-081-2/+3
* dbus: log received message only once, in filter functionLennart Poettering2010-07-083-15/+0
* units: in order to make the default services parseable by GKeyFile, merge rep...Lennart Poettering2010-07-076-22/+6
* util: handle \s escape as defined in the XDG spec properly in cunescape()Lennart Poettering2010-07-071-0/+5
* dbus: shut down bus connection cleanly and fully when a direct client disconn...Lennart Poettering2010-07-071-5/+3
* man: update man pages for recent syntax changesLennart Poettering2010-07-073-28/+51
* service: allow configuration of more than one Exec command in one lineLennart Poettering2010-07-071-44/+65
* util: use quoted word parsing where applicableLennart Poettering2010-07-076-15/+15
* util: introduce cunescape_length()Lennart Poettering2010-07-072-8/+12
* util: properly handle escaped quotes in words in split_quoted()Lennart Poettering2010-07-071-14/+34
* util: fix handling of unknown escapes in cunescape()Lennart Poettering2010-07-071-1/+1
* conf-parser: support continuation lines with trailing backslashes in linesLennart Poettering2010-07-071-2/+42
* log: bump up a number of log messages so that they are shown even if debug lo...Lennart Poettering2010-07-077-45/+45
* main: always log when we reexecute or reloadLennart Poettering2010-07-071-1/+2
* service: fix parsing word size functionsLennart Poettering2010-07-071-4/+4
* util: implement safe_atolu based on safe_atolli/safe_atoi, depending on word ...Lennart Poettering2010-07-076-45/+34
* build-sys: prepare release 1v1showLennart Poettering2010-07-071-1/+1
* execute: change stdout inherit logic, when run as PID 1 use /dev/nullLennart Poettering2010-07-072-7/+8
* service: serialize exec statusLennart Poettering2010-07-071-0/+71
* main: lower default log level to INFOLennart Poettering2010-07-071-1/+1
* util: minor simplification when printing welcome textLennart Poettering2010-07-071-4/+4
* systemctl: minor beautificationsLennart Poettering2010-07-071-2/+8
* initctl: check peer credentials after connectionLennart Poettering2010-07-072-1/+7