Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include sys/sysmacros.h in more places | Mike Frysinger | 2016-03-14 | 1 | -0/+1 |
| | | | | | | Since glibc is moving away from implicitly including sys/sysmacros.h all the time via sys/types.h, include the header directly in more places. This seems to cover most makedev/major/minor usage. | ||||
* | remove unused includes | Thomas Hindoe Paaboel Andersen | 2015-02-23 | 1 | -1/+0 |
| | | | | | | This patch removes includes that are not used. The removals were found with include-what-you-use which checks if any of the symbols from a header is in use. | ||||
* | udev: switch to systemd logging functions | Kay Sievers | 2014-11-13 | 1 | -3/+3 |
| | |||||
* | libudev: queue provide file descriptor to watch busy event queue | Kay Sievers | 2014-06-27 | 1 | -0/+2 |
| | |||||
* | udev: remove seqnum API and all assumptions about seqnums | Kay Sievers | 2014-04-13 | 1 | -5/+5 |
| | | | | | | | | | | | | The way the kernel namespaces have been implemented breaks assumptions udev made regarding uevent sequence numbers. Creating devices in a namespace "steals" uevents and its sequence numbers from the host. It confuses the "udevadmin settle" logic, which might block until util a timeout is reached, even when no uevent is pending. Remove any assumptions about sequence numbers and deprecate libudev's API exposing these numbers; none of that can reliably be used anymore when namespaces are involved. | ||||
* | hwdb: add --device=<device-id> and --filter=<key name glob> | Kay Sievers | 2013-07-01 | 1 | -1/+1 |
| | |||||
* | libudev: implement udev_device_set_attribute_value() | Hannes Reinecke | 2013-03-13 | 1 | -0/+1 |
| | |||||
* | libudev: update copyright headers | Kay Sievers | 2012-11-12 | 1 | -10/+18 |
| | |||||
* | libudev: import hwdb and export lookup interface | Kay Sievers | 2012-10-27 | 1 | -0/+11 |
| | |||||
* | udev: export udev_device_new_from_device_id() | Kay Sievers | 2012-08-10 | 1 | -0/+1 |
| | |||||
* | udev: libudev - bump soname, remove deprecated functions, introduce symbol ↵ | Kay Sievers | 2012-05-15 | 1 | -8/+5 |
| | | | | versions | ||||
* | udev: udev_monitor_new_from_socket() - log error and remove from public header | Kay Sievers | 2012-04-15 | 1 | -1/+0 |
| | |||||
* | udev: move libudev, gudev to src/; move gudev/docs/, udev/docs/ to to docs/ | Kay Sievers | 2012-04-13 | 1 | -0/+188 |