summaryrefslogtreecommitdiffstats
path: root/src/machine (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* machine: use free_and_replace() and TAKE_PTR()Yu Watanabe2018-08-071-23/+12
* machinectl: shorten error logging a bitLennart Poettering2018-08-071-4/+2
* tree-wide: port various bits over to open_parent()Lennart Poettering2018-07-231-5/+3
* machinectl: fix verbosity of import-raw or friendsYu Watanabe2018-07-131-1/+1
* Revert "mention alias for poweroff in machinectl --help"Lennart Poettering2018-06-201-1/+0
* mention alias for poweroff in machinectl --helpChristian Rebischke2018-06-201-0/+1
* tree-wide: do not assign values if not usedYu Watanabe2018-06-191-13/+12
* Drop my copyright headersZbigniew Jędrzejewski-Szmek2018-06-142-5/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-142-2/+2
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-1412-41/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-1413-26/+0
* machine: ignore containers which disable private user namespace in MapToMachi...Yu Watanabe2018-06-131-0/+8
* basic/log: add the log_struct terminator to macroZbigniew Jędrzejewski-Szmek2018-06-041-4/+2
* Use const char* for timestamp strings which we don't plan to modifyZbigniew Jędrzejewski-Szmek2018-05-311-6/+8
* test-tables*: sortZbigniew Jędrzejewski-Szmek2018-05-281-1/+1
* machined: move bus_reply_pair_array() into generic utilitiesLennart Poettering2018-05-242-29/+0
* machined: unify how we forward image method calls from manager to image objectLennart Poettering2018-05-241-171/+17
* machined: introduce a common function for redirecting machine method calls fr...Lennart Poettering2018-05-241-174/+17
* machine-image: rework error handlingLennart Poettering2018-05-242-20/+22
* machine-image: introduce two different classes of imagesLennart Poettering2018-05-242-14/+14
* os-util: add helpers for finding /etc/os-releaseLennart Poettering2018-05-241-8/+6
* fileio: accept FILE* in addition to path in parse_env_file()Lennart Poettering2018-05-241-1/+1
* tree-wide: port various bits of the tree over to the new DUMP_STRING_TABLE() ...Lennart Poettering2018-05-221-0/+16
* machine: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe2018-05-152-41/+3
* string-util: rename strdash_if_empty() to empty_to_dash()Yu Watanabe2018-05-101-4/+4
* util: rename signal_from_string_try_harder() to signal_from_string()Yu Watanabe2018-05-031-1/+1
* machined: minor code cleanups, such as voidifying callsLennart Poettering2018-04-272-5/+9
* tree-wide: be more careful with the type of array sizesLennart Poettering2018-04-271-1/+1
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-1/+0
* machinectl: port machinectl to format-table.[ch]Lennart Poettering2018-04-181-298/+207
* machined: some modernizationsLennart Poettering2018-04-173-48/+46