summaryrefslogtreecommitdiff
Commit message (Collapse)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 ↵Lennart Poettering2010-07-0914-0/+14
| | | | units now default to /dev/null stdout otherwise
* 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
| | | | Fix some minor grammar and punctuation typos.
* man: Fix minor issues in systemd.unit.xmlOzan Çağlayan2010-07-081-25/+25
| | | | Fix minor typographic, punctuation and grammar errors.
* install: various improvementsLennart Poettering2010-07-087-45/+89
| | | | | | | | | | 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-081-0/+5
| | | | reboot to suppress unnecessary wall message
* systemctl: don't actually reboot/poweroff/halt if only a wtmp update is ↵Kay Sievers2010-07-081-1/+1
| | | | requested
* 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 ↵Lennart Poettering2010-07-085-5/+141
| | | | processes
* execute: if the main process of a service already owns the TTY, don't wait ↵Lennart Poettering2010-07-087-13/+31
| | | | for acquiring it again in the reload/stop step
* 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 ↵Lennart Poettering2010-07-076-22/+6
| | | | repeated lines
* 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 ↵Lennart Poettering2010-07-071-5/+3
| | | | disconnects
* 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 ↵Lennart Poettering2010-07-077-45/+45
| | | | logging is disabled, for diagnostic purposes
* 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
| | | | size
* 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
|