summaryrefslogtreecommitdiff
path: root/hald-runner
AgeCommit message (Expand)AuthorFilesLines
2009-06-30use $libexecdir not $libdir/hal to define private hal directoryKay Sievers1-1/+1
2008-04-18fixed a bunch of compiler warnings from the Intel compilerDanny Kukawka2-3/+3
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 Simons2-3/+5
2007-07-02[PATCH] add hald-runner support for singleton addonsRob Taylor3-22/+67
2007-05-02update configure.in and use autoreconfGuillem Jover1-1/+1
2007-04-02as_ac_removalMichael Biebl1-1/+2
2006-11-28add FreeBSD supportJoe Marcus Clarke1-0/+4
2006-11-06solaris backendArtem Kachitchkine1-0/+4
2006-10-27fix unaligned messages (RH Bug #210079)Doug Chapman1-1/+1
2006-10-09some memory optimization workDavid Zeuthen1-0/+4
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 Zeuthen3-7/+32
2006-08-21corrects the location of the hal scripts directoryDan Nicholson1-1/+1
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-29introduce new option --disable-policy-kit and streamline the buildDavid Zeuthen1-2/+2
2006-07-29add *~ to all .gitignore files for emacs usersDavid Zeuthen1-0/+1
2006-07-27add .o files to .gitignoreKay Sievers1-0/+1
2006-07-27.cvsignore -> .gitignoreKay Sievers1-0/+0
2006-07-26fixed compiler warning about incompatible pointer typesDanny Kukawka1-1/+2
2006-02-24Patch from Sjoerd Simons <sjoerd@luon.net>. It adds a save PATH to theDavid Zeuthen3-4/+8
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 Sievers4-435/+443
2006-01-21Simply use glib convience g_find_program_in_path() on the basename of theDavid Zeuthen2-17/+6
2006-01-21add .cvsignore to hald-runnerKay Sievers1-0/+5
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 Zeuthen6-0/+747