Age | Commit message (Expand) | Author |
2014-11-28 | systemctl: append default suffix only if none present | Zbigniew Jędrzejewski-Szmek |
2014-11-28 | treewide: more log_*_errno() conversions, multiline calls | Michal Schmidt |
2014-11-28 | sd-bus: rename default bus address constants, they aren't "paths" but "addres... | Lennart Poettering |
2014-11-28 | treewide: more log_*_errno() conversions | Michal Schmidt |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-11-28 | shared: fix log_emergency_errno macro | Michal Schmidt |
2014-11-28 | log: change log_xyz_errno() calls to always return the negative error | Lennart Poettering |
2014-11-28 | log: make socket address structs static const | Lennart Poettering |
2014-11-28 | log: also set errno to the passed error code before processing format string ... | Lennart Poettering |
2014-11-28 | log: allow negative errno values | Lennart Poettering |
2014-11-28 | log: fix order of log_unit_struct() to match other logging calls | Lennart Poettering |
2014-11-27 | kdbus: set kernel attach mask before creating the first bus | Lennart Poettering |
2014-11-27 | log: rearrange log function naming | Lennart Poettering |
2014-11-27 | log: be a bit less wasteful when allocating buffers | Lennart Poettering |
2014-11-27 | log: add an "error" parameter to all low-level logging calls and intrdouce lo... | Lennart Poettering |
2014-11-27 | resolve: fix NULL deref on strv comparison | David Herrmann |
2014-11-27 | unit-name: fix escaping logic in unit_name_mangle_with_suffix() | Ivan Shapovalov |
2014-11-27 | util: add function getting proc environ | Jakub Filak |
2014-11-26 | logind: Support logind.conf.d directories in the usual search paths | Josh Triplett |
2014-11-26 | Introduce CONF_DIRS_NULSTR helper to define standard conf dirs | Josh Triplett |
2014-11-26 | manager: log some fatal errors at emergency level | Zbigniew Jędrzejewski-Szmek |
2014-11-25 | util: mark page_size() as pure | Lennart Poettering |
2014-11-25 | util: skip incomplete ucred information in getpeersec() | Lennart Poettering |
2014-11-24 | smack: introduce new SmackProcessLabel option | WaLyong Cho |
2014-11-22 | Do not check for existence of remote binaries | Zbigniew Jędrzejewski-Szmek |
2014-11-22 | missing: add IFLA_BRPORT_LEARNING and friends | Zbigniew Jędrzejewski-Szmek |
2014-11-22 | missing: add __NR_getrandom for a few more archs | Zbigniew Jędrzejewski-Szmek |
2014-11-21 | util: add functions getting proc cwd and root | Jakub Filak |
2014-11-20 | set: make set_consume() actually free the allocated string if the string alre... | Lennart Poettering |
2014-11-17 | log: unchecked return value from library | Susant Sahani |
2014-11-14 | busctl: add new "call" command to invoke methods on a service | Lennart Poettering |
2014-11-13 | sd-bus: sync with kdbus upstream (ABI break) | Daniel Mack |
2014-11-10 | strv: rework strv_split_quoted() to use unquote_first_word() | Lennart Poettering |
2014-11-10 | shared: explicitly ignore the return value of wait_for_terminate | Ronny Chevalier |
2014-11-10 | shared/install: when unit contains only Also=, report 'indirect' | Jan Synacek |
2014-11-07 | shared: add readlink_value | Tom Gundersen |
2014-11-07 | utf8: when looking at the next unichar, honour the size parameter, in utf8_is... | Lennart Poettering |
2014-11-07 | log: explicitly ignore return value of parse_proc_cmdline() | Lennart Poettering |
2014-11-07 | util: simplify normalize_env_assignment() a bit | Lennart Poettering |
2014-11-07 | util: file_is_priv_sticky() is used internally in util.c only nowadays, make ... | Lennart Poettering |
2014-11-07 | util: rework /proc/cmdline parser to use unquote_first_word() | Lennart Poettering |
2014-11-07 | util: simplify proc_cmdline() to reuse get_process_cmdline() | Lennart Poettering |
2014-11-07 | fileio: simplify write_string_file_atomic() by reusing write_string_stream() | Lennart Poettering |
2014-11-07 | copy: change error code when hitting copy limit to EFBIG | Lennart Poettering |
2014-11-07 | copy: teach copy_bytes() sendfile() support, and then replace sendfile_full()... | Lennart Poettering |
2014-11-07 | util: make use of isempty() where appropriate | Lennart Poettering |
2014-11-06 | switch-root: explain why we don't care about base_filesystem_create() failing | Lennart Poettering |
2014-11-06 | shared: create files even if the SELinux policy has no context for them | Michal Schmidt |
2014-11-06 | switch_root: do not fail, if base_filesystem_create() failed | Harald Hoyer |