summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* memory-util: add a concept for gcc cleanup attribute based array destructionLennart Poettering2023-02-233-0/+72
* Merge pull request #26557 from poettering/more-cap-utilsYu Watanabe2023-02-236-1/+180
|\
| * capability-util: add new capability_get_ambient() helperLennart Poettering2023-02-223-1/+81
| * cap-list: add capability_set_to_string_negative()Lennart Poettering2023-02-223-0/+55
| * cap-list: add capability_set_to_strv()Lennart Poettering2023-02-223-0/+44
* | Merge pull request #26542 from medhefgo/boot-device-pathYu Watanabe2023-02-2316-240/+217
|\ \
| * | boot: Take advantage of packed device pathsJan Janssen2023-02-223-14/+12
| * | boot: Add GUID format helper macroJan Janssen2023-02-223-21/+10
| * | boot: Move more device path helpers to device-path-util.cJan Janssen2023-02-225-33/+34
| * | boot: Remove some device path helper macrosJan Janssen2023-02-224-26/+11
| * | boot: Split out device path functionsJan Janssen2023-02-2212-135/+155
| * | boot: Move disk_get_part_uuid into part-discovery.cJan Janssen2023-02-227-74/+58
* | | sd-event: always initialize sd_event.perturbYu Watanabe2023-02-231-11/+10
* | | execute: modernizationsLennart Poettering2023-02-231-36/+38
* | | tree-wide: use unlink_and_freep() moreoverLennart Poettering2023-02-239-33/+27
| |/ |/|
* | sd-journal: fix build with older glibcFrantisek Sumsal2023-02-231-0/+1
|/
* Merge pull request #26540 from poettering/systemctl-list-tweaksLennart Poettering2023-02-221-4/+16
|\
| * systemctl: read 64bit integers into uint64_tLennart Poettering2023-02-221-1/+1
| * systemctl: suppress timeout display if unset in list-automountsLennart Poettering2023-02-221-3/+12
| * systemctl: right-align left/passed columns in list-timersLennart Poettering2023-02-221-0/+3
* | test: add coverage for #24177Frantisek Sumsal2023-02-231-1/+37
* | smack-util: Fix compilation error when smack is disabledDaan De Meyer2023-02-221-1/+1
|/
* Merge pull request #26448 from poettering/sd-event-mempressLennart Poettering2023-02-2210-1/+1210
|\
| * man: document the new sd_event_add_memory_pressure() APILennart Poettering2023-02-222-0/+276
| * test: add test for new memory pressure logicLennart Poettering2023-02-222-0/+313
| * sd-event: add high-level sd_event_add_memory_pressure() event sourceLennart Poettering2023-02-226-1/+621
* | systemctl: warn if units disabled in user scope are still enabled globallyMike Yuan2023-02-222-1/+47
* | systemctl: show "Until:" field only for service and scope unitsYu Watanabe2023-02-221-0/+1
* | Merge pull request #26528 from keszybz/valgrind-simplificationYu Watanabe2023-02-2211-103/+92
|\ \
| * | test-set: inline two iterator declarationsZbigniew Jędrzejewski-Szmek2023-02-221-4/+2
| * | sd-journal: use a dynamic check for valgrindZbigniew Jędrzejewski-Szmek2023-02-221-71/+65
| * | meson: merge our two valgrind configuration conditions into oneZbigniew Jędrzejewski-Szmek2023-02-229-30/+30
| * | test-set: drop left-over valgrind checkZbigniew Jędrzejewski-Szmek2023-02-221-2/+0
| * | tmpfiles.d: drop misleading commentZbigniew Jędrzejewski-Szmek2023-02-211-1/+0
* | | Merge pull request #26500 from DaanDeMeyer/repart-mountpointsDaan De Meyer2023-02-226-59/+97
|\ \ \ | |_|/ |/| |
| * | repart: Exclude APIVFS mountpoint directoriesDaan De Meyer2023-02-222-0/+12
| * | copy: Support both inode exclusion and contents exclusionDaan De Meyer2023-02-226-27/+55
| * | repart: Refactor make_copy_files_denylist() a bitDaan De Meyer2023-02-221-37/+35
|/ /
* | hwdb: fix swapped buttons for Logitech Lift leftVít Zikmund2023-02-221-0/+5
* | test: add another stress test for devlink creationYu Watanabe2023-02-222-2/+69
* | tree-wide: fix typoYu Watanabe2023-02-225-7/+8
* | Merge pull request #26203 from medhefgo/mesonYu Watanabe2023-02-2227-1236/+1221
|\ \
| * | meson: Use dicts for fuzzer definitionsJan Janssen2023-02-2112-142/+205
| * | meson: Add simple_fuzzers listJan Janssen2023-02-214-30/+26
| * | meson: Use dicts for test definitionsJan Janssen2023-02-2124-765/+824
| * | meson: Add simple_tests listJan Janssen2023-02-214-302/+169
* | | Merge pull request #26529 from medhefgo/boot-miscYu Watanabe2023-02-2212-35/+47
|\ \ \
| * | | boot: Drop _harder suffixJan Janssen2023-02-217-23/+16
| * | | boot: Do not use errno.h/inttypes.hJan Janssen2023-02-214-5/+31
| * | | fundamental: Drop some unnecessary ifdefsJan Janssen2023-02-213-7/+0