summaryrefslogtreecommitdiff
path: root/src/udev/scsi_id
AgeCommit message (Expand)AuthorFilesLines
2018-10-19tree-wide: replace 'unsigned int' with 'unsigned'Yu Watanabe2-8/+8
2018-09-10udev/scsi_id: drop never used code blocksYu Watanabe1-15/+0
2018-09-10udev/scsi_id: coding style fixesYu Watanabe1-6/+3
2018-09-10udev/scsi_id: drop unused udev structYu Watanabe3-122/+71
2018-08-23udev: move udev cleanup functions from udev-util.h to udev.hYu Watanabe1-0/+1
2018-07-23tree-wide: drop empty lines in commentsYu Watanabe3-3/+0
2018-06-19scsi_id: Fixup prefix for pre-SPC inquiry replyHannes Reinecke1-2/+2
2018-06-14Drop more license boilerplateZbigniew Jędrzejewski-Szmek3-36/+0
2018-06-14tree-wide: use proper unicode © instead of (C) where we canLennart Poettering3-4/+4
2018-06-08scsi_id: use _cleanup_free_ on buffer allocated by get_file_optionsFilipe Brandenburger1-3/+2
2018-04-25tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering1-3/+2
2018-04-19tree-wide: drop spurious newlines (#8764)Lennart Poettering1-1/+0
2018-03-16udev: use startswith() instead of the combination of strneq() and strlen() (#...Yu Watanabe1-3/+2
2017-12-25tree-wide: use EXIT_SUCCESS/EXIT_FAILURE in exit() where we canLennart Poettering1-3/+3
2017-11-20tree-wide: adjust fall through comments so that gcc is happyShawn Landden1-1/+1
2017-11-19Add SPDX license identifiers to source files under the GPLZbigniew Jędrzejewski-Szmek4-0/+4
2017-10-04tree-wide: use IN_SET macro (#6977)Yu Watanabe1-8/+5
2017-10-02tree-wide: use IN_SET where possibleAndreas Rammhold1-1/+1
2017-08-02scsi_id: add missing options to getopt_long() (#6501)Jan Synacek1-1/+1
2017-07-18build-sys: drop gitignore patterns for in-tree buildsZbigniew Jędrzejewski-Szmek1-1/+0
2017-07-18build-sys: drop automake supportZbigniew Jędrzejewski-Szmek1-1/+0
2017-05-07Rip out setting of the log level from udev_new and put it in a new functionZbigniew Jędrzejewski-Szmek1-0/+2
2017-04-04tree-wide: standardize on $(PACKAGE_VERSION) for the version stringZbigniew Jędrzejewski-Szmek1-1/+1
2016-02-20tree-wide: place #pragma once at the same place everywhereLennart Poettering2-4/+4
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack4-8/+0
2015-12-07udev/scsi_id: fix some strange indentationZbigniew Jędrzejewski-Szmek2-69/+68
2015-12-07udev: add emacs header lineZbigniew Jędrzejewski-Szmek4-0/+8
2015-11-17tree-wide: group include of libudev.h with sd-*Thomas Hindoe Paaboel Andersen2-2/+4
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen2-4/+2
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-0/+1
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2-19/+23
2015-09-09tree-wide: replace while(1) by for(;;) everywhereLennart Poettering1-1/+1
2015-09-09tree-wide: update empty-if coccinelle script to cover empty-while and moreLennart Poettering2-12/+7
2015-09-09tree-wide: drop {} from one-line if blocksLennart Poettering1-2/+1
2015-04-11shared: add random-util.[ch]Ronny Chevalier1-0/+1
2015-01-23#pragma once here and thereZbigniew Jędrzejewski-Szmek2-0/+4
2015-01-05udevadm,..: make --help output of udev tools more like the output of the vari...Lennart Poettering1-13/+15
2015-01-01udev: improve help/usage for some more programsRobert Milasan1-1/+1
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2-4/+4
2014-11-13udev: switch to systemd logging functionsKay Sievers1-11/+0
2014-11-01scsi_id: fix usage spellingJoe Lawrence1-2/+2
2014-10-30util: unify how we see srand()Lennart Poettering1-1/+1
2014-08-11build-sys: add missing makefile symlinksLennart Poettering1-0/+1
2014-08-11udev: never bypass our own logging framework and call vsyslog() directly from...Lennart Poettering2-6/+8
2014-02-24Remove dead lines in various placesZbigniew Jędrzejewski-Szmek1-1/+0
2014-02-13everywhere: always use O_CLOEXEC where it makes senseLennart Poettering1-2/+2
2014-01-31use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH1-8/+8
2013-12-24log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering2-38/+38
2013-12-18udevadm,scsi_id: add short options to help strings and to the man pageZbigniew Jędrzejewski-Szmek1-14/+19
2013-12-18scsi_id: cleanupZbigniew Jędrzejewski-Szmek2-79/+71