]> git.ipfire.org Git - thirdparty/systemd.git/history - test
udevd: avoid implicit memset in match_attr()
[thirdparty/systemd.git] / test /
2008-10-25  Kay Sieversmatch KEY="A|B" without temporary string copy
2008-10-22  Kay Sieversreplace in-memory rules array with match/action token...
2008-10-17  Kay Sieverstest: fix a few unintentially wrongly written rules...
2008-10-14  Kay Sieverstest: move global ENV{ENV_KEY_TEST}="test" to local...
2008-10-14  Kay Sieversdelete simple-build-check.sh
2008-09-29  Kay Sieverstest: replace last reference of "/class/*" devpath
2008-09-29  Kay Sieverstest: add missing pci directory because of .gitignore *.7
2008-09-29  Kay Sieverstest: replace ancient sysfs tree with recent one
2008-09-29  Kay Sieverslibudev: enumerate - split new() and scan()
2008-09-16  Alan Jenkinsudev-test.pl: set non-zero exitcode if tests fail
2008-09-08  Kay Sieversudev-test.pl: set udev_log="err"
2008-09-03  Kay Sieversudev-test.pl: remove left-over comment from --valgrind...
2008-09-01  Kay Sieversudev-test.pl: add --valgrind option
2008-07-29  Kay Sieversuse autotools
2008-07-18  Kay Sieversmove default rules from /etc/udev/rules.d/ to /lib...
2008-05-19  Erik van Konijnenburgadd substitution in MODE= field
2008-04-21  Kay Sieversfstab_import: add program to IMPORT matching fstab...
2008-04-18  Kay Sieversallow setting of MODE="0000"
2008-03-21  Kay Sieverstest: remove duplicated EXTRA entry
2008-03-14  Kay Sieversextend hack to allow TEST=="*/start"
2008-03-14  Kay Sieverstest: add "subsystem" links to all devices
2007-11-13  Kay Sieversremove udevstart
2007-08-16  Kay Sieversaccept relative path for TEST
2007-07-25  Kay Sieversrestore behavior of NAME==
2007-07-24  Hannes Reineckecollect: extra to synchronize actions across events
2007-07-16  Kay Sieversallow SYMLINK== match
2007-06-03  Kay Sieversadd "[$SUBSYSTEM/$KERNEL]<attribute>" lookup
2007-05-21  Kay Sieversreplace_chars: replace % character
2007-03-28  Kay Sieversfinally remove the directory event-multiplexer crap
2007-03-12  Kay Sieversdelete dasd_id, it moved to s390-tools
2007-02-25  Kay Sieversadd test for an attribute which contains an operator...
2006-12-08  Kay Sieversrename "udev.c" to "test-udev.c" - it is only for testing
2006-09-05  Marco d'Itriadd persistent rules generator for net devices and...
2006-09-05  Kay Sieverslet $attr{symlink} return the last element of the path
2006-09-04  Kay Sieversfix ENV{TEST}="Test: $env{TEST}"
2006-08-20  Kay Sieversuse new key names in test programs
2006-08-20  Kay Sieversskip rule, if too may keys of the same type are used
2006-08-19  Kay Sieversconsistent key naming to match only the event device...
2006-08-13  Kay Sieversdon't report an error on overlong comment lines
2006-08-04  Kay Sieversswitch ifdef __KLIBC__ to ifndef __GLIBC__
2006-07-04  Kay Sieversremove broken %e enumeration
2006-06-14  Kay Sieversdon't remove symlinks if they are already there
2006-04-24  Kay Sieversallow NAME=="value" to check for already assigned value
2006-03-29  Kay Sieversmove all *_id programs to /lib/udev/
2006-01-26  Kay Sieversdon't add $SUBSYSTEM automatically as $1 to programs
2006-01-16  Kay Sieversfix BUS, ID, $id usage
2006-01-09  Kay Sieversreplace libsysfs
2005-11-16  Kay Sieversremove "udev_db" option from config file
2005-11-10  Kay Sieversfix tests and remove no longer useful stuff
2005-11-09  Greg Kroah-HartmanMerge branch 'master' of gregkh@master.kernel.org:...
2005-11-09  Kay Sieversremove our own copy of klibc
2005-11-02  Kay Sieverstest: add "driver" and "bus" links to test sysfs tree
2005-10-27  Kay Sieversremove no longer working udevd-test program
2005-10-27  Kay Sieversfix the new warnings I asked for
2005-10-27  Kay Sieversuse DESTDIR on uninstall, no need to pass prefix to...
2005-09-14  Kay Sieversadd install test to 'make buildtest'
2005-09-14  Kay SieversEXTRAS: cleanup and sync all Makefiles
2005-09-06  Kay Sieversadd edd_id tool to match BIOS EDD disk information
2005-08-30  Kay SieversMakefile: remove all the duplicated rules
2005-08-29  Kay Sieversudev_test.pl: we replace untrusted chars with '_'
2005-08-28  Kay Sieversstart to enforce plain ascii or valid utf8
2005-08-16  Kay SieversENV{TEST}=="1" compares and ENV{TEST}="1" sets the...
2005-08-11  Greg KHadded cdrom_id to the build check
2005-08-09  Kay Sieversadd firmware_helper to load firmware
2005-07-19  Hannes Reineckecreate_floppy_devices: add tool to create floppy nodes...
2005-07-16  Kay Sieversallow rules to have labels and skip to next label
2005-07-14  Greg KHMerge gregkh@ehlo.org:/home/kay/public_html/pub/scm...
2005-07-13  Hannes Reineckedasd_id: add s390 disk-label prober
2005-07-12  Kay SieversIMPORT: add {parent} to import the persistent data...
2005-07-12  Kay Sieversallow multiple values to be matched with KEY=="value1...
2005-07-07  Kay Sieversfix symlink values separated by multiple spaces
2005-07-07  Kay Sieversfix typo in group assignment
2005-07-04  Kay Sieversadd usb_id program to generate usb-storage device ident...
2005-06-30  Kay Sieversprepare RELEASE-NOTES
2005-06-25  Kay Sieversadd ata_id to read serial numbers from ATA drives
2005-06-25  Kay SieversIMPORT allow to import program returned keys into the env
2005-06-25  Kay SieversIMPORT=<file> allow to import a shell-var style config...
2005-06-24  Kay Sieversallow rules to be compiled to one binary file
2005-06-21  Greg KHMerge gregkh@ehlo.org:/home/kay/public_html/pub/scm...
2005-06-19  Kay Sieversprepare for module loading rules and add MODALIAS key
2005-06-08  Kay Sieversudevd: allow starting of udevd with stopped exec-queue
2005-06-05  Kay Sieversudev: clear lists if a new value is assigned
2005-06-05  Kay Sieversudev: move dev.d/ handling to external helper
2005-06-05  Kay Sieversudev: allow final assignments :=
2005-05-19  Greg KHremove detach_state files from the sysfs test tree.
2005-05-10  Greg KHUpdate permissions on test scripts so they will run...
2005-05-10  Greg KHhopefully fix up the symlinks in the test directory
2005-05-09  Daniel Drake[PATCH] Writing udev rules docs update
2005-05-06  Greg KHAdded symlinks thanks to Kay's script and git hacking.
2005-04-27  tklauser@access... [PATCH] fix stupid all_partitions bug
2005-04-27  kay.sievers@vrfy.org[PATCH] add test for make -j4 to build-check
2005-04-27  kay.sievers@vrfy.org[PATCH] udev-test.pl: add test for DEVNAME export to...
2005-04-27  kay.sievers@vrfy.org[PATCH] add RUN key to be able to run rule based notifi...
2005-04-27  kay.sievers@vrfy.org[PATCH] allow to match against empty key values
2005-04-27  kay.sievers@vrfy.org[PATCH] read %s{}-sysfs values at any device in the...
2005-04-27  kay.sievers@vrfy.org[PATCH] remove untrusted chars read from sysfs-values...
2005-04-27  kay.sievers@vrfy.org[PATCH] test-suite: remove UDEV_TEST, it's not needed...
2005-04-27  kay.sievers@vrfy.org[PATCH] udev-test.pl: use more common user/group names
2005-04-27  kay.sievers@vrfy.org[PATCH] udev-test.pl: add a test where the group cannot...
2005-04-27  kay.sievers@vrfy.org[PATCH] udev-test.pl: add check for textual uid/gid
next