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
/
udevadm-info.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-04
1
-1
/
+0
*
udevadm: ensure 'udevadm info -w' show updated result
Yu Watanabe
2019-07-11
1
-1
/
+6
*
udevadm: add --wait-for-initialization option to "udevadm info"
Yu Watanabe
2019-06-04
1
-13
/
+32
*
udevadm: drop unused option
Yu Watanabe
2019-04-04
1
-1
/
+1
*
udev: use string_table_lookup() where we can
Lennart Poettering
2019-03-22
1
-6
/
+3
*
udevadm info: "-a" should enumerate sysfs attributes, not envs (#11642)
Mantas Mikulėnas
2019-02-05
1
-1
/
+4
*
udevadm info: make --export-prefix imply --export
Yu Watanabe
2019-01-22
1
-0
/
+1
*
udevadm: use SYNTHETIC_ERRNO() macro
Yu Watanabe
2019-01-13
1
-4
/
+2
*
Delete duplicate lines
Topi Miettinen
2019-01-12
1
-1
/
+0
*
udevadm: allow multiple arguments to "info"
Zbigniew Jędrzejewski-Szmek
2018-12-11
1
-39
/
+44
*
udevadm: allow a .device unit to be specified for query and trigger
Zbigniew Jędrzejewski-Szmek
2018-12-11
1
-1
/
+1
*
udevadm: use path_startswith and shorten code a bit
Zbigniew Jędrzejewski-Szmek
2018-12-11
1
-21
/
+19
*
udevadm: improve error output when a device is not specified or specified wrong
Zbigniew Jędrzejewski-Szmek
2018-12-11
1
-103
/
+116
*
udevadm-info: fix memleak
Yu Watanabe
2018-10-24
1
-2
/
+2
*
tree-wide: replace 'unsigned int' with 'unsigned'
Yu Watanabe
2018-10-19
1
-1
/
+1
*
udevadm-info: use strdup() instead of strscpy()
Yu Watanabe
2018-10-17
1
-5
/
+6
*
udevadm-info,trigger: replace udev_device by sd_device
Yu Watanabe
2018-10-17
1
-111
/
+107
*
udevadm: show only version number for '--version' option
Yu Watanabe
2018-09-21
1
-1
/
+1
*
udevadm-info: make info_main() returns negative value on error
Yu Watanabe
2018-09-10
1
-44
/
+38
*
udevadm: use dispatch_verb() and drop udevadm_cmd struct
Yu Watanabe
2018-09-10
1
-7
/
+2
*
udev: drop unused udev struct
Yu Watanabe
2018-09-10
1
-11
/
+11
*
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
-3
/
+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
-3
/
+3
*
tree-wide: make use of new STRLEN() macro everywhere (#7639)
Lennart Poettering
2017-12-14
1
-4
/
+7
*
udevadm: getopt() and help message cleanup
Yu Watanabe
2017-12-05
1
-1
/
+1
*
udevadm-info: list all short options in help text
Marcus Folkesson
2017-12-03
1
-1
/
+1
*
Add SPDX license identifiers to source files under the GPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
tree-wide: standardize on $(PACKAGE_VERSION) for the version string
Zbigniew Jędrzejewski-Szmek
2017-04-04
1
-1
/
+1
*
tree-wide: replace all readdir cycles with FOREACH_DIRENT{,_ALL} (#4853)
Reverend Homer
2016-12-09
1
-2
/
+2
*
udevadm: trivial simplification
Zbigniew Jędrzejewski-Szmek
2016-06-14
1
-8
/
+4
*
Udevadm trivial cleanups (#3331)
Zbigniew Jędrzejewski-Szmek
2016-05-24
1
-36
/
+26
*
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
*
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
-6
/
+7
*
udevadm: enclose invocation of unlinkat() with a (void) cast
Lennart Poettering
2015-04-21
1
-8
/
+6
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-3
/
+0
*
Assorted format fixes
Zbigniew Jędrzejewski-Szmek
2015-01-22
1
-3
/
+3
*
udevadm,..: make --help output of udev tools more like the output of the vari...
Lennart Poettering
2015-01-05
1
-24
/
+28
*
udevadm: split out find_device helper
Zbigniew Jędrzejewski-Szmek
2014-11-25
1
-29
/
+1
*
udev: place opening { at the same line as the function declaration
Kay Sievers
2014-07-29
1
-20
/
+10
*
Remove dead lines in various places
Zbigniew Jędrzejewski-Szmek
2014-02-24
1
-2
/
+1
*
udevadm: modernization
Zbigniew Jędrzejewski-Szmek
2013-12-18
1
-39
/
+27
*
udevadm,scsi_id: add short options to help strings and to the man page
Zbigniew Jędrzejewski-Szmek
2013-12-18
1
-33
/
+27
*
udev: export tags of "dead" device nodes to /run/udev/static_node-tags/
Tom Gundersen
2013-07-16
1
-0
/
+6
*
udevadm: place const in the right place
Zbigniew Jędrzejewski-Szmek
2013-03-22
1
-1
/
+1
[next]