aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete udev_root referencesRobby Workman2015-11-151-8/+0
* test: test only udev and libudev.Anthony G. Basile2015-04-143-146/+1
* test-libudev.c: remove deprecated functions.Anthony G. Basile2015-04-121-13/+2
* Remove hardcoded path /run and configure using --with-rootrundir=David Cortarello2015-03-272-1/+2
* libudev: private - introduce udev_device_new_from_synthetic_event()Tom Gundersen2015-03-181-2/+1
* src/udev/udev-builtin-kmod.c: remove the modprobe alt to kmod codeAnthony G. Basile2015-02-111-2/+3
* shared: utf8 - support decoding the full utf16Tom Gundersen2014-12-291-0/+13
* src/udev: update the definition of udev_event_execute_ruleAnthony G. Basile2014-11-161-2/+8
* udev: move global property handling from libudev to udevdKay Sievers2014-11-141-4/+0
* mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho2014-10-251-2/+2
* test: udev - restrict nemuric uid's to existing onesTom Gundersen2014-09-241-31/+31
* libudev: util - drop util_delete_path()Tom Gundersen2014-09-171-1/+1
* udev: timeout - warn after a third of the timeout before killingTom Gundersen2014-09-131-2/+2
* src/scsi_id/Makefile.am,test/Makefile.am: fix build on debian jessie, issue #97Anthony G. Basile2014-08-181-1/+2
* udev: never bypass our own logging framework and call vsyslog() directly from...Lennart Poettering2014-08-122-2/+0
* src/libudev/libudev.sym: mark most symbols as hiddenAnthony G. Basile2014-08-061-0/+2
* src/shared: refactor shared codeAnthony G. Basile2014-08-051-2/+2
* test: use _cleanup_ attributeAnthony G. Basile2014-08-052-13/+11
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-051-8/+14
* udev: unify event timeout handlingKay Sievers2014-07-301-3/+2
* udev: do not skip the execution of RUN when renaming a network device failsKay Sievers2014-05-151-3/+2
* udev: remove seqnum API and all assumptions about seqnumsKay Sievers2014-04-241-24/+0
* use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH2014-02-021-2/+2
* test/test-udev.c: bring in line with upstreamAnthony G. Basile2014-01-091-13/+11
* test/test-libudev.c: bring into line with upstreamAnthony G. Basile2014-01-091-24/+13
* test/test-device-nodes.c: bring in line with upstreamAnthony G. Basile2014-01-091-1/+3
* Add more _printf_'s for format-nonliteralsThomas Hindoe Paaboel Andersen2014-01-091-0/+1
* device-nodes: move device node specific code to own fileDave Reisner2014-01-093-27/+86
* move utf8 functions from libudev-private.h to utf8.hDave Reisner2014-01-092-1/+70
* test/test-libudev.c: minor change to match upstreamAnthony G. Basile2013-09-101-1/+1
* Import strxcpyx from upstreamAnthony G. Basile2013-07-071-1/+1
* test: improve test-udev.cAnthony G. Basile2013-07-061-1/+2
* test/udev-test.pl: fix a spelling errorAnthony G. Basile2013-06-031-1/+1
* licence: remove references to old FSF addressSami Kerola2013-06-021-9/+9
* Fix test-udev.c to build and work on a uclibc systemAnthony G. Basile2013-01-222-1/+2
* Replace unused DISTCLEAN_LOCAL_HOOKS and correct path in test/Makefile.amNick Vinson2012-11-261-2/+2
* Fix paths: test/udev-test.pl now works under sudo make distcheckAnthony G. Basile2012-11-243-1/+740
* Reintroduce keymaps build and testAnthony G. Basile2012-11-201-1/+1
* test/Makefile.am: fix tests for make distcheckAnthony G. Basile2012-11-192-4/+4
* Second step of revamping the build systemAnthony G. Basile2012-11-151-0/+24
* Isolation of udev code from remaining systemdAnthony G. Basile2012-11-1516-1501/+0
* use the same email address everywhereKay Sievers2012-11-121-1/+1
* udev: fix rule-syntax-check.pyKay Sievers2012-10-091-1/+1
* udev: remove SYMLINK "unique" optionKay Sievers2012-10-081-9/+0
* test: split of cryptsetup into its own testLennart Poettering2012-09-134-35/+269
* man: fix a bunch of typos in docsThomas Hindoe Paaboel Andersen2012-09-131-1/+1
* udev: get rid of TEST_PREFIX and use unshare() to fake /sys, /dev, /runKay Sievers2012-07-151-1/+1
* nspawn: introduce new --capabilities= flag and make use of it in the nspawn t...Lennart Poettering2012-06-281-1/+1
* test: reenable nspawn, even if it fails for nowLennart Poettering2012-06-281-2/+1
* test/README.testsuite: add documentation for the testsuiteHarald Hoyer2012-05-291-0/+35