Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-10 | main: warn if /etc/mtab is not a symlink | Lennart Poettering | |
2010-11-10 | service: delay automatic restart if job is pending | Lennart Poettering | |
2010-11-10 | update fixme | Lennart Poettering | |
2010-11-10 | manager: only minimize impact if we are in fail mode | Lennart Poettering | |
2010-11-10 | update TODO with mtab issue | Kay Sievers | |
2010-10-31 | fedora: start plymouth after udev-settle, so that the graphics modules are ↵ | Lennart Poettering | |
loaded | |||
2010-10-29 | update fixme | Lennart Poettering | |
2010-10-29 | unit: replace StopRetroactively= by BindTo= dependencies | Lennart Poettering | |
The property StopRetroactively= needs to be per-dependency, not per-unit, in order to properly express dependencies between .mount units and its .device and fsck .service units. If the .device unit is unplugged the mount should go away, but if the fsck process terminates the .mount should stay. | |||
2010-10-28 | timer: when deserializing timer state stay elapsed when we are elapsed | Lennart Poettering | |
2010-10-28 | device: set recursive_stop=true by default | Lennart Poettering | |
2010-10-28 | update fixme | Lennart Poettering | |
2010-10-27 | TODO: /proc/swaps is poll()able now | Kay Sievers | |
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=66d7dd518ae413a383ab2c6c263cc30617329842 | |||
2010-10-27 | service: when after startup only one process is in a service's cgroup, ↵ | Lennart Poettering | |
assume it is the main process | |||
2010-10-26 | man: be more explicit about the usefulness of --system | Lennart Poettering | |
2010-10-26 | update fixme | Lennart Poettering | |
2010-10-26 | swap: add only swaps listed in /etc/fstab automatically to swap.target, ↵ | Lennart Poettering | |
others should be added via .wants/ links | |||
2010-10-26 | swap: expose swap exec env proprties via dbus | Lennart Poettering | |
2010-10-26 | ask-password-tty: properly handle SIGINT/SIGTERM | Lennart Poettering | |
2010-10-26 | ask-password: add minimal plymouth password agent | Lennart Poettering | |
2010-10-26 | main: don't unset HOME/TERM when run in session mode | Lennart Poettering | |
2010-10-26 | update fixme | Lennart Poettering | |
2010-10-25 | update fixme | Lennart Poettering | |
2010-10-25 | units: activate wall agent automatically if something is dropped in ↵ | Lennart Poettering | |
/dev/.systemd/ask-password | |||
2010-10-25 | update fixme | Lennart Poettering | |
2010-10-25 | TODO: add getty on-demand, man: --system | Kay Sievers | |
2010-10-22 | update fixme | Lennart Poettering | |
2010-10-20 | install: enable quota/fsck-root/hwclock load by default | Lennart Poettering | |
2010-10-18 | swap: listen for POLLPRI events on /proc/swaps if available | Lennart Poettering | |
2010-10-18 | tmpfiles: integrate kay's directory cleanup code and otherwise beef up ↵ | Lennart Poettering | |
tmpfiles quite a bit | |||
2010-10-14 | update fixme | Lennart Poettering | |
2010-10-13 | mount: pull in fsck only in systemd instances | Lennart Poettering | |
2010-10-13 | systemctl: warn if user enables unit with no installation instructions | Lennart Poettering | |
2010-10-13 | dbus: add introspection to midlevel paths | Lennart Poettering | |
2010-10-13 | inotify: properly handle multiple inotify events per read() | Lennart Poettering | |
2010-10-13 | unit: add minimal condition checker for unit startup | Lennart Poettering | |
2010-10-12 | swap: major rework, use /sbin/swapon for setting up swaps, fix merging of ↵ | Lennart Poettering | |
aliased swap disks | |||
2010-10-12 | update fixme | Lennart Poettering | |
2010-10-08 | service: introduce Restart=on-failure and Restart=on-abort | Lennart Poettering | |
2010-10-08 | service: optionally, create INIT_PROCESS/DEAD_PROCESS entries for a service | Lennart Poettering | |
This should fix accounting for pam_limits and suchlike. https://bugzilla.redhat.com/show_bug.cgi?id=636036 | |||
2010-10-08 | unit: introduce 'banned' load state for units symlinked to /dev/null | Lennart Poettering | |
2010-10-07 | update fixme | Lennart Poettering | |
2010-10-07 | use common names: fixme -> TODO, bootstrap.sh -> autogen.sh | Kay Sievers | |