summaryrefslogtreecommitdiff
path: root/src/hwdb
AgeCommit message (Expand)AuthorFilesLines
2019-11-18tree-wide: clean up --help texts a bitLennart Poettering1-5/+9
2018-11-20Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek1-1/+1
2018-11-19util-lib: move main() definition macros to its own header fileLennart Poettering1-0/+1
2018-11-17hwdb: define main through macroZbigniew Jędrzejewski-Szmek1-6/+5
2018-09-19hwdb,udevadm: also unify hwdb_query() and hwdb_test()Yu Watanabe1-19/+1
2018-09-19hwdb: unify duplicated code and move it to hwdb-util.cYu Watanabe1-650/+11
2018-09-19hwdb: use _cleanup_ attribute at one more placeYu Watanabe1-11/+9
2018-09-19hwdb: make trie_node_cleanup() can take NULLYu Watanabe1-3/+4
2018-09-19tree-wide: use typesafe_bsearch() or typesafe_bsearch_r()Yu Watanabe1-2/+2
2018-09-19tree-wide: use typesafe_qsort_r()Yu Watanabe1-9/+5
2018-09-19tree-wide: use typesafe_qsort()Yu Watanabe1-7/+4
2018-08-20tree-wide: add clickable man page link to all --help textsLennart Poettering1-6/+18
2018-06-20tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek1-3/+0
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering1-1/+1
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-24systemd-hwdb: reflow help() to avoid a line breakZbigniew Jędrzejewski-Szmek1-8/+7
2018-04-23systemd-hwdb update: Return non-zero exit code on error when --strict is usedNicolas Boichat1-21/+41
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-03-27Merge pull request #8576 from keszybz/oss-fuzzEvgeny Vereshchagin1-1/+1
2018-03-27label: rework label_fix() implementations (#8583)Lennart Poettering1-1/+1
2018-03-26tree-wide: add bsearch_safe and use where appropriateZbigniew Jędrzejewski-Szmek1-1/+1
2018-03-19networkctl,hwdb: make verbs staticYu Watanabe1-1/+1
2018-03-02coccinelle: add reallocarray() coccinelle scriptLennart Poettering1-2/+2
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-09-13exec-util,conf-files: skip non-executable files in execute_directories()Lennart Poettering1-1/+1
2017-08-17"Don't fear the fsync()"Alan Jenkins1-9/+16
2017-07-18build-sys: drop automake supportZbigniew Jędrzejewski-Szmek1-1/+0
2017-05-31hwdb: use path_join() to generate the hwdb_bin path (#6063)Michael Biebl1-1/+2
2017-04-04tree-wide: standardize on $(PACKAGE_VERSION) for the version stringZbigniew Jędrzejewski-Szmek1-1/+1
2016-12-11hwdb: emit warning when matches are specified at the very end of fileZbigniew Jędrzejewski-Szmek1-2/+6
2016-12-01hwdb: fix detection of assignments with no keyZbigniew Jędrzejewski-Szmek1-3/+7
2016-12-01hwdb: improve and test syntax error messagesZbigniew Jędrzejewski-Szmek1-14/+16
2016-11-30hwdb: rename err to r and use _cleanup_ in two more placesZbigniew Jędrzejewski-Szmek1-20/+20
2016-11-30hwdb: simplify error handling in trie_storeZbigniew Jędrzejewski-Szmek1-23/+18
2016-11-30hwdb, sd-hwdb: rework priority comparison when loading propertiesZbigniew Jędrzejewski-Szmek1-13/+18
2016-11-30hwdb: remove path comparison which broke overriding of propertiesZbigniew Jędrzejewski-Szmek1-11/+2
2016-11-03Merge pull request #4510 from keszybz/tree-wide-cleanupsLennart Poettering1-1/+1
2016-10-26hwdb: fix error check of wrong variable (#4499)Thomas H. P. Andersen1-2/+2
2016-10-23tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek1-1/+1
2016-09-21hwdb: store file-name and file-number with propertiesDavid Herrmann1-14/+42
2016-06-07hwdb: selinuxify a bit (#3460)Evgeny Vereshchagin1-2/+6
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering1-1/+1
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering1-1/+2
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-0/+1
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-0/+1
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering1-12/+8
2015-06-09Revert "hwdb: actually search /run/udev/hwdb.d"Lennart Poettering1-1/+0
2015-06-09hwdb: actually search /run/udev/hwdb.dPeter Hutterer1-0/+1