summaryrefslogtreecommitdiff
path: root/src/udev/scsi_id/scsi_id.c
Commit message (Expand)AuthorAgeFilesLines
* udev: use version()Yu Watanabe2023-04-261-2/+2
* udev/scsi_id: rename positional argumentsYu Watanabe2023-04-111-4/+6
* tree-wide: Fix format specifier warnings for %xJan Janssen2022-08-301-1/+1
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* udev/scsi: use the scsi device type number directlyYu Watanabe2021-06-251-30/+28
* udev: replace strtoul by safe_ato*David Tardon2021-06-241-5/+3
* meson: simplify the BUILD_MODE conditionalZbigniew Jędrzejewski-Szmek2021-04-141-1/+1
* tree-wide: avoid uninitialized warning on _cleanup_ variablesLuca Boccassi2021-04-141-1/+1
* scsi_id: use read_line instead of fgetsLuca Boccassi2021-04-111-17/+9
* scsi_id: modernize and use extract_many_words instead of strsepLuca Boccassi2021-04-081-127/+58
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-3/+2
* udev: drop unnecessary libudev-util.h inclusionsYu Watanabe2020-12-161-1/+0
* udev: use encode_devnode_name() instead of udev_util_encode_string()Yu Watanabe2020-12-161-2/+3
* udev: move util_replace_chars() to udev-util.cYu Watanabe2020-12-161-6/+6
* udev: move util_replace_whitespace() to udev-util.cYu Watanabe2020-12-161-6/+6
* license: GPL-2.0+ -> GPL-2.0-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: coccinelle fixesFrantisek Sumsal2020-10-041-1/+1
* Remove unneded {}sZbigniew Jędrzejewski-Szmek2020-04-131-2/+1
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* udev: drop unnecessary bracketsYu Watanabe2019-04-301-4/+2
* tree-wide: code improvements suggested by CoccinelleFrantisek Sumsal2019-04-301-4/+6
* tree-wide: replace explicit NULL checks with their shorter variantsFrantisek Sumsal2019-04-281-3/+3
* meson: generate version tag from gitZbigniew Jędrzejewski-Szmek2018-12-211-1/+2
* udev/scsi_id: fix buffer lengthYu Watanabe2018-11-211-6/+6
* libudev-list: move libudev-list related definitions to libudev-list-internal.hYu Watanabe2018-11-201-1/+2
* udev/scsi_id: coding style fixesYu Watanabe2018-09-101-6/+3
* udev/scsi_id: drop unused udev structYu Watanabe2018-09-101-31/+16
* udev: move udev cleanup functions from udev-util.h to udev.hYu Watanabe2018-08-231-0/+1
* tree-wide: drop empty lines in commentsYu Watanabe2018-07-231-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-2/+2
* scsi_id: use _cleanup_free_ on buffer allocated by get_file_optionsFilipe Brandenburger2018-06-081-3/+2
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-3/+2
* udev: use startswith() instead of the combination of strneq() and strlen() (#...Yu Watanabe2018-03-161-3/+2
* tree-wide: use EXIT_SUCCESS/EXIT_FAILURE in exit() where we canLennart Poettering2017-12-251-3/+3
* Add SPDX license identifiers to source files under the GPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* scsi_id: add missing options to getopt_long() (#6501)Jan Synacek2017-08-021-1/+1
* Rip out setting of the log level from udev_new and put it in a new functionZbigniew Jędrzejewski-Szmek2017-05-071-0/+2
* tree-wide: standardize on $(PACKAGE_VERSION) for the version stringZbigniew Jędrzejewski-Szmek2017-04-041-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* udev: add emacs header lineZbigniew Jędrzejewski-Szmek2015-12-071-0/+2
* tree-wide: group include of libudev.h with sd-*Thomas Hindoe Paaboel Andersen2015-11-171-1/+2
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-2/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-8/+10
* tree-wide: replace while(1) by for(;;) everywhereLennart Poettering2015-09-091-1/+1
* tree-wide: update empty-if coccinelle script to cover empty-while and moreLennart Poettering2015-09-091-8/+5
* udevadm,..: make --help output of udev tools more like the output of the vari...Lennart Poettering2015-01-051-13/+15
* udev: improve help/usage for some more programsRobert Milasan2015-01-011-1/+1
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-1/+1