summaryrefslogtreecommitdiff
path: root/src/udev/udev-builtin-path_id.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* udev: modernize udev-rules.cYu Watanabe2019-06-021-1/+1
* Delete duplicate linesTopi Miettinen2019-01-121-1/+0
* libudev-list: move libudev-list related definitions to libudev-list-internal.hYu Watanabe2018-11-201-1/+1
* udev-builtin: propagate negative errnoYu Watanabe2018-10-231-4/+4
* udev: replace udev_device by sd_device from prototype of udev builtin commandsYu Watanabe2018-10-231-2/+1
* udev: replace udev_device by sd_device in udev-builtin-path_id.cYu Watanabe2018-10-231-163/+167
* udev: make udev_builtin_add_property() take sd_device instead of udev_deviceYu Watanabe2018-10-231-2/+2
* tree-wide: replace 'unsigned int' with 'unsigned'Yu Watanabe2018-10-191-2/+2
* udev-builtin: move definitions related to builtin commands to udev-builtin.hYu Watanabe2018-10-111-1/+3
* udev: drop unused udev structYu Watanabe2018-09-101-23/+9
* udev: move udev cleanup functions from udev-util.h to udev.hYu Watanabe2018-08-231-1/+0
* tree-wide: drop empty lines in commentsYu Watanabe2018-07-231-2/+0
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-1/+0
* Drop more license boilerplateZbigniew Jędrzejewski-Szmek2018-06-141-12/+0
* tree-wide: use proper unicode © instead of (C) where we canLennart Poettering2018-06-141-1/+1
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-5/+5
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-4/+2
* v3: Properly parsing SCSI Hyperv devices (#8509)Long Li2018-03-211-5/+8
* udev: "handle" oom in path_idZbigniew Jędrzejewski-Szmek2017-11-221-12/+17
* udev: modernize style in path_idZbigniew Jędrzejewski-Szmek2017-11-221-217/+152
* Add SPDX license identifiers to source files under the GPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`Andreas Rammhold2017-10-021-1/+1
* udev: Use parent bus id for virtio disk builtin path-id (#5500)Viktor Mihajlovski2017-03-011-4/+1
* tree-wide: replace all readdir cycles with FOREACH_DIRENT{,_ALL} (#4853)Reverend Homer2016-12-091-2/+2
* udev/path_id: introduce support for NVMe devices (#4169)Keith Busch2016-09-261-0/+9
* udev/path_id: correct segmentation fault due to missing NULL checkHendrik Brueckner2016-02-191-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* path_id: reintroduce by-path links for virtio block devicesMichal Sekletar2016-02-091-0/+6
* udev: add emacs header lineZbigniew Jędrzejewski-Szmek2015-12-071-0/+2
* udev/path_id: improve and enhance bus detection for Linux on z SystemsLiu Yuan Yuan2015-11-131-27/+30
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-7/+8
* udev: build by-path identifiers for ATA devices.David Milburn2015-09-081-12/+34
* Bug #944: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-08-171-8/+4
* tree-wide: introduce mfree()David Herrmann2015-07-311-8/+4
* udev-builtin: path_id - don't pass NULL to udev_device_get_parent()Tom Gundersen2015-06-021-1/+2
* udev: add some assertsTom Gundersen2015-06-021-0/+27
* udevadm,..: make --help output of udev tools more like the output of the vari...Lennart Poettering2015-01-051-1/+1
* udevd: SAS: use SAS addr + PHY id in by-path whenever possible.Maurizio Lombardi2014-12-041-1/+95
* udev: path_id - update commentsKay Sievers2014-10-301-6/+6
* udev: path_id - set supported_parent for well-known SCSI setupsKay Sievers2014-10-281-2/+6
* udev: path_id - suppress ID_PATH for devices with an unknown parent device typeKay Sievers2014-08-041-11/+27
* udev: place opening { at the same line as the function declarationKay Sievers2014-07-291-28/+14
* udev: persistent naming - we cannot use virtio numbers as they are not stableTom Gundersen2014-03-271-3/+0
* udev-builtin-path: fix printf specifiersZbigniew Jędrzejewski-Szmek2013-12-141-2/+2
* Add more _printf_'s for format-nonliteralsThomas Hindoe Paaboel Andersen2013-12-141-0/+1
* udev-builtin: path_id - add support for bcma busTom Gundersen2013-10-261-0/+16
* udev: path_id - fix by-path link generation for scm devicesSebastian Ott2013-09-171-0/+1
* use streq instead of strcmpThomas Hindoe Paaboel Andersen2013-02-131-14/+14