summaryrefslogtreecommitdiff
path: root/src/basic
AgeCommit message (Expand)Author
2017-02-21Revert "basic/strv: allow NULLs to be inserted into strv"Lennart Poettering
2017-02-21log: never log into foreign fd #2 in PID 1 or its pre-execve() childrenLennart Poettering
2017-02-21bootctl: create loader.conf only if it doesn't exist yetLennart Poettering
2017-02-21copy: a plain unlink() works here tooLennart Poettering
2017-02-21Fix check for signal in set (#5416)stuart-mclaren
2017-02-21Merge pull request #5131 from keszybz/environment-generatorsLennart Poettering
2017-02-20basic: support default and alternate values for env expansionRay Strode
2017-02-20basic: add replace_env_n functionRay Strode
2017-02-20Tighten checking for variable validityZbigniew Jędrzejewski-Szmek
2017-02-20Allow braceless variables to be expandedZbigniew Jędrzejewski-Szmek
2017-02-20basic/env-util: use _cleanup_ in replace_env()Zbigniew Jędrzejewski-Szmek
2017-02-20basic: add new merge_env_file functionRay Strode
2017-02-20basic: drop unnecessary strempty() call in replace_envRay Strode
2017-02-20basic: fix strv_env_get_n for unclean arraysRay Strode
2017-02-20exec-util: implement a set of callbacks to pass variables aroundZbigniew Jędrzejewski-Szmek
2017-02-20basic/env-util: drop _pure_ from static functionZbigniew Jędrzejewski-Szmek
2017-02-20env-util,fileio: immediately replace variables in load_env_file_push()Zbigniew Jędrzejewski-Szmek
2017-02-20basic/fileio: add helper function for a set of two common checksZbigniew Jędrzejewski-Szmek
2017-02-20core/manager: move environment serialization out to basic/env-util.cZbigniew Jędrzejewski-Szmek
2017-02-20basic/exec-util: add support for synchronous (ordered) executionZbigniew Jędrzejewski-Szmek
2017-02-20core/manager: split out creation of serialization fd out to a helperZbigniew Jędrzejewski-Szmek
2017-02-17missing: add renameat2() definition for 64bit arm (#5378)Lennart Poettering
2017-02-17Merge pull request #5333 from poettering/machined-copy-files-usernsLennart Poettering
2017-02-17machined: when copying files from/to userns containers chown to rootLennart Poettering
2017-02-17copy: change the various copy_xyz() calls to take a unified flags parameterLennart Poettering
2017-02-17hostname-util: default to the compile time default hostname in gethostname_ma...Lennart Poettering
2017-02-17virt: Update cache if the detected vm is virtualbox (#5364)Benjamin Robin
2017-02-16Merge pull request #4526 from keszybz/coredump-pythonLennart Poettering
2017-02-15virt: swap order of cpuid and dmi again, but properly detect oracle (#5355)Christian Hesse
2017-02-15tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_IDZbigniew Jędrzejewski-Szmek
2017-02-14Move export format parsing from src/journal-remote/ to src/basic/Zbigniew Jędrzejewski-Szmek
2017-02-14virt: detect qemu/kvm as 'kvm'Christian Hesse
2017-02-12calendarspec: fix duplicate detection (#5310)Doug Christman
2017-02-11basic/strv: allow NULLs to be inserted into strvZbigniew Jędrzejewski-Szmek
2017-02-11basic/def: indentationZbigniew Jędrzejewski-Szmek
2017-02-11basic/exec-util: use conf_files_list_strv to list executablesZbigniew Jędrzejewski-Szmek
2017-02-11basic/conf-files: extend conf_files_list() to list unsuffixed filesZbigniew Jędrzejewski-Szmek
2017-02-11basic/exec-util: split out actual execution to a different functionZbigniew Jędrzejewski-Szmek
2017-02-11basic/util: move execute_directory() to separate fileZbigniew Jędrzejewski-Szmek
2017-02-10basic/architecture: adjust Risc-V ifdef (#5304)Zbigniew Jędrzejewski-Szmek
2017-02-08seccomp: on s390 the clone() parameters are reversedLennart Poettering
2017-02-08Merge pull request #5231 from keszybz/mask-wantsLennart Poettering
2017-02-07basic/dirent-util: allow suffix to be omitted for dirent_is_file_with_suffixZbigniew Jędrzejewski-Szmek
2017-02-05treewide: replace homegrown memory_erase with explicit_bzeroZbigniew Jędrzejewski-Szmek
2017-02-03time-util: Fix overflow check introduce in commit f977849 (#5216)Benjamin Robin
2017-02-02time-util: add overflow checking to monotonic timestamp specificationsLennart Poettering
2017-02-02time-util: when formatting usec_t as raw integers use PRIu64Lennart Poettering
2017-02-02time-util: when converting to time_t do something useful in 2038Lennart Poettering
2017-02-02time-util: refuse formatting/parsing times that we can't storeLennart Poettering
2017-02-02time: time_t is signed, and mktime() is happy to return negative timeLennart Poettering