summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mount: imply noauto for mount points configured with native mount filesLennart Poettering2010-08-252-2/+9
* mount: rework automatic mounting to follow the 'nofail' option in fstabLennart Poettering2010-08-257-26/+64
* dbus: simplify some dbus error messages a bitLennart Poettering2010-08-257-50/+63
* sd-daemon: drop SCM_CREDENTIALS passing since it is redundant, the kernel fil...Lennart Poettering2010-08-251-17/+0
* cgroup: mount cgroup file systems to /sys/fs/cgroup instead of /cgroupLennart Poettering2010-08-255-15/+15
* utmp: document that the order of preference for runlevel numbers might be som...Lennart Poettering2010-08-251-1/+4
* utmp: write out runlevels 5 and 3 preferrably if multiples make sense, and S ...Lennart Poettering2010-08-251-2/+2
* systemctl: rename a few status linesLennart Poettering2010-08-251-2/+2
* systemctl: show timestamps for state changesLennart Poettering2010-08-253-2/+96
* systemctl: add --sysv-compatLennart Poettering2010-08-251-7/+29
* log: SCM_CREDENTIALS will be added by the kernel anyway, so there's no need t...Lennart Poettering2010-08-251-17/+0
* mount: add global configuration options for handling of auto mountsLennart Poettering2010-08-256-14/+41
* serial: use seperate getty template for serial ttysLennart Poettering2010-08-251-2/+2
* syslog: add minimal syslog/kmsg bridge syslogdLennart Poettering2010-08-214-8/+551
* mount: don't create depdency for device node of root fs, since it is always t...Lennart Poettering2010-08-211-1/+1
* log: pass SCM_CREDENTIALS when logging to syslogLennart Poettering2010-08-213-14/+56
* device: handle properly if two devices want to have the same nameLennart Poettering2010-08-201-5/+18
* exit-status: add missing files src/exit-status.h src/exit-status.cLennart Poettering2010-08-202-0/+223
* remount: add tool that applies /etc/fstab mount options to all api mountsLennart Poettering2010-08-205-8/+160
* mount: properly handle LABEL="" in fstabLennart Poettering2010-08-203-3/+30
* selinux: properly query policy for FIFO filesLennart Poettering2010-08-203-39/+19
* dbus: follow standardized fdo PropertiesChanged signal specLennart Poettering2010-08-2037-52/+296
* service/systemctl: don't consider LSB exit codes 5 and 6 as failure, and deco...Lennart Poettering2010-08-207-166/+43
* service: make sure sysv services marked as interactive in the LSB header get ...Lennart Poettering2010-08-201-1/+3
* kmod: downgrade modprobe log message for since ipv6 might be compiled as modu...Lennart Poettering2010-08-191-3/+3
* hostname: if no hostname is configured use localhostLennart Poettering2010-08-191-52/+44
* hostname: on all distros make the name configured in /etc/hostname take prece...Lennart Poettering2010-08-192-6/+73
* modules-load: add systemd-modules-load tool that can load a configured list o...Lennart Poettering2010-08-191-0/+167
* dbus: small typo in introspection dataMatthias Clasen2010-08-181-1/+1
* random-seed: honour kernel pool size when saving/restoring seedLennart Poettering2010-08-181-5/+25
* udev: dm has been fixed in the meantimeLennart Poettering2010-08-181-4/+0
* udev: fix syntaxLennart Poettering2010-08-181-1/+1
* main: restore an accidentally removed 'else'Tero Roponen2010-08-171-1/+1
* dbus: downgrade disconnection messageLennart Poettering2010-08-171-1/+1
* main: properly fallback to rescue.target if default.target is hosedLennart Poettering2010-08-171-1/+8
* service: rename ValidNoProcess= to RemainAfterExit=Lennart Poettering2010-08-174-9/+9
* service: prefix descriptions when they come from legacy sourcesLennart Poettering2010-08-171-3/+3
* systemctl: break output properly for 80ch terminalsLennart Poettering2010-08-171-4/+4
* modprobe: kill support for nomodulesLennart Poettering2010-08-173-72/+1
* shutdown: drop -f/-F switches again, simply because we don't want to condone ...Lennart Poettering2010-08-171-20/+0
* nss: don't disable nscd anymore, since it doesn't make sense to socket-activa...Lennart Poettering2010-08-173-32/+7
* emacs: disable tabs in .h files, tooLennart Poettering2010-08-1763-63/+63
* log: print at to one target at maxLennart Poettering2010-08-171-8/+10
* device: be more verbose of udev confuses usLennart Poettering2010-08-171-1/+2
* load-fragment: make parser more forgivingLennart Poettering2010-08-172-85/+96
* auto-getty: rework auto console getty logic to work in conjunction with singl...Lennart Poettering2010-08-173-37/+193
* shutdownd: kill /etc/nologin file before we go downLennart Poettering2010-08-161-3/+3
* shutdown: various fixes for handling of delayed shutdownsLennart Poettering2010-08-162-16/+35
* log: properly open log target in the various utilitiesLennart Poettering2010-08-1610-3/+13
* util: properly detect ttyname_r() failingLennart Poettering2010-08-161-2/+3