Age | Commit message (Expand) | Author |
2014-09-15 | hashmap: minor hashmap_replace optimization | Michal Schmidt |
2014-09-15 | hashmap, set: remove unused functions | Michal Schmidt |
2014-09-15 | hashmap: introduce hash_ops to make struct Hashmap smaller | Michal Schmidt |
2014-09-08 | exit-status: add new exit code for custom endpoint errors | Daniel Mack |
2014-09-05 | exit-status: fix URL in comment | Daniel Mack |
2014-09-03 | localed: remove free_and_copy | Zbigniew Jędrzejewski-Szmek |
2014-09-03 | base-file-system: always generate error messages locally | Lennart Poettering |
2014-09-03 | base_filesystem_create: do not try to create "/root" if it exists | Harald Hoyer |
2014-08-31 | config-parser: fix mem leak | Thomas Hindoe Paaboel Andersen |
2014-08-31 | missing: add IFF_MULTI_QUEUE | Tom Gundersen |
2014-08-30 | cgroup-util: shorten cg_path_get_session | Zbigniew Jędrzejewski-Szmek |
2014-08-30 | Fix a few more typos | Ruben Kerkhof |
2014-08-28 | use the switch_root function in shutdown | Harald Hoyer |
2014-08-28 | macro: use unique variable names for math-macros | David Herrmann |
2014-08-27 | util: fix minimal race where we might miss SIGTERMs when forking off an agent | Lennart Poettering |
2014-08-27 | util: make lookup_uid() global | David Herrmann |
2014-08-27 | shared: make container_of() use unique variable names | David Herrmann |
2014-08-27 | shared: drop UNIQUE() | David Herrmann |
2014-08-27 | systemctl: fix broken list-unit-files with --root | Lukas Nykryn |
2014-08-26 | util: make use of newly added reset_signal_mask() call wherever appropriate | Lennart Poettering |
2014-08-26 | util: reset signals when we fork off agents | Lennart Poettering |
2014-08-26 | util: make sure reset_all_signal_handlers() continues with all other signal h... | Lennart Poettering |
2014-08-26 | missing: add BPF_XOR | Michael Olbrich |
2014-08-26 | Revert "systemctl: fix broken list-unit-files with --root" | Lennart Poettering |
2014-08-25 | systemctl: fix broken list-unit-files with --root | Lukas Nykryn |
2014-08-22 | core: add support for a configurable system-wide start-up timeout | Lennart Poettering |
2014-08-22 | missing.h: add a cpp warning for __NR_memfd_create on MIPS | Daniel Mack |
2014-08-22 | missing.h: add fake __NR_memfd_create for MIPS | Daniel Mack |
2014-08-22 | shared: add MAXSIZE() and use it in resolved | David Herrmann |
2014-08-21 | install: simplify usage of _cleanup_ macros | Lennart Poettering |
2014-08-21 | service,strv: introduce strv_find_startswith() and make use of it | Lennart Poettering |
2014-08-21 | util: make asynchronous_close() really work like an asynchronous version of s... | Lennart Poettering |
2014-08-21 | util: simplify close_nointr() a bit | Lennart Poettering |
2014-08-21 | util: change return value of startswith() to non-const | Lennart Poettering |
2014-08-20 | util: return after freeing all members of array | Lukas Nykryn |
2014-08-20 | systemctl: fail in the case that no unit files were found | Lukas Nykryn |
2014-08-20 | indentation/spurious whitespace fixes | Lennart Poettering |
2014-08-19 | memfd: escape the comm field we get from PR_GET_NAME, but assume everything e... | Lennart Poettering |
2014-08-19 | memfd: skip utf-8 escaping if we use a name that was passed in | Daniel Mack |
2014-08-19 | memfd: reduce name escaping logic to utf-8 checks | Daniel Mack |
2014-08-19 | memfd: simplify API | Lennart Poettering |
2014-08-19 | Revert "socket: introduce SELinuxLabelViaNet option" | Lennart Poettering |
2014-08-19 | tmpfiles: add new 'r' line type to add UIDs/GIDs to the pool to allocate UIDs... | Lennart Poettering |
2014-08-19 | socket: introduce SELinuxLabelViaNet option | Michal Sekletar |
2014-08-19 | util: remove unused FOREACH_WORD_SEPARATOR_QUOTED | Lennart Poettering |
2014-08-19 | sysusers: add another column to sysusers files for the home directory | Lennart Poettering |
2014-08-19 | hashmap: try to use the existing 64bit hash functions for dev_t if it is 64bit | Lennart Poettering |
2014-08-18 | util: try to be a bit more NFS compatible when checking whether an FS is writ... | Lennart Poettering |
2014-08-18 | memfd: internalize functions, drop sd_memfd type | Daniel Mack |
2014-08-18 | memfd: use _cleanup_ if applicable | David Herrmann |