summaryrefslogtreecommitdiff
path: root/src/hwdb
Commit message (Expand)AuthorAgeFilesLines
* Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-1/+1
* util-lib: move main() definition macros to its own header fileLennart Poettering2018-11-191-0/+1
* hwdb: define main through macroZbigniew Jędrzejewski-Szmek2018-11-171-6/+5
* hwdb,udevadm: also unify hwdb_query() and hwdb_test()Yu Watanabe2018-09-191-19/+1
* hwdb: unify duplicated code and move it to hwdb-util.cYu Watanabe2018-09-191-650/+11
* hwdb: use _cleanup_ attribute at one more placeYu Watanabe2018-09-191-11/+9
* hwdb: make trie_node_cleanup() can take NULLYu Watanabe2018-09-191-3/+4
* tree-wide: use typesafe_bsearch() or typesafe_bsearch_r()Yu Watanabe2018-09-191-2/+2
* tree-wide: use typesafe_qsort_r()Yu Watanabe2018-09-191-9/+5
* tree-wide: use typesafe_qsort()Yu Watanabe2018-09-191-7/+4
* tree-wide: add clickable man page link to all --help textsLennart Poettering2018-08-201-6/+18
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* systemd-hwdb: reflow help() to avoid a line breakZbigniew Jędrzejewski-Szmek2018-04-241-8/+7
* systemd-hwdb update: Return non-zero exit code on error when --strict is usedNicolas Boichat2018-04-231-21/+41
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Merge pull request #8576 from keszybz/oss-fuzzEvgeny Vereshchagin2018-03-271-1/+1
|\
| * tree-wide: add bsearch_safe and use where appropriateZbigniew Jędrzejewski-Szmek2018-03-261-1/+1
* | label: rework label_fix() implementations (#8583)Lennart Poettering2018-03-271-1/+1
|/
* networkctl,hwdb: make verbs staticYu Watanabe2018-03-191-1/+1
* coccinelle: add reallocarray() coccinelle scriptLennart Poettering2018-03-021-2/+2
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* exec-util,conf-files: skip non-executable files in execute_directories()Lennart Poettering2017-09-131-1/+1
* "Don't fear the fsync()"Alan Jenkins2017-08-171-9/+16
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* hwdb: use path_join() to generate the hwdb_bin path (#6063)Michael Biebl2017-05-311-1/+2
* tree-wide: standardize on $(PACKAGE_VERSION) for the version stringZbigniew Jędrzejewski-Szmek2017-04-041-1/+1
* hwdb: emit warning when matches are specified at the very end of fileZbigniew Jędrzejewski-Szmek2016-12-111-2/+6
* hwdb: fix detection of assignments with no keyZbigniew Jędrzejewski-Szmek2016-12-011-3/+7
* hwdb: improve and test syntax error messagesZbigniew Jędrzejewski-Szmek2016-12-011-14/+16
* hwdb: rename err to r and use _cleanup_ in two more placesZbigniew Jędrzejewski-Szmek2016-11-301-20/+20
* hwdb: simplify error handling in trie_storeZbigniew Jędrzejewski-Szmek2016-11-301-23/+18
* hwdb, sd-hwdb: rework priority comparison when loading propertiesZbigniew Jędrzejewski-Szmek2016-11-301-13/+18
* hwdb: remove path comparison which broke overriding of propertiesZbigniew Jędrzejewski-Szmek2016-11-301-11/+2
* Merge pull request #4510 from keszybz/tree-wide-cleanupsLennart Poettering2016-11-031-1/+1
|\
| * tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-1/+1
* | hwdb: fix error check of wrong variable (#4499)Thomas H. P. Andersen2016-10-261-2/+2
|/
* hwdb: store file-name and file-number with propertiesDavid Herrmann2016-09-211-14/+42
* hwdb: selinuxify a bit (#3460)Evgeny Vereshchagin2016-06-071-2/+6
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-271-1/+2
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-0/+1
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-12/+8
* Revert "hwdb: actually search /run/udev/hwdb.d"Lennart Poettering2015-06-091-1/+0
* hwdb: actually search /run/udev/hwdb.dPeter Hutterer2015-06-091-0/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-2/+0