summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* meson: Move bootctl sources defintion to its own fileJan Janssen2023-01-231-0/+22
* Merge pull request #25145 from yuwata/udevadm-triggerZbigniew Jędrzejewski-Szmek2023-01-233-51/+83
|\
| * udevadm-trigger: also check with the original syspath if device is renamedYu Watanabe2023-01-191-0/+26
| * udevadm-trigger: settle with synthetic UUID if the kernel support itYu Watanabe2023-01-191-42/+40
| * udevadm-trigger: allow to fallback without synthetic UUID only first timeYu Watanabe2023-01-191-8/+14
| * sd-id128: introduce id128_hash_ops_freeYu Watanabe2023-01-192-0/+2
* | shared/install: rework an assert to appease gcc-13Zbigniew Jędrzejewski-Szmek2023-01-221-1/+2
* | shared/install: rework InstallChange to always have .path setZbigniew Jędrzejewski-Szmek2023-01-221-2/+6
* | sd-path: export env. generators pathsDavid Tardon2023-01-213-65/+96
* | Merge pull request #26139 from yuwata/test-load-fragment-fix-memleakLennart Poettering2023-01-211-4/+4
|\ \
| * | test-load-fragment: shorten code a bitYu Watanabe2023-01-211-4/+2
| * | test-load-fragment: fix memleakYu Watanabe2023-01-211-0/+2
* | | systemctl,test: -EBADF instead of -EBADFDYu Watanabe2023-01-212-2/+2
* | | Merge pull request #26137 from poettering/timesyncd-touch-file-tweaksLennart Poettering2023-01-212-37/+95
|\ \ \
| * | | timesyncd: make sure to update mtime of clock file on each bootLennart Poettering2023-01-201-0/+51
| * | | timesyncd: modernize load_clock_timestamp() a bitLennart Poettering2023-01-201-29/+26
| * | | timesyncd: write structured log messages whenever we bump the clock based on ...Lennart Poettering2023-01-202-8/+18
* | | | logs-show: add a splash of colour to verbose outputLennart Poettering2023-01-211-17/+32
* | | | logs-show: minor modernizationsLennart Poettering2023-01-211-21/+27
* | | | sd-journal: validate monotonic timestamp before returning itLennart Poettering2023-01-211-3/+6
* | | | string-util: add common implementation of function that converts sized charac...Lennart Poettering2023-01-219-56/+129
| |/ / |/| |
* | | logs-show: move strlen() handling into update_json_data() so that we can use ...Lennart Poettering2023-01-211-6/+11
* | | Merge pull request #26131 from poettering/bootctl-help-text-fixLennart Poettering2023-01-201-19/+20
|\ \ \ | |/ / |/| |
| * | bootctl: remove space that should not be thereLennart Poettering2023-01-201-1/+1
| * | bootctl: split out boot loader spec + boot loader interface commands in --hel...Lennart Poettering2023-01-201-2/+3
| * | bootctl: realign column in --help textLennart Poettering2023-01-201-17/+17
| * | bootctl: change section title for kernel image commandsLennart Poettering2023-01-201-2/+2
| * | bootctl: drop full stop at end of --help textsLennart Poettering2023-01-201-2/+2
* | | 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