summaryrefslogtreecommitdiff
path: root/hald-runner/runner.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-18fixed a bunch of compiler warnings from the Intel compilerDanny Kukawka1-1/+1
2008-03-03print more debug informationDavid Zeuthen1-1/+2
2007-11-18assign pid to a gint64 before passing it as an _INT64 in a dbus messageSjoerd Simons1-1/+2
2007-07-02[PATCH] add hald-runner support for singleton addonsRob Taylor1-13/+24
2006-10-02prevent hald-runner from printing unnecessary warning messagesSjoerd Simons1-2/+2
2006-09-10require addons to call libhal_device_addon_is_ready() to make device visibleDavid Zeuthen1-4/+24
2006-08-15hald-runner/runner.c: Close the stderr filedescriptor after reading it toSjoerd Simons1-0/+1
2006-08-06fixed several compiler warnings (warn_unused_result and format stuff)Danny Kukawka1-1/+2
2006-07-26fixed compiler warning about incompatible pointer typesDanny Kukawka1-1/+2
2006-02-09Print out some useful debug informationDavid Zeuthen1-0/+2
2006-01-29Use r->argv[0] rather than r->argv so the cwd works.Richard Hughes1-1/+1
2006-01-28Set working directory to where the program exists.David Zeuthen1-2/+11
2006-01-23Adopt hald-runner to usual HAL coding style.Kay Sievers1-227/+236
2006-01-21Simply use glib convience g_find_program_in_path() on the basename of theDavid Zeuthen1-16/+2
2006-01-21Search $PATH before searching allowed dirs; this is needed to make e.g.David Zeuthen1-7/+15
2006-01-21Great patch from Sjoerd Simons <sjoerd@luon.net>: As most people probablyDavid Zeuthen1-0/+335