Age | Commit message (Expand) | Author |
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 |
2014-11-06 | shared: rename condition-util.[ch] to condition.[ch] | Lennart Poettering |
2014-11-06 | condition: order condition types the same way in man page, enum, tables | Lennart Poettering |
2014-11-06 | core: introduce the concept of AssertXYZ= similar to ConditionXYZ=, but fatal... | Lennart Poettering |
2014-11-06 | condition: record test state internally and beef it up to be a full enum | Lennart Poettering |
2014-11-06 | condition: add more test cases | Lennart Poettering |
2014-11-06 | condition: internalize condition test functions | Lennart Poettering |
2014-11-06 | condition: unify condition logic in one file | Lennart Poettering |
2014-11-06 | condition: properly allow passing back errors from condition checks | Lennart Poettering |
2014-11-05 | util: minor modernisations | Lennart Poettering |
2014-11-05 | condition: rewrite condition_test_kernel_command_line() based on unquote_firs... | Lennart Poettering |
2014-11-05 | core: introduce new Delegate=yes/no property controlling creation of cgroup s... | Lennart Poettering |
2014-11-05 | shared: unaligned - use void* instead of unaligned be16_t* | Tom Gundersen |
2014-11-05 | shared: ptyfwd - make coverity happy | Tom Gundersen |
2014-11-04 | util: when sealing memfds, also use F_SEAL_SEAL | Lennart Poettering |
2014-11-04 | barrier: explicitly ignore return values of barrier_place() | David Herrmann |
2014-11-04 | util: introduce negative_errno() | David Herrmann |
2014-11-04 | Properly define the __NR_memfd_create macro for MIPS | Vicente Olivert Riera |
2014-11-04 | journal: when dumping log data with missing COMM fields, show "unknown" instead | Lennart Poettering |
2014-11-03 | core: introduce ConditionSecurity=audit | Lennart Poettering |
2014-11-03 | journald: if available pull audit messages from the kernel into journal logs | Lennart Poettering |
2014-11-01 | calendarspec: add constant for weekdays_bits | Daniele Medri |
2014-11-01 | sd-dhcp-lease: use shared default prefixlen function | Tom Gundersen |
2014-11-01 | shared: add helpers for unaligend BE read/write | Tom Gundersen |
2014-10-31 | ptyforward: rework PTY forwarder logic used by nspawn to utilize the normal e... | Lennart Poettering |
2014-10-31 | Make bus errno mappings non-static | Zbigniew Jędrzejewski-Szmek |
2014-10-31 | shared/install: avoid prematurely rejecting "missing" units | Dave Reisner |
2014-10-31 | shared: fix typo | Ronny Chevalier |
2014-10-31 | shared: add missing includes | Ronny Chevalier |
2014-10-30 | Convert the rest to sd_bus_errnomap | Zbigniew Jędrzejewski-Szmek |
2014-10-30 | hashmap: rewrite the implementation | Michal Schmidt |
2014-10-30 | mempool: add a zeroing alloc function | Michal Schmidt |
2014-10-30 | util: add log2u(), log2u_round_up() | Michal Schmidt |
2014-10-30 | memfd: rename memfd.h to memfd-util.h to avoid any confusion with any libc pr... | Lennart Poettering |