Age | Commit message (Expand) | Author |
2012-09-21 | missing: Fix compilation error due to wrong __NR_name_to_handle_at definition | Eelco Dolstra |
2012-09-21 | journald: log how big the journal files may grow | Lennart Poettering |
2012-09-21 | journalctl: make the argument to -n optional | Lennart Poettering |
2012-09-21 | journal: completely rework the mmap cache as I too dumb to actually understan... | Lennart Poettering |
2012-09-21 | multi-seat-x: drop a lot of unnecessary code | Lennart Poettering |
2012-09-21 | sysctl: always return the last error we encountered | Lennart Poettering |
2012-09-21 | nspawn: document why we don't check resolv.conf mount errors | Lennart Poettering |
2012-09-21 | nspawn: we can't overmount /etc/localtime anymore since it's usually a symlin... | Lennart Poettering |
2012-09-21 | hwclock: add missing OOM check | Lennart Poettering |
2012-09-21 | pam: document that we don't do error checking when parsing vtnr | Lennart Poettering |
2012-09-21 | journal: don't allow journal_file_open() to be called with ret being NULL | Lennart Poettering |
2012-09-21 | login: missing break for getopt ARG_NO_ASK_PASSWORD in loginctl | Lukas Nykryn |
2012-09-21 | sysctl: fix error code handling | Lukas Nykryn |
2012-09-21 | modules-load: initalize files to null | Václav Pavlín |
2012-09-21 | locale: make sure that l is freed | Václav Pavlín |
2012-09-21 | login: check return value of session_get_idle_hint | Václav Pavlín |
2012-09-21 | logind: check return value, log warning on error | Václav Pavlín |
2012-09-21 | cgtop: missing '-' | Václav Pavlín |
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 multi... | Lennart Poettering |
2012-09-21 | logind: split up HandleSleepKey= into HandleSuspendKey= and HandleHibernateKey= | Lennart Poettering |
2012-09-21 | multi-seat: drop multi-seat-x wrapper, as upstream X can handle multi-seat gr... | Lennart Poettering |
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 | timedated: /etc/sysconfig/clock is dead on Fedora, remove it | Lennart Poettering |
2012-09-20 | fix typos | Lennart Poettering |
2012-09-20 | util: fix overflow checks | Lennart Poettering |
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 |
2012-09-19 | journald: don't accept arbitrarily sized journal data fields | Lennart Poettering |
2012-09-19 | util: define union dirent_storage and make use of it everywhere | Lennart Poettering |
2012-09-19 | util: fix bad strstrip() return value in normalize_env_assignment() | Lennart Poettering |
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 |
2012-09-19 | logind: if a lid-switch lock was taken while the lid was closed, recheck lid ... | Lennart Poettering |
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 |
2012-09-19 | journal: when comparing two entries from separate files make sure we repositi... | Lennart Poettering |
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 |
2012-09-19 | systemctl: properly report success | Zbigniew Jędrzejewski-Szmek |
2012-09-19 | systemctl: use automatic cleanup once more | Zbigniew Jędrzejewski-Szmek |
2012-09-19 | systemctl: use automatic cleanup | Zbigniew Jędrzejewski-Szmek |
2012-09-18 | core: move ManagerRunningAs to shared | Zbigniew Jędrzejewski-Szmek |
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 |
2012-09-18 | mount: don't mount securityfs in a container | Lennart Poettering |