summaryrefslogtreecommitdiffstats
path: root/src/portable (follow)
Commit message (Expand)AuthorAgeFilesLines
* portablectl: block when stopping a unit on detach (--now)Luca Boccassi2020-02-181-3/+42
* portablectl: add --now and --enable to attach/detachLuca Boccassi2020-02-071-2/+225
* shared: split out polkit stuff from bus-util.c → bus-polkit.cLennart Poettering2020-01-223-2/+3
* Merge pull request #14390 from poettering/gpt-var-tmpZbigniew Jędrzejewski-Szmek2020-01-141-1/+1
|\
| * dissect: introduce new recognizable partition types for /var and /var/tmpLennart Poettering2019-12-231-1/+1
* | portablectl: optimize table creationYu Watanabe2020-01-101-30/+7
|/
* loop-util: accept loopback flags when creating loopback deviceLennart Poettering2019-12-021-1/+3
* tree-wide: clean up --help texts a bitLennart Poettering2019-11-181-5/+5
* basic/fs-util: change CHASE_OPEN flag into a separate output parameterZbigniew Jędrzejewski-Szmek2019-10-241-1/+1
* Merge pull request #13726 from bluca/portable_detach_symlinkAnita Zhang2019-10-161-1/+1
|\
| * portabled: allow to detach an image with a unit in linked-runtime stateLuca Boccassi2019-10-041-1/+1
* | Highlight the synopsis and summary in --helpZbigniew Jędrzejewski-Szmek2019-10-081-2/+4
* | Move the Commands section above Options sectionZbigniew Jędrzejewski-Szmek2019-10-081-13/+14
|/
* Create src/shared/unit-file.[ch] for unit-file related opsZbigniew Jędrzejewski-Szmek2019-07-191-0/+1
* portabled: Make use of SYNTHETIC_ERRNO()Lennart Poettering2019-07-041-4/+2
* tree-wide: replace strjoina() with prefix_roota()Yu Watanabe2019-06-241-3/+3
* tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-201-3/+3
* Merge pull request #12411 from keszybz/pr/12394Lennart Poettering2019-05-081-0/+1
|\
| * Enable log colors for most of tools in /usr/binZbigniew Jędrzejewski-Szmek2019-05-081-0/+1
* | codespell: fix spelling errorsBen Boeckel2019-04-291-1/+1
|/
* Add fmemopen_unlocked() and use unlocked ops in fuzzers and some other testsZbigniew Jędrzejewski-Szmek2019-04-121-2/+2
* Add open_memstream_unlocked() wrapperZbigniew Jędrzejewski-Szmek2019-04-121-2/+0
* Add fdopen_unlocked() wrapperZbigniew Jędrzejewski-Szmek2019-04-121-6/+4
* portabled: fix method nameLennart Poettering2019-04-031-1/+1
* portabled: reorder methods in vtableLennart Poettering2019-04-031-1/+1
* portabled: fix dbus policyLennart Poettering2019-04-031-3/+3
* util-lib: when copying files make sure to apply some chattrs early, some lateLennart Poettering2019-03-281-1/+1
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-272-0/+8
* util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering2019-03-141-0/+1
* util: split out sorting related calls to new sort-util.[ch]Lennart Poettering2019-03-131-0/+1
* tree-wide: make sure to flush/close all bus connections when our daemons exitLennart Poettering2019-01-171-1/+1
* locale-util: prefix special glyph enum values with SPECIAL_GLYPH_Lennart Poettering2018-12-142-5/+5
* tree-wide: Remove O_CLOEXEC from fdopenChris Down2018-12-122-2/+2
* lockfile: drop unnecessary headers from lockfile-util.hYu Watanabe2018-12-062-0/+2
* tree-wide: specify all table headers in lower-caseLennart Poettering2018-12-031-1/+1
* Merge pull request #10920 from yuwata/hashmap-destructorLennart Poettering2018-12-036-31/+16
|\
| * portable: introduce portable_metadata_hash_ops and use itYu Watanabe2018-12-023-24/+9
| * machine-image: introduce image_hash_ops and use itYu Watanabe2018-12-024-7/+7
* | util-lib: split out env file parsing code into env-file.cLennart Poettering2018-12-021-1/+1
* | util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-0/+1
|/
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-16/+12
* portablectl: make "arg_host" constYu Watanabe2018-11-201-1/+1
* Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-0/+1
* portablectl: define main through macroZbigniew Jędrzejewski-Szmek2018-11-201-9/+6
* 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
* portabled: add missing STOPPING=1 notificationZbigniew Jędrzejewski-Szmek2018-11-171-0/+3
* portabled: define main through macroZbigniew Jędrzejewski-Szmek2018-11-171-16/+9
* Merge pull request #10742 from poettering/c-utf8Zbigniew Jędrzejewski-Szmek2018-11-151-3/+2
|\
| * fileio: automatically add NULL sentinel to parse_env_file()Lennart Poettering2018-11-141-2/+1