summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | test-network: add test for Property= in [Match] sectionYu Watanabe2019-07-013-0/+24
| * | test: add tests for config_parse_match_{strv,ifnames}()Yu Watanabe2019-07-011-0/+23
| * | man: fix wrong udev property nameYu Watanabe2019-07-012-2/+2
| * | network,udev: add Property= setting in [Match] sectionYu Watanabe2019-07-0112-6/+143
| * | network,udev: make net_match_config() take sd_deviceYu Watanabe2019-07-014-35/+23
| * | network,udev: fix multiple invert matching linesYu Watanabe2019-07-015-36/+111
* | | udev: accept lines which have only PROGRAM=Yu Watanabe2019-07-011-1/+1
* | | Merge pull request #12916 from yuwata/meson-drop-duplicated-lineMichael Biebl2019-07-011-1/+0
|\ \ \ | |/ / |/| |
| * | meson: drop duplicated sourceYu Watanabe2019-07-011-1/+0
|/ /
* | networkctl: do not show '(null)' in HW Address entryYu Watanabe2019-06-301-6/+6
* | Merge pull request #12910 from keszybz/udev-kvmYu Watanabe2019-06-302-28/+24
|\ \ | |/ |/|
| * udev: don't force device ownership and mode on every eventZbigniew Jędrzejewski-Szmek2019-06-292-27/+23
| * udev: tiny fix to debug messageZbigniew Jędrzejewski-Szmek2019-06-291-1/+1
* | Merge pull request #12903 from keszybz/condition-quotingYu Watanabe2019-06-3027-179/+244
|\ \
| * | test-condition: do not accidentally treat error as passing conditionZbigniew Jędrzejewski-Szmek2019-06-291-51/+51
| * | Treat kernel version condition as a list of quoted checksZbigniew Jędrzejewski-Szmek2019-06-294-10/+72
| * | test-execute: add test for ConditionKernelVersion= with quotationYu Watanabe2019-06-291-0/+2
| * | Rename EXTRACT_QUOTES to EXTRACT_UNQUOTEZbigniew Jędrzejewski-Szmek2019-06-2824-93/+93
| * | Reindent some things for readabilityZbigniew Jędrzejewski-Szmek2019-06-282-25/+26
* | | Merge pull request #12907 from yuwata/meson-default-libidn2Zbigniew Jędrzejewski-Szmek2019-06-293-14/+12
|\ \ \
| * | | NEWS: mention that the libidn2 is used by defaultYu Watanabe2019-06-291-0/+3
| * | | meson: default to use libidn2 if both libidn2 and libidn are installedYu Watanabe2019-06-291-8/+8
| * | | meson: drop unused debug optionYu Watanabe2019-06-292-6/+1
* | | | udev: fix wrong event source to set descriptionYu Watanabe2019-06-291-1/+1
* | | | Merge pull request #12908 from yuwata/udevadm-completion-actionZbigniew Jędrzejewski-Szmek2019-06-296-7/+24
|\ \ \ \
| * | | | bash-completion: udevadm: list all possible values for --action optionYu Watanabe2019-06-291-2/+2
| * | | | udevadm: support special value 'help' for --action optionYu Watanabe2019-06-293-5/+17
| * | | | sd-device: introduce dump_device_action_table()Yu Watanabe2019-06-292-0/+5
|/ / / /
* | | | Merge pull request #12905 from keszybz/udev-warningsYu Watanabe2019-06-294-267/+291
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | udev-rules: add more info to errors about attr formatsZbigniew Jędrzejewski-Szmek2019-06-281-15/+23
| * | udev-rules: add precise information to rule failure logsZbigniew Jędrzejewski-Szmek2019-06-283-43/+53
| * | udev-event: use normal pointer ops where appropriateZbigniew Jędrzejewski-Szmek2019-06-281-12/+12
| * | udev: move rule structure definitions into the .c fileZbigniew Jędrzejewski-Szmek2019-06-282-145/+146
| * | udev: move rules logging functions into the .c fileZbigniew Jędrzejewski-Szmek2019-06-282-61/+66
| |/
* | Merge pull request #12887 from fbuihuu/coredump-cleanup-part-1Zbigniew Jędrzejewski-Szmek2019-06-2810-268/+283
|\ \ | |/ |/|
| * coredump: make use of the iovec-array helpersFranck Bui2019-06-281-145/+129
| * io-util: introduce iovw_put_string_field() helperFranck Bui2019-06-272-0/+23
| * journal-import: extract helpers for handling arrays of iovec and make them av...Franck Bui2019-06-277-48/+77
| * coredump: drop 2 useless assertionsFranck Bui2019-06-271-3/+0
| * coredump: slighlty simplify stack trace generation logicFranck Bui2019-06-273-31/+33
| * coredump: fix the check on the number of passed args in backtrace modeFranck Bui2019-06-271-2/+2
| * coredump: gather_pid_metadata() doesn't return 1 anymoreFranck Bui2019-06-271-5/+1
| * coredump: rename set_iovec_field_free() into set_iovec_string_field_free()Franck Bui2019-06-273-23/+24
| * coredump: rely on /proc exclusively to get the name of the crashing processFranck Bui2019-06-262-29/+15
| * coredump: fix one memleak in backtrace modeFranck Bui2019-06-261-1/+1
| * coredump: make use of STRINGIFYFranck Bui2019-06-261-5/+2
* | cryptsetup-generator: fix luks-* entry parsing from crypttabLubomir Rintel2019-06-281-1/+3
* | bash-completion: support systemd-analyze conditionYu Watanabe2019-06-281-1/+1
* | Merge pull request #12889 from keszybz/analyze-conditionYu Watanabe2019-06-2811-31/+242
|\ \
| * | core: skip whitespace after "|" and "!" in the condition parserZbigniew Jędrzejewski-Szmek2019-06-271-4/+4