summaryrefslogtreecommitdiff
path: root/src/machine
AgeCommit message (Expand)AuthorFilesLines
2018-11-20Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek1-0/+1
2018-11-20log: introduce new helper call log_setup_service()Lennart Poettering1-3/+1
2018-11-19util-lib: move main() definition macros to its own header fileLennart Poettering1-0/+1
2018-11-17machined: define main through macroZbigniew Jędrzejewski-Szmek1-15/+9
2018-11-15Merge pull request #10742 from poettering/c-utf8Zbigniew Jędrzejewski-Szmek2-4/+3
2018-11-14Merge pull request #10753 from keszybz/pager-no-interruptLennart Poettering1-8/+8
2018-11-14fileio: automatically add NULL sentinel to parse_env_file()Lennart Poettering1-2/+1
2018-11-14fileio: drop "newline" parameter for env file parsersLennart Poettering2-2/+2
2018-11-14basic/pager: convert the pager options to a flags argumentZbigniew Jędrzejewski-Szmek1-8/+8
2018-11-13tree-wide: port over other candidates for namespace_fork()Lennart Poettering1-12/+6
2018-11-13machined: when reading os-release file, join PID namespace tooLennart Poettering1-8/+6
2018-11-09machined: rework referencing of machine scopes from machined, tooLennart Poettering3-13/+38
2018-10-31strv: wrap strv_new() in a macro so that NULL sentinel is implicitLennart Poettering1-1/+1
2018-10-26core: rework serializationLennart Poettering1-2/+3
2018-10-16tree-wide: uniformly bump RLIMIT_NOFILE in all our tools that access the journalLennart Poettering1-0/+6
2018-10-13machinectl: voidify calls to sd_event_add_signal()Lennart Poettering1-4/+4
2018-10-11journalctl: port JSON output mode to new JSON APILennart Poettering1-1/+2
2018-10-09machine: use size_t for array sizes (#10309)Lennart Poettering3-4/+4
2018-09-19tree-wide: use typesafe_qsort()Yu Watanabe1-5/+3
2018-08-20tree-wide: add clickable man page link to all --help textsLennart Poettering1-1/+11
2018-08-07tree-wide: shorten error logging a bitYu Watanabe1-52/+26
2018-08-07machine: use free_and_replace() and TAKE_PTR()Yu Watanabe1-23/+12
2018-08-07machinectl: shorten error logging a bitLennart Poettering1-4/+2
2018-07-23tree-wide: port various bits over to open_parent()Lennart Poettering1-5/+3
2018-07-13machinectl: fix verbosity of import-raw or friendsYu Watanabe1-1/+1
2018-06-20Revert "mention alias for poweroff in machinectl --help"Lennart Poettering1-1/+0
2018-06-20mention alias for poweroff in machinectl --helpChristian Rebischke1-0/+1
2018-06-19tree-wide: do not assign values if not usedYu Watanabe1-13/+12
2018-06-14Drop my copyright headersZbigniew Jędrzejewski-Szmek2-5/+0
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering2-2/+2
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering12-41/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering13-26/+0
2018-06-13machine: ignore containers which disable private user namespace in MapToMachi...Yu Watanabe1-0/+8
2018-06-04basic/log: add the log_struct terminator to macroZbigniew Jędrzejewski-Szmek1-4/+2
2018-05-31Use const char* for timestamp strings which we don't plan to modifyZbigniew Jędrzejewski-Szmek1-6/+8
2018-05-28test-tables*: sortZbigniew Jędrzejewski-Szmek1-1/+1
2018-05-24machined: move bus_reply_pair_array() into generic utilitiesLennart Poettering2-29/+0
2018-05-24machined: unify how we forward image method calls from manager to image objectLennart Poettering1-171/+17
2018-05-24machined: introduce a common function for redirecting machine method calls fr...Lennart Poettering1-174/+17
2018-05-24machine-image: rework error handlingLennart Poettering2-20/+22
2018-05-24machine-image: introduce two different classes of imagesLennart Poettering2-14/+14
2018-05-24os-util: add helpers for finding /etc/os-releaseLennart Poettering1-8/+6
2018-05-24fileio: accept FILE* in addition to path in parse_env_file()Lennart Poettering1-1/+1
2018-05-22tree-wide: port various bits of the tree over to the new DUMP_STRING_TABLE() ...Lennart Poettering1-0/+16
2018-05-15machine: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe2-41/+3
2018-05-11string-util: rename strdash_if_empty() to empty_to_dash()Yu Watanabe1-4/+4
2018-05-03util: rename signal_from_string_try_harder() to signal_from_string()Yu Watanabe1-1/+1
2018-04-27machined: minor code cleanups, such as voidifying callsLennart Poettering2-5/+9
2018-04-27tree-wide: be more careful with the type of array sizesLennart Poettering1-1/+1
2018-04-19tree-wide: drop spurious newlines (#8764)Lennart Poettering1-1/+0