summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-07-09main: introduce $SYSTEMD_SKIP_API_MOUNTS to disable mounting of API FSLennart Poettering
2010-07-08install: various improvementsLennart Poettering
2010-07-08systemctl: short cut things if we aren't root and the user requested a reboot...Lennart Poettering
2010-07-08systemctl: don't actually reboot/poweroff/halt if only a wtmp update is reque...Kay Sievers
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-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-08man: document variable substitutionLennart Poettering
2010-07-08execute: support minimal environment variable replacement when executing proc...Lennart Poettering
2010-07-08execute: if the main process of a service already owns the TTY, don't wait fo...Lennart Poettering
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-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 disconn...Lennart 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 lo...Lennart Poettering
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
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
2010-07-07initctl: check peer credentials after connectionLennart Poettering
2010-07-07dbus: don't try to run AddMatch when connected to a private busLennart Poettering
2010-07-07dbus: send reload completion message on right connectionLennart Poettering
2010-07-07unit: when reading description from LSB prefer short over long descriptionLennart Poettering
2010-07-07unit: don't cancel dependent jobs if a stopped daemon returned an error codeLennart Poettering
2010-07-07systemctl: minor cosmetic fixesLennart Poettering
2010-07-07main: show welcome string only when asked forLennart Poettering
2010-07-07sd-daemon: Fix path check in sd_is_fifo()Martin Mikkelsen
2010-07-07main: implement manager configuration fileLennart Poettering
2010-07-07main: show welcome message on bootLennart Poettering
2010-07-07manager: optionally print status updates to console on bootLennart Poettering
2010-07-06main: add a native implementation of the 'nomodules' kernel option understood...Lennart Poettering
2010-07-06util: fix space calculation in get_process_cmdline()Lennart Poettering
2010-07-06systemctl: when we cannot load a unit, retry with getting itLennart Poettering
2010-07-06dbus: fix segfault with direct local connectionsLennart Poettering