summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-11-15Remove obsolete udev_root referencesRobby Workman
2015-04-14test: test only udev and libudev.Anthony G. Basile
2015-04-12test-libudev.c: remove deprecated functions.Anthony G. Basile
2015-03-27Remove hardcoded path /run and configure using --with-rootrundir=David Cortarello
2015-03-18libudev: private - introduce udev_device_new_from_synthetic_event()Tom Gundersen
2015-02-11src/udev/udev-builtin-kmod.c: remove the modprobe alt to kmod codeAnthony G. Basile
2014-12-29shared: utf8 - support decoding the full utf16Tom Gundersen
2014-11-16src/udev: update the definition of udev_event_execute_ruleAnthony G. Basile
2014-11-14udev: move global property handling from libudev to udevdKay Sievers
2014-10-25mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho
2014-09-24test: udev - restrict nemuric uid's to existing onesTom Gundersen
2014-09-17libudev: util - drop util_delete_path()Tom Gundersen
2014-09-13udev: timeout - warn after a third of the timeout before killingTom Gundersen
2014-08-18src/scsi_id/Makefile.am,test/Makefile.am: fix build on debian jessie, issue #97Anthony G. Basile
2014-08-12udev: never bypass our own logging framework and call vsyslog() directly from...Lennart Poettering
2014-08-06src/libudev/libudev.sym: mark most symbols as hiddenAnthony G. Basile
2014-08-05src/shared: refactor shared codeAnthony G. Basile
2014-08-05test: use _cleanup_ attributeAnthony G. Basile
2014-08-05Unify parse_argv styleZbigniew Jędrzejewski-Szmek
2014-07-30udev: unify event timeout handlingKay Sievers
2014-05-15udev: do not skip the execution of RUN when renaming a network device failsKay Sievers
2014-04-24udev: remove seqnum API and all assumptions about seqnumsKay Sievers
2014-02-02use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH
2014-01-09test/test-udev.c: bring in line with upstreamAnthony G. Basile
2014-01-09test/test-libudev.c: bring into line with upstreamAnthony G. Basile
2014-01-09test/test-device-nodes.c: bring in line with upstreamAnthony G. Basile
2014-01-09Add more _printf_'s for format-nonliteralsThomas Hindoe Paaboel Andersen
2014-01-09device-nodes: move device node specific code to own fileDave Reisner
2014-01-09move utf8 functions from libudev-private.h to utf8.hDave Reisner
2013-09-10test/test-libudev.c: minor change to match upstreamAnthony G. Basile
2013-07-07Import strxcpyx from upstreamAnthony G. Basile
2013-07-06test: improve test-udev.cAnthony G. Basile
2013-06-03test/udev-test.pl: fix a spelling errorAnthony G. Basile
2013-06-02licence: remove references to old FSF addressSami Kerola
2013-01-22Fix test-udev.c to build and work on a uclibc systemAnthony G. Basile
2012-11-26Replace unused DISTCLEAN_LOCAL_HOOKS and correct path in test/Makefile.amNick Vinson
2012-11-24Fix paths: test/udev-test.pl now works under sudo make distcheckAnthony G. Basile
2012-11-20Reintroduce keymaps build and testAnthony G. Basile
2012-11-19test/Makefile.am: fix tests for make distcheckAnthony G. Basile
2012-11-15Second step of revamping the build systemAnthony G. Basile
2012-11-15Isolation of udev code from remaining systemdAnthony G. Basile
2012-11-12use the same email address everywhereKay Sievers
2012-10-09udev: fix rule-syntax-check.pyKay Sievers
2012-10-08udev: remove SYMLINK "unique" optionKay Sievers
2012-09-13test: split of cryptsetup into its own testLennart Poettering
2012-09-13man: fix a bunch of typos in docsThomas Hindoe Paaboel Andersen
2012-07-15udev: get rid of TEST_PREFIX and use unshare() to fake /sys, /dev, /runKay Sievers
2012-06-28nspawn: introduce new --capabilities= flag and make use of it in the nspawn t...Lennart Poettering
2012-06-28test: reenable nspawn, even if it fails for nowLennart Poettering
2012-05-29test/README.testsuite: add documentation for the testsuiteHarald Hoyer