]> git.ipfire.org Git - thirdparty/systemd.git/history - udev_sysfs.c
087 release
[thirdparty/systemd.git] / udev_sysfs.c
2006-01-30  Kay Sieversadd debug output to sysfs operations
2006-01-29  Kay Sieversoptimize sysfs device and attribute cache
2006-01-23  Kay SieversMakefile: remove dynamic config file generation
2006-01-20  Olivier Blinfixes udev build with -fpie
2006-01-18  Kay Sieversscsi_id, usb_id: request device parent by subsystem
2006-01-16  Kay Sieversprepare moving of /sys/class devices to /sys/devices
2006-01-09  Kay Sieversreplace libsysfs
2005-11-12  Kay Sieversremove all built-in wait_for_sysfs logic
2005-10-29  Kay Sieversremove no longer needed waiting for "dev" file
2005-08-25  Kay Sieversadd pci_express to bus list
2005-06-22  Kay Sieversfix the fix and change the file to wait for to the...
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-04-27  kay.sievers@vrfy.org[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()
2005-04-27  kay.sievers@vrfy.org[PATCH] kill stupid gcc4 warning
2005-04-27  kay.sievers@vrfy.org[PATCH] wait_for_sysfs: add joydev
2005-04-27  kay.sievers@vrfy.org[PATCH] add "serio" to bus list
2005-04-27  kay.sievers@vrfy.org[PATCH] switch major/minor to dev_t
2005-04-27  kay.sievers@vrfy.org[PATCH] fix -Wsign-compare warnings
2005-04-27  tklauser@access... [PATCH] I tried to compile udev 050plus with the GCC...
2005-04-27  kay.sievers@vrfy.org[PATCH] add class specific files for class/spi_transpor...
2005-04-27  kay.sievers@vrfy.org[PATCH] prevent udev node creatinon for "class" registr...
2005-04-27  kay.sievers@vrfy.org[PATCH] add a class/fc_host file to the list of what...
2005-04-27  kay.sievers@vrfy.org[PATCH] add net/atml and class/ppdev to the wait_for_sy...
2005-04-27  kay.sievers@vrfy.org[PATCH] add net/nlv* devices to the exception list
2005-04-27  kay.sievers@vrfy.org[PATCH] add "pcmcia" and "fc_transport" to the wait_for...
2005-04-27  kay.sievers@vrfy.org[PATCH] rename udev_lib to udev_utils and dev_d to...
2005-04-27  kay.sievers@vrfy.org[PATCH] remove my test code
2005-04-27  kay.sievers@vrfy.org[PATCH] add support for /devices-devices without any...
2005-04-27  kay.sievers@vrfy.org[PATCH] Patch from Alex Riesen <raa.lkml@gmail.com>
2005-04-27  kay.sievers@vrfy.org[PATCH] add a bunch of busses to the list of what to...
2005-04-27  kay.sievers@vrfy.org[PATCH] add ippp and bcrypt to the exception lists...
2005-04-27  kay.sievers@vrfy.org[PATCH] don't wait for sysfs if the kernel(2.6.10-rc2...
2005-04-27  kay.sievers@vrfy.org[PATCH] add i2c-dev to the list of devices without...
2005-04-27  kay.sievers@vrfy.org[PATCH] Add a bunch of devices without "device" symlinks.
2005-04-27  kay.sievers@vrfy.org[PATCH] Add net/vmnet and class/zaptel to the list...
2005-04-27  kay.sievers@vrfy.org[PATCH] add net/pan and net/bnep handling
2005-04-27  kay.sievers@vrfy.org[PATCH] switch wait for bus_file to stat() instead...
2005-04-27  kay.sievers@vrfy.org[PATCH] expose sysfs functions for sharing it