summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* telinit: forward to upstart, if not booted with systemdv4Lennart Poettering2010-07-241-2/+16
* systemctl: don't use the systemd bus to talk to upstartLennart Poettering2010-07-241-6/+5
* systemctl: don't hit an assert when we are run from a non-systemd bootLennart Poettering2010-07-241-1/+0
* main: disable NSS disabling logic for now, since this is incompatible with rpmLennart Poettering2010-07-242-6/+6
* systemctl: fold systemd-install into systemctlLennart Poettering2010-07-248-1673/+1135
* systemctl: support force-reload and condrestart as aliases for reload-or-try-...Lennart Poettering2010-07-231-1/+5
* install: default to minimal realization modeLennart Poettering2010-07-232-4/+4
* systemctl: accept -p more than onceLennart Poettering2010-07-233-5/+19
* socket: SELinux support for socket creation.Daniel J Walsh2010-07-235-25/+107
* sshd, tmux and others are broken when /dev/pts is mounted with "-o nodev"Robert "arachnist" Gerus2010-07-231-1/+1
* build-sys: prepare release 4Lennart Poettering2010-07-221-1/+1
* units: add [Install] section to getty.target and remote-fs.targetLennart Poettering2010-07-222-0/+6
* update fixmeLennart Poettering2010-07-221-0/+2
* build-sys: fix compatibility with vala 0.9Lennart Poettering2010-07-222-2/+2
* update fixmeLennart Poettering2010-07-212-9/+16
* service: save/restore status text stringLennart Poettering2010-07-211-7/+24
* job: make sure restart jobs are readded to the run queue after conversion to ...Lennart Poettering2010-07-211-0/+2
* unit: deduce following unit value dynamically instead of statically, to avoid...Lennart Poettering2010-07-215-27/+65
* pam: remove only sessions we ourselves created in the first placeLennart Poettering2010-07-213-12/+44
* load: make sure that unit files in /etc/ always take precedence, even over li...Lennart Poettering2010-07-212-43/+42
* unit: allow symlinking unit files to /dev/nullLennart Poettering2010-07-212-15/+13
* exec: extend variable substitution to support splitting variable values into ...Lennart Poettering2010-07-218-16/+127
* sysv: do not add sysv services that are not enabled in /etc/rcN.d/ to network...Lennart Poettering2010-07-202-6/+16
* hostname: properly deal with unset hostname in fedora configurationLennart Poettering2010-07-202-4/+4
* systemctl: always disable color when output goes into a fileLennart Poettering2010-07-203-12/+31
* manager: write serialization to /dev/.systemd/ instead of /dev/shmLennart Poettering2010-07-204-11/+13
* fedora: make sure the gettys are run before X starts upLennart Poettering2010-07-201-0/+1
* socket: fix access mode verification of FIFOsLennart Poettering2010-07-201-1/+1
* device: do not merge devicesLennart Poettering2010-07-2018-130/+299
* systemctl: introduce reset-maintenance commandLennart Poettering2010-07-1918-17/+249
* man: extend man pages a littleLennart Poettering2010-07-183-9/+84
* install: optionally remove all symlinks from configuration tree recursivelyLennart Poettering2010-07-183-6/+263
* execute: bump up log level of executed processes that failedLennart Poettering2010-07-175-5/+13
* job: timeout every job independently of the unitLennart Poettering2010-07-1710-18/+121
* unit: consider only_by_dependency setting when clients ask whether a unit is ...Lennart Poettering2010-07-172-2/+3
* systemctl: extend list-units output a littleLennart Poettering2010-07-171-9/+13
* unit: introduce OnFailure dependencies to activate units on failure of other ...Lennart Poettering2010-07-173-11/+28
* systemctl: warn when operating on service files that changed on disk but have...Lennart Poettering2010-07-177-22/+161
* units: wire smartcard.target into MakefileLennart Poettering2010-07-161-1/+2
* device: rename 'available' state to 'plugged'Lennart Poettering2010-07-162-5/+5
* units: introduce smartcard.targetLennart Poettering2010-07-162-0/+13
* systemctl: always show units with active jobs in list-units outputLennart Poettering2010-07-162-6/+9
* socket: prepare for proper selinux labelling of socketsLennart Poettering2010-07-164-42/+154
* socket: don't allow mixing of accepting and non-accepting sockets in the same...Lennart Poettering2010-07-161-0/+5
* service: refuse to start services that are configured for per-connection inst...Lennart Poettering2010-07-162-0/+12
* unit: allow units to have more than one instance idLennart Poettering2010-07-161-4/+14
* units: fix default mode of /var/run and /var/lockLennart Poettering2010-07-162-0/+2
* path,timer: order units after sysinit by defaultLennart Poettering2010-07-163-6/+26
* target: if the user configured a manual ordering between target units and the...Lennart Poettering2010-07-162-11/+18
* main: disable nscd if we can to avoid deadlock, just in caseLennart Poettering2010-07-164-9/+30