chiark / gitweb /
libvolume_id: read ufs2 label
[elogind.git] / udev.h
2006-07-06 Kay Sieversallow longer devpath values
2006-04-15 Kay Sieversapply format char to variables exported by ENV
2006-04-12 Kay Sieversremove old symlinks before creating current ones
2006-04-05 Kay Sieversmerge device event handling and make database content...
2006-01-29 Kay Sieversoptimize sysfs device and attribute cache
2006-01-18 Kay Sieversscsi_id, usb_id: request device parent by subsystem
2006-01-16 Kay Sieversfix BUS, ID, $id usage
2006-01-13 Kay Sieversbetter log test and comments
2006-01-09 Kay Sieversreplace libsysfs
2005-12-17 Kay Sieversadd DEVLINKS to the event environment
2005-12-16 Kay Sieversremove unused variables
2005-11-16 Kay Sieversremove "udev_db" option from config file
2005-11-12 Kay Sieversremove all built-in wait_for_sysfs logic
2005-11-07 Kay Sieversudevd: depend on netlink and remove all sequence reorde...
2005-07-22 Kay Sieversmove code to its own files
2005-07-07 Kay Sieversfix default-name handling and NAME="" rules
2005-07-06 Kay Sieversrename ALARM_TIMEOUT to UDEV_ALARM_TIMEOUT
2005-06-26 Kay Sieversstore the imported device information in the udevdb
2005-06-21 Greg KHMerge gregkh@ehlo.org:/home/kay/public_html/linux/hotpl...
2005-06-05 Kay Sieversudev: handle all events - not only class and block...
2005-06-05 Kay Sieversudev: move dev.d/ handling to external helper
2005-06-05 Kay Sieversudev: allow final assignments :=
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] support log-priority levels in udev.conf
2005-04-27 kay.sievers@vrfy.org[PATCH] correct enum device_type
2005-04-27 kay.sievers@vrfy.org[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()
2005-04-27 kay.sievers@vrfy.org[PATCH] allow unlimitied count of symlinks
2005-04-27 kay.sievers@vrfy.org[PATCH] remove typedef for call_foreach_file() handler...
2005-04-27 kay.sievers@vrfy.org[PATCH] correct udev_init_device
2005-04-27 kay.sievers@vrfy.org[PATCH] move kernel name/number evaluation into udev_in...
2005-04-27 kay.sievers@vrfy.org[PATCH] switch device type to enum
2005-04-27 kay.sievers@vrfy.org[PATCH] switch major/minor to dev_t
2005-04-27 kay.sievers@vrfy.org[PATCH] create /block/*/range count of partitons for...
2005-04-27 kay.sievers@vrfy.org[PATCH] provide temporary device node for callouts...
2005-04-27 kay.sievers@vrfy.org[PATCH] remove default_* permissions from udev.conf...
2005-04-27 kay.sievers@vrfy.org[PATCH] allow multiline rules by backslash at the end...
2005-04-27 kay.sievers@vrfy.org[PATCH] complete removal of explicit udev permissions...
2005-04-27 kay.sievers@vrfy.org[PATCH] remove unused timestamp field
2005-04-27 kay.sievers@vrfy.org[PATCH] simplify permission handling
2005-04-27 kay.sievers@vrfy.org[PATCH] trivial cleanups and change some comments
2005-04-27 kay.sievers@vrfy.org[PATCH] remove unused variables
2005-04-27 kay.sievers@vrfy.org[PATCH] don't call the hotplug scripts with a test run
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] handle whole hotplug event with udevd/udev
2005-04-27 kay.sievers@vrfy.org[PATCH] add NAME{ignore_remove} attribute
2005-04-27 kay.sievers@vrfy.org[PATCH] Make dev.d/ handling a separate processing...
2005-04-27 kay.sievers@vrfy.org[PATCH] make the udev object available to more processi...
2005-04-27 kay.sievers@vrfy.org[PATCH] add ACTION to udev object to expose it to the...
2005-04-27 kay.sievers@vrfy.org[PATCH] replace tdb database by simple lockless file...
2005-04-27 kay.sievers@vrfy.org[PATCH] Don't use any syslog() in signal handler, cause...
2005-04-27 kay.sievers@vrfy.org[PATCH] cleanup netif handling and netif-dev.d/ events
2005-04-27 kay.sievers@vrfy.org[PATCH] big cleanup of internal udev api
2005-04-27 kay.sievers@vrfy.org[PATCH] remove sleeps from udev as it is external now
2005-04-27 kay.sievers@vrfy.org[PATCH] prevent deadlocks on an corrupt udev database
2005-04-27 kay.sievers@vrfy.org[PATCH] switch udev's seqnum to u64
2005-04-27 kay.sievers@vrfy.org[PATCH] Fix naming ethernet devices in udevstart
2005-04-27 arun@codemovers.org[PATCH] udev - read long lines from config files overfl...
2005-04-27 kay.sievers@vrfy.org[PATCH] pass SEQNUM trough udevd
2005-04-27 trini@kernel.crash... [PATCH] Make udev/udevstart be one binary
2005-04-27 kay.sievers@vrfy.org[PATCH] DEVPATH for netdev
2005-04-27 kay.sievers@vrfy.org[PATCH] netdev - udevdb+dev.d changes
2005-04-27 greg@kroah.com[PATCH] add /etc/dev.d/ support for udev add and remove...
2005-04-27 kay.sievers@vrfy.org[PATCH] first stupid try for a rule compose gui
2005-04-27 greg@kroah.com[PATCH] Increase the name size as requested by Richard...
2005-04-27 kay.sievers@vrfy.org[PATCH] replace fgets() with mmap() and introduce udev_...
2005-04-27 kay.sievers@vrfy.org[PATCH] rename strn*() macros to strmax
2005-04-27 kay.sievers@vrfy.org[PATCH] better fix for NAME="foo-%c{N}" gets a truncate...
2005-04-27 kay.sievers@vrfy.org[PATCH] cleanup mult field string handling
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - safer sprintf() use
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - safer string handling - part four
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - safer string handling - part three
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - safer string handling - part two
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - safer string handling all over the place
2005-04-27 patmans@us.ibm.com[PATCH] udev use new libsysfs header file location
2005-04-27 greg@kroah.com[PATCH] add support for UDEV_NO_SLEEP env variable...
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - create all partitions of blockdevice
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - keep private data out of the database?
2005-04-27 greg@kroah.com[PATCH] add udevtest program to build
2005-04-27 greg@kroah.com[PATCH] stop using mode_t as different libcs define...
2005-04-27 greg@kroah.com[PATCH] fix log option code so that it actually works...
2005-04-27 azarah@nosferatu... [PATCH] make logging a config option
2005-04-27 greg@kroah.com[PATCH] move get_pair to udev_config.c because udevinfo...
2005-04-27 kay.sievers@vrfy.org[PATCH] set default owner/group in db - update
2005-04-27 hannal@us.ibm.com[PATCH] set default owner/group in db.
2005-04-27 kay.sievers@vrfy.org[PATCH] add udev logging to info log
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - drop all methods :)
2005-04-27 kay.sievers@vrfy.org[PATCH] introduce format char 'k' for kernel-name
2005-04-27 greg@kroah.com[PATCH] move all of the DBUS logic into one file and...
2005-04-27 david@fubar.dk[PATCH] D-BUS patch for udev-008
2005-04-27 kay.sievers@vrfy.org[PATCH] experimental (very simple) SYMLINK creation
2005-04-27 greg@kroah.com[PATCH] enable default_mode ability to actually build
2005-04-27 greg@kroah.com[PATCH] get rid of the majority of the debug environmen...
2005-04-27 greg@kroah.com[PATCH] add support for a main udev config file, udev...
2005-04-27 arnd@arndb.de[PATCH] Build failure - missing linux/limits.h include?
2005-04-27 greg@kroah.com[PATCH] changed the default location of the database...
2005-04-27 kay.sievers@vrfy.org[PATCH] overall whitespace + debug text conditioning
2005-04-27 greg@kroah.com[PATCH] added ability to put format specifiers in the...
2005-04-27 arnd@arndb.de[PATCH] more robust config file parsing in namedev.c
2005-04-27 greg@kroah.com[PATCH] got rid of struct device_attr
2005-04-27 greg@kroah.com[PATCH] rename namedev.permissions and namedev.config...
next