Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-08-13 | systemctl: show sysv path if it is set if the fragment path isn't in ↵ | Lennart Poettering | |
systemctl status | |||
2010-08-12 | unit: move prefdm after livesys | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=623561 | |||
2010-08-12 | plymouth: call plymouth quit before running the getty, not after | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=623430 | |||
2010-08-12 | systemctl: at full stop after last message before shutting down | Lennart Poettering | |
2010-08-12 | audit: suppress repeated audit events when deserializing | Lennart Poettering | |
2010-08-12 | unit: don't show ENOENT configuration file warnings for units that are not ↵ | Lennart Poettering | |
essential | |||
2010-08-12 | main: log build time features on startup | Lennart Poettering | |
2010-08-12 | dbus: downgrade a few log messages | Lennart Poettering | |
2010-08-12 | dbus: fix capability serialization | Lennart Poettering | |
2010-08-12 | conf-parser: don't crash if an assignment is read before a section header | Lennart Poettering | |
2010-08-11 | main: disable nscd properly, if possible | Lennart Poettering | |
2010-08-11 | dbus: properly pass capabilities | Lennart Poettering | |
2010-08-11 | gc: remove a lot of unused code | Lennart Poettering | |
2010-08-11 | selinux: split off selinux calls into seperate file label.c | Lennart Poettering | |
2010-08-11 | pahole: rearrange structs to make them smaller | Lennart Poettering | |
2010-08-11 | clang: fix numerous little issues found with clang-analyzer | Lennart Poettering | |
2010-08-11 | manager: serialize/deserialize startup time, too | Lennart Poettering | |
2010-08-11 | audit: remove double header inclusion | Lennart Poettering | |
2010-08-11 | audit: initialize audit only if it is enabled | Lennart Poettering | |
2010-08-11 | target: don't synthesize a runlevel property for targets anymore since we ↵ | Lennart Poettering | |
don't need it anymore and it is crutfy | |||
2010-08-11 | audit: smaller fixes to audit hookup | Lennart Poettering | |
2010-08-11 | systemctl: beef up highlighting of service states a little | Lennart Poettering | |
2010-08-11 | utmp: enable systemd-update-utmp by default | Lennart Poettering | |
2010-08-11 | unit: make sure a job for a service of type 'finish' succeeds if the process ↵ | Lennart Poettering | |
terminates cleanly | |||
2010-08-11 | socket: disable GC for pre-allocated per-connection service until it is used | Lennart Poettering | |
2010-08-11 | audit,utmp: implement audit logic and rip utmp stuff out of the main daemon ↵ | Lennart Poettering | |
and into a helper binary | |||
2010-08-11 | util: when replacing env vars replace unset envvars by nothing | Lennart Poettering | |
This makes it easier to support /etc/sysconfig/xxxx with command line env vars in style of $OPTIONS which might or might not be set. | |||
2010-08-11 | conf: add commented default SysVConsole= value | Lennart Poettering | |
2010-08-11 | unit: rename OnlyByDependency= to RefuseManualStart= and introduce ↵ | Lennart Poettering | |
RefuseManualStop= Some unit shall never be start on user request (e.g. shutdown.target) others never be stopped on user request (e.g. auditd.servce), hence offer options for both. | |||
2010-08-10 | update fixme | Kay Sievers | |
2010-08-10 | build-sys: prepare release 7systemd/v7 | Lennart Poettering | |
2010-08-10 | unit: hook plymouth into the boot | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=619922 | |||
2010-08-10 | units: ignore exit codes of killall scripts | Lennart Poettering | |
2010-08-10 | update fixme | Lennart Poettering | |
2010-08-10 | getty: properly synchronize of tty devices being plugged in | Lennart Poettering | |