aboutsummaryrefslogtreecommitdiffstats
path: root/udev.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-28update source file headersKay Sievers1-4/+2
2006-08-21cleanup commandline argument handlingKay Sievers1-2/+2
2006-08-18selinux: init once in the daemon, not in every event processHarald Hoyer1-0/+2
2006-01-25let "ignore_device" always return the event successfullyKay Sievers1-2/+4
2006-01-25rename apply_format() cause it is public nowKay Sievers1-1/+1
2006-01-24substitute format chars in RUN after rule matchingAndrey Borzenkov1-2/+7
2006-01-09replace libsysfsKay Sievers1-16/+37
2005-11-12remove all built-in wait_for_sysfs logicKay Sievers1-1/+0
2005-11-07add strerror() to error logsMarco d'Itri1-1/+1
2005-11-05remove precompiled rules optionKay Sievers1-1/+1
2005-08-18bring std(in|out|err) fd's in a sane stateKay Sievers1-0/+16
2005-08-15cleanup some debug output and move to info level + unify select() loopsKay Sievers1-2/+1
2005-08-11move some logging to the info levelKay Sievers1-0/+1
2005-08-11allow logging of all output from executed toolsKay Sievers1-1/+2
2005-08-08add flag for reading of precompiled rulesKay Sievers1-1/+1
2005-08-08switch some strlcpy's to memcpyKay Sievers1-0/+1
2005-08-01allow RUN to send the environment to a local socketKay Sievers1-2/+6
2005-07-22move code to its own filesKay Sievers1-98/+4
2005-07-20make SYSFS{} usable for all devicesKay Sievers1-5/+7
2005-07-06rename ALARM_TIMEOUT to UDEV_ALARM_TIMEOUTKay Sievers1-1/+1
2005-07-05pack parsed rules listKay Sievers1-6/+7
2005-06-25unify execute_command() and execute_program()Kay Sievers1-1/+1
2005-06-22fix the fix and change the file to wait for to the "bus" linkKay Sievers1-21/+19
2005-06-22fix udevstart and let all events trvel trough udevKay Sievers1-7/+7
2005-06-16udevd: control log-priority of the running daemon with udevcontrolKay Sievers1-1/+1
2005-06-14udev: fix netdev RUN handlingHannes Reinecke1-26/+27
2005-06-05udev: handle all events - not only class and block devicesKay Sievers1-91/+64
2005-06-05volume_id: use udev-provided log-levelKay Sievers1-1/+1
2005-06-05udev: move dev.d/ handling to external helperKay Sievers1-4/+0
2005-06-05udevd: listen for netlink eventsKay Sievers1-3/+7
2005-04-26[PATCH] export DEVNAME to RUN-key executed programskay.sievers@vrfy.org1-5/+6
2005-04-26[PATCH] add RUN key to be able to run rule based notificationkay.sievers@vrfy.org1-3/+16
2005-04-26[PATCH] move execute_program to utils + add action to init_devicekay.sievers@vrfy.org1-2/+3
2005-04-26[PATCH] support log-priority levels in udev.confkay.sievers@vrfy.org1-11/+13
2005-04-26[PATCH] rename namedev_dev to udev_rulekay.sievers@vrfy.org1-2/+2
2005-04-26[PATCH] correct enum device_typekay.sievers@vrfy.org1-3/+3
2005-04-26[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()kay.sievers@vrfy.org1-3/+6
2005-04-26[PATCH] split udev and udevstartkay.sievers@vrfy.org1-12/+0
2005-04-26[PATCH] rename LOG to USE_LOG in all placeskay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] allow unlimitied count of symlinkskay.sievers@vrfy.org1-0/+1
2005-04-26[PATCH] correct udev_init_devicekay.sievers@vrfy.org1-13/+5
2005-04-26[PATCH] determine device type in udev_init_device()kay.sievers@vrfy.org1-5/+4
2005-04-26[PATCH] switch device type to enumkay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] handle renamed network interfaces properly if we manage hotplug.d/kay.sievers@vrfy.org1-8/+15
2005-04-26[PATCH] complete removal of explicit udev permissions config filekay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] klibc supports LOG_PID now, so remove our own implementationkay.sievers@vrfy.org1-1/+0
2005-04-26bleah, more merge fixes...Greg KH1-0/+1
2005-04-26[PATCH] export DEVNAME regardless of the state of udev_dev_dkay.sievers@vrfy.org1-2/+3
2005-04-26[PATCH] check earlier if we should run as udevstartkay.sievers@vrfy.org1-8/+8
2005-04-26[PATCH] remove double initializationkay.sievers@vrfy.org1-4/+4
2005-04-26[PATCH] add -V option to udev to print the version numberkay.sievers@vrfy.org1-1/+7
2005-04-26[PATCH] handle /etc/hotplug.d/ only if the event comes from udevdkay.sievers@vrfy.org1-0/+4
2005-04-26[PATCH] trivial cleanups and change some commentskay.sievers@vrfy.org1-3/+8
2005-04-26[PATCH] remove unused variableskay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] use blacklist on device "remove" and remove dev.d/ call code duplicationkay.sievers@vrfy.org1-14/+13
2005-04-26[PATCH] don't call the hotplug scripts with a test runkay.sievers@vrfy.org1-1/+1
2005-04-26fixups to get back to proper patch orderGreg KH1-5/+0
2005-04-26[PATCH] don't call dev.d/ scripts twice, if directory = subsystemkay.sievers@vrfy.org1-2/+2
2005-04-26[PATCH] rename udev_lib to udev_utils and dev_d to udev_multiplexkay.sievers@vrfy.org1-4/+4
2005-04-26[PATCH] fix spurious valgrind warning in udev.greg@kroah.com1-0/+1
2005-04-26[PATCH] DEVNAME on device removalsjoerd@spring.luon.net1-0/+4
2005-04-26[PATCH] handle whole hotplug event with udevd/udevkay.sievers@vrfy.org1-8/+36
2005-04-26[PATCH] integrate wait_for_sysfs in udevkay.sievers@vrfy.org1-91/+95
2005-04-26[PATCH] export DEVNAME on remove eventkay.sievers@vrfy.org1-2/+5
2005-04-26[PATCH] export udev_log flag to the environmentkay.sievers@vrfy.org1-1/+9
2005-04-26[PATCH] disable logging for udevstartkay.sievers@vrfy.org1-0/+1
2005-04-26[PATCH] rename udevdb* to udev_db*kay.sievers@vrfy.org1-2/+1
2005-04-26[PATCH] Make dev.d/ handling a separate processing stagekay.sievers@vrfy.org1-3/+6
2005-04-26[PATCH] make the udev object available to more processing stageskay.sievers@vrfy.org1-9/+0
2005-04-26[PATCH] add ACTION to udev object to expose it to the whole processkay.sievers@vrfy.org1-4/+4
2005-04-26[PATCH] let udev act as udevstart if argv[1] == "udevstart"kay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] replace tdb database by simple lockless file databasekay.sievers@vrfy.org1-10/+1
2005-04-26[PATCH] Don't use any syslog() in signal handler, cause it may deadlock.kay.sievers@vrfy.org1-4/+1
2005-04-26[PATCH] Remove the last klibc specific line from the main udev codekay.sievers@vrfy.org1-1/+0
2005-04-26[PATCH] expose sysfs functions for sharing itkay.sievers@vrfy.org1-35/+8
2005-04-26[PATCH] sparse cleanups on the treegreg@kroah.com1-0/+1
2005-04-26[PATCH] cleanup netif handling and netif-dev.d/ eventskay.sievers@vrfy.org1-0/+10
2005-04-26[PATCH] big cleanup of internal udev apikay.sievers@vrfy.org1-12/+28
2005-04-26[PATCH] close the syslogkay.sievers@vrfy.org1-1/+2
2005-04-26[PATCH] move assignments past local variablespatmans@us.ibm.com1-2/+3
2005-04-26[PATCH] remove sleeps from udev as it is external nowkay.sievers@vrfy.org1-19/+33
2005-04-26[PATCH] Fix build error with klibc due to recent changes.greg@kroah.com1-0/+1
2005-04-26[PATCH] mergegreg@kroah.com1-1/+0
2005-04-26[PATCH] fix asmlinkagembuesch@freenet.de1-1/+1
2005-04-26[PATCH] fix incompatible pointer type warningmbuesch@freenet.de1-1/+1
2005-04-26[PATCH] prevent deadlocks on an corrupt udev databasekay.sievers@vrfy.org1-6/+17
2005-04-26[PATCH] handle only block and class deviceskay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] Fix naming ethernet devices in udevstartkay.sievers@vrfy.org1-88/+76
2005-04-26[PATCH] fix UDEV_NO_SLEEPtrini@kernel.crashing.org1-1/+4
2005-04-26[PATCH] Make udev/udevstart be one binarytrini@kernel.crashing.org1-24/+42
2005-04-26[PATCH] Add 'asmlinkage' to udev-030trini@kernel.crashing.org1-1/+1
2005-04-26[PATCH] fix udevd zombieskay.sievers@vrfy.org1-3/+3
2005-04-26[PATCH] hmm, handle net devices with udev?kay.sievers@vrfy.org1-13/+13
2005-04-26[PATCH] remove dbus code from core udev code as it's no longer needed to be t...greg@kroah.com1-10/+1
2005-04-26[PATCH] don't init namedev on removekay.sievers@vrfy.org1-11/+10
2005-04-26[PATCH] replace fgets() with mmap() and introduce udev_lib.[hc]kay.sievers@vrfy.org1-2/+4
2005-04-26[PATCH] overall trivial trivial cleanupkay.sievers@vrfy.org1-3/+3
2005-04-26[PATCH] blacklist pcmcia_socketkay.sievers@vrfy.org1-0/+1
2005-04-26[PATCH] udev - safer string handling - part fourkay.sievers@vrfy.org1-7/+8
2005-04-26[PATCH] udev - safer string handling - part threekay.sievers@vrfy.org1-28/+2
2005-04-26[PATCH] udev - allow all files in a directory as the configkay.sievers@vrfy.org1-2/+6
2005-04-26[PATCH] force udev to include the internal version of libsysfs and never the ...greg@kroah.com1-1/+1
2005-04-26[PATCH] udev use new libsysfs header file locationpatmans@us.ibm.com1-1/+1
2005-04-26[PATCH] add udevtest program to buildgreg@kroah.com1-1/+1
2005-04-26[PATCH] more logging.h cleanups to be a bit more flexible.greg@kroah.com1-3/+12
2005-04-26[PATCH] compile udevd with klibckay.sievers@vrfy.org1-4/+6
2005-04-26[PATCH] fix log option code so that it actually works for all udev programs.greg@kroah.com1-0/+5
2005-04-26[PATCH] rework the logging code so that each program logs with the proper nam...greg@kroah.com1-0/+2
2005-04-26[PATCH] udevd - next round of fixeskay.sievers@vrfy.org1-2/+0
2005-04-26[PATCH] rip out command line code from udev, now that we have udevinfo.greg@kroah.com1-221/+12
2005-04-26[PATCH] udev - reverse user query optionskay.sievers@vrfy.org1-31/+67
2005-04-26[PATCH] add udev logging to info logkay.sievers@vrfy.org1-0/+1
2005-04-26[PATCH] add usb_host and pci_bus to the class blacklist.greg@kroah.com1-0/+2
2005-04-26[PATCH] Cset exclude: greg@kroah.com|ChangeSet|20040113010256|48515greg@kroah.com1-1/+2
2005-04-26[PATCH] Fix stupid gcc "optimization" of 1 character printk() calls.... Ick...greg@kroah.com1-2/+1
2005-04-26[PATCH] more advanced user query optionskay.sievers@vrfy.org1-7/+32
2005-04-26[PATCH] udev - advanced user query optionskay.sievers@vrfy.org1-16/+93
2005-04-26[PATCH] udev 012 old gcc fixuptiggi@infa.abo.fi1-1/+1
2005-04-26[PATCH] add IGNORE rule typechristophe@saout.de1-0/+3
2005-04-26[PATCH] small cleanupchristophe@saout.de1-1/+1
2005-04-26[PATCH] add a blacklist of class devices we do not want to look at.greg@kroah.com1-4/+16
2005-04-26[PATCH] mention user callable udev + options in man pagekay.sievers@vrfy.org1-1/+1
2005-04-26[PATCH] make udev user callable to query the databasekay.sievers@vrfy.org1-13/+82
2005-04-26[PATCH] move the signal handling registration to after we have initialized en...greg@kroah.com1-4/+5
2005-04-26[PATCH] introduce signal handlermbuesch@freenet.de1-1/+22
2005-04-26[PATCH] proper cleanup on udevdb_init() failurembuesch@freenet.de1-1/+2
2005-04-26[PATCH] move all of the DBUS logic into one file and remove all of the #ifdef...greg@kroah.com1-63/+6
2005-04-26[PATCH] D-BUS patch for udev-008david@fubar.dk1-0/+64
2005-04-26[PATCH] get rid of the majority of the debug environment variables.greg@kroah.com1-10/+0
2005-04-26[PATCH] add support for a main udev config file, udev.conf.greg@kroah.com1-51/+9
2005-04-26[PATCH] changed the default location of the database to /udev/.udev.tdb to be...greg@kroah.com1-1/+1
2005-04-26[PATCH] overall whitespace + debug text conditioningkay.sievers@vrfy.org1-6/+5
2005-04-26[PATCH] change UDEV_SYSFS_PATH environment variable due to libsysfs change.greg@kroah.com1-1/+1
2005-04-26[PATCH] rename namedev.permissions and namedev.config to udev.permissions and...greg@kroah.com1-2/+2
2005-04-26[PATCH] more overrides of config info with env variables if in test mode.greg@kroah.com1-21/+34
2005-04-26[PATCH] make config files, sysfs root, and udev root configurable from config...greg@kroah.com1-16/+66
2005-04-26[PATCH] add version to debug log on startup.greg@kroah.com1-0/+2
2005-04-26[PATCH] add callout config type to udevpatmans@us.ibm.com1-1/+7
2005-04-26[PATCH] udevdb patchdsteklof@us.ibm.com1-5/+16
2005-04-26[PATCH] split udev main logic into udev-add and udev-remove.greg@kroah.com1-220/+14
2005-04-26[PATCH] Clean up the namedev interface a bit, making the code smaller...greg@kroah.com1-83/+86
2005-04-26[PATCH] add initial libsysfs support...greg@kroah.com1-6/+12
2005-04-26[PATCH] Initial namedev parsing of config filesgreg@kroah.com1-0/+3
2005-04-26[PATCH] sleep for 2 seconds to give the kernel a chance to actually create th...greg@kroah.com1-0/+5
2005-04-26[PATCH] remove now works!greg@kroah.com1-5/+32
2005-04-26[PATCH] restructure code to be able to actually get remove_node() to work.greg@kroah.com1-38/+39
2005-04-26[PATCH] Creating nodes actually works.greg@kroah.com1-10/+197
2005-04-26added initial files.Greg KH1-0/+83