summaryrefslogtreecommitdiffstats
path: root/shell-completion (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-29hwdb: Add mic mute key mapping for HP Elite x360Andy Chi1-0/+2
2022-03-29udev: do not call sd_event_source_disable_unref() in workers for event source...Yu Watanabe1-2/+4
2022-03-29inotify-util: fix wrong warnings in FOREACH_INOTIFY_EVENT()Yu Watanabe1-7/+4
2022-03-28build: include status of TPM2 in the feature string show by --versionFranck Bui1-0/+6
2022-03-28veritysetup: fix typo (#22886)Gaël PORTAY1-1/+1
2022-03-28fix typoYu Watanabe3-3/+3
2022-03-28Update NEWSYu Watanabe1-99/+135
2022-03-28time-util: assume CLOCK_BOOTTIME always existsLennart Poettering46-176/+122
2022-03-28network: rename netdev kind virtual-wlan -> wlanYu Watanabe6-15/+14
2022-03-28bootspec: normalize function names/parameter listsLennart Poettering6-21/+21
2022-03-28bootspec: don't needlessly inline boot_config_find_entry()Lennart Poettering2-11/+13
2022-03-28bootctl: use boot_config_default_entry() where appropriateLennart Poettering2-1/+4
2022-03-28bootspec: assess default/selected entries *after* we augmented entry list wit...Lennart Poettering6-13/+41
2022-03-28bootspec: normalize oom handling in boot_load_efi_entry_pointers()Lennart Poettering1-15/+12
2022-03-28bootspec: rename type1 parsers to say "type1" explicitly in the nameLennart Poettering1-5/+5
2022-03-28bootspec: try harder to suppress duplicate enumerated entriesLennart Poettering2-13/+69
2022-03-28bootspec: pass around BootConfig struct instead of entries/n_entries fields onlyLennart Poettering1-21/+16
2022-03-28bootspec: don't use conf_files_list() for finding type #1 entriesLennart Poettering1-27/+59
2022-03-28bootctl: optionally, output entries in JSON formatLennart Poettering2-2/+55
2022-03-28Use new default-user-shell option instead of hard-coding bash in nspawn and u...наб4-4/+13
2022-03-28docs: use native type instead of byte stream in COREDUMP_PACKAGE_METADATALuca Boccassi1-3/+3
2022-03-28missing-syscall: define MOVE_MOUNT_T_EMPTY_PATH if missingRomain Naour1-0/+4
2022-03-26portable: clarify error when detach fails to match to existing unitLuca Boccassi1-2/+12
2022-03-25NEWS: tweaksZbigniew Jędrzejewski-Szmek1-3/+3
2022-03-25basic: update the Arch tuples for LoongArchXiaotian Wu2-3/+24
2022-03-25journal-file: if we are going down, don't use event loop to schedule postLennart Poettering1-0/+7
2022-03-25journald: make sure SIGTERM handling doesn't get starved outLennart Poettering1-3/+73
2022-03-25journal: don't talk about -1 in context of unsigned valuesLennart Poettering1-1/+1
2022-03-25journal-file: merge compress/seal bool args into a single flags paramLennart Poettering19-115/+143
2022-03-25journal-remote: constify a few parametersLennart Poettering2-6/+6
2022-03-25xdg-autostart-service: Fix binary escaping and simplify code a bitBenjamin Berg2-19/+8
2022-03-25efi-loader: drop harmful assertionYu Watanabe1-2/+0
2022-03-25test: use flock when calling mkfs.btrfsFrantisek Sumsal2-4/+47
2022-03-25Revert "test: temporary workaround for #21819"Frantisek Sumsal1-8/+3
2022-03-25udev: assume block device is not locked when a new event is queuedYu Watanabe1-1/+38
2022-03-25udev: split worker_lock_block_device() into twoYu Watanabe1-13/+41
2022-03-25udev: requeue event when the corresponding block device is locked by another ...Yu Watanabe1-57/+97
2022-03-25udev: store action in struct EventYu Watanabe1-6/+9
2022-03-25udev: introduce device_broadcast() helper functionYu Watanabe1-10/+18
2022-03-25udev: drop unnecessary clone of received sd-device objectYu Watanabe1-17/+4
2022-03-25inotify-util: declare iterator in FOREACH_INOTIFY_EVENT()Yu Watanabe8-15/+27
2022-03-24update NEWSLuca Boccassi1-4/+9
2022-03-24update NEWSLennart Poettering1-3/+45
2022-03-24hostnamed: properly reset hw model/vendor props before re-reading themLennart Poettering1-1/+3
2022-03-24machine-info: rename VENDOR=/MODEL= → HARDWARE_VENDOR=/HARDWARE_MODEL=Lennart Poettering3-18/+20
2022-03-24NEWS: various tweaksLennart Poettering1-56/+71
2022-03-24udev: try to reload selinux label database less frequentlyYu Watanabe1-4/+4
2022-03-24udev: assume there is no blocker when failed to check event dependenciesYu Watanabe1-8/+5
2022-03-24udev: only ignore ENOENT or friends which suggest the block device is not existYu Watanabe1-2/+4
2022-03-24errno-util: add ERRNO_IS_DEVICE_ABSENT() macroLennart Poettering4-5/+14