Age | Commit message (Expand) | Author |
2013-03-20 | util: add hexmem() and strextend() calls | Lennart Poettering |
2013-03-20 | Make PrivateTmp dirs also inaccessible from the outside | Zbigniew Jędrzejewski-Szmek |
2013-03-18 | journal,shared: add _cleanup_journal_close_ | Zbigniew Jędrzejewski-Szmek |
2013-03-15 | core: reuse the same /tmp, /var/tmp and inaccessible dir | Michal Sekletar |
2013-03-13 | util, manager: and mempset() and use it | Michal Schmidt |
2013-03-08 | shared: inline trivial auto-cleanup functions | Michal Schmidt |
2013-03-02 | job: print the "OK" status messages in normal green | Michal Schmidt |
2013-02-28 | core/manager: print status messages about running jobs | Michal Schmidt |
2013-02-28 | util: split resolving of /dev/console into a new function | Michal Schmidt |
2013-02-28 | util, core: add support for ephemeral status lines | Michal Schmidt |
2013-02-14 | bootchart: use conf-parser & CamelCase names in .conf | Thomas Hindoe Paaboel Andersen |
2013-02-14 | honor SELinux labels, when creating and writing config files | Harald Hoyer |
2013-02-13 | efi: efi_get_boot_options() should already sort the entries, the random order... | Lennart Poettering |
2013-02-13 | util: introduce strcaseeq/strncaseeq | Thomas Hindoe Paaboel Andersen |
2013-02-11 | binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services t... | Lennart Poettering |
2013-02-11 | util: introduce FOREACH_LINE for iterating through files | Lennart Poettering |
2013-02-11 | env: considerably beef up environment cleaning logic | Lennart Poettering |
2013-01-25 | Add _cleanup_pclose_ and fix mismatching pipe close opened by popen() | Zbigniew Jędrzejewski-Szmek |
2013-01-21 | util: move is_efiboot() to efivars.c | Lennart Poettering |
2013-01-19 | cgroup: additional validity checks for cgroup attribute names | Lennart Poettering |
2013-01-17 | systemctl add command list-dependencies | Lukas Nykryn |
2013-01-15 | systemctl: when inhibiting shutdown/suspend also check for other login sessions | Lennart Poettering |
2012-12-31 | unit: add ConditionACPower= | Lennart Poettering |
2012-12-23 | journalctl: strip TABs and ANSI color sequences from log messages when displa... | Lennart Poettering |
2012-12-22 | nspawn: allow passing socket activation fds through nspawn | Lennart Poettering |
2012-11-23 | util: split off time related calls from util.[ch] into time-util.[ch] | Lennart Poettering |
2012-11-22 | shared: FORMAT_TIMESTAMP_MAX +1 | Kay Sievers |
2012-11-14 | util: add strreplace() to replace a substring by another string | Lennart Poettering |
2012-11-12 | util: nicer tree drawings | Michal Schmidt |
2012-11-04 | shared: add is_efiboot() | Kay Sievers |
2012-11-02 | util : fallback to plain ASCII drawing if locale is not UTF-8 | Michal Schmidt |
2012-11-02 | util: add is_locale_utf8() | Michal Schmidt |
2012-10-30 | shared: "max" in the string->number conversion is meant to be inclusive | Michal Schmidt |
2012-10-30 | shared, core: do not always accept numbers in string lookups | Michal Schmidt |
2012-10-28 | logind: support for hybrid sleep (i.e. suspend+hibernate at the same time) | Lennart Poettering |
2012-10-27 | util: return the remaining string in startswith() | Lennart Poettering |
2012-10-26 | coredumpctl: show timestamps in list | Lennart Poettering |
2012-10-22 | util: add (x)bsearch_r(), the missing counterpart of qsort_r() | Kay Sievers |
2012-10-19 | util: change endswith() to return a pointer to the suffix | Lennart Poettering |
2012-10-19 | util: unify line caching and column caching | Lennart Poettering |
2012-10-19 | util: unify usage of on_tty() in util.c | Lennart Poettering |
2012-10-19 | util: simplify column caching logic | Lennart Poettering |
2012-10-11 | journalctl: implement --since= and --until for filtering by time | Lennart Poettering |
2012-10-03 | dbus: add some more safety checks before accepting data from bus clients | Lennart Poettering |
2012-09-24 | journalctl: reset cached column count on SIGWINCH | Dave Reisner |
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 | util: define union dirent_storage and make use of it everywhere | Lennart Poettering |
2012-09-18 | util: introduce get_process_gid() | Lennart Poettering |