index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
udev
/
scsi_id
/
scsi_id.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-1
/
+1
*
udev/scsi: use the scsi device type number directly
Yu Watanabe
2021-06-25
1
-30
/
+28
*
udev: replace strtoul by safe_ato*
David Tardon
2021-06-24
1
-5
/
+3
*
meson: simplify the BUILD_MODE conditional
Zbigniew Jędrzejewski-Szmek
2021-04-14
1
-1
/
+1
*
tree-wide: avoid uninitialized warning on _cleanup_ variables
Luca Boccassi
2021-04-14
1
-1
/
+1
*
scsi_id: use read_line instead of fgets
Luca Boccassi
2021-04-11
1
-17
/
+9
*
scsi_id: modernize and use extract_many_words instead of strsep
Luca Boccassi
2021-04-08
1
-127
/
+58
*
tree-wide: Drop custom formatting for print() help messages
Daan De Meyer
2021-01-31
1
-3
/
+2
*
udev: drop unnecessary libudev-util.h inclusions
Yu Watanabe
2020-12-15
1
-1
/
+0
*
udev: use encode_devnode_name() instead of udev_util_encode_string()
Yu Watanabe
2020-12-15
1
-2
/
+3
*
udev: move util_replace_chars() to udev-util.c
Yu Watanabe
2020-12-15
1
-6
/
+6
*
udev: move util_replace_whitespace() to udev-util.c
Yu Watanabe
2020-12-15
1
-6
/
+6
*
license: GPL-2.0+ -> GPL-2.0-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tree-wide: coccinelle fixes
Frantisek Sumsal
2020-10-04
1
-1
/
+1
*
Remove unneded {}s
Zbigniew Jędrzejewski-Szmek
2020-04-13
1
-2
/
+1
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
udev: drop unnecessary brackets
Yu Watanabe
2019-04-30
1
-4
/
+2
*
tree-wide: code improvements suggested by Coccinelle
Frantisek Sumsal
2019-04-30
1
-4
/
+6
*
tree-wide: replace explicit NULL checks with their shorter variants
Frantisek Sumsal
2019-04-28
1
-3
/
+3
*
meson: generate version tag from git
Zbigniew Jędrzejewski-Szmek
2018-12-21
1
-1
/
+2
*
udev/scsi_id: fix buffer length
Yu Watanabe
2018-11-21
1
-6
/
+6
*
libudev-list: move libudev-list related definitions to libudev-list-internal.h
Yu Watanabe
2018-11-20
1
-1
/
+2
*
udev/scsi_id: coding style fixes
Yu Watanabe
2018-09-10
1
-6
/
+3
*
udev/scsi_id: drop unused udev struct
Yu Watanabe
2018-09-10
1
-31
/
+16
*
udev: move udev cleanup functions from udev-util.h to udev.h
Yu Watanabe
2018-08-22
1
-0
/
+1
*
tree-wide: drop empty lines in comments
Yu Watanabe
2018-07-23
1
-1
/
+0
*
Drop more license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-06-14
1
-12
/
+0
*
tree-wide: use proper unicode © instead of (C) where we can
Lennart Poettering
2018-06-14
1
-2
/
+2
*
scsi_id: use _cleanup_free_ on buffer allocated by get_file_options
Filipe Brandenburger
2018-06-08
1
-3
/
+2
*
tree-wide: drop redundant _cleanup_ macros (#8810)
Lennart Poettering
2018-04-25
1
-3
/
+2
*
udev: use startswith() instead of the combination of strneq() and strlen() (#...
Yu Watanabe
2018-03-16
1
-3
/
+2
*
tree-wide: use EXIT_SUCCESS/EXIT_FAILURE in exit() where we can
Lennart Poettering
2017-12-25
1
-3
/
+3
*
Add SPDX license identifiers to source files under the GPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
scsi_id: add missing options to getopt_long() (#6501)
Jan Synacek
2017-08-02
1
-1
/
+1
*
Rip out setting of the log level from udev_new and put it in a new function
Zbigniew Jędrzejewski-Szmek
2017-05-08
1
-0
/
+2
*
tree-wide: standardize on $(PACKAGE_VERSION) for the version string
Zbigniew Jędrzejewski-Szmek
2017-04-05
1
-1
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
udev: add emacs header line
Zbigniew Jędrzejewski-Szmek
2015-12-07
1
-0
/
+2
*
tree-wide: group include of libudev.h with sd-*
Thomas Hindoe Paaboel Andersen
2015-11-17
1
-1
/
+2
*
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-16
1
-2
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-0
/
+1
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-8
/
+10
*
tree-wide: replace while(1) by for(;;) everywhere
Lennart Poettering
2015-09-09
1
-1
/
+1
*
tree-wide: update empty-if coccinelle script to cover empty-while and more
Lennart Poettering
2015-09-09
1
-8
/
+5
*
udevadm,..: make --help output of udev tools more like the output of the vari...
Lennart Poettering
2015-01-05
1
-13
/
+15
*
udev: improve help/usage for some more programs
Robert Milasan
2015-01-01
1
-1
/
+1
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-1
/
+1
*
udev: switch to systemd logging functions
Kay Sievers
2014-11-13
1
-11
/
+0
*
scsi_id: fix usage spelling
Joe Lawrence
2014-11-01
1
-2
/
+2
*
udev: never bypass our own logging framework and call vsyslog() directly from...
Lennart Poettering
2014-08-11
1
-5
/
+8
[next]