summaryrefslogtreecommitdiff
path: root/src/libudev/libudev.h
Commit message (Collapse)AuthorAgeFilesLines
* include sys/sysmacros.h in more placesMike Frysinger2016-03-141-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 includesThomas Hindoe Paaboel Andersen2015-02-231-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 functionsKay Sievers2014-11-131-3/+3
|
* libudev: queue provide file descriptor to watch busy event queueKay Sievers2014-06-271-0/+2
|
* udev: remove seqnum API and all assumptions about seqnumsKay Sievers2014-04-131-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 Sievers2013-07-011-1/+1
|
* libudev: implement udev_device_set_attribute_value()Hannes Reinecke2013-03-131-0/+1
|
* libudev: update copyright headersKay Sievers2012-11-121-10/+18
|
* libudev: import hwdb and export lookup interfaceKay Sievers2012-10-271-0/+11
|
* udev: export udev_device_new_from_device_id()Kay Sievers2012-08-101-0/+1
|
* udev: libudev - bump soname, remove deprecated functions, introduce symbol ↵Kay Sievers2012-05-151-8/+5
| | | | versions
* udev: udev_monitor_new_from_socket() - log error and remove from public headerKay Sievers2012-04-151-1/+0
|
* udev: move libudev, gudev to src/; move gudev/docs/, udev/docs/ to to docs/Kay Sievers2012-04-131-0/+188