summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
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
2014-11-05shared: unaligned - use void* instead of unaligned be16_t*Tom Gundersen
2014-11-05shared: ptyfwd - make coverity happyTom Gundersen
2014-11-04util: when sealing memfds, also use F_SEAL_SEALLennart Poettering
2014-11-04barrier: explicitly ignore return values of barrier_place()David Herrmann
2014-11-04util: introduce negative_errno()David Herrmann
2014-11-04Properly define the __NR_memfd_create macro for MIPSVicente Olivert Riera
2014-11-04journal: when dumping log data with missing COMM fields, show "unknown" insteadLennart Poettering
2014-11-03core: introduce ConditionSecurity=auditLennart Poettering
2014-11-03journald: if available pull audit messages from the kernel into journal logsLennart Poettering
2014-11-01calendarspec: add constant for weekdays_bitsDaniele Medri
2014-11-01sd-dhcp-lease: use shared default prefixlen functionTom Gundersen
2014-11-01shared: add helpers for unaligend BE read/writeTom Gundersen
2014-10-31ptyforward: rework PTY forwarder logic used by nspawn to utilize the normal e...Lennart Poettering
2014-10-31Make bus errno mappings non-staticZbigniew Jędrzejewski-Szmek
2014-10-31shared/install: avoid prematurely rejecting "missing" unitsDave Reisner
2014-10-31shared: fix typoRonny Chevalier
2014-10-31shared: add missing includesRonny Chevalier
2014-10-30Convert the rest to sd_bus_errnomapZbigniew Jędrzejewski-Szmek
2014-10-30hashmap: rewrite the implementationMichal Schmidt
2014-10-30mempool: add a zeroing alloc functionMichal Schmidt