summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* sd-dhcp-server: allow to send header only messageYu Watanabe2023-01-281-1/+1
* ukify: python 3.9 compat followupDaan De Meyer2023-01-271-1/+7
* Merge pull request #26228 from DaanDeMeyer/resolve-capLennart Poettering2023-01-272-1/+19
|\
| * resolve: Skip creating stubs if missing CAP_NET_BIND_SERVICEDaan De Meyer2023-01-261-0/+9
| * nspawn: Drop CAP_NET_BIND_SERVICE when in userns but not in netnsDaan De Meyer2023-01-261-1/+10
* | journald: don't check for -EREMCHG on open, given that open doesn't generate itLennart Poettering2023-01-271-2/+1
* | journal: use TAKE_PTR() at one more placeLennart Poettering2023-01-271-2/+1
* | boot: Use aarch64 virtual counterJan Janssen2023-01-271-2/+2
* | journal: prefix all functions with "server_" that operate on Server objectsLennart Poettering2023-01-261-40/+44
* | journal-file: be a tiny bit more careful with generating seqnumsLennart Poettering2023-01-261-14/+16
|/
* journald: minor modernizations in kmsg handling codeLennart Poettering2023-01-261-22/+14
* Merge pull request #26198 from poettering/journal-strict-modeLennart Poettering2023-01-263-26/+100
|\
| * journal: add some line breaks/commentsLennart Poettering2023-01-251-13/+39
| * journal-file: make strict order optionalLennart Poettering2023-01-253-13/+61
* | journal: automatically pick up boot ID in journal_file_append_entry()Lennart Poettering2023-01-261-0/+9
* | sha256: header needs stddefWilliam Roberts2023-01-251-0/+1
|/
* Merge pull request #26204 from poettering/journal-header-compoung-initLennart Poettering2023-01-252-13/+12
|\
| * journal: use compound initialization for journal file Header structureLennart Poettering2023-01-251-12/+11
| * journal-def: fix type of signature to match the actual field in the Header st...Lennart Poettering2023-01-251-1/+1
* | Merge pull request #26179 from medhefgo/boot-no-gnu-efiLuca Boccassi2023-01-2520-258/+240
|\ \
| * | boot: Use unicode literalsJan Janssen2023-01-254-39/+39
| * | boot: Use unsigned for beep countingJan Janssen2023-01-252-3/+3
| * | boot: Replace UINTN with size_tJan Janssen2023-01-2520-216/+198
| |/
* | repart: Add roothash to output of all verity siblingsDaan De Meyer2023-01-251-2/+4
* | Merge pull request #26195 from mrc0mmand/update-uapiLuca Boccassi2023-01-2519-49/+595
|\ \
| * | partition: fix build with newer linux/btrfs.h uapi headerFrantisek Sumsal2023-01-251-1/+6
| * | basic/linux: update linux uapi headersFrantisek Sumsal2023-01-2518-48/+589
* | | Merge pull request #26192 from mrc0mmand/fix-errno-checkLuca Boccassi2023-01-251-1/+1
|\ \ \
| * | | sysupdate: fix errno checkFrantisek Sumsal2023-01-251-1/+1
| |/ /
* | | test-execute: Skip when /sys is read-onlyDaan De Meyer2023-01-251-0/+3
* | | Merge pull request #26197 from poettering/journal-file-size-t-fixLennart Poettering2023-01-253-7/+8
|\ \ \ | |_|/ |/| |
| * | journal-file: cast file size to to fixed size typeLennart Poettering2023-01-252-5/+5
| * | journal-file: fix type of array counterLennart Poettering2023-01-252-2/+3
* | | dlfcn: add new safe_dclose() helperLennart Poettering2023-01-252-5/+9
|/ /
* | bootctl-status: several follow-ups for unlink commandYu Watanabe2023-01-251-11/+15
* | bootctl-uki: several follow-ups for inspect_osrel()Yu Watanabe2023-01-251-16/+20
|/
* shared/efi-loader: fix compilation with !ENABLE_EFI, improve messagesZbigniew Jędrzejewski-Szmek2023-01-246-20/+27
* Merge pull request #26184 from keszybz/cleanupsLuca Boccassi2023-01-242-3/+8
|\
| * test-sleep: reduce timeoutZbigniew Jędrzejewski-Szmek2023-01-241-2/+3
| * udevadm: add todo to remind us to remove compat codeZbigniew Jędrzejewski-Szmek2023-01-241-1/+5
* | locale: rename new XKB variables to match Debian/Ubuntu'sLuca Boccassi2023-01-241-8/+8
* | meson: Do not include headers in source listsJan Janssen2023-01-2433-893/+44
* | Consolidate various TAKE_* into TAKE_GENERIC(), add TAKE_STRUCT()Dan Streetman2023-01-244-30/+17
|/
* Merge pull request #26158 from poettering/hostnamed-end-of-supportLennart Poettering2023-01-2412-30/+120
|\
| * hostnamectl: show support and among outputLennart Poettering2023-01-241-0/+32
| * hostnamed: expose support end timestamp as property on the busLennart Poettering2023-01-241-5/+33
| * os-util: optionally, return EOL time in os_release_support_ended()Lennart Poettering2023-01-245-10/+12
| * os-util: accept SUPPORT_END= with empty string as explicit way to disable con...Lennart Poettering2023-01-241-3/+3
| * os-util: when determining support end, don't treat /etc/os-release file as errorLennart Poettering2023-01-241-2/+2
| * format-table: add new cell type TABLE_TIMESPAN_DAYLennart Poettering2023-01-242-2/+9