summaryrefslogtreecommitdiff
path: root/src/hwdb
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: add bsearch_safe and use where appropriateZbigniew Jędrzejewski-Szmek2018-03-261-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
* hwdb: adjust --help text to be more like other --help textsLennart Poettering2015-02-121-14/+28
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-221-1/+1
* systemd-hwdb: port to new verbs helperTom Gundersen2014-12-191-72/+11
* systemd-hwdb: introduce new toolTom Gundersen2014-12-182-0/+788