summaryrefslogtreecommitdiff
path: root/src/machine/machine.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* basic/log: add the log_struct terminator to macroZbigniew Jędrzejewski-Szmek2018-06-041-4/+2
* fileio: accept FILE* in addition to path in parse_env_file()Lennart Poettering2018-05-241-1/+1
* machined: minor code cleanups, such as voidifying callsLennart Poettering2018-04-271-1/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: warn when a directory path already exists but has bad mode/owner/typeZbigniew Jędrzejewski-Szmek2018-03-231-1/+1
* basic/mkdir: convert bool flag to enumZbigniew Jędrzejewski-Szmek2018-03-221-1/+1
* machined: change check_gc to may_gc everywheregc-cleanupZbigniew Jędrzejewski-Szmek2018-02-151-6/+6
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-1/+1
* tree-wide: use __fsetlocking() instead of fxyz_unlocked()Lennart Poettering2017-12-141-3/+5
* user-util: add UID_NOBODY defines that resolve to (uid_t) 65534Lennart Poettering2017-12-061-1/+2
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* mkdir: introduce follow_symlink flag to mkdir_safe{,_label}()Yu Watanabe2017-10-061-1/+1
* tree-wide: fput[cs]() → fput[cs]_unlocked() wherever that makes sense (#6396)Lennart Poettering2017-07-211-3/+3
* machined: expose "UID shift" concept for containersLennart Poettering2017-02-171-0/+91
* tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_IDZbigniew Jędrzejewski-Szmek2017-02-151-2/+2
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-1/+1
* tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2016-10-161-3/+1
* tree-wide: use sd_id128_is_null() instead of sd_id128_equal where appropriateLennart Poettering2016-07-221-1/+1
* machined: rework copy-from/copy-to operation to use generic Operation objectLennart Poettering2016-05-021-23/+1
* tree-wide: minor formatting inconsistency cleanupsVito Caputo2016-02-231-1/+1
* time-util: Rename and fix call of deserialize_timestamp_value()Benjamin Robin2016-02-151-2/+4
* machine: use deserialize_timestamp_value()Alexander Kuleshov2016-02-161-11/+2
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-1/+1
* tree-wide: use right cast macros for UIDs, GIDs and PIDsLennart Poettering2015-11-171-2/+3
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-1/+1
* doc: correct punctuation and improve typography in documentationJan Engelhardt2015-11-061-1/+1
* parse-util: introduce parse_ifindex() and make use of it everywhereLennart Poettering2015-11-031-3/+1
* machine: when we fail to extract a network interface from the machine state, ...Lennart Poettering2015-11-031-3/+3
* machine: fix extract_first_wordSusant Sahani2015-11-021-3/+6
* machine: : port to extract_first_wordSusant Sahani2015-11-011-6/+13
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util: split out escaping code into escape.[ch]Lennart Poettering2015-10-241-1/+2
* machined: when opening a shell via machined, pass tty fds inLennart Poettering2015-10-081-0/+19
* basic: move two more terminal-related calls into terminal-util.[ch]Lennart Poettering2015-10-081-8/+9
* tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering2015-09-091-2/+1
* machine: make sure to call unlockpt() even for local host pty connectionsLennart Poettering2015-09-051-2/+12
* machined: introduce pseudo-machine ".host" refererring to the host systemLennart Poettering2015-08-241-7/+60
* machined: rework state tracking logic for machinesLennart Poettering2015-08-061-11/+21
* logind,machined: various smaller cleanupsLennart Poettering2015-08-061-2/+2
* tree-wide: port everything over to fflush_and_check()Lennart Poettering2015-07-291-17/+15
* machined: make sure to track machine unit states properlyLennart Poettering2015-04-281-6/+14
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* Add (void) where we don't care about return valueZbigniew Jędrzejewski-Szmek2015-03-151-2/+2