summaryrefslogtreecommitdiffstats
path: root/src/shared/output-mode.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-25Update LINGUAS (#21499)Hugo Carvalho1-6/+6
2021-11-25repart,homed: split out disk cleanup macros into generic headerLennart Poettering4-12/+18
2021-11-25list: add LIST_POP() helper that pops the first item off a linked listLennart Poettering2-0/+18
2021-11-25man: "-j", not "-J" is the shortcut for JSON mode in homectlLennart Poettering1-2/+2
2021-11-25build: fix build without seccompDominique Martinet3-24/+34
2021-11-25build(deps): bump github/codeql-action from 1.0.23 to 1.0.24dependabot[bot]1-3/+3
2021-11-25man: suggest usage of CollectMode= in Accept=yes servicesLennart Poettering1-26/+22
2021-11-25socket: various modernizationsLennart Poettering1-12/+13
2021-11-25socket: always pass socket, fd and SocketPeer ownership to service togetherLennart Poettering3-16/+24
2021-11-24journal: Don't allow creating invalid objectsDaan De Meyer2-24/+22
2021-11-24unit_is_bound_by_inactive: fix return pointer checkDominique Martinet1-1/+1
2021-11-24homework: add debug log message whenever we applied a uidmap to a mountLennart Poettering1-0/+2
2021-11-24homework: fix a bad error propagationLennart Poettering1-1/+1
2021-11-24homework: also apply uid shifting when changing passwords/resizing/updating h...Lennart Poettering2-0/+12
2021-11-24homework: don't try to shift uidmap for already activated home areasLennart Poettering8-13/+24
2021-11-24homework: fix message typoLennart Poettering1-1/+1
2021-11-24homectl: also acquire "cheap" passwords for homectl update/passwdLennart Poettering1-4/+13
2021-11-24dissect-image: always say "file of image" when reporting about the imageZbigniew Jędrzejewski-Szmek1-8/+8
2021-11-24Add debug logs of extension-release scanningZbigniew Jędrzejewski-Szmek1-11/+24
2021-11-24dissect-image: provide a more useful message when ENOMEDIUM is returnedZbigniew Jędrzejewski-Szmek1-7/+10
2021-11-24dissect-image: do not enable "verification" when trying to acquire metadataZbigniew Jędrzejewski-Szmek4-9/+10
2021-11-24test: make test-execute pass on Linux 5.15Lennart Poettering1-1/+2
2021-11-24man: don't mention IOSchedulingClass=none anymore in the docsLennart Poettering1-5/+7
2021-11-24test: add test for ioprio normalizationLennart Poettering1-12/+18
2021-11-24core: normalize ioprio values we acquire from kernelLennart Poettering1-1/+1
2021-11-24ioprio: normalize io priority values in configurationLennart Poettering3-4/+9
2021-11-24ioprio-util: add macro for default ioprio settingsLennart Poettering3-4/+8
2021-11-24shared: split out ioprio related stuff into ioprio-util.[ch]Lennart Poettering10-39/+56
2021-11-24dissect-image: reuse common exit pathZbigniew Jędrzejewski-Szmek1-4/+2
2021-11-24shared/format-table: drop unnecessary _cleanup_Zbigniew Jędrzejewski-Szmek1-13/+13
2021-11-24test-pretty-print: spelling nitpickZbigniew Jędrzejewski-Szmek1-1/+1
2021-11-24shell-completion: add journalctl --facilityZbigniew Jędrzejewski-Szmek2-2/+14
2021-11-24basic/architectures: sort by name and remove duplicatesZbigniew Jędrzejewski-Szmek1-79/+76
2021-11-24bpf: fix memleak in restrict_fs_bpfJulia Kartseva1-1/+1
2021-11-24recurse-dir: give callers of recurse_dir_at() control over path prefixLennart Poettering1-4/+1
2021-11-23update TODOLennart Poettering1-0/+11
2021-11-23test: test new SYSEXT_SCOPE=/PORTABLE_PREFIXES= fields in TEST-29Lennart Poettering2-3/+20
2021-11-23dissect: show intended purpose of images in dissection outputLennart Poettering1-1/+63
2021-11-23os-release: add new PORTABLE_PREFIXES= field for declaring valid portable ser...Lennart Poettering5-43/+153
2021-11-23extension-release.d/: add a new field SYSEXT_SCOPE= for clarifying what a sys...Lennart Poettering9-11/+54
2021-11-23dissect-image: when extracting metadata from image also check if it contains ...Lennart Poettering2-9/+67
2021-11-23dissect: add helper call for unifying three loopsLennart Poettering1-28/+21
2021-11-23bootctl: use new red/green check/cross mark helpers at two placesLennart Poettering2-6/+5
2021-11-23pretty-print: add helper for quickly outputting red/green cross/check marksLennart Poettering2-0/+37
2021-11-23sd-bus: Fix standard method argument namesMiika Karanki2-16/+16
2021-11-23docs: remove comment that makes githubs renderer very angryZbigniew Jędrzejewski-Szmek2-2/+0
2021-11-23process-util: add missing NULL initialization for _cleanup_ variableLennart Poettering1-1/+1
2021-11-23resolved: add _unused_ annotations to appease clangZbigniew Jędrzejewski-Szmek1-2/+2
2021-11-23shared/format-table: add cosmetic initializationZbigniew Jędrzejewski-Szmek1-1/+1
2021-11-23resolved: inline declarations of iterator variablesZbigniew Jędrzejewski-Szmek1-15/+11