summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Try to fix exittype test flakynessHenri Chain2021-11-251-10/+11
* journal: Remove entry seqnum revert logicDaan De Meyer2021-11-251-30/+2
* test: don't provide password to deactivationLennart Poettering2021-11-251-3/+3
* homed: support LogControl1 D-Bus API too, and make use of itLennart Poettering2021-11-252-0/+5
* Merge pull request #21487 from DaanDeMeyer/dissect-image-other-archLennart Poettering2021-11-2510-237/+261
|\
| * mkosi: Install sd-boot using postinst script instead of in build scriptDaan De Meyer2021-11-252-9/+6
| * shared: Add support for non-native architectures to dissect_image()Daan De Meyer2021-11-242-156/+155
| * gpt: Store the partition type in GptPartitionTypeDaan De Meyer2021-11-242-42/+47
| * gpt: Store the architecture in GptPartitionTypeDaan De Meyer2021-11-243-22/+45
| * basic: Rename SECONDARY_ARCHITECTURE to ARCHITECTURE_SECONDARYDaan De Meyer2021-11-243-13/+13
| * gpt: Rename PPC64LE TO PPC64_LEDaan De Meyer2021-11-243-16/+16
| * basic: Give architecure enum a nameDaan De Meyer2021-11-241-2/+2
* | journal: Add more information to --verify error messagesDaan De Meyer2021-11-251-30/+91
* | json: add new JSON_BUILD_CONST_STRING() macroLennart Poettering2021-11-2516-44/+45
* | json: don't assert() if we add a NULL element via json_variant_set_field()Lennart Poettering2021-11-252-1/+24
* | Update LINGUAS (#21499)Hugo Carvalho2021-11-251-6/+6
* | repart,homed: split out disk cleanup macros into generic headerLennart Poettering2021-11-254-12/+18
* | list: add LIST_POP() helper that pops the first item off a linked listLennart Poettering2021-11-252-0/+18
* | man: "-j", not "-J" is the shortcut for JSON mode in homectlLennart Poettering2021-11-251-2/+2
* | Merge pull request #21503 from poettering/ioprio-fixYu Watanabe2021-11-2512-66/+101
|\ \
| * | test: make test-execute pass on Linux 5.15Lennart Poettering2021-11-241-1/+2
| * | man: don't mention IOSchedulingClass=none anymore in the docsLennart Poettering2021-11-241-5/+7
| * | test: add test for ioprio normalizationLennart Poettering2021-11-241-12/+18
| * | core: normalize ioprio values we acquire from kernelLennart Poettering2021-11-241-1/+1
| * | ioprio: normalize io priority values in configurationLennart Poettering2021-11-243-4/+9
| * | ioprio-util: add macro for default ioprio settingsLennart Poettering2021-11-243-4/+8
| * | shared: split out ioprio related stuff into ioprio-util.[ch]Lennart Poettering2021-11-2410-39/+56
* | | Merge pull request #21492 from andch-nn/add-micmute-dell-machineYu Watanabe2021-11-251-0/+4
|\ \ \
| * | | keymap: Add microphone mute keymap for Dell MachineAndy Chi2021-11-221-0/+2
| * | | hwdb: 60-keyboard:: Update Dell Privacy Micmute Hotkey MapAndy Chi2021-11-221-0/+2
* | | | Merge pull request #21506 from poettering/homed-uidmap-fixesYu Watanabe2021-11-2510-19/+53
|\ \ \ \
| * | | | homework: add debug log message whenever we applied a uidmap to a mountLennart Poettering2021-11-241-0/+2
| * | | | homework: fix a bad error propagationLennart Poettering2021-11-241-1/+1
| * | | | homework: also apply uid shifting when changing passwords/resizing/updating h...Lennart Poettering2021-11-242-0/+12
| * | | | homework: don't try to shift uidmap for already activated home areasLennart Poettering2021-11-248-13/+24
| * | | | homework: fix message typoLennart Poettering2021-11-241-1/+1
| * | | | homectl: also acquire "cheap" passwords for homectl update/passwdLennart Poettering2021-11-241-4/+13
| | |/ / | |/| |
* | | | Merge pull request #21508 from poettering/conn-count-fixYu Watanabe2021-11-254-54/+59
|\ \ \ \
| * | | | man: suggest usage of CollectMode= in Accept=yes servicesLennart Poettering2021-11-251-26/+22
| * | | | socket: various modernizationsLennart Poettering2021-11-251-12/+13
| * | | | socket: always pass socket, fd and SocketPeer ownership to service togetherLennart Poettering2021-11-253-16/+24
* | | | | build: fix build without seccompDominique Martinet2021-11-253-24/+34
* | | | | build(deps): bump github/codeql-action from 1.0.23 to 1.0.24dependabot[bot]2021-11-251-3/+3
|/ / / /
* | | | journal: Don't allow creating invalid objectsDaan De Meyer2021-11-242-24/+22
* | | | Merge pull request #21502 from keszybz/os-release-debuggingLennart Poettering2021-11-247-53/+68
|\ \ \ \
| * | | | dissect-image: always say "file of image" when reporting about the imageZbigniew Jędrzejewski-Szmek2021-11-241-8/+8
| * | | | Add debug logs of extension-release scanningZbigniew Jędrzejewski-Szmek2021-11-241-11/+24
| * | | | dissect-image: provide a more useful message when ENOMEDIUM is returnedZbigniew Jędrzejewski-Szmek2021-11-241-7/+10
| * | | | dissect-image: do not enable "verification" when trying to acquire metadataZbigniew Jędrzejewski-Szmek2021-11-244-9/+10
| * | | | dissect-image: reuse common exit pathZbigniew Jędrzejewski-Szmek2021-11-241-4/+2