summaryrefslogtreecommitdiff
path: root/src/libudev
Commit message (Expand)AuthorAgeFilesLines
* include sys/sysmacros.h in more placesMike Frysinger2016-03-141-0/+1
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-221-1/+1
* tree-wide: place #pragma once at the same place everywhereLennart Poettering2016-02-201-2/+2
* libudev: simplify udev_device_ensure_usec_initialized a bitZbigniew Jędrzejewski-Szmek2015-12-071-6/+2
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-272-2/+2
* tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen2015-11-181-1/+1
* tree-wide: group include of libudev.h with sd-*Thomas Hindoe Paaboel Andersen2015-11-176-6/+10
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-167-13/+9
* treewide: apply errno.cocciMichal Schmidt2015-11-091-4/+2
* mount-util: move fstype_is_network() and name_to_handle_at() definitions overLennart Poettering2015-10-271-0/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-277-2/+9
* util-lib: split out syslog-related calls into syslog-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-253-0/+3
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-249-44/+52
* tree-wide: remove unused functionsThomas Hindoe Paaboel Andersen2015-10-192-48/+0
* tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering2015-09-091-2/+1
* libudev: device - fix typo in udev_device_get_sysattr_list_entry()Tom Gundersen2015-06-171-1/+1
* libudev: enumerate - accept NULL parameters in add_match()Tom Gundersen2015-06-031-0/+21
* libudev: monitor - set nl_pid when reusing fd in udev_monitor_new_from_netlin...Tom Gundersen2015-06-031-14/+22
* sd-device: get_subsystem - don't complain if a device does not have a subsystemTom Gundersen2015-06-021-1/+2
* udevd: manager - move a few global variables into the Manager objectTom Gundersen2015-05-121-1/+0
* libudev: monitor - fix typo in log messageTom Gundersen2015-04-291-1/+1
* libudev: monitor - clarify log messagesTom Gundersen2015-04-261-2/+2
* udevd: fix REMOVE handlingTom Gundersen2015-04-232-0/+7
* libudev-device: fix lazy loading of devlinks, properties and tagsTom Gundersen2015-04-232-3/+12
* sd-device: enumerator - match only on initialized devices by defaultTom Gundersen2015-04-171-4/+13
* sd-device: enumerator - don't expose add_device()Tom Gundersen2015-04-171-1/+1
* libudev: make libudev-enumerate a thin wrapper around sd-deviceTom Gundersen2015-04-162-686/+107
* shared: move assert_return_errno() from libudevTom Gundersen2015-04-161-9/+0
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* libudev-util: check length before accesing the arrayThomas Hindoe Paaboel Andersen2015-04-051-1/+1
* libudev: device - replace by a thin wrapper around sd-deviceTom Gundersen2015-04-023-1625/+756
* libudev: monitor - improve loggingTom Gundersen2015-04-011-2/+8
* libudev: private - introduce udev_device_new_from_synthetic_event()Tom Gundersen2015-03-182-15/+45
* libudev-monitor: use initializationZbigniew Jędrzejewski-Szmek2015-03-151-17/+16
* udev: downgrade "has devpath" and "filled with db file" messagesZbigniew Jędrzejewski-Szmek2015-03-141-2/+2
* udev: make set_usec_initialized() internal to libudevTom Gundersen2015-03-132-10/+18
* libudev: introduce clone_with_db()Tom Gundersen2015-03-122-0/+15
* libudev: monitor - fix error path in send_deviceTom Gundersen2015-03-121-1/+9
* udevd: event - make db loading lazy in REMOVE event handlingTom Gundersen2015-03-121-0/+1
* libudev: introduce udev_device_properties_copy()Tom Gundersen2015-03-122-0/+16
* libudev: udev_device_read_db - drop unused argumentTom Gundersen2015-03-092-24/+21
* libudev: udev_device_add_property - implicitly mark properties for saving to dbTom Gundersen2015-03-092-22/+37
* udev/libudev: event - move {OLD_,}INTERFACE handling from udevd to libudevTom Gundersen2015-03-091-0/+8
* libudev: private - make property_from_string_parse* staticTom Gundersen2015-03-092-4/+2
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-238-27/+0
* Revert "build-sys: re-add old symbols for abi compat"Michal Schmidt2015-02-161-3/+0