summaryrefslogtreecommitdiffstats
path: root/.mailmap (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-03hwdb: Add some HP IR camerasAnton Golubev1-0/+10
2024-07-03update TODOLennart Poettering1-5/+4
2024-07-03mkosi: update fedora commit referenceDaan De Meyer1-1/+1
2024-07-03core/main: add an assertion to ensure user managers won't initiate destructiv...Mike Yuan1-8/+9
2024-07-03core/manager: invoke special targets on signal only for system managerMike Yuan1-34/+36
2024-07-03core/dbus-manager: refuse SoftReboot() for user managersMike Yuan1-0/+4
2024-07-03core/dbus-manager: check for runtime scope first for system-wide operationsMike Yuan1-20/+20
2024-07-03core/dbus-manager: use sd_bus_error_set() rather than _setf() where appropriateMike Yuan1-16/+16
2024-07-03core/dbus-manager: use path_simplify_alloc() for root and init pathsMike Yuan1-11/+11
2024-07-03core/dbus-manager: use PidRef for log_caller()Mike Yuan1-8/+9
2024-07-03mkosi: Don't touch the packaging checkout if work is being doneDaan De Meyer1-2/+9
2024-07-03meson: Define __TARGET_ARCH macros required by bpfDaan De Meyer1-7/+7
2024-07-03coredump: correctly take tmpfs size into account for compressionLuca Boccassi1-8/+12
2024-07-02docs/CODING_STYLE: document that we nowadays prefer (const char*) for func re...Mike Yuan1-1/+13
2024-07-02test: fix TEST-74-AUX-UTILS.ssh.sh on SUSEFranck Bui1-1/+4
2024-07-02test: preserve symlink in inst_recursive()Franck Bui1-0/+2
2024-07-02test: fix TEST-24-CRYPTSETUP on SUSEFranck Bui1-1/+1
2024-07-02test: install /etc/hostsFranck Bui1-0/+1
2024-07-02efivars: rename efivar_get_uint_string() → efivar_get_uint64_str16()Lennart Poettering4-19/+20
2024-07-02efi: rename efivar_(set|get)() → efivar_(set|get)_str16()Lennart Poettering5-24/+24
2024-07-02efivars: use appropropriate uint8_t type when dealing with "raw" bytesLennart Poettering1-3/+3
2024-07-02efivars: change return parameter of efivar_get_raw() to be void**Lennart Poettering5-10/+10
2024-07-02efi: split out efivars.[ch] from util.[ch]Lennart Poettering12-267/+286
2024-07-02mkosi: Install perfDaan De Meyer4-0/+7
2024-07-02update TODOLennart Poettering1-0/+3
2024-07-02test: split the resolved test suite into separate test casesDaniel Rusek1-660/+721
2024-07-01build(deps): bump github/codeql-action from 3.24.7 to 3.25.11dependabot[bot]2-4/+4
2024-07-01mkosi: update debian commit referenceLuca Boccassi1-1/+1
2024-07-01shared/condition: add missing space after 'if'Mike Yuan1-2/+2
2024-07-01shared/mount-util: return early if param is NULLMike Yuan1-7/+10
2024-07-01mkfs-util: Simplify logicDaan De Meyer1-8/+3
2024-07-01units: add dep on systemd-logind.service by user@.serviceLennart Poettering2-2/+2
2024-07-01Use read_full_file_full() in read_smbios11_field()Daan De Meyer1-2/+7
2024-07-01storagetm: add --list-devices commandLennart Poettering3-4/+28
2024-07-01repart: add --list-devices switch for listing candidate block devicesLennart Poettering3-1/+26
2024-07-01cryptenroll: add --list-devices switch that shows candidate block devicesLennart Poettering3-0/+23
2024-07-01util: add generic block device listener helperLennart Poettering3-0/+91
2024-07-01blockdev-util: add partscan check function that takes an sd_device*Lennart Poettering6-12/+21
2024-07-01repart: add sections to --help textLennart Poettering1-14/+26
2024-07-01test: beef up test case for fid-based equality checksLennart Poettering3-4/+63
2024-07-01stat-util: port inode_same_at() to use FID file handle data to determine inod...Lennart Poettering1-6/+92
2024-07-01mountpoint-util: clarify that EOVERFLOW is visible on nfs4/autofs mountsLennart Poettering1-3/+3
2024-07-01mountpoint-util: use the FID stuff for detecting the root of mountsLennart Poettering1-3/+3
2024-07-01mountpoint-util: add new helper name_to_handle_at_try_fid()Lennart Poettering3-1/+32
2024-07-01mountpoint-util: use ERRNO_IS_xyz() at more placesLennart Poettering1-3/+3
2024-07-01mountpoint-util: add public helper for comparing file handlesLennart Poettering2-4/+14
2024-07-01mountpoint-util: make is_name_to_handle_at_fatal_error() an exported APILennart Poettering2-13/+20
2024-07-01build(deps): bump actions/checkout from 4.1.6 to 4.1.7dependabot[bot]12-12/+12
2024-07-01 Conditional PSI check to reflect changes done in 5.13rhellstrom1-2/+8
2024-06-30core: try again bind mounting if the destination was already createdLuca Boccassi1-5/+5