chiark / gitweb /
[PATCH] udev_volume_id: remove __packed__ from dasd structure as it does not work
[elogind.git] / namedev.c
2005-04-27 kay.sievers@vrfy.org[PATCH] provide temporary device node for callouts...
2005-04-27 mbuesch@freenet.de[PATCH] namdev: allow symlink-only rules to specify...
2005-04-27 kay.sievers@vrfy.org[PATCH] correct log statement
2005-04-27 kay.sievers@vrfy.org[PATCH] allow permissions only rules
2005-04-27 kay.sievers@vrfy.org[PATCH] simplify permission application
2005-04-27 kay.sievers@vrfy.org[PATCH] complete removal of explicit udev permissions...
2005-04-27 kay.sievers@vrfy.org[PATCH] restore OWNER/GROUP assignment in rule coming...
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] remove unused variables
2005-04-27 Greg KHmore fixups
2005-04-27 kay.sievers@vrfy.org[PATCH] rename udev_lib to udev_utils and dev_d to...
2005-04-27 sschweizer@gmail.com[PATCH] Allow GROUP to have modifiers in it
2005-04-27 kay.sievers@vrfy.org[PATCH] add NAME{ignore_remove} attribute
2005-04-27 kay.sievers@vrfy.org[PATCH] support DRIVER as a rule key
2005-04-27 kay.sievers@vrfy.org[PATCH] support SUBSYSTEM as a rule key
2005-04-27 kay.sievers@vrfy.org[PATCH] rename udevdb* to udev_db*
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] replace tdb database by simple lockless file...
2005-04-27 kay.sievers@vrfy.org[PATCH] wait() for specific pid to return from fork().
2005-04-27 kay.sievers@vrfy.org[PATCH] Apply the default permissions even if we found...
2005-04-27 kay.sievers@vrfy.org[PATCH] improve klibc fixup integration
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 andrew.patterson... [PATCH] Problem parsing %s in udev rules
2005-04-27 kay.sievers@vrfy.org[PATCH] prevent deadlocks on an corrupt udev database
2005-04-27 kay.sievers@vrfy.org[PATCH] fix problems with dev.d and udevstart
2005-04-27 kay.sievers@vrfy.org[PATCH] fix problems using scsi_id with udevstart
2005-04-27 harald@redhat.com[PATCH] PATCH udev close on exec
2005-04-27 harald@redhat.com[PATCH] udev parse bug
2005-04-27 kay.sievers@vrfy.org[PATCH] fix udevstart badly broken in udev 031
2005-04-27 david@fubar.dk[PATCH] compatibility symlinks for udev
2005-04-27 greg@kroah.com[PATCH] clean up block whitelist search logic a bit.
2005-04-27 ogasawara@osdl.org[PATCH] udevstart performance increase
2005-04-27 kay.sievers@vrfy.org[PATCH] catchup with recent klibc
2005-04-27 kay.sievers@vrfy.org[PATCH] fix test regressions
2005-04-27 kay.sievers@vrfy.org[PATCH] put config info in db for netdev
2005-04-27 kay.sievers@vrfy.org[PATCH] netdev - udevdb+dev.d changes
2005-04-27 kay.sievers@vrfy.org[PATCH] apply all_partitions rule to main block device...
2005-04-27 kay.sievers@vrfy.org[PATCH] hmm, handle net devices with udev?
2005-04-27 greg@kroah.com[PATCH] fix build error in namedev.c caused by previous...
2005-04-27 kay.sievers@vrfy.org[PATCH] correct apply_format() for symlink only rules
2005-04-27 olh@suse.de[PATCH] uninitialized variable for mknod and friend
2005-04-27 kay.sievers@vrfy.org[PATCH] first stupid try for a rule compose gui
2005-04-27 kay.sievers@vrfy.org[PATCH] replace fgets() with mmap() and introduce udev_...
2005-04-27 kay.sievers@vrfy.org[PATCH] "symlink only" test
2005-04-27 kay.sievers@vrfy.org[PATCH] callout part selector tweak
2005-04-27 kay.sievers@vrfy.org[PATCH] cleanup callout fork
2005-04-27 kay.sievers@vrfy.org[PATCH] allow to specify node permissions in the rule
2005-04-27 kay.sievers@vrfy.org[PATCH] rename strn*() macros to strmax
2005-04-27 kay.sievers@vrfy.org[PATCH] conditional remove of trailing sysfs whitespace
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] fix NAME="foo-%c{N}" gets a truncated name
2005-04-27 kay.sievers@vrfy.org[PATCH] cleanup mult field string handling
2005-04-27 kay.sievers@vrfy.org[PATCH] fix stroul endptr use
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - fix debug info for multiple rule file...
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - activate formt length attribute
2005-04-27 arvidjaar@mail.ru[PATCH] Add symlink only rules support
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - safer sprintf() use
2005-04-27 greg@kroah.com[PATCH] remove limit of the number of args passed to...
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 greg@kroah.com[PATCH] force udev to include the internal version...
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 - switch callout part selector to {attribute}
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - create all partitions of blockdevice
2005-04-27 kay.sievers@vrfy.org[PATCH] Adding '%s' format specifier to NAME and SYMLINK
2005-04-27 greg@kroah.com[PATCH] Fix bug where we did not use the "converted...
2005-04-27 greg@kroah.com[PATCH] fix bug in permission handling.
2005-04-27 greg@kroah.com[PATCH] fix problem where usb devices can be either...
2005-04-27 patmans@us.ibm.com[PATCH] udev add wild card compare for ID
2005-04-27 patmans@us.ibm.com[PATCH] udev kill extra bus_id compares in match_id
2005-04-27 greg@kroah.com[PATCH] Handle the '!' character that some block device...
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - fix "ignore method"
2005-04-27 kay.sievers@vrfy.org[PATCH] fix possible buffer overflow
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - trivial style cleanup
2005-04-27 greg@kroah.com[PATCH] add support for figuring out which device on...
2005-04-27 greg@kroah.com[PATCH] misc code cleanups.
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 greg@kroah.com[PATCH] remove the %D modifier as it is not longer...
2005-04-27 ananthmg@rediffmai... [PATCH] libsysfs update for refresh + namedev.c changes
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - introduce format escape char
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - CALLOUT is PROGRAM now
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - simple debug tweak
2005-04-27 greg@kroah.com[PATCH] fix a few stale comments in namedev.c
2005-04-27 greg@kroah.com[PATCH] add bus test for usb-serial bus.
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - drop all methods :)
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - make exec_callout() reusable
2005-04-27 kay.sievers@vrfy.org[PATCH] udev - exec status fix for klibc
2005-04-27 christophe@saout.de[PATCH] add IGNORE rule type
2005-04-27 greg@kroah.com[PATCH] replace list_for_each with list_for_each_entry...
2005-04-27 azarah@nosferatu... [PATCH] Fix udev gcc-2.95.4 compat
2005-04-27 kay.sievers@vrfy.org[PATCH] fix for apply_format()
2005-04-27 kay.sievers@vrfy.org[PATCH] 'ide' missing in bus_files[]
next