Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-15 | libsystemd-daemon: support installation in --with-rootlibdir | Kay Sievers | |
2011-07-14 | README: document license | Lennart Poettering | |
2011-07-14 | git: hide more files from git | Lennart Poettering | |
2011-07-14 | libs: add symbol versioning for the benefit of RPM | Lennart Poettering | |
2011-07-14 | sd-daemon: turn sd-daemon.c into a shared library | Lennart Poettering | |
2011-07-14 | uaccess: become a nop when not run on a systemd system | Lennart Poettering | |
2011-07-14 | logind: introduce libsystemd-login.so as fast path to access logind data | Lennart Poettering | |
2011-07-14 | systemctl: don't try rebooting with /dev/initcl if Upstart worked | Lennart Poettering | |
2011-07-13 | logind: fix some potentially uninitialized accessessystemd/v30 | Lennart Poettering | |
2011-07-13 | build-sys: bump release | Lennart Poettering | |
2011-07-13 | nspawn: compress mount table a bit | Lennart Poettering | |
2011-07-13 | man: add a couple of crosslinks | Lennart Poettering | |
2011-07-13 | man: add man page for systemd-loginctl | 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 | update TODO | Lennart Poettering | |
2011-07-12 | sysctl: support application of sysctl subtrees | Lennart Poettering | |
2011-07-12 | build-sys: fix copynpaste mistake | Lennart Poettering | |
2011-07-12 | build-sys: remove autogenerated bus introspection files from git | Lennart Poettering | |
2011-07-12 | build-sys: fix make distcheck | Lennart Poettering | |
2011-07-12 | build-sys: add a number of missing header files to EXTRA_DIST | Lennart Poettering | |
2011-07-12 | build-sys: drop AM_GNU_GETTEXT as it fights with IT_PROG_INTLTOOL | Kay Sievers | |
<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 | |||
2011-07-12 | units: add units for boot.local/halt.local on SUSE distributions. | Frederic Crozat | |
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 | man: un-reverse IgnoreOnSnapshot description | Zbigniew Jędrzejewski-Szmek | |
I think that snapshots & devices are actually _not_ captured in snapshots. | |||
2011-07-11 | update TODO | Lennart Poettering | |
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 | |