Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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-07 | update TODO | 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 | update TODO | 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-05 | update todo | 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 | |
2011-07-04 | umount: log_info about what we unmounted | Harald Hoyer | |
2011-07-03 | systemadm: report GLib.Error only to stderr | Michal Schmidt | |
When a GLib.Error happens, it is likely that showing a message box would fail too. https://bugzilla.redhat.com/show_bug.cgi?id=716663 | |||
2011-07-03 | shutdown: print the standard wall message even when the user provided one | Michal Schmidt | |
Print the user-provided wall message in addition to the standard one, not instead of it. Related to: https://bugzilla.redhat.com/show_bug.cgi?id=624149 |