index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
udev
/
udevadm-hwdb.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-4
/
+3
*
udev: setting the same log level to SYSTEMD realm
Yu Watanabe
2018-11-06
1
-2
/
+0
*
udevadm: show only version number for '--version' option
Yu Watanabe
2018-09-21
1
-1
/
+1
*
hwdb,udevadm: also unify hwdb_query() and hwdb_test()
Yu Watanabe
2018-09-19
1
-20
/
+1
*
hwdb: unify duplicated code and move it to hwdb-util.c
Yu Watanabe
2018-09-19
1
-604
/
+7
*
tree-wide: use typesafe_bsearch() or typesafe_bsearch_r()
Yu Watanabe
2018-09-19
1
-4
/
+2
*
tree-wide: use typesafe_qsort_r()
Yu Watanabe
2018-09-19
1
-9
/
+5
*
tree-wide: use typesafe_qsort()
Yu Watanabe
2018-09-19
1
-7
/
+4
*
udevadm-hwdb: modernize code a bit
Yu Watanabe
2018-09-10
1
-111
/
+133
*
udevadm: use dispatch_verb() and drop udevadm_cmd struct
Yu Watanabe
2018-09-10
1
-6
/
+2
*
udev: drop unused udev struct
Yu Watanabe
2018-09-10
1
-4
/
+4
*
tree-wide: drop copyright headers from frequent contributors
Zbigniew Jędrzejewski-Szmek
2018-06-20
1
-3
/
+0
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
udevadm: fix null dererefence on allocation error
Zbigniew Jędrzejewski-Szmek
2018-05-10
1
-1
/
+2
*
udevadm/hwdb: Return non-zero exit code on error when --strict is used
Nicolas Boichat
2018-04-23
1
-5
/
+20
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
Merge pull request #8576 from keszybz/oss-fuzz
Evgeny Vereshchagin
2018-03-27
1
-1
/
+3
|
\
|
*
tree-wide: add bsearch_safe and use where appropriate
Zbigniew Jędrzejewski-Szmek
2018-03-26
1
-1
/
+3
*
|
label: rework label_fix() implementations (#8583)
Lennart Poettering
2018-03-27
1
-1
/
+1
|
/
*
coccinelle: add reallocarray() coccinelle script
Lennart Poettering
2018-03-02
1
-2
/
+2
*
udevadm: getopt() and help message cleanup
Yu Watanabe
2017-12-05
1
-12
/
+22
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
exec-util,conf-files: skip non-executable files in execute_directories()
Lennart Poettering
2017-09-13
1
-1
/
+1
*
"Don't fear the fsync()"
Alan Jenkins
2017-08-17
1
-20
/
+22
*
tree-wide: standardize on $(PACKAGE_VERSION) for the version string
Zbigniew Jędrzejewski-Szmek
2017-04-05
1
-1
/
+1
*
tree-wide: drop NULL sentinel from strjoin
Zbigniew Jędrzejewski-Szmek
2016-10-23
1
-1
/
+1
*
udevadm: explicitly relabel /etc/udev/hwdb.bin after rename (#3686)
Michal Sekletar
2016-07-08
1
-1
/
+7
*
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: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy
Lennart Poettering
2015-11-27
1
-1
/
+1
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move a number of fs operations into fs-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move more file I/O related calls into fileio.[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
-6
/
+6
*
Revert "hwdb: actually search /run/udev/hwdb.d"
Lennart Poettering
2015-06-09
1
-1
/
+0
*
hwdb: actually search /run/udev/hwdb.d
Peter Hutterer
2015-06-09
1
-0
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-1
/
+0
*
Assorted format fixes
Zbigniew Jędrzejewski-Szmek
2015-01-22
1
-1
/
+1
*
systemd-hwdb: introduce new tool
Tom Gundersen
2014-12-18
1
-1
/
+0
*
udevadm: port to sd-hwdb
Tom Gundersen
2014-12-15
1
-6
/
+8
*
libudev: make libudev-hwdb a wrapper around sd-hwdb
Tom Gundersen
2014-12-11
1
-1
/
+1
*
udevadm hwdb: discard extra leading whitespaces in hwdb
Peter Hutterer
2014-11-28
1
-0
/
+4
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-2
/
+2
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
1
-2
/
+2
*
udev hwdb: Support shipping pre-compiled database in system images
Martin Pitt
2014-10-28
1
-1
/
+12
*
udevadm: hwdb - check return value of fseeko()
Tom Gundersen
2014-09-18
1
-2
/
+12
*
udev: make sure we always return a valid error code in trie_store()
Lennart Poettering
2014-02-19
1
-6
/
+5
*
everywhere: make use of new0() and macro() macros, and stop using perror()
Lennart Poettering
2014-02-13
1
-4
/
+4
*
Update some message formats
Zbigniew Jędrzejewski-Szmek
2014-02-06
1
-9
/
+9
[next]