Age | Commit message (Expand) | Author |
2012-01-06 | merge udev/, libudev/, systemd/ files in src/; move extras/ to src/ | Kay Sievers |
2011-12-05 | use libexecdir, bindir, sbindir, switch to /usr/lib/udev in documentation | Kay Sievers |
2011-10-06 | libudev: export udev_util_encode_string() | Kay Sievers |
2011-07-12 | Remove obsolete extras/scsi_id/scsi_id.config | Martin Pitt |
2011-04-15 | fix more warnings | Kay Sievers |
2010-09-07 | scsi_id: fix compiler warnings | Kay Sievers |
2010-09-07 | scsi_id: export target port group | Hannes Reinecke |
2010-06-25 | switch a few left-over from GPLv2 to GPLv2 or later | Kay Sievers |
2010-06-21 | remove a few comments in file headers | Kay Sievers |
2010-04-07 | scsi_id: add rand() in retry loop | Kay Sievers |
2009-12-04 | Export ID_WWN_VENDOR_EXTENSION and ID_WWN_WITH_EXTENSION | David Zeuthen |
2009-11-23 | scsi_id: Export WWN and Unit Serial Number | David Zeuthen |
2009-09-17 | scsi_id: prevent buffer overflow in check_fill_0x83_prespc3() | Harald Hoyer |
2009-09-14 | scsi_id: delete copy of bsg.h | Kay Sievers |
2009-09-08 | fix randonm findings from llvm-clang-analyzer | Kay Sievers |
2009-08-30 | use nanosleep() instead of usleep() | Daniel Mierswa |
2009-08-08 | fix spelling | Alan Jenkins |
2009-08-07 | Merge libudev, udev, and the unconditional extras in a single Makefile.am. | Diego Elio 'Flameeyes' Pettenò |
2009-07-25 | make: build internal tools against libudev-private.la | Kay Sievers |
2009-07-06 | scsi_id: correct error handling in prepend_vendor_model | Ian Campbell |
2009-06-28 | scsi_id: delete no longer needed config file | Kay Sievers |
2009-06-28 | scsi_id: --reformat_serial - use udev_util_replace_whitespace() | Kay Sievers |
2009-06-17 | cleanup ./configure installation directory options | Kay Sievers |
2009-06-09 | move syslog wrapper to libudev | Kay Sievers |
2009-06-08 | libudev: move to top-level directory | Kay Sievers |
2009-05-20 | use more efficient string copying | Kay Sievers |
2009-02-17 | *_id: add model/vendor enc strings | David Zeuthen |
2008-12-06 | make: do not delete autotools generated file with distclean | Kay Sievers |
2008-12-02 | scsi_id: do not fail if no serial is found like for optical drives | Kay Sievers |
2008-11-21 | man: fix typos | Peter Breitenlohner |
2008-11-20 | scsi_id: make sure, we do not have slashes in values | Kay Sievers |
2008-11-13 | scsi_id: we don't use DEVPATH env var anymore, update man page | Alan Jenkins |
2008-11-05 | unify string replacement | Kay Sievers |
2008-10-26 | do not init string arrays, just clear first byte | Kay Sievers |
2008-10-21 | replace strncpy() with strlcpy() | Alan Jenkins |
2008-10-16 | libudev: add global property list | Kay Sievers |
2008-10-02 | libudev: get rid of selinux | Kay Sievers |
2008-10-02 | use no_argument, required_argument, optional_argument in longopts | Kay Sievers |
2008-09-29 | fix dbg() callers | Kay Sievers |
2008-09-19 | always include config.h from Makefile | Kay Sievers |
2008-09-19 | scsi_id: compiler warning on 32-bit | Alan Jenkins |
2008-09-10 | extras: use libudev code | Kay Sievers |
2008-09-10 | libudev: rename libudev-utils.c libudev-util.c | Kay Sievers |
2008-09-10 | libudev: get rid of udev_utils.c | Kay Sievers |
2008-09-10 | libudev: get rid of udev_sysfs.c | Kay Sievers |
2008-09-10 | libudev: add selinux | Kay Sievers |
2008-09-06 | use libudev code, unify logging, pass udev context around everywhere | Kay Sievers |
2008-07-30 | use autotools | Kay Sievers |
2008-07-30 | delete all Makefiles and move udev source to udev/ | Kay Sievers |
2008-07-10 | scsi_id: the fallback fix broke error handling | Kay Sievers |