summaryrefslogtreecommitdiff
path: root/udev.c
AgeCommit message (Expand)Author
2006-08-28update source file headersKay Sievers
2006-08-21cleanup commandline argument handlingKay Sievers
2006-08-18selinux: init once in the daemon, not in every event processHarald Hoyer
2006-01-25let "ignore_device" always return the event successfullyKay Sievers
2006-01-25rename apply_format() cause it is public nowKay Sievers
2006-01-24substitute format chars in RUN after rule matchingAndrey Borzenkov
2006-01-09replace libsysfsKay Sievers
2005-11-12remove all built-in wait_for_sysfs logicKay Sievers
2005-11-07add strerror() to error logsMarco d'Itri
2005-11-05remove precompiled rules optionKay Sievers
2005-08-18bring std(in|out|err) fd's in a sane stateKay Sievers
2005-08-15cleanup some debug output and move to info level + unify select() loopsKay Sievers
2005-08-11move some logging to the info levelKay Sievers
2005-08-11allow logging of all output from executed toolsKay Sievers
2005-08-08add flag for reading of precompiled rulesKay Sievers
2005-08-08switch some strlcpy's to memcpyKay Sievers
2005-08-01allow RUN to send the environment to a local socketKay Sievers
2005-07-22move code to its own filesKay Sievers
2005-07-20make SYSFS{} usable for all devicesKay Sievers
2005-07-06rename ALARM_TIMEOUT to UDEV_ALARM_TIMEOUTKay Sievers
2005-07-05pack parsed rules listKay Sievers
2005-06-25unify execute_command() and execute_program()Kay Sievers
2005-06-22fix the fix and change the file to wait for to the "bus" linkKay Sievers
2005-06-22fix udevstart and let all events trvel trough udevKay Sievers
2005-06-16udevd: control log-priority of the running daemon with udevcontrolKay Sievers
2005-06-14udev: fix netdev RUN handlingHannes Reinecke
2005-06-05udev: handle all events - not only class and block devicesKay Sievers
2005-06-05volume_id: use udev-provided log-levelKay Sievers
2005-06-05udev: move dev.d/ handling to external helperKay Sievers
2005-06-05udevd: listen for netlink eventsKay Sievers
2005-04-26[PATCH] export DEVNAME to RUN-key executed programskay.sievers@vrfy.org
2005-04-26[PATCH] add RUN key to be able to run rule based notificationkay.sievers@vrfy.org
2005-04-26[PATCH] move execute_program to utils + add action to init_devicekay.sievers@vrfy.org
2005-04-26[PATCH] support log-priority levels in udev.confkay.sievers@vrfy.org
2005-04-26[PATCH] rename namedev_dev to udev_rulekay.sievers@vrfy.org
2005-04-26[PATCH] correct enum device_typekay.sievers@vrfy.org
2005-04-26[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()kay.sievers@vrfy.org
2005-04-26[PATCH] split udev and udevstartkay.sievers@vrfy.org
2005-04-26[PATCH] rename LOG to USE_LOG in all placeskay.sievers@vrfy.org
2005-04-26[PATCH] allow unlimitied count of symlinkskay.sievers@vrfy.org
2005-04-26[PATCH] correct udev_init_devicekay.sievers@vrfy.org
2005-04-26[PATCH] determine device type in udev_init_device()kay.sievers@vrfy.org
2005-04-26[PATCH] switch device type to enumkay.sievers@vrfy.org
2005-04-26[PATCH] handle renamed network interfaces properly if we manage hotplug.d/kay.sievers@vrfy.org
2005-04-26[PATCH] complete removal of explicit udev permissions config filekay.sievers@vrfy.org
2005-04-26[PATCH] klibc supports LOG_PID now, so remove our own implementationkay.sievers@vrfy.org
2005-04-26bleah, more merge fixes...Greg KH
2005-04-26[PATCH] export DEVNAME regardless of the state of udev_dev_dkay.sievers@vrfy.org
2005-04-26[PATCH] check earlier if we should run as udevstartkay.sievers@vrfy.org
2005-04-26[PATCH] remove double initializationkay.sievers@vrfy.org