summaryrefslogtreecommitdiffstats
path: root/src/test/test-chase-symlinks.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-23sd-event: fix error handlingYu Watanabe1-1/+1
2023-02-23tree-wide: port various things over to CLEANUP_ARRAY()Lennart Poettering7-96/+67
2023-02-23memory-util: add a concept for gcc cleanup attribute based array destructionLennart Poettering3-0/+72
2023-02-23sd-event: fix error handlingYu Watanabe1-3/+4
2023-02-23sd-event: fix use of uninitialized variableYu Watanabe1-1/+1
2023-02-23sd-event: always initialize sd_event.perturbYu Watanabe1-11/+10
2023-02-23execute: modernizationsLennart Poettering1-36/+38
2023-02-23tree-wide: use unlink_and_freep() moreoverLennart Poettering9-33/+27
2023-02-22capability-util: add new capability_get_ambient() helperLennart Poettering3-1/+81
2023-02-22cap-list: add capability_set_to_string_negative()Lennart Poettering3-0/+55
2023-02-22cap-list: add capability_set_to_strv()Lennart Poettering3-0/+44
2023-02-22sd-journal: fix build with older glibcFrantisek Sumsal1-0/+1
2023-02-22boot: Take advantage of packed device pathsJan Janssen3-14/+12
2023-02-22boot: Add GUID format helper macroJan Janssen3-21/+10
2023-02-22boot: Move more device path helpers to device-path-util.cJan Janssen5-33/+34
2023-02-22boot: Remove some device path helper macrosJan Janssen4-26/+11
2023-02-22boot: Split out device path functionsJan Janssen12-135/+155
2023-02-22boot: Move disk_get_part_uuid into part-discovery.cJan Janssen7-74/+58
2023-02-22test: add coverage for #24177Frantisek Sumsal1-1/+37
2023-02-22smack-util: Fix compilation error when smack is disabledDaan De Meyer1-1/+1
2023-02-22systemctl: read 64bit integers into uint64_tLennart Poettering1-1/+1
2023-02-22systemctl: suppress timeout display if unset in list-automountsLennart Poettering1-3/+12
2023-02-22systemctl: right-align left/passed columns in list-timersLennart Poettering1-0/+3
2023-02-22systemctl: warn if units disabled in user scope are still enabled globallyMike Yuan2-1/+47
2023-02-22systemctl: show "Until:" field only for service and scope unitsYu Watanabe1-0/+1
2023-02-22man: document the new sd_event_add_memory_pressure() APILennart Poettering2-0/+276
2023-02-22test: add test for new memory pressure logicLennart Poettering2-0/+313
2023-02-22sd-event: add high-level sd_event_add_memory_pressure() event sourceLennart Poettering6-1/+621
2023-02-22repart: Exclude APIVFS mountpoint directoriesDaan De Meyer2-0/+12
2023-02-22copy: Support both inode exclusion and contents exclusionDaan De Meyer6-27/+55
2023-02-22repart: Refactor make_copy_files_denylist() a bitDaan De Meyer1-37/+35
2023-02-22test-set: inline two iterator declarationsZbigniew Jędrzejewski-Szmek1-4/+2
2023-02-22sd-journal: use a dynamic check for valgrindZbigniew Jędrzejewski-Szmek1-71/+65
2023-02-22meson: merge our two valgrind configuration conditions into oneZbigniew Jędrzejewski-Szmek9-30/+30
2023-02-22test-set: drop left-over valgrind checkZbigniew Jędrzejewski-Szmek1-2/+0
2023-02-22hwdb: fix swapped buttons for Logitech Lift leftVít Zikmund1-0/+5
2023-02-22test: add another stress test for devlink creationYu Watanabe2-2/+69
2023-02-22tree-wide: fix typoYu Watanabe5-7/+8
2023-02-22po: Translated using Weblate (Lithuanian)mooo1-28/+21
2023-02-21socket-proxyd: support Type=notifyДамјан Георгиевски2-0/+5
2023-02-21pam-systemd: split up weight helper funcsLennart Poettering1-11/+27
2023-02-21journal: move journal_file_compare_locations() from journal-file.c → sd-jou...Lennart Poettering3-52/+46
2023-02-21boot: Drop _harder suffixJan Janssen7-23/+16
2023-02-21boot: Do not use errno.h/inttypes.hJan Janssen4-5/+31
2023-02-21fundamental: Drop some unnecessary ifdefsJan Janssen3-7/+0
2023-02-21Enable TPM by default with SetCredentialEncryptedAidan Dang2-7/+17
2023-02-21stub: Fix unaligned readJan Janssen1-19/+28
2023-02-21efi: drop executable-stack bit from .elf fileZbigniew Jędrzejewski-Szmek1-0/+1
2023-02-21logind-session: make stopping of idle session visible to adminsDavid Tardon1-1/+1
2023-02-21sleep: check if we're on AC power before checking battery capacityMike Yuan3-4/+11