summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-11-08tests: add test-pathRonny Chevalier
2014-11-08network: fix typoRami Rosen
2014-11-07shared: add readlink_valueTom Gundersen
2014-11-07sysusers: be nice and print a warning if futimens() failsLennart Poettering
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-07core: unify how we create the notify and private dbus socketLennart Poettering
2014-11-07manager: cast mkdir() result to (void) to make sure coverity is quietLennart 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-07timer: reenable TIMER_ACTIVE timers when restartedMichael Chapman
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-06shutdown: fix arguments to /run/initramfs/shutdownMichal Schmidt
2014-11-06machined: reorder method calls in vtableLennart 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-06s/commandline/command line/gHarald Hoyer
2014-11-06switch_root: do not fail, if base_filesystem_create() failedHarald Hoyer
2014-11-06systemctl: when invokes as "reboot -f", sync()Lennart Poettering
2014-11-06hostnamed: introduce new "embedded" chassis typeLennart Poettering
2014-11-06shared: rename condition-util.[ch] to condition.[ch]Lennart Poettering
2014-11-06core: get rid of condition.c and move the remaining call into util.cLennart 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-06journal: adjust audit log messages a bitLennart 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-06login: rerun vconsole-setup when switching from vgacon to fbconRay Strode
2014-11-05udev hwdb: Change error message regarding missing hwdb.bin back to debug.Colin Guthrie
2014-11-05util: minor modernisationsLennart Poettering
2014-11-05condition: rewrite condition_test_kernel_command_line() based on unquote_firs...Lennart Poettering
2014-11-05sd-pppoe: spellingTom Gundersen
2014-11-05sd-bus: by default allow all creds to be passed alongLennart Poettering
2014-11-05core: introduce new Delegate=yes/no property controlling creation of cgroup s...Lennart Poettering
2014-11-05libsystemd-network: don't use unaligned helpers in _packed_ structsTom Gundersen
2014-11-05shared: unaligned - use void* instead of unaligned be16_t*Tom Gundersen
2014-11-05sd-pppoe: whitespaceTom Gundersen
2014-11-05test: hashmap-plain - make coverity happyTom Gundersen
2014-11-05test: fileio - make coverity happyTom Gundersen
2014-11-05shared: ptyfwd - make coverity happyTom Gundersen
2014-11-05manager: Ensure user's systemd runtime directory exists.Colin Guthrie
2014-11-05sd-bus: sync up with new kdbus metadata attachment logic (ABI break)Daniel Mack