aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fileio: replace read_nul_string() by read_line() with a special flagLennart Poettering2018-12-181-4/+4
* tree-wide: port some code over to safe_fgetc()Lennart Poettering2018-12-181-3/+9
* machined: flush nscd caches whenever a machine comes/goesLennart Poettering2018-12-155-0/+44
* machined: fix memory corruptionLennart Poettering2018-12-151-5/+4
* locale-util: prefix special glyph enum values with SPECIAL_GLYPH_Lennart Poettering2018-12-141-1/+1
* tree-wide: Remove O_CLOEXEC from fdopenChris Down2018-12-122-2/+2
* Merge pull request #10935 from poettering/rlimit-nofile-safeZbigniew Jędrzejewski-Szmek2018-12-061-1/+1
|\
| * machined: prefix child process name with 'sd'Lennart Poettering2018-12-011-1/+1
* | lockfile: drop unnecessary headers from lockfile-util.hYu Watanabe2018-12-062-0/+2
* | util: drop missing.h from socket-util.hYu Watanabe2018-12-061-0/+1
* | Merge pull request #11042 from yuwata/tiny-coding-style-fixesLennart Poettering2018-12-041-1/+1
|\ \
| * | tree-wide: add whitespace between type and variable nameYu Watanabe2018-12-041-1/+1
* | | tree-wide: specify all table headers in lower-caseLennart Poettering2018-12-031-2/+2
* | | machinectl: optionally output table in JSONLennart Poettering2018-12-031-1/+7
|/ /
* | Merge pull request #10920 from yuwata/hashmap-destructorLennart Poettering2018-12-035-20/+18
|\ \
| * | machine: introduce machine_hash_ops and use itYu Watanabe2018-12-023-10/+9
| * | machine-image: introduce image_hash_ops and use itYu Watanabe2018-12-023-10/+9
| |/
* | util-lib: split out env file parsing code into env-file.cLennart Poettering2018-12-022-1/+2
* | util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-023-0/+3
|/
* Merge pull request #10989 from keszybz/nss-manLennart Poettering2018-11-291-19/+7
|\
| * machinectl: fix printing of multiple addressesZbigniew Jędrzejewski-Szmek2018-11-291-1/+1
| * machinectl: drop helper functionZbigniew Jędrzejewski-Szmek2018-11-291-18/+6
* | Merge pull request #10357 from poettering/import-fsZbigniew Jędrzejewski-Szmek2018-11-292-56/+110
|\ \ | |/ |/|
| * machinectl: be more careful when generating machine name from path nameLennart Poettering2018-11-261-29/+40
| * import: drop logic of setting up /var/lib/machines as btrfs loopback mountLennart Poettering2018-11-261-30/+1
| * machine: add support for importing containers from plain directoriesLennart Poettering2018-11-261-6/+78
* | tree-wide: more IOVEC_MAKE() conversionsLennart Poettering2018-11-281-2/+3
|/
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-35/+27
* machinectl: use static destructor and DEFINE_MAIN_FUNCTION() macroYu Watanabe2018-11-201-21/+13
* Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-0/+1
* log: introduce new helper call log_setup_service()Lennart Poettering2018-11-201-3/+1
* util-lib: move main() definition macros to its own header fileLennart Poettering2018-11-191-0/+1
* machined: define main through macroZbigniew Jędrzejewski-Szmek2018-11-171-15/+9
* Merge pull request #10742 from poettering/c-utf8Zbigniew Jędrzejewski-Szmek2018-11-152-4/+3
|\
| * fileio: automatically add NULL sentinel to parse_env_file()Lennart Poettering2018-11-141-2/+1
| * fileio: drop "newline" parameter for env file parsersLennart Poettering2018-11-142-2/+2
* | Merge pull request #10753 from keszybz/pager-no-interruptLennart Poettering2018-11-141-8/+8
|\ \ | |/ |/|
| * basic/pager: convert the pager options to a flags argumentZbigniew Jędrzejewski-Szmek2018-11-141-8/+8
* | tree-wide: port over other candidates for namespace_fork()Lennart Poettering2018-11-131-12/+6
* | machined: when reading os-release file, join PID namespace tooLennart Poettering2018-11-131-8/+6
|/
* machined: rework referencing of machine scopes from machined, tooLennart Poettering2018-11-093-13/+38
* strv: wrap strv_new() in a macro so that NULL sentinel is implicitLennart Poettering2018-10-311-1/+1
* core: rework serializationLennart Poettering2018-10-261-2/+3
* tree-wide: uniformly bump RLIMIT_NOFILE in all our tools that access the journalLennart Poettering2018-10-161-0/+6
* machinectl: voidify calls to sd_event_add_signal()Lennart Poettering2018-10-131-4/+4
* journalctl: port JSON output mode to new JSON APILennart Poettering2018-10-111-1/+2
* machine: use size_t for array sizes (#10309)Lennart Poettering2018-10-093-4/+4
* tree-wide: use typesafe_qsort()Yu Watanabe2018-09-191-5/+3
* tree-wide: add clickable man page link to all --help textsLennart Poettering2018-08-201-1/+11
* tree-wide: shorten error logging a bitYu Watanabe2018-08-071-52/+26