Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | logind: fix some potentially uninitialized accessesv30 | Lennart Poettering | 2011-07-13 | 2 | -2/+3 |
| | |||||
* | build-sys: bump release | Lennart Poettering | 2011-07-13 | 1 | -1/+1 |
| | |||||
* | nspawn: compress mount table a bit | Lennart Poettering | 2011-07-13 | 2 | -10/+12 |
| | |||||
* | man: add a couple of crosslinks | Lennart Poettering | 2011-07-13 | 3 | -1/+4 |
| | |||||
* | man: add man page for systemd-loginctl | Lennart Poettering | 2011-07-13 | 3 | -4/+462 |
| | |||||
* | consolidate TODO | Lennart Poettering | 2011-07-13 | 2 | -16/+6 |
| | |||||
* | nspawn: always use bind mounts to make API file systems available in the ↵ | Lennart Poettering | 2011-07-13 | 1 | -5/+11 |
| | | | | | | | container This ensures that read-only flags are never passed from the container to the host OS. | ||||
* | logind: use new udev_enumerate_add_match_parent() where applicable | Lennart Poettering | 2011-07-13 | 2 | -6/+10 |
| | |||||
* | loginctl: use new udev_device_has_tag() call from libudev where applicable | Lennart Poettering | 2011-07-13 | 4 | -40/+4 |
| | |||||
* | logind: remove some unused labels | Lennart Poettering | 2011-07-13 | 3 | -5/+0 |
| | |||||
* | udev: actually check for existance of ID_PATH_TAG before we use it | Lennart Poettering | 2011-07-13 | 2 | -2/+1 |
| | |||||
* | loginctl: implement missing kill verb | Lennart Poettering | 2011-07-13 | 8 | -14/+365 |
| | |||||
* | unit: use ESRCH as error when we don't find anybody to kill | Lennart Poettering | 2011-07-13 | 4 | -8/+8 |
| | |||||
* | unit: accept empty defaults for kill who/mode args | Lennart Poettering | 2011-07-13 | 2 | -8/+34 |
| | |||||
* | loginctl: implement more verbs | Lennart Poettering | 2011-07-13 | 5 | -32/+386 |
| | |||||
* | seat: udev - use ID_PATH_TAG instead of 'sed' hack | Kay Sievers | 2011-07-13 | 1 | -1/+1 |
| | |||||
* | unit: introduce ConditionFileIsExecutable= and use it where we check for a ↵ | Lennart Poettering | 2011-07-12 | 9 | -7/+23 |
| | | | | binary we'll spawn | ||||
* | service: properly handle who argument on D-Bus kill calls | Lennart Poettering | 2011-07-12 | 4 | -23/+28 |
| | |||||
* | tmpfiles: allow creation of named pipes with tmpfiles | Lennart Poettering | 2011-07-12 | 3 | -2/+51 |
| | |||||
* | update TODO | Lennart Poettering | 2011-07-12 | 1 | -8/+4 |
| | |||||
* | sysctl: support application of sysctl subtrees | Lennart Poettering | 2011-07-12 | 2 | -6/+83 |
| | |||||
* | build-sys: fix copynpaste mistake | Lennart Poettering | 2011-07-12 | 1 | -1/+1 |
| | |||||
* | build-sys: remove autogenerated bus introspection files from git | Lennart Poettering | 2011-07-12 | 3 | -59/+0 |
| | |||||
* | build-sys: fix make distcheck | Lennart Poettering | 2011-07-12 | 4 | -13/+44 |
| | |||||
* | build-sys: add a number of missing header files to EXTRA_DIST | Lennart Poettering | 2011-07-12 | 2 | -1/+15 |
| | |||||
* | build-sys: drop AM_GNU_GETTEXT as it fights with IT_PROG_INTLTOOL | Kay Sievers | 2011-07-12 | 1 | -3/+0 |
| | | | | | | | | | | | <mbiebl> kay, mezcalero: https://bugzilla.gnome.org/show_bug.cgi?id=627789 <mezcalero> so we can drop that entirely? <mezcalero> kay: if you drop those two lines, does it improve things for you? <mbiebl> kay: but ./configure should work now <mbiebl> resp. autogen.sh <kay> mezcalero, mbiebl: autogen.sh seems a lot better without the two lines <kay> mezcalero: works without the 'touch' thing <mezcalero> kay: ok, commit please | ||||
* | units: add units for boot.local/halt.local on SUSE distributions. | Frederic Crozat | 2011-07-12 | 3 | -0/+57 |
| | |||||
* | shutdown: coding style fixes | Lennart Poettering | 2011-07-11 | 1 | -73/+70 |
| | |||||
* | Merge remote-tracking branch 'harald/master' | Lennart Poettering | 2011-07-11 | 3 | -3/+120 |
|\ | |||||
| * | shutdown: pivot_root to a tmpfs directory to properly umount root | Harald Hoyer | 2011-07-04 | 2 | -0/+106 |
| | | | | | | | | | | | | | | check for /run/initramfs/shutdown mount bind all needed dirs to /run/initramfs pivot_root to /run/initramfs execute /run/initramfs/shutdown | ||||
| * | umount: log failed umounts only once at the end | Harald Hoyer | 2011-07-04 | 1 | -3/+5 |
| | | |||||
| * | umount: umount, until all umounts failed | Harald Hoyer | 2011-07-04 | 1 | -1/+9 |
| | | |||||
| * | umount: log_info about what we unmounted | Harald Hoyer | 2011-07-04 | 1 | -0/+1 |
| | | |||||
* | | logind: Fix compilation without ACL | Zbigniew Jędrzejewski-Szmek | 2011-07-11 | 2 | -3/+29 |
| | | | | | | | | | | | | | | 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. | ||||
* | | man: un-reverse IgnoreOnSnapshot description | Zbigniew Jędrzejewski-Szmek | 2011-07-11 | 2 | -3/+3 |
| | | | | | | | | | | I think that snapshots & devices are actually _not_ captured in snapshots. | ||||
* | | update TODO | Lennart Poettering | 2011-07-11 | 1 | -0/+3 |
| | | |||||
* | | build-sys: Add i18n support through intltool | Bastien Nocera | 2011-07-11 | 8 | -27/+47 |
| | | | | | | | | And put the PolicyKit policy files up for translation. | ||||
* | | clarify separate-/usr message | Kay Sievers | 2011-07-11 | 1 | -1/+1 |
| | | | | | | | | Everything should be fine if /usr is mounted from initramfs. | ||||
* | | loginctl: add missing header file | Lennart Poettering | 2011-07-09 | 3 | -4/+273 |
| | | |||||
* | | systemctl: fix --help syntax for variables | Lennart Poettering | 2011-07-08 | 1 | -1/+1 |
| | | |||||
* | | logind: don't confuse 'shared' with a session of its own | Lennart Poettering | 2011-07-08 | 1 | -1/+3 |
| | | |||||
* | | logind: fix introspection typo | Lennart Poettering | 2011-07-08 | 1 | -1/+1 |
| | | |||||
* | | acl: two tag matching is not going to be available in libudev | Lennart Poettering | 2011-07-08 | 3 | -8/+9 |
| | | |||||
* | | loginctl: add various introspection functions | Lennart Poettering | 2011-07-08 | 6 | -126/+1093 |
| | | |||||
* | | seat: only mark main input device for seat assignments | Lennart Poettering | 2011-07-08 | 1 | -1/+1 |
| | | |||||
* | | systemctl: hide all information on --kill-mode= since it is mostly useless | Lennart Poettering | 2011-07-07 | 3 | -25/+5 |
| | | |||||
* | | systemctl: use cached tty value where possible | Lennart Poettering | 2011-07-07 | 1 | -3/+3 |
| | | |||||
* | | systemctl: cache tty value before we open the pager | Lennart Poettering | 2011-07-07 | 1 | -5/+7 |
| | | |||||
* | | loginctl: add basic implementation of loginctl for introspecting controlling ↵ | Lennart Poettering | 2011-07-07 | 6 | -17/+566 |
| | | | | | | | | sessions/users/seats | ||||
* | | cgls: add pager support to systemd-cgls | Lennart Poettering | 2011-07-07 | 6 | -103/+190 |
| | |