Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-19 | udev: make sure we always return a valid error code in trie_store() | Lennart Poettering | |
2014-02-13 | everywhere: make use of new0() and macro() macros, and stop using perror() | Lennart Poettering | |
2014-02-05 | Update some message formats | Zbigniew Jędrzejewski-Szmek | |
Use PID_FMT/USEC_FMT/... in more places. Also update logind error messages to print the full path to a file that failed. This should make debugging easier for people who do not know off the top of their head where logind stores it state. | |||
2013-12-24 | log: log_error() and friends add a newline after each line anyway, so avoid ↵ | Lennart Poettering | |
including it in the log strings | |||
2013-12-18 | udevadm,scsi_id: add short options to help strings and to the man page | Zbigniew Jędrzejewski-Szmek | |
Also clean things up a bit here and there. | |||
2013-10-13 | Fix write-only use of a few variables | Zbigniew Jędrzejewski-Szmek | |
Since the invention of read-only memory, write-only memory has been considered deprecated. Where appropriate, either make use of the value, or avoid writing it, to make it clear that it is not used. | |||
2013-07-19 | udev: fix two trivial memleaks in error path | Zbigniew Jędrzejewski-Szmek | |
Based-on-a-patch-by: Ian Stakenvicius <axs@gentoo.org> | |||
2013-07-10 | hwdb: allow list of lookup keys per given record | Kay Sievers | |
This allows to specify: dmi:bvn*:bvr*:bd*:svnVENDOR:pn:Model 231*:pvr* dmi:bvn*:bvr*:bd*:svnVENDOR:pn:Series 12*:pvr* KEY_A=value KEY_B=value Instead of: dmi:bvn*:bvr*:bd*:svnVENDOR:pn:Model 231*:pvr* KEY_A=value KEY_B=value dmi:bvn*:bvr*:bd*:svnVENDOR:pn:Series 12*:pvr* KEY_A=value KEY_B=value | |||
2013-07-01 | hwdb: remove support for (not fully implemented) conditional properties | Kay Sievers | |
2013-04-18 | move _cleanup_ attribute in front of the type | Harald Hoyer | |
http://lists.freedesktop.org/archives/systemd-devel/2013-April/010510.html | |||
2013-04-05 | udevadm: do not free node on success | Zbigniew Jędrzejewski-Szmek | |
A fix for ff03aed06a422. | |||
2013-04-04 | udevadm-hwdb: avoid leak in error path | Zbigniew Jędrzejewski-Szmek | |
2013-03-28 | catalog: open up catalog internals | Zbigniew Jędrzejewski-Szmek | |
In order to write tests for the catalog functions, they are made non-static and start taking a 'database' parameter, which is the name of a file with the preprocessed catalog entries. This makes it possible to make test-catalog part of the normal test suite, since it now only operates on files in /tmp. Some more tests are added. | |||
2013-02-08 | udev: udevadm hwdb - add --root= | Kay Sievers | |
https://bugs.freedesktop.org/show_bug.cgi?id=60398 | |||
2013-02-08 | shared: conf-files - add root parameter | Kay Sievers | |
2013-02-07 | udev: remove HWDB_BIN | Kay Sievers | |
2012-11-21 | hwdb: fix usage | Tom Gundersen | |
--create is not a valid option. | |||
2012-11-16 | hwdb: use $(localstatedir)/lib/udev/hwdb.bin for the binary database | Zbigniew Jędrzejewski-Szmek | |
It's not configuration, so it doesn't belong in udev. Also, remove the catalog when uninstalling udev. | |||
2012-11-12 | use the same email address everywhere | Kay Sievers | |
2012-11-02 | udev: break over-long lines | Kay Sievers | |
2012-10-28 | udev: add "udevadm hwdb --test=<modalias>" | Kay Sievers | |
2012-10-27 | libudev: import hwdb and export lookup interface | Kay Sievers | |
2012-10-25 | udev: hwdb - properly initialize search structure | Kay Sievers | |
2012-10-23 | udev: add hardware database support | Kay Sievers | |