summaryrefslogtreecommitdiff
path: root/src/udev/scsi_id/scsi_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: 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
* udev: switch to systemd logging functionsKay Sievers2014-11-131-11/+0
* scsi_id: fix usage spellingJoe Lawrence2014-11-011-2/+2
* udev: never bypass our own logging framework and call vsyslog() directly from...Lennart Poettering2014-08-111-5/+8
* Remove dead lines in various placesZbigniew Jędrzejewski-Szmek2014-02-241-1/+0
* log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering2013-12-241-8/+8
* udevadm,scsi_id: add short options to help strings and to the man pageZbigniew Jędrzejewski-Szmek2013-12-181-14/+19
* scsi_id: cleanupZbigniew Jędrzejewski-Szmek2013-12-181-75/+67
* Add more _printf_'s for format-nonliteralsThomas Hindoe Paaboel Andersen2013-12-141-0/+1
* tree-wide usage of %m specifier instead of strerror(errno)Daniel Buch2013-11-261-1/+1
* use streq instead of strcmpThomas Hindoe Paaboel Andersen2013-02-131-6/+6
* util: introduce strcaseeq/strncaseeqThomas Hindoe Paaboel Andersen2013-02-131-3/+3
* use strneq instead of strncmpThomas Hindoe Paaboel Andersen2013-02-131-4/+4
* udev: move string copy functions to shared/Kay Sievers2013-01-091-4/+4
* udev: get rid of SYSCONFDIRKay Sievers2012-10-281-1/+1
* log.h: new log_oom() -> int -ENOMEM, use itShawn Landden2012-07-261-7/+5
* use "Out of memory." consistantly (or with "\n")Shawn Landden2012-07-251-2/+2
* udev: add some O_CLOEXECKay Sievers2012-07-051-1/+1
* udev: switch to systemd logging functionsKay Sievers2012-04-081-35/+14