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
/
udev-builtin-path_id.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
udev: pass rtnl to builtin commands
Yu Watanabe
2021-08-31
1
-1
/
+1
*
udev/builtins: make skip_subsystem() and skip_virtio() alike
Zbigniew Jędrzejewski-Szmek
2021-08-07
1
-6
/
+3
*
udev/builtins: inline iterator variables and other small modernizations
Zbigniew Jędrzejewski-Szmek
2021-08-07
1
-5
/
+4
*
udev: replace strtoul by safe_ato*
David Tardon
2021-06-24
1
-7
/
+7
*
tree-wide: add missing whitespace at the end of comments
Yu Watanabe
2021-06-15
1
-1
/
+1
*
udev: drop unnecessary libudev-util.h inclusions
Yu Watanabe
2020-12-16
1
-1
/
+0
*
udev: rename UTIL_LINE_SIZE -> UDEV_LINE_SIZE and friends
Yu Watanabe
2020-12-16
1
-1
/
+2
*
license: GPL-2.0+ -> GPL-2.0-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
udev: spi: include chip select number in ID_PATH
Marc Kleine-Budde
2020-07-01
1
-0
/
+7
*
udev: rename the persistent link for ATA devices
Lidong Zhong
2020-05-21
1
-6
/
+49
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-04
1
-1
/
+0
*
udev: modernize udev-rules.c
Yu Watanabe
2019-06-02
1
-1
/
+1
*
Delete duplicate lines
Topi Miettinen
2019-01-12
1
-1
/
+0
*
libudev-list: move libudev-list related definitions to libudev-list-internal.h
Yu Watanabe
2018-11-20
1
-1
/
+1
*
udev-builtin: propagate negative errno
Yu Watanabe
2018-10-23
1
-4
/
+4
*
udev: replace udev_device by sd_device from prototype of udev builtin commands
Yu Watanabe
2018-10-23
1
-2
/
+1
*
udev: replace udev_device by sd_device in udev-builtin-path_id.c
Yu Watanabe
2018-10-23
1
-163
/
+167
*
udev: make udev_builtin_add_property() take sd_device instead of udev_device
Yu Watanabe
2018-10-23
1
-2
/
+2
*
tree-wide: replace 'unsigned int' with 'unsigned'
Yu Watanabe
2018-10-19
1
-2
/
+2
*
udev-builtin: move definitions related to builtin commands to udev-builtin.h
Yu Watanabe
2018-10-11
1
-1
/
+3
*
udev: drop unused udev struct
Yu Watanabe
2018-09-10
1
-23
/
+9
*
udev: move udev cleanup functions from udev-util.h to udev.h
Yu Watanabe
2018-08-23
1
-1
/
+0
*
tree-wide: drop empty lines in comments
Yu Watanabe
2018-07-23
1
-2
/
+0
*
tree-wide: drop copyright headers from frequent contributors
Zbigniew Jędrzejewski-Szmek
2018-06-20
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
-1
/
+1
*
tree-wide: drop redundant _cleanup_ macros (#8810)
Lennart Poettering
2018-04-25
1
-5
/
+5
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-4
/
+2
*
v3: Properly parsing SCSI Hyperv devices (#8509)
Long Li
2018-03-21
1
-5
/
+8
*
udev: "handle" oom in path_id
Zbigniew Jędrzejewski-Szmek
2017-11-22
1
-12
/
+17
*
udev: modernize style in path_id
Zbigniew Jędrzejewski-Szmek
2017-11-22
1
-217
/
+152
*
Add SPDX license identifiers to source files under the GPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`
Andreas Rammhold
2017-10-02
1
-1
/
+1
*
udev: Use parent bus id for virtio disk builtin path-id (#5500)
Viktor Mihajlovski
2017-03-01
1
-4
/
+1
*
tree-wide: replace all readdir cycles with FOREACH_DIRENT{,_ALL} (#4853)
Reverend Homer
2016-12-09
1
-2
/
+2
*
udev/path_id: introduce support for NVMe devices (#4169)
Keith Busch
2016-09-26
1
-0
/
+9
*
udev/path_id: correct segmentation fault due to missing NULL check
Hendrik Brueckner
2016-02-19
1
-1
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
path_id: reintroduce by-path links for virtio block devices
Michal Sekletar
2016-02-09
1
-0
/
+6
*
udev: add emacs header line
Zbigniew Jędrzejewski-Szmek
2015-12-07
1
-0
/
+2
*
udev/path_id: improve and enhance bus detection for Linux on z Systems
Liu Yuan Yuan
2015-11-13
1
-27
/
+30
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-7
/
+8
*
udev: build by-path identifiers for ATA devices.
David Milburn
2015-09-08
1
-12
/
+34
*
Bug #944: Deletion of unnecessary checks before calls of the function "free"
Markus Elfring
2015-08-17
1
-8
/
+4
*
tree-wide: introduce mfree()
David Herrmann
2015-07-31
1
-8
/
+4
*
udev-builtin: path_id - don't pass NULL to udev_device_get_parent()
Tom Gundersen
2015-06-02
1
-1
/
+2
*
udev: add some asserts
Tom Gundersen
2015-06-02
1
-0
/
+27
*
udevadm,..: make --help output of udev tools more like the output of the vari...
Lennart Poettering
2015-01-05
1
-1
/
+1
*
udevd: SAS: use SAS addr + PHY id in by-path whenever possible.
Maurizio Lombardi
2014-12-04
1
-1
/
+95
[next]