Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-13 | logind: fix some potentially uninitialized accessessystemd/v30 | Lennart Poettering | |
2011-07-13 | nspawn: compress mount table a bit | Lennart Poettering | |
2011-07-13 | consolidate TODO | Lennart Poettering | |
2011-07-13 | nspawn: always use bind mounts to make API file systems available in the ↵ | Lennart Poettering | |
container This ensures that read-only flags are never passed from the container to the host OS. | |||
2011-07-13 | logind: use new udev_enumerate_add_match_parent() where applicable | Lennart Poettering | |
2011-07-13 | loginctl: use new udev_device_has_tag() call from libudev where applicable | Lennart Poettering | |
2011-07-13 | logind: remove some unused labels | Lennart Poettering | |
2011-07-13 | udev: actually check for existance of ID_PATH_TAG before we use it | Lennart Poettering | |
2011-07-13 | loginctl: implement missing kill verb | Lennart Poettering | |
2011-07-13 | unit: use ESRCH as error when we don't find anybody to kill | Lennart Poettering | |
2011-07-13 | unit: accept empty defaults for kill who/mode args | Lennart Poettering | |
2011-07-13 | loginctl: implement more verbs | Lennart Poettering | |
2011-07-13 | seat: udev - use ID_PATH_TAG instead of 'sed' hack | Kay Sievers | |
2011-07-12 | unit: introduce ConditionFileIsExecutable= and use it where we check for a ↵ | Lennart Poettering | |
binary we'll spawn | |||
2011-07-12 | service: properly handle who argument on D-Bus kill calls | Lennart Poettering | |
2011-07-12 | tmpfiles: allow creation of named pipes with tmpfiles | Lennart Poettering | |
2011-07-12 | sysctl: support application of sysctl subtrees | Lennart Poettering | |
2011-07-12 | build-sys: fix make distcheck | Lennart Poettering | |
2011-07-11 | shutdown: coding style fixes | Lennart Poettering | |
2011-07-11 | Merge remote-tracking branch 'harald/master' | Lennart Poettering | |
2011-07-11 | logind: Fix compilation without ACL | Zbigniew Jędrzejewski-Szmek | |
Compilation fails if sys/acl.h is not available. The configure script already tests for sys/acl.h presence, but the result was so far unused. To compile without acl, stub implementations of the acl functions are used. | |||
2011-07-11 | build-sys: Add i18n support through intltool | Bastien Nocera | |
And put the PolicyKit policy files up for translation. | |||
2011-07-11 | clarify separate-/usr message | Kay Sievers | |
Everything should be fine if /usr is mounted from initramfs. | |||
2011-07-09 | loginctl: add missing header file | Lennart Poettering | |
2011-07-08 | systemctl: fix --help syntax for variables | Lennart Poettering | |
2011-07-08 | logind: don't confuse 'shared' with a session of its own | Lennart Poettering | |
2011-07-08 | logind: fix introspection typo | Lennart Poettering | |
2011-07-08 | acl: two tag matching is not going to be available in libudev | Lennart Poettering | |
2011-07-08 | loginctl: add various introspection functions | Lennart Poettering | |
2011-07-08 | seat: only mark main input device for seat assignments | Lennart Poettering | |
2011-07-07 | systemctl: hide all information on --kill-mode= since it is mostly useless | Lennart Poettering | |
2011-07-07 | systemctl: use cached tty value where possible | Lennart Poettering | |
2011-07-07 | systemctl: cache tty value before we open the pager | Lennart Poettering | |
2011-07-07 | loginctl: add basic implementation of loginctl for introspecting controlling ↵ | Lennart Poettering | |
sessions/users/seats | |||
2011-07-07 | cgls: add pager support to systemd-cgls | Lennart Poettering | |
2011-07-07 | path,unit: support globbing in conditions and path units | Lennart Poettering | |
2011-07-06 | manager: merge serialization and desrialization counter into one, and ↵ | Lennart Poettering | |
increase it when reexecuting Instead of having individual counters n_serializing and n_deserializing have a single one n_reloading, which should be sufficient. Set n_reloading when we are about to go down for reexecution to avoid cgroup trimming when we free the units for reexecution. | |||
2011-07-06 | cgroup: don't trim a cgroup we create, we might just take it over from ↵ | Lennart Poettering | |
somebody else | |||
2011-07-05 | udev: tag virtio serial ports with systemd by default | Lennart Poettering | |
2011-07-05 | udev: improve udev rule a bit | Lennart Poettering | |
2011-07-05 | service: 'pidfile:' in SysV chkconfig header implies a real daemon | Michal Schmidt | |
The presence of the chkconfig "pidfile:" header in the initscript is an excellent indication that it's not a oneshot script (like iptables), but a real daemon (like httpd). | |||
2011-07-05 | udev: pull in printer.target from all kinds of printers | Lennart Poettering | |
2011-07-05 | util: explicitly turn of O_CLOEXEC for stdin/stdout/stderr | Lennart Poettering | |
2011-07-05 | add a few O_CLOEXEC where missing | Lennart Poettering | |
2011-07-05 | logind: write rules files atomically | Lennart Poettering | |
2011-07-04 | password-agent: actually really don't access unallocated memory | Lennart Poettering | |
Fix for 9726f9ff11fa7b94dceed2972cd2453a08b9ee6a | |||
2011-07-04 | password-agent: make sure not to access unallocated memory | Lennart Poettering | |
Tracked down by Frederic Crozat | |||
2011-07-04 | shutdown: pivot_root to a tmpfs directory to properly umount root | Harald Hoyer | |
check for /run/initramfs/shutdown mount bind all needed dirs to /run/initramfs pivot_root to /run/initramfs execute /run/initramfs/shutdown | |||
2011-07-04 | umount: log failed umounts only once at the end | Harald Hoyer | |
2011-07-04 | umount: umount, until all umounts failed | Harald Hoyer | |