summaryrefslogtreecommitdiff
path: root/libudev
AgeCommit message (Expand)Author
2010-03-02Decrease buffer size when advancing past NUL byteDavid Zeuthen
2010-02-17libudev: export udev_monitor_set_receive_buffer_size()Scott James Remnant
2010-01-13libudev: device - create db file atomicallyKay Sievers
2010-01-07work around gtk-doc which breaks distcheckKay Sievers
2010-01-07libudev: doc - add symbols to sections.txtKay Sievers
2009-12-30libudev: enumerate - fix move_later logicThomas de Grenier de Latour
2009-12-25remove UDEV_RUN environment variableKay Sievers
2009-12-25fix typo in log message priority handlingKay Sievers
2009-12-24remove remaining support for CONFIG_SYSFS_DEPRECATEDKay Sievers
2009-12-21Speed up udev_enumerate_scan_*Martin Pitt
2009-12-15remove remaining support for CONFIG_SYSFS_DEPRECATEDKay Sievers
2009-12-15libudev: wrap in extern "C" block for C++Daniel Elstner
2009-12-08util_unlink_secure(): chmod() before chown()Kay Sievers
2009-12-03libudev: doc - use #NULLKay Sievers
2009-12-03udev_device_get_parent_with_subsystem_devtype(): Clarify documentationMartin Pitt
2009-10-30udevd: queue-export - remove retry loopAlan Jenkins
2009-10-30use CLOEXEC flags instead of fcntl()Kay Sievers
2009-10-28break loops if util_create_path() returns errorKay Sievers
2009-10-20libudev: allow to store negative values in the udev databasePeter Rajnoha
2009-09-22util_run_program: *really* restore signal mask before executing event RUN com...Scott James Remnant
2009-09-10put util_create_path() and file creastion in a retry loopKay Sievers
2009-09-10reorder create_path() and node/link creation to be called in a direct sequenceKay Sievers
2009-09-09simplify "symlink name stack"Kay Sievers
2009-09-08fix randonm findings from llvm-clang-analyzerKay Sievers
2009-09-08util_run_program(): fix possible buffer overflow #2Florian Zumbiehl
2009-09-07util_run_program(): skip multiple spaces in argv creationKay Sievers
2009-09-07util_run_program: restore signal mask before executing event RUN commandsJeremy Kerr
2009-09-07udev_queue_get_seqnum_sequence_is_finished(): fix possible file handle leakFlorian Zumbiehl
2009-09-01udev_util_encode_string(): fix possible buffer overflowFlorian Zumbiehl
2009-09-01libudev-util.c: get_sys_link() - return error for empty link targetKay Sievers
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