Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2010-08-16 | man: document new shutdown features | Lennart Poettering | |
2010-08-16 | units: enable notify interface for internals services | Lennart Poettering | |
2010-08-16 | shutdownd: enable by default | Lennart Poettering | |
2010-08-16 | systemctl: add support for delayed shutdown, similar to sysv in style | Lennart Poettering | |
2010-08-14 | random-seed: add missing random-seed.c file | Lennart Poettering | |
2010-08-14 | emacs: make sure nobody accidently adds tabs to our sources | Lennart Poettering | |
2010-08-14 | units: don't require tty in rc-local.service | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=623802 | |||
2010-08-14 | units: write utmp record before we kill all processes | Lennart Poettering | |
2010-08-14 | units: X 1.8 doesn't need HAL anymore, so avoid synchronization on that | Lennart Poettering | |
2010-08-14 | units: make sure plymouth shutdown screen is shown before we kill all ↵ | Lennart Poettering | |
processes/shut down | |||
2010-08-14 | random-seed: add little tool for saving/loading random seed on ↵ | Lennart Poettering | |
shutdown/boot, but don't enable it by default | |||
2010-08-14 | systemctl: skip writing of utmp if we booted using systemd, under the ↵ | Lennart Poettering | |
assumption that systemd-update-utmp is used | |||
2010-08-14 | systemctl: sort 'list-units' output | Lennart Poettering | |
2010-08-13 | job: don't accidently access a job that doesn't exist anymore | Lennart Poettering | |
2010-08-13 | units: move plymouth services from /etc to /lib since fedora does not ↵ | Lennart Poettering | |
support plymouth-less boots | |||
2010-08-13 | units: move runlevel[2-5] links to /lib because they are legacy and hence ↵ | Lennart Poettering | |
should not be as obviously in sight. The user may still override them by placing links in /etc | |||
2010-08-13 | man: document that we now accept more than one main process for Type=oneshot ↵ | Lennart Poettering | |
services | |||
2010-08-13 | service: rename Type=finish to Type=oneshot and allow multiple ExecStart= ↵ | Lennart Poettering | |
lines for oneshot services In contrast to the other service types oneshot services are usually not long lasting and there's not necessarily a single clean main process for them. This change allows multiple ExecStart= lines for this type of services so that the admin/developer doesn't have to arbitrarily pick on of various sequential commands as the "main one". | |||
2010-08-13 | update fixme | Lennart Poettering | |
2010-08-13 | systemctl: properly detect whether taling to systemd via D-Bus worked before ↵ | Lennart Poettering | |
falling back to upstart/initctl | |||
2010-08-13 | unit: create three seperate plymouth service for halt/poweroff/reboot | Lennart Poettering | |
2010-08-13 | man: document new 'systemctl status PID' syntax | Lennart Poettering | |
2010-08-13 | cgroup: try harder to find a unit a PID belongs to by traversing through ↵ | Lennart Poettering | |
parent cgroups | |||
2010-08-13 | systemctl: when calling 'status' accept a PID | Lennart Poettering | |
2010-08-13 | update fixme | Lennart Poettering | |