summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* timesyncd: write structured log messages whenever we bump the clock based on ...Lennart Poettering2023-01-202-8/+18
* journal: use compound initializors at one more placeLennart Poettering2023-01-201-6/+8
* journal: modernize match_make_string()Lennart Poettering2023-01-201-17/+8
* journalctl: don't convert between strv/Set for each log lineLennart Poettering2023-01-203-17/+9
* logs-show: use json_variant_unref_many() where appropriateLennart Poettering2023-01-201-5/+1
* hostnamectl: show firmware date with date only, without timeLennart Poettering2023-01-201-1/+1
* format-table: add cell type for showing date only timestampsLennart Poettering2023-01-202-1/+9
* time-util: add timestamp output style that shows dates only, no timesLennart Poettering2023-01-203-17/+47
* time-util: condition size check based on utc modeLennart Poettering2023-01-201-1/+1
* time-util: simplify formatting of UNIX timestampsLennart Poettering2023-01-201-5/+3
* time-util: move buffer size check after handling of UNIX timestamp styleLennart Poettering2023-01-201-10/+11
* time-util: if a date is unrepresentable, honour style to generate XXX stringLennart Poettering2023-01-202-5/+11
* time-util: use IN_SET() moreLennart Poettering2023-01-201-18/+5
* boot: Properly strip EFI binariesJan Janssen2023-01-201-0/+1
* Merge pull request #26114 from bluca/sd_login_pidfdLennart Poettering2023-01-207-11/+278
|\
| * sd-login: add sd_pidfd_* APIsLuca Boccassi2023-01-204-0/+253
| * process-util: add helper to verify a pid via its pidfdLuca Boccassi2023-01-203-11/+25
* | string-util: add new strdupcspn()/strdupspn()Lennart Poettering2023-01-208-13/+27
* | Merge pull request #23309 from DaanDeMeyer/log-contextLuca Boccassi2023-01-2021-96/+525
|\ \
| * | device-monitor: Add extra fields to the log context before callbackDaan De Meyer2023-01-083-0/+82
| * | sd-bus: Log extra fields when processing bus messageDaan De Meyer2023-01-083-0/+29
| * | basic: Add log contextDaan De Meyer2023-01-084-18/+305
| * | basic: Add strv_extend_assignment()Daan De Meyer2023-01-083-0/+30
| * | basic: Use statement expressions more in list.hDaan De Meyer2023-01-088-69/+65
| * | basic: Drop memory-util.h include from stdio-util.hDaan De Meyer2023-01-081-2/+1
| * | basic: Make snprintf_ok() a static inline functionDaan De Meyer2023-01-081-7/+13
* | | bootctl: add kernel-inspect to --help textGerd Hoffmann2023-01-201-0/+1
* | | ukify: Downgrade required python version to 3.9Daan De Meyer2023-01-201-21/+18
* | | Merge pull request #26115 from yuwata/test-fix-memleak-fdleakLuca Boccassi2023-01-203-28/+17
|\ \ \
| * | | test-unit-name: fix fd leakYu Watanabe2023-01-201-1/+3
| * | | test-ndisc: fix memleak and fd leakYu Watanabe2023-01-202-27/+14
| | |/ | |/|
* | | tree-wide: fix typoYu Watanabe2023-01-207-7/+7
|/ /
* | Merge pull request #26105 from yuwata/network-config-parse-address-make-prefi...Luca Boccassi2023-01-195-54/+33
|\ \
| * | in-addr-util: drop unused mode to parse prefix lengthYu Watanabe2023-01-193-46/+26
| * | network: assume prefix length is full address sizeYu Watanabe2023-01-192-8/+7
* | | core: mount namespaces: Remove auxiliary bind mounts directory after unit ter...Michal Koutný2023-01-193-0/+19
* | | Merge pull request #25977 from YHNdnzj/PropagatesStopTo-fix-restartLennart Poettering2023-01-191-27/+33
|\ \ \
| * | | core: propagate stop too if restart is issuedMike Yuan2023-01-191-15/+27
| * | | core/transaction: modernize to use cleanup attributeMike Yuan2023-01-111-5/+2
| * | | core/transaction: avoid unneeded gotosMike Yuan2023-01-091-7/+4
* | | | hostnamed: expose FirmwareDate as timestamp in dbusJelle van der Waa2023-01-192-7/+75
* | | | Merge pull request #26103 from lnussel/bootctlLuca Boccassi2023-01-1910-4/+364
|\ \ \ \
| * | | | bootctl: unlink and cleanup functionsLudwig Nussel2023-01-197-4/+317
| * | | | chase-symlinks: new chase_symlinks_and_unlink()Ludwig Nussel2023-01-193-0/+47
* | | | | bpf: disable -fstack-protector in mesonSam James2023-01-191-0/+2
|/ / / /
* | | | network: do not enter failed state when received an invalid RAYu Watanabe2023-01-191-10/+11
| |/ / |/| |
* | | Merge pull request #23706 from medhefgo/efi-clangLuca Boccassi2023-01-1828-322/+1091
|\ \ \
| * | | boot: Drop use of PrintJan Janssen2023-01-184-98/+102
| * | | boot: Drop use of xpool_print/SPrintJan Janssen2023-01-186-44/+43
| * | | tree-wide: Use __func__ in assertsJan Janssen2023-01-183-7/+7