Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-15 | pam: rename master user cgroup to 'master' | Lennart Poettering | |
2010-11-15 | drop support for MANAGER_SESSION, introduce MANAGER_USER instead | Lennart Poettering | |
2010-11-15 | path: properly free PathSpec structs | Lennart Poettering | |
2010-11-15 | manager: ignore invalid epoll events | Lennart Poettering | |
2010-11-15 | units: use ConditionDirectoryNotEmpty= where applicable | Lennart Poettering | |
2010-11-15 | unit: introduce ConditionDirectoryNotEmpty= | Lennart Poettering | |
2010-11-15 | build-sys: fix building against libnotify 0.7 | Matthias Clasen | |
Here are two patches I needed to get systemd to build against the current libnotify and vala releases. | |||
2010-11-15 | delete tmp.mount which may conflict with an unrelated fstab entry | Kay Sievers | |
2010-11-15 | build-sys: make check for libnotify explicit | Lennart Poettering | |
2010-11-15 | build-sys: dbus-glib is just required by gtk's systemadm | Gustavo Sverzut Barbieri | |
do not fail if there is no dbus-glib and we're not building the gtk frontend. | |||
2010-11-15 | units: get rid of no_requires unit flag, and make crypto disks require ↵ | Lennart Poettering | |
cryptsetup service | |||
2010-11-15 | load-dropin: add support for .requires directories | Lennart Poettering | |
2010-11-15 | cryptsetup: bind cryptsetup service to both source and destination device | Lennart Poettering | |
2010-11-15 | manager: consider jobs already installed as redundant when reducing new ↵ | Lennart Poettering | |
transactions | |||
2010-11-15 | path: avoid immediate restarting of units triggered by paths if nothing ↵ | Lennart Poettering | |
actually changed on disk | |||
2010-11-15 | path: always look for IN_ATTRIB since deletion is signalled that way | Lennart Poettering | |
2010-11-14 | manager: always pull 'following' units into transaction | Lennart Poettering | |
2010-11-14 | util: always highlight distro name | Lennart Poettering | |
2010-11-14 | units: make use of agetty mandatory | Lennart Poettering | |
2010-11-14 | manager: don't fail transaction if adding CONFLICTED_BY job fails | Lennart Poettering | |
2010-11-14 | pam: rename 'no-session' to 'user' cgroup | Lennart Poettering | |
2010-11-14 | job: make it possible to wait for devices to be unplugged | Lennart Poettering | |
2010-11-14 | Remove umount*.service files for Debian | Michael Biebl | |
With the introduction of native shutdown/reboot, the killall.service was removed (as this functionality was moved into systemd-shutdown). Without killall.service though, the umount*.service files no longer work correctly. Wit native mount support those files are also no longer necessary, so remove them. | |||
2010-11-14 | tmpfiles: ignore files marked with the sticky bit | Lennart Poettering | |
2010-11-14 | load-fragment: properly do comparison of words | Lennart Poettering | |
2010-11-14 | udev: ignore temporary udev devices | Lennart Poettering | |
2010-11-14 | cryptsetup: handle password=none properly | Lennart Poettering | |
2010-11-14 | cryptsetup: properly parse cipher= switch | Lennart Poettering | |
2010-11-14 | cryptsetup: support non-LUKS crypto partitions | Lennart Poettering | |
2010-11-12 | update TODO | Kay Sievers | |
2010-11-12 | update fixme | Lennart Poettering | |
2010-11-12 | ask-password: leave printing of final prompt colon to message | Lennart Poettering | |
2010-11-12 | ask-password: don't show wall message on ttys we are already running a tty ↵ | Lennart Poettering | |
agent on | |||
2010-11-12 | ask-password: refer to right binary name in wall message | Lennart Poettering | |
2010-11-12 | ask-password: ignore unknown query file fields | Lennart Poettering | |
2010-11-12 | ask-password: properly NULL terminate table | Lennart Poettering | |
2010-11-12 | manager: be a bit more verbose if we receive unknown epoll event | Lennart Poettering | |
2010-11-12 | cryptsetup: automatically start cryptsetup when looking for mount source | Lennart Poettering | |
2010-11-12 | log: fix build | Lennart Poettering | |
2010-11-12 | log: add automatic log target | Lennart Poettering | |
2010-11-12 | cryptsetup: hook up tool with ask-password | Lennart Poettering | |
2010-11-12 | manager: hookup generators | Lennart Poettering | |
2010-11-12 | build-sys: fix usage of path macros | Lennart Poettering | |
2010-11-12 | mount: don't relabel /dev twice in a row | Lennart Poettering | |
2010-11-11 | update TODO | Kay Sievers | |
2010-11-11 | man: Fix various typos | Andrew Edmunds | |
2010-11-11 | split mount_point_is_api() and mount_point_ignore() | Kay Sievers | |
We should not handle the ignore list as API mounts, as systemd itself never touches them. On Thu, Nov 11, 2010 at 10:34, Andreas Jaeger <aj@novell.com> wrote: > > I noticed for some time that systemd-remount-api-vfs is in the > failed state and found now the following in the log files > > systemd-remount-api-vfs[467]: /bin/mount for /proc/bus/usb exited with exit status 32. > systemd-remount-api-vfs[467]: mount: /proc/bus/usb not mounted already, or bad option > systemd[1]: systemd-remount-api-vfs.service: main process exited, code=exited, status=1 > systemd[1]: Unit systemd-remount-api-vfs.service entered failed state. | |||
2010-11-11 | units: deal properly with the fact that agetty is called getty on Debian | Lennart Poettering | |
2010-11-10 | tmpfiles: include reference to man page in tmpfiles files | Lennart Poettering | |
2010-11-10 | vconsole: support additional keymap for toggling layouts | Andrey Borzenkov | |
At least Mandriva offers configuring characters to toggle keyboard layout independently from main keymap. This functions much the same as XkbOptions for X11 and actually is configured together. The patch adds support for additional keymap, KEYMAP_TOGGLE, to /etc/vconsole.conf, that is intended to be used for the same purpose. |