aboutsummaryrefslogtreecommitdiffstats
path: root/udev_utils_run.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-28update source file headersKay Sievers1-3/+1
2006-08-27run_program: close pipe fd's which are connected to child processMarco d'Itri1-2/+6
2006-01-26don't add $SUBSYSTEM automatically as $1 to programsKay Sievers1-6/+6
2006-01-23Makefile: remove dynamic config file generationKay Sievers1-2/+1
2006-01-20fixes udev build with -fpieOlivier Blin1-0/+2
2006-01-09replace libsysfsKay Sievers1-4/+0
2005-12-03allow programs in /lib/udev called without the pathKay Sievers1-0/+8
2005-11-07add strerror() to error logsMarco d'Itri1-6/+6
2005-08-28use WRITE_END/READ_END for the pipe indexKay Sievers1-33/+33
2005-08-22add program name to logged errorKay Sievers1-1/+1
2005-08-15cleanup some debug output and move to info level + unify select() loopsKay Sievers1-21/+37
2005-08-13don't fail too bad, if /dev/null does not existKay Sievers1-12/+8
2005-08-13fix more compiler warnings ...Kay Sievers1-1/+1
2005-08-11allow logging of all output from executed toolsKay Sievers1-38/+118
2005-08-10split udev_util in several filesKay Sievers1-0/+179