summaryrefslogtreecommitdiff
path: root/libudev
AgeCommit message (Expand)Author
2009-09-01util_resolve_sys_link(): fix possible buffer overflowFlorian Zumbiehl
2009-08-30util_create_path(): fix possible out of bounds array accessFlorian Zumbiehl
2009-08-29util_delete_path(): handle multiple leading slashesFlorian Zumbiehl
2009-08-29util_create_path(): fix errno usageKay Sievers
2009-08-29util_lookup_group(): fix memory leak if realloc() failsFlorian Zumbiehl
2009-08-29util_delete_path(): use util_strscpy()Florian Zumbiehl
2009-08-29util_unlink_secure(): chmod() before chown()Kay Sievers
2009-08-25assign errno for getgrnam_r()/getpwnam_r()Kay Sievers
2009-08-19change database file namesKay Sievers
2009-08-18don't compare a non-existing function with NULLDaniel Mierswa
2009-08-08fix spellingAlan Jenkins
2009-08-07Fix building of documentation when doing out-of-source builds.Diego Elio 'Flameeyes' Pettenò
2009-08-07Merge libudev, udev, and the unconditional extras in a single Makefile.am.Diego Elio 'Flameeyes' Pettenò
2009-08-06libudev: silent gcc warning: may be used uninitialized in this functionKay Sievers
2009-08-01update a few years of copyrightKay Sievers
2009-08-01fix util_lookup_group to handle large groupsEric W. Biederman
2009-07-28enumeration: move ALSA control devices to the end of the enumerated devices o...Lennart Poettering
2009-07-25make: build internal tools against libudev-private.laKay Sievers
2009-07-23udevadm: trigger - add --sysname-match=Kay Sievers
2009-07-17udevd: add timestamp to --debug outputKay Sievers
2009-07-11udevd: make sure a worker finishes event handling before exitingKay Sievers
2009-07-08libudev: enumerate - sort with qsort()Kay Sievers
2009-07-08libudev: device - free values before updating themKay Sievers
2009-07-07use MIN() MAX() from param.hKay Sievers
2009-07-05build: add *exec* to the internal rootlibdir nameKay Sievers
2009-07-04libudev: monitor - handle kernel supplied DEVNAME properlyKay Sievers
2009-07-04build: do not delete .la filesKay Sievers
2009-07-02udevadm: test - print list of propertiesKay Sievers
2009-06-28do not exports properties starting with a '.'Kay Sievers
2009-06-22libudev: queue - add comments for queue formatKay Sievers
2009-06-17libudev: install in $libdir and move later to $rootlibdirKay Sievers
2009-06-17cleanup ./configure installation directory optionsKay Sievers
2009-06-16libudev: doc - libudev-docs.sgml -> libudev-doc.xmlKay Sievers
2009-06-16libudev: doc - add empty libudev.typesKay Sievers
2009-06-16libudev: remove prefix from .so version variablesKay Sievers
2009-06-16libudev: move .so version to libudev MakefileKay Sievers
2009-06-16libudev: doc - add namespace for indexKay Sievers
2009-06-15libudev: doc - add queueKay Sievers
2009-06-15libudev: doc - add enumerateKay Sievers
2009-06-15libudev: doc - add section headersKay Sievers
2009-06-15libudev: update documentationKay Sievers
2009-06-15libudev: add gtk-docKay Sievers
2009-06-14USE_LOG -> ENABLE_LOGGING, DEBUG -> ENABLE_DEBUG, USE_SELINUX -> WITH_SELINUXKay Sievers
2009-06-09libudev: rename private files to *-private.cKay Sievers
2009-06-09move common stuff from udev/ to private parts of libudev/Kay Sievers
2009-06-09move syslog wrapper to libudevKay Sievers
2009-06-09libudev: call log functions conditionallyKay Sievers
2009-06-09libudev: device_new() -> udev_device_new()Kay Sievers
2009-06-08libudev: move to top-level directoryKay Sievers