summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: prepare release v8v8Lennart Poettering2010-08-251-1/+1
|
* mount: imply noauto for mount points configured with native mount filesLennart Poettering2010-08-252-2/+9
|
* update fixmeLennart Poettering2010-08-251-14/+0
|
* mount: rework automatic mounting to follow the 'nofail' option in fstabLennart Poettering2010-08-258-29/+65
|
* update fixmeLennart Poettering2010-08-251-4/+0
|
* 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 ↵Lennart Poettering2010-08-252-17/+6
| | | | fills this in anyway
* systemd-remount-api-vfs.service: fix typoKay Sievers2010-08-251-1/+1
|
* units: fix auto-serial unitLennart Poettering2010-08-252-1/+1
|
* cgroup: mount cgroup file systems to /sys/fs/cgroup instead of /cgroupLennart Poettering2010-08-259-22/+20
| | | | | This requires the /sys/fs/cgroup to exist. Current git kernels have this, released kernels need a backport of a single patch.
* utmp: document that the order of preference for runlevel numbers might be ↵Lennart Poettering2010-08-251-1/+4
| | | | something to change in other distributions
* units: make sure prefdm is automatically respawnedLennart Poettering2010-08-251-0/+2
|
* units: invoke sulogin instead of /bin/shLennart Poettering2010-08-252-2/+2
|
* utmp: write out runlevels 5 and 3 preferrably if multiples make sense, and S ↵Lennart Poettering2010-08-251-2/+2
| | | | instead of 1
* 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 ↵Lennart Poettering2010-08-251-17/+0
| | | | to write them manually
* mount: add global configuration options for handling of auto mountsLennart Poettering2010-08-256-14/+41
|
* man: minor updatesLennart Poettering2010-08-253-10/+28
|
* serial: use seperate getty template for serial ttysLennart Poettering2010-08-257-15/+55
|
* syslog: add minimal syslog/kmsg bridge syslogdLennart Poettering2010-08-219-9/+605
|
* mount: don't create depdency for device node of root fs, since it is always ↵Lennart Poettering2010-08-211-1/+1
| | | | there
* log: pass SCM_CREDENTIALS when logging to syslogLennart Poettering2010-08-214-14/+71
|
* device: handle properly if two devices want to have the same nameLennart Poettering2010-08-201-5/+18
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=624539
* units: add service file that remounts the root file systemLennart Poettering2010-08-202-0/+21
|
* 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-2011-13/+199
|
* mount: properly handle LABEL="" in fstabLennart Poettering2010-08-204-5/+30
|
* selinux: properly query policy for FIFO filesLennart Poettering2010-08-203-39/+19
|
* dbus: follow standardized fdo PropertiesChanged signal specLennart Poettering2010-08-2038-54/+300
|
* service/systemctl: don't consider LSB exit codes 5 and 6 as failure, and ↵Lennart Poettering2010-08-209-172/+47
| | | | decode exit codes in systemctl
* service: make sure sysv services marked as interactive in the LSB header get ↵Lennart Poettering2010-08-202-3/+3
| | | | output on the TTY in all cases
* update fixmeKay Sievers2010-08-191-0/+3
|
* units: fix After= setting in var-lock.serviceLennart Poettering2010-08-191-1/+1
|
* kmod: downgrade modprobe log message for since ipv6 might be compiled as ↵Lennart Poettering2010-08-191-3/+3
| | | | module for blacklisting
* 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 ↵Lennart Poettering2010-08-195-8/+82
| | | | | | | | precedence over distro-specific configuration In order to unify configuration across distributions we pick the simple-most option by default (Debian's /etc/hostname) and then fall back to distro-specific hacks if that doesn't exist.
* update fixmeLennart Poettering2010-08-191-2/+0
|
* modules-load: add systemd-modules-load tool that can load a configured list ↵Lennart Poettering2010-08-196-4/+203
| | | | of modules in /etc/modules.d/ on boot, replacing distro-dependent shell hacks for this
* units: make sure getty@xxx.service is always run before gettys.targetLennart Poettering2010-08-182-0/+8
|
* dbus: small typo in introspection dataMatthias Clasen2010-08-181-1/+1
| | | | | | | | | | | Hey, here is a patch to fix a small typo in the systemd dbus introspection data. I found this while trying to explore the systemd dbus API via bash completion with gdbus. You should try this, it is really fun, and, evidently, helps to find some bugs... Matthias
* random-seed: honour kernel pool size when saving/restoring seedLennart Poettering2010-08-182-5/+35
|
* units: add hwclock-load serviceLennart Poettering2010-08-182-0/+32
|
* 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
| | | | I just noticed this when reading the latest commits.
* update fixmeLennart Poettering2010-08-171-2/+8
|
* dbus: downgrade disconnection messageLennart Poettering2010-08-171-1/+1
|
* units: add generic sysctl/hwclock-save serviceLennart Poettering2010-08-174-2/+40
|