index
:
delta/systemd.git
assert-cleanups-and-constification
baserock/adamcoldrick/yaml-morphology
baserock/jjardon/fix_parallel_build
baserock/jjardon/intltool
baserock/morph
baserock/paulsherwood/sd-update
baserock/pedroalvarez/v217
baserock/pedroalvarez/v218
baserock/ps/update-linux-v3.12-systemd-v208
baserock/radiofree/enable_xz
baserock/richardmaw/nspawn-path-escapes
baserock/richardmaw/wip-upgrade-root
baserock/v218-with-canonical-hostname-fix
baserock/v219-314-gd736e4f-network_fixes
baserock/v219-729-g163ab29-jetson_btrfs_fixes
cap-bpf-compat
chase-symlinks-rework
coverity
coverity-now-for-real
coverity-python
default_memory
dependabot/github_actions/actions/checkout-2.4.0
dependabot/github_actions/actions/upload-artifact-2.3.1
dependabot/github_actions/github/codeql-action-1.0.23
dependabot/github_actions/github/codeql-action-1.0.24
dependabot/github_actions/github/codeql-action-1.0.27
dependabot/github_actions/github/super-linter-4.8.2
dependabot/github_actions/github/super-linter-4.8.3
dependabot/github_actions/github/super-linter-4.8.4
dependabot/github_actions/systemd/mkosi-11
dependabot/pip/dot-github/workflows/meson-0.60.3
dev-no-noexec
enabled-optimization
gc-cleanup
gcc-hypothesis
hidden-units-are-good-units
hwdb
keszybz-patch-1
main
master
meson-allows-fuzzer-building
msekletar-security-list-process
oomd-and-user-slices
proot
readme-double-header
revert-10744-logind-lock-down
revert-11715-revert-11534-coverity2
revert-12181-install-etc-systemd-generator-dirs
revert-12463-issue-12452-netlink
revert-13201-networkctl-merge-table_add_cell
revert-13843-watchdog
revert-14900-fix-privatedevices-dev-mac-label
revert-15648-journalctl-cat-beefup
revert-16058-fix-memory-protection-default
revert-16460-turn-off-ubuntu-ppa
revert-1740-master
revert-18355-resolved-discover
revert-18515-temporarily-pin-arch-repos
revert-18807-noexec
revert-19146-fix-JOURNAL-doc
revert-20598-order_noauto
revert-20998-dev/hv-detect
revert-2818-master
revert-2843-clock_boottime
revert-2859-ldconfig-after-localfs
revert-3283-master
revert-3528-upstream-add-networkd-dbus
revert-5012-master
revert-5298-relocatable-tests
revert-6508-audit-socket
setup-semaphore
stat2
systemctl-list-dependencies
systemd-paypal-funding
tasks-max-dynamic
v216-stable
what-s-up-with-coverity
wip/hadess/add-move-udev-action
wip/hadess/chassis-override
wip/hadess/hp-accel-quirk
wip/hadess/lis3lv02d-rule-hp
wip/hadess/logitech-hidraw
wip/hadess/logitech-ultrathin-touch-mouse
wip/hadess/memory-id
wip/hadess/minipro-uaccess
wip/hadess/rfkill-uaccess
wip/hadess/unsupported-dmi
wip/hadess/usb-analysers-uaccess
wip/hadess/webcams
github.com: systemd/systemd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
udev
/
scsi_id
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
3
-32
/
+30
*
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-16
1
-1
/
+0
*
udev: use encode_devnode_name() instead of udev_util_encode_string()
Yu Watanabe
2020-12-16
1
-2
/
+3
*
udev: move util_replace_chars() to udev-util.c
Yu Watanabe
2020-12-16
1
-6
/
+6
*
udev: move util_replace_whitespace() to udev-util.c
Yu Watanabe
2020-12-16
1
-6
/
+6
*
license: GPL-2.0+ -> GPL-2.0-or-later
Yu Watanabe
2020-11-09
4
-4
/
+4
*
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-04
2
-2
/
+0
*
tree-wide: some more [static] related fixes
Lennart Poettering
2019-07-12
1
-0
/
+3
*
udev/scsi_id: fix incorrect page length when get device identification VPD page
Zhang Xianwei
2019-05-22
1
-1
/
+1
*
scsi_serial: replace some crazy strncpy() calls by strnlen()
Zbigniew Jędrzejewski-Szmek
2019-05-07
1
-21
/
+15
*
scsi_serial: replace &foo[n] by foo+n
Zbigniew Jędrzejewski-Szmek
2019-05-07
1
-9
/
+9
*
udev: drop unnecessary brackets
Yu Watanabe
2019-04-30
2
-22
/
+14
*
tree-wide: code improvements suggested by Coccinelle
Frantisek Sumsal
2019-04-30
2
-27
/
+35
*
tree-wide: replace explicit NULL checks with their shorter variants
Frantisek Sumsal
2019-04-28
2
-6
/
+6
*
util: split out memcmp()/memset() related calls into memory-util.[ch]
Lennart Poettering
2019-03-13
1
-1
/
+1
*
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
*
tree-wide: replace 'unsigned int' with 'unsigned'
Yu Watanabe
2018-10-19
2
-8
/
+8
*
udev/scsi_id: drop never used code blocks
Yu Watanabe
2018-09-10
1
-15
/
+0
*
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
3
-122
/
+71
*
udev: move udev cleanup functions from udev-util.h to udev.h
Yu Watanabe
2018-08-23
1
-0
/
+1
*
tree-wide: drop empty lines in comments
Yu Watanabe
2018-07-23
3
-3
/
+0
*
scsi_id: Fixup prefix for pre-SPC inquiry reply
Hannes Reinecke
2018-06-19
1
-2
/
+2
*
Drop more license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-06-14
3
-36
/
+0
*
tree-wide: use proper unicode © instead of (C) where we can
Lennart Poettering
2018-06-14
3
-4
/
+4
*
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
*
tree-wide: drop spurious newlines (#8764)
Lennart Poettering
2018-04-19
1
-1
/
+0
*
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
*
tree-wide: adjust fall through comments so that gcc is happy
Shawn Landden
2017-11-20
1
-1
/
+1
*
Add SPDX license identifiers to source files under the GPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
4
-0
/
+4
*
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
2017-10-04
1
-8
/
+5
*
tree-wide: use IN_SET where possible
Andreas Rammhold
2017-10-02
1
-1
/
+1
*
scsi_id: add missing options to getopt_long() (#6501)
Jan Synacek
2017-08-02
1
-1
/
+1
*
build-sys: drop gitignore patterns for in-tree builds
Zbigniew Jędrzejewski-Szmek
2017-07-18
1
-1
/
+0
*
build-sys: drop automake support
Zbigniew Jędrzejewski-Szmek
2017-07-18
1
-1
/
+0
*
Rip out setting of the log level from udev_new and put it in a new function
Zbigniew Jędrzejewski-Szmek
2017-05-07
1
-0
/
+2
*
tree-wide: standardize on $(PACKAGE_VERSION) for the version string
Zbigniew Jędrzejewski-Szmek
2017-04-04
1
-1
/
+1
[next]