Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-20 | service/systemctl: don't consider LSB exit codes 5 and 6 as failure, and ↵ | Lennart Poettering | |
decode exit codes in systemctl | |||
2010-08-20 | service: make sure sysv services marked as interactive in the LSB header get ↵ | Lennart Poettering | |
output on the TTY in all cases | |||
2010-08-19 | update fixme | Kay Sievers | |
2010-08-19 | units: fix After= setting in var-lock.service | Lennart Poettering | |
2010-08-19 | kmod: downgrade modprobe log message for since ipv6 might be compiled as ↵ | Lennart Poettering | |
module for blacklisting | |||
2010-08-19 | hostname: if no hostname is configured use localhost | Lennart Poettering | |
2010-08-19 | hostname: on all distros make the name configured in /etc/hostname take ↵ | Lennart Poettering | |
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. | |||
2010-08-19 | update fixme | Lennart Poettering | |
2010-08-19 | modules-load: add systemd-modules-load tool that can load a configured list ↵ | Lennart Poettering | |
of modules in /etc/modules.d/ on boot, replacing distro-dependent shell hacks for this | |||
2010-08-18 | units: make sure getty@xxx.service is always run before gettys.target | Lennart Poettering | |
2010-08-18 | dbus: small typo in introspection data | Matthias Clasen | |
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 | |||
2010-08-18 | random-seed: honour kernel pool size when saving/restoring seed | Lennart Poettering | |
2010-08-18 | units: add hwclock-load service | Lennart Poettering | |
2010-08-18 | udev: dm has been fixed in the meantime | Lennart Poettering | |
2010-08-18 | udev: fix syntax | Lennart Poettering | |
2010-08-17 | main: restore an accidentally removed 'else' | Tero Roponen | |
I just noticed this when reading the latest commits. | |||
2010-08-17 | update fixme | Lennart Poettering | |
2010-08-17 | dbus: downgrade disconnection message | Lennart Poettering | |
2010-08-17 | units: add generic sysctl/hwclock-save service | Lennart Poettering | |
2010-08-17 | update fixme | Lennart Poettering | |
2010-08-17 | main: properly fallback to rescue.target if default.target is hosed | Lennart Poettering | |
2010-08-17 | units: fix conflicts between random seed services | Lennart Poettering | |
2010-08-17 | units: add tmp.mount | Kay Sievers | |
2010-08-17 | service: rename ValidNoProcess= to RemainAfterExit= | Lennart Poettering | |
2010-08-17 | service: prefix descriptions when they come from legacy sources | Lennart Poettering | |
2010-08-17 | systemctl: break output properly for 80ch terminals | Lennart Poettering | |
2010-08-17 | modprobe: kill support for nomodules | Lennart Poettering | |
this should happen in the kernel itself, not be controlled from userspace, if at all. So let's kill this here. | |||
2010-08-17 | shutdown: drop -f/-F switches again, simply because we don't want to condone ↵ | Lennart Poettering | |
non-ro root dirs Instead of using /forcefsck and /fastboot people should just kernel command line options to achieve the same. | |||
2010-08-17 | nss: don't disable nscd anymore, since it doesn't make sense to ↵ | Lennart Poettering | |
socket-activate nscd anyway | |||
2010-08-17 | units: add missing After= for var-run.service, var-lock.service | Kay Sievers | |
2010-08-17 | update fixme | Kay Sievers | |
2010-08-17 | update fixme | Kay Sievers | |
2010-08-17 | units: add var-run.service var-lock.service | Kay Sievers | |
2010-08-17 | update fixme | Kay Sievers | |
2010-08-17 | update fixme | Lennart Poettering | |
2010-08-17 | emacs: disable tabs in .h files, too | Lennart Poettering | |
2010-08-17 | update fixme | Lennart Poettering | |
2010-08-17 | log: print at to one target at max | Lennart Poettering | |
2010-08-17 | device: be more verbose of udev confuses us | Lennart Poettering | |
2010-08-17 | load-fragment: make parser more forgiving | Lennart Poettering | |
2010-08-17 | auto-getty: rework auto console getty logic to work in conjunction with ↵ | Lennart Poettering | |
single user mode | |||
2010-08-16 | shutdownd: kill /etc/nologin file before we go down | Lennart Poettering | |
2010-08-16 | shutdown: various fixes for handling of delayed shutdowns | Lennart Poettering | |
2010-08-16 | log: properly open log target in the various utilities | Lennart Poettering | |
2010-08-16 | util: properly detect ttyname_r() failing | Lennart Poettering | |
2010-08-16 | util: use format_timestamp() instead of ctime() wherever possible | Lennart Poettering | |
2010-08-16 | shutdown: fix socket type in .socket file | Lennart Poettering | |
2010-08-16 | systemctl: sort case-insensitively | Lennart Poettering | |
2010-08-16 | systemctl: warn in intervals before going down when delayed shutdown is used | Lennart Poettering | |
2010-08-16 | shutdown: if now time argument is passed, imply +1 not +0 | Lennart Poettering | |
That should friendlier for folks who just run "shutdown" to figure out the command line arguments... https://bugzilla.redhat.com/show_bug.cgi?id=624149 |