Age | Commit message (Expand) | Author |
2015-11-18 | tree-wide: sort includes in *.h | Thomas Hindoe Paaboel Andersen |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-10-19 | tree-wide: remove unused functions | Thomas Hindoe Paaboel Andersen |
2015-05-12 | udevd: manager - move a few global variables into the Manager object | Tom Gundersen |
2015-04-23 | udevd: fix REMOVE handling | Tom Gundersen |
2015-03-18 | libudev: private - introduce udev_device_new_from_synthetic_event() | Tom Gundersen |
2015-03-13 | udev: make set_usec_initialized() internal to libudev | Tom Gundersen |
2015-03-12 | libudev: introduce clone_with_db() | Tom Gundersen |
2015-03-12 | libudev: introduce udev_device_properties_copy() | Tom Gundersen |
2015-03-09 | libudev: udev_device_read_db - drop unused argument | Tom Gundersen |
2015-03-09 | libudev: udev_device_add_property - implicitly mark properties for saving to db | Tom Gundersen |
2015-03-09 | libudev: private - make property_from_string_parse* static | Tom Gundersen |
2015-01-26 | libudev: private - drop some functions from the internal API | Tom Gundersen |
2015-01-26 | libudev: monitor - move nulstr parsing to libudev-device | Tom Gundersen |
2015-01-26 | udev: event - introduce and use internal udev_device_shallow_clone() | Tom Gundersen |
2015-01-26 | udev: event - move renaming of udev_device to libudev | Tom Gundersen |
2014-12-15 | udev: builtin-hwdb - port to sd-hwdb | Tom Gundersen |
2014-11-13 | udev: move global property handling from libudev to udevd | Kay Sievers |
2014-11-13 | udev: switch to systemd logging functions | Kay Sievers |
2014-11-13 | libudev: we do not log errors from libraries | Kay Sievers |
2014-11-12 | udev: use the systemd logging functions in udev tools | Kay Sievers |
2014-09-18 | udev: fix path for database names on 'change' event | Robert Milasan |
2014-09-16 | libudev: util - drop util_delete_path() | Tom Gundersen |
2014-09-16 | libudev: drop util_lookup_{user,group} | Tom Gundersen |
2014-09-11 | udev: allow removing tags via TAG-="foobar" | David Herrmann |
2014-09-09 | udev - drop print_kmsg | Tom Gundersen |
2014-08-11 | udev: never bypass our own logging framework and call vsyslog() directly from... | Lennart Poettering |
2014-08-01 | Revert "libudev: use get_*_creds from shared rather than util_lookup_*" | Tom Gundersen |
2014-08-01 | libudev: use get_*_creds from shared rather than util_lookup_* | Tom Gundersen |
2013-11-13 | udev: declare some symbols static | Kay Sievers |
2013-11-12 | udev: declare some symbols static | Kay Sievers |
2013-10-16 | macro: clean up usage of gcc attributes | Lennart Poettering |
2013-01-09 | udev: move string copy functions to shared/ | Kay Sievers |
2013-01-04 | udev: net_id - append "dev_id" value if needed | Kay Sievers |
2012-12-31 | udev: in addition to DEVMODE, honor DEVUID, DEVGID from the uevent | Kay Sievers |
2012-11-12 | libudev: update copyright headers | Kay Sievers |
2012-11-12 | udev: use usec_t and now() | Kay Sievers |
2012-10-27 | libudev: import hwdb and export lookup interface | Kay Sievers |
2012-10-08 | udev: remove SYMLINK "unique" option | Kay Sievers |
2012-09-19 | libudev: remove dead code | Kay Sievers |
2012-08-10 | udev: export udev_device_new_from_device_id() | Kay Sievers |
2012-07-15 | udev: get rid of TEST_PREFIX and use unshare() to fake /sys, /dev, /run | Kay Sievers |
2012-07-14 | udev: avoid creating /dev/kmsg with fopen() to support CONFIG_PRINTK=n | Kay Sievers |
2012-04-26 | libudev: prefix log macros with 'udev_' | Kay Sievers |
2012-04-17 | selinux: unify systemd and udev code | Kay Sievers |
2012-04-17 | udev: kill udev_selinux_setfscreateconat() | Kay Sievers |
2012-04-17 | udev: replace util_create_path() with mkdir_parents() | Kay Sievers |
2012-04-16 | udev: use startswith() and streq() | Kay Sievers |
2012-04-16 | udev: remove configuration options for /dev, /sys, /run directories | Kay Sievers |
2012-04-16 | udev: replace ARRAY_SIZE() with ELEMENTSOF() | Kay Sievers |