Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-21 | multi-seat-x: drop framebuffer specific stuff, as we have a DRM driver now | Dave Airlie | |
2012-09-21 | Revert "multi-seat: drop multi-seat-x wrapper, as upstream X can handle ↵ | Lennart Poettering | |
multi-seat graphics on its own now" This reverts commit 636d30a0895f17eca8313d50f9b2fc1ec5e128da. Turns out we will need the multi-seat wrapper a bit longer, however without the fb-specific bits in it. | |||
2012-09-21 | logind: split up HandleSleepKey= into HandleSuspendKey= and HandleHibernateKey= | Lennart Poettering | |
The kernel and X11 distuingish these two, and Thinkpad keys have both, hence we really should distinguish them too. | |||
2012-09-21 | multi-seat: drop multi-seat-x wrapper, as upstream X can handle multi-seat ↵ | Lennart Poettering | |
graphics on its own now | |||
2012-09-21 | core: call va_end in all cases | Lukas Nykryn | |
2012-09-21 | shared: call va_end in all cases | Lukas Nykryn | |
2012-09-21 | logind: allow users to override their own suspend/sleep inhibitors | Lennart Poettering | |
2012-09-20 | update TODO | Lennart Poettering | |
2012-09-20 | fix typo in NEWS | Lennart Poettering | |
2012-09-20 | update TODOsystemd/v190 | Lennart Poettering | |
2012-09-20 | timedated: /etc/sysconfig/clock is dead on Fedora, remove it | Lennart Poettering | |
2012-09-20 | typo fix | Lennart Poettering | |
2012-09-20 | fix typos | Lennart Poettering | |
2012-09-20 | update TODO | Lennart Poettering | |
2012-09-20 | build-sys: prepare v190 | Lennart Poettering | |
2012-09-20 | util: fix overflow checks | Lennart Poettering | |
2012-09-20 | build-sys: require certain version of libselinux | Jan Engelhardt | |
./.libs/libsystemd-core.a(libsystemd_core_la-selinux-access.o): In function "selinux_access_check": src/core/selinux-access.c:487: undefined reference to "selinux_check_access" | |||
2012-09-20 | util: overflow hardening | Lennart Poettering | |
2012-09-20 | util: make sure heap allocators fail when array allocations are out of bounds | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=858777 | |||
2012-09-19 | journald: don't accept arbitrarily sized journal data fields | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=858746 | |||
2012-09-19 | util: define union dirent_storage and make use of it everywhere | Lennart Poettering | |
Make sure to allocate enough space for readdir_r(). https://bugzilla.redhat.com/show_bug.cgi?id=858754 | |||
2012-09-19 | util: fix bad strstrip() return value in normalize_env_assignment() | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=858780 | |||
2012-09-19 | path: support specifier resolvin in .path units | Lennart Poettering | |
2012-09-19 | libudev: remove dead code | Kay Sievers | |
2012-09-19 | timedated: unregister the right bus service | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=858771 | |||
2012-09-19 | update TODO | Lennart Poettering | |
2012-09-19 | logind: if a lid-switch lock was taken while the lid was closed, recheck lid ↵ | Lennart Poettering | |
status when the lock is released | |||
2012-09-19 | logind: properly parse handle-lid-switch inhibitor | Lennart Poettering | |
2012-09-19 | man: document new inhibitor types | Lennart Poettering | |
2012-09-19 | logind: rework power key/suspend key/lid switch handling | Lennart Poettering | |
http://lists.freedesktop.org/archives/systemd-devel/2012-September/006604.html https://bugzilla.gnome.org/show_bug.cgi?id=680689 This changes the meaning of the HandlePowerKey=/HandleSleepKey=/HandleLidSwitch= setting of logind.conf | |||
2012-09-19 | journal: when comparing two entries from separate files make sure we ↵ | Lennart Poettering | |
reposition the mmap window The mmap cache doesn't guarantee that we can look at two files at the same time. Hence make sure to look at the entries to compare one after the other, instead of at the same time when comparing them, and reposition the window in between. | |||
2012-09-19 | mount: reword directory empty warning a bit | Lennart Poettering | |
2012-09-19 | systemctl: warn about triggering units only at the end | Zbigniew Jędrzejewski-Szmek | |
Instead of checking each unit separately, check once at the end. This should avoid spurious warnings about a service being triggerable by other stuff. | |||
2012-09-19 | systemctl: properly report success | Zbigniew Jędrzejewski-Szmek | |
Systemctl would always return 1, because it treated uninteresting dbus messages ("job added") as errors. Just ignore everything apart from interesting ("job removed") messages. | |||
2012-09-19 | systemctl: use automatic cleanup once more | Zbigniew Jędrzejewski-Szmek | |
Semantics are slightly different, because before unit_name_mangle returning NULL was ignored, and now it is reported as oom. But unit_name_mangle only returns NULL on oom. | |||
2012-09-19 | systemctl: use automatic cleanup | Zbigniew Jędrzejewski-Szmek | |
Introduce a helper method to unref dbus messages and use it. | |||
2012-09-18 | core: move ManagerRunningAs to shared | Zbigniew Jędrzejewski-Szmek | |
Note: I did s/MANAGER/SYSTEMD/ everywhere, even though it makes the patch quite verbose. Nevertheless, keeping MANAGER prefix in some places, and SYSTEMD prefix in others would just lead to confusion down the road. Better to rip off the band-aid now. | |||
2012-09-18 | automount: also whine if an automount directory is not empty | Lennart Poettering | |
2012-09-18 | mount: notify the user if we over-mount a non-empty directory | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=858266 | |||
2012-09-18 | update TODO | Lennart Poettering | |
2012-09-18 | mount: don't mount securityfs in a container | Lennart Poettering | |
2012-09-18 | unit-printf: add specifiers for the host name, machine id, boot id | Lennart Poettering | |
2012-09-18 | unit-printf: before resolving exec context specifiers check whether the ↵ | Lennart Poettering | |
object actually has an exec context | |||
2012-09-18 | unit: split unit_printf() and friends into its own .c file | Lennart Poettering | |
2012-09-18 | unit: fix %f resolving | Lennart Poettering | |
2012-09-18 | journalctl: don't choke on entries with no MESSAGE= field | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=50177 | |||
2012-09-18 | docs: typos in loginctl.xml | Thomas Hindoe Paaboel Andersen | |
2012-09-18 | target: imply default ordering for PartsOf deps as well | Lennart Poettering | |
2012-09-18 | execute: apply PAM logic only to main process if PermissionsStartOnly is set | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=54176 | |||
2012-09-18 | selinux: rework method tail, make it into a nulstr array | Lennart Poettering | |