summaryrefslogtreecommitdiffstats
path: root/src/machine (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-08tmpfiles: take error code from "errno" earlierLennart Poettering1-18/+19
2022-07-08mkdir-label: don't use mkdirat_errno_wrapper() without reasonLennart Poettering1-1/+2
2022-07-08time-util: fix buffer-over-runYu Watanabe2-1/+6
2022-07-08smack: catch more types of 'not supported' errorsLennart Poettering1-1/+2
2022-07-08tmpfiles: shorten code a bitLennart Poettering1-4/+2
2022-07-08test-network: merge DHCP client tests to improve performanceYu Watanabe11-361/+141
2022-07-08tmpfiles: port from dirname/basename to path_extract_directory/filename()Lennart Poettering1-52/+76
2022-07-08path-util: NULL strings are definitely not valid pathsLennart Poettering1-2/+6
2022-07-08update TODOLennart Poettering1-0/+11
2022-07-08tmpfiles: correct error variable to useLennart Poettering1-1/+1
2022-07-08namespace: fix propagated error numberLennart Poettering1-1/+1
2022-07-08test: use timeout command to improve performanceYu Watanabe1-40/+9
2022-07-08test: remove /failed and /testok before running test scriptYu Watanabe2-3/+5
2022-07-07test: use PBKDF2 with capped iterations instead of Argon2Frantisek Sumsal1-1/+1
2022-07-07test: make TEST-64 a bit more ASan friendlyFrantisek Sumsal1-15/+25
2022-07-07test: avoid overriding an already existing EXIT handlerFrantisek Sumsal1-10/+13
2022-07-07test: allow multiple handlers for the EXIT signalFrantisek Sumsal1-1/+28
2022-07-07test: bump the data partition size if we don't strip binariesFrantisek Sumsal1-9/+14
2022-07-07test: create an ASan wrapper for `getent` and `su`Frantisek Sumsal1-2/+2
2022-07-07test: several cleanups for TEST-35-LOGINYu Watanabe3-231/+193
2022-07-07resolvectl man page: Word correctionFrank Dana1-1/+1
2022-07-07boot: Use UEFI protocol struct namesJan Janssen8-18/+18
2022-07-07boot: Use typedef for PE structsJan Janssen1-33/+33
2022-07-07boot: Constify PE sections typeJan Janssen4-8/+8
2022-07-07boot: Use void for base pointerJan Janssen2-10/+10
2022-07-07boot: Use open_volume when creating cpioJan Janssen1-11/+3
2022-07-07systemctl: drop color settings in log messageYu Watanabe1-3/+1
2022-07-07systemctl: enable colorized logging by defaultYu Watanabe1-2/+1
2022-07-07NEWS: mention change in default behavior of background sessionsMichal Sekletar1-0/+8
2022-07-07tests: add test for handling of background sessionsMichal Sekletar2-0/+65
2022-07-07logind: don't start user@UID.service instance for background sessionsMichal Sekletar7-17/+20
2022-07-07test: fix typoYu Watanabe1-2/+2
2022-07-07TODO: fix typoYu Watanabe1-1/+1
2022-07-07os-release: define SUPPORT_END=Zbigniew Jędrzejewski-Szmek1-0/+10
2022-07-06fundamental: adjust #if conditional for _fallthrough_ for clangThomas Haller1-1/+1
2022-07-06mkosi: Update to latest releaseDaan De Meyer1-1/+1
2022-07-06man: "enabled commands are started at boot" is rubbishLennart Poettering1-20/+22
2022-07-06update TODOLennart Poettering1-0/+3
2022-07-06dissect: refuse empty release IDYu Watanabe1-0/+2
2022-07-06Revert "dissect: ID from os-release should be non-empty, not just non-NULL"Yu Watanabe1-1/+1
2022-07-05json: actually use numeric C locale we just allocatedLennart Poettering1-1/+3
2022-07-05journal: Make sd_journal_previous/next() return 0 at HEAD/TAILDaan De Meyer2-4/+8
2022-07-05docs: normalize uppercasing of titles of network docLennart Poettering2-23/+17
2022-07-05tree-wide: drop duplicated semicolonsZbigniew Jędrzejewski-Szmek6-6/+6
2022-07-05man: fix link to glob(3)Zbigniew Jędrzejewski-Szmek1-3/+3
2022-07-05fuzz: rename samples to avoid long test namesZbigniew Jędrzejewski-Szmek14-0/+0
2022-07-05firstboot: Don't skip passwd/shadow logic if only one of the files existsDaan De Meyer1-4/+2
2022-07-05machine: switch to BusLocator-oriented helpersQuentin Deslandes2-24/+7
2022-07-05user: delegate cpu controller, assign weights to user slicesZbigniew Jędrzejewski-Szmek5-1/+12
2022-07-05tree-wide: add global ascii_isdigit() + ascii_isalpha()Lennart Poettering25-89/+68