summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
2014-11-28log: fix order of log_unit_struct() to match other logging callsLennart Poettering
2014-11-27kdbus: set kernel attach mask before creating the first busLennart Poettering
2014-11-27log: rearrange log function namingLennart Poettering
2014-11-27log: be a bit less wasteful when allocating buffersLennart Poettering
2014-11-27log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering
2014-11-27resolve: fix NULL deref on strv comparisonDavid Herrmann
2014-11-27unit-name: fix escaping logic in unit_name_mangle_with_suffix()Ivan Shapovalov
2014-11-27util: add function getting proc environJakub Filak
2014-11-26logind: Support logind.conf.d directories in the usual search pathsJosh Triplett
2014-11-26Introduce CONF_DIRS_NULSTR helper to define standard conf dirsJosh Triplett
2014-11-26manager: log some fatal errors at emergency levelZbigniew Jędrzejewski-Szmek
2014-11-25util: mark page_size() as pureLennart Poettering
2014-11-25util: skip incomplete ucred information in getpeersec()Lennart Poettering
2014-11-24smack: introduce new SmackProcessLabel optionWaLyong Cho
2014-11-22Do not check for existence of remote binariesZbigniew Jędrzejewski-Szmek
2014-11-22missing: add IFLA_BRPORT_LEARNING and friendsZbigniew Jędrzejewski-Szmek
2014-11-22missing: add __NR_getrandom for a few more archsZbigniew Jędrzejewski-Szmek
2014-11-21util: add functions getting proc cwd and rootJakub Filak
2014-11-20set: make set_consume() actually free the allocated string if the string alre...Lennart Poettering
2014-11-17log: unchecked return value from librarySusant Sahani
2014-11-14busctl: add new "call" command to invoke methods on a serviceLennart Poettering
2014-11-13sd-bus: sync with kdbus upstream (ABI break)Daniel Mack
2014-11-10strv: rework strv_split_quoted() to use unquote_first_word()Lennart Poettering
2014-11-10shared: explicitly ignore the return value of wait_for_terminateRonny Chevalier
2014-11-10shared/install: when unit contains only Also=, report 'indirect'Jan Synacek
2014-11-07shared: add readlink_valueTom Gundersen
2014-11-07utf8: when looking at the next unichar, honour the size parameter, in utf8_is...Lennart Poettering
2014-11-07log: explicitly ignore return value of parse_proc_cmdline()Lennart Poettering
2014-11-07util: simplify normalize_env_assignment() a bitLennart Poettering
2014-11-07util: file_is_priv_sticky() is used internally in util.c only nowadays, make ...Lennart Poettering
2014-11-07util: rework /proc/cmdline parser to use unquote_first_word()Lennart Poettering
2014-11-07util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering
2014-11-07fileio: simplify write_string_file_atomic() by reusing write_string_stream()Lennart Poettering
2014-11-07copy: change error code when hitting copy limit to EFBIGLennart Poettering
2014-11-07copy: teach copy_bytes() sendfile() support, and then replace sendfile_full()...Lennart Poettering
2014-11-07util: make use of isempty() where appropriateLennart Poettering
2014-11-06switch-root: explain why we don't care about base_filesystem_create() failingLennart Poettering
2014-11-06shared: create files even if the SELinux policy has no context for themMichal Schmidt
2014-11-06switch_root: do not fail, if base_filesystem_create() failedHarald Hoyer
2014-11-06shared: rename condition-util.[ch] to condition.[ch]Lennart Poettering
2014-11-06condition: order condition types the same way in man page, enum, tablesLennart Poettering
2014-11-06core: introduce the concept of AssertXYZ= similar to ConditionXYZ=, but fatal...Lennart Poettering
2014-11-06condition: record test state internally and beef it up to be a full enumLennart Poettering
2014-11-06condition: add more test casesLennart Poettering
2014-11-06condition: internalize condition test functionsLennart Poettering
2014-11-06condition: unify condition logic in one fileLennart Poettering
2014-11-06condition: properly allow passing back errors from condition checksLennart Poettering
2014-11-05util: minor modernisationsLennart Poettering
2014-11-05condition: rewrite condition_test_kernel_command_line() based on unquote_firs...Lennart Poettering
2014-11-05core: introduce new Delegate=yes/no property controlling creation of cgroup s...Lennart Poettering