Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-03 | sd-device: get_properties_{nulstr,strv} - don't recreate the buffer ↵ | Tom Gundersen | |
unnecessarily | |||
2015-04-03 | sd-device: get_sysattr_value - don't leak returned value | Tom Gundersen | |
This was getting leaked as a copy was added to the hashmap, simply add the returned value instead. This should fix CID #1292806. | |||
2015-04-03 | sd-device: initialize variable | Tom Gundersen | |
sysnum would not be initialized if sysname had no trailing digits. | |||
2015-04-02 | libsystemd: add sd-device library | Tom Gundersen | |
This provides equivalent functionality to libudev-device, but in the systemd style. The public API only caters to creating sd_device objects from for devices that already exist in /sys, there is no support for listening for monitoring events or creating devices received over the udev netlink protocol. The private API contains the necessary functionality to make sd-device a drop-in replacement for libudev-device, but which we would not otherwise want to export. |