summaryrefslogtreecommitdiff
path: root/src/udev/scsi_id
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use proper unicode © instead of (C) where we canLennart Poettering2018-06-143-4/+4
* 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
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-1/+0
* 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
* tree-wide: adjust fall through comments so that gcc is happyShawn Landden2017-11-201-1/+1
* Add SPDX license identifiers to source files under the GPLZbigniew Jędrzejewski-Szmek2017-11-194-0/+4
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-8/+5
* tree-wide: use IN_SET where possibleAndreas Rammhold2017-10-021-1/+1
* scsi_id: add missing options to getopt_long() (#6501)Jan Synacek2017-08-021-1/+1
* build-sys: drop gitignore patterns for in-tree buildsZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* 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: place #pragma once at the same place everywhereLennart Poettering2016-02-202-4/+4
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-104-8/+0
* udev/scsi_id: fix some strange indentationZbigniew Jędrzejewski-Szmek2015-12-072-69/+68
* udev: add emacs header lineZbigniew Jędrzejewski-Szmek2015-12-074-0/+8
* tree-wide: group include of libudev.h with sd-*Thomas Hindoe Paaboel Andersen2015-11-172-2/+4
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-162-4/+2
* 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-242-19/+23
* 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-092-12/+7
* tree-wide: drop {} from one-line if blocksLennart Poettering2015-09-091-2/+1
* shared: add random-util.[ch]Ronny Chevalier2015-04-111-0/+1
* #pragma once here and thereZbigniew Jędrzejewski-Szmek2015-01-232-0/+4
* 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-282-4/+4
* udev: switch to systemd logging functionsKay Sievers2014-11-131-11/+0
* scsi_id: fix usage spellingJoe Lawrence2014-11-011-2/+2
* util: unify how we see srand()Lennart Poettering2014-10-301-1/+1
* build-sys: add missing makefile symlinksLennart Poettering2014-08-111-0/+1
* udev: never bypass our own logging framework and call vsyslog() directly from...Lennart Poettering2014-08-112-6/+8
* Remove dead lines in various placesZbigniew Jędrzejewski-Szmek2014-02-241-1/+0
* everywhere: always use O_CLOEXEC where it makes senseLennart Poettering2014-02-131-2/+2
* use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH2014-01-311-8/+8
* log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering2013-12-242-38/+38
* 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-182-79/+71
* 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-262-6/+4
* udev: extern on functions is pointlessLennart Poettering2013-03-301-9/+9
* 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-132-5/+5
* tabs to spacesThomas Hindoe Paaboel Andersen2013-01-091-1/+1
* udev: move string copy functions to shared/Kay Sievers2013-01-091-4/+4