summaryrefslogtreecommitdiff
path: root/hald/hald.c
AgeCommit message (Expand)AuthorFilesLines
2006-01-21Great patch from Sjoerd Simons <sjoerd@luon.net>: As most people probablyDavid Zeuthen1-58/+21
2006-01-12Fixed compiler warnings if compile with flag warn_unused_result.Danny Kukawka1-3/+7
2005-11-29Added PATH to the with hal distributed scripts to the hald environmentDanny Kukawka1-0/+2
2005-11-02Update to Academic Free License 2.1. Also fix all C source and headerDavid Zeuthen1-1/+1
2005-10-26added --version command line option to print the PACKAGE_VERSION of HAL.Danny Kukawka1-0/+5
2005-10-26; hald/hald.h : Added new command line option '--use-syslog' to write debugDanny Kukawka1-6/+17
2005-09-27Replace kernel-style datatypes (like _u8 and __s16) with their appropriateRichard Hughes1-1/+1
2005-08-23Patch from Cornelia Huck <cohuck@de.ibm.com> to change timeout fromDavid Zeuthen1-2/+2
2005-07-29The FSF moved to a new address, so I updated all license headers and theDavid Zeuthen1-1/+1
2005-06-23Patch from Alvaro Lopez Ortega <alvaro@sun.com> to add an empty SolarisDavid Zeuthen1-1/+0
2005-06-10This diff contains a little fix for the description of --retain-privilegesDavid Zeuthen1-3/+2
2005-05-24Just assign an empty string to the property if the value argument is NULL.David Zeuthen1-1/+2
2005-04-14Some patches from Martin Pitt <martin@piware.de>.David Zeuthen1-3/+3
2005-04-08Make all hal helpers use a direct connection to hald rather than goingDavid Zeuthen1-2/+7
2005-02-28Use "hal.hotplug" instead of "hal.hotplug2" for syslog. Don't write aDavid Zeuthen1-3/+6
2005-02-28More fun with valgrind :-)David Zeuthen1-4/+30
2005-02-28Played around with Valgrind on this slow Sunday :-). Before this patchDavid Zeuthen1-1/+2
2005-02-25Fixup accidental message being printedDavid Zeuthen1-3/+1
2005-02-25Finally got around to implementing the bit that made the parent wait forDavid Zeuthen1-29/+72
2005-02-25Remove this functionDavid Zeuthen1-26/+27
2005-02-24RemovedDavid Zeuthen1-4/+0
2005-02-11With this path, all storage devices should be working just as well as onDavid Zeuthen1-6/+12
2005-02-08Patch from Sjoerd Simons <sjoerd@luon.net>.David Zeuthen1-33/+17
2005-02-08Update to include a few more pathsDavid Zeuthen1-9/+62
2005-01-31Prebump to 0.5.0 - but we're not doing a release yet! Add libtoolDavid Zeuthen1-17/+0
2004-10-18Do openlog() so we can log to the syslogDavid Zeuthen1-0/+3
2004-10-12First part of big patch to use .fdi files for policy properties.David Zeuthen1-0/+27
2004-10-06New handling of hotplug events with SEQNUM < LAST_SEQNUM. Idea from SjoerdDavid Zeuthen1-2/+3
2004-09-16Patch from Steve Grubb <linux_4ever@yahoo.com>.David Zeuthen1-3/+23
2004-09-03Patch from Martin Pitt <martin@piware.de>.David Zeuthen1-1/+70
2004-08-29Set volume.fsusage to empty string by default (block_class_pre_process):David Zeuthen1-1/+5
2004-08-25Add option for new callout hal-hotplug-mapDavid Zeuthen1-1/+1
2004-08-23Setup a pipe and make parent wait until client writes to it.David Zeuthen1-5/+23
2004-08-23Move daemonazation back to beginning (fixes fdo bug #1165) for nowDavid Zeuthen1-37/+38
2004-08-22Only invoke callouts if they have the .hal extension. Export HALD_VERBOSEDavid Zeuthen1-39/+86
2004-07-30Update for the change to hald_dbus_init(): don't get a DBusConnection fromJoe Shaw1-3/+3
2004-07-21Commit of first stab at callouts for shutdown; needs some more work. Now toDavid Zeuthen1-1/+68
2004-06-20Create $(LOCALSTATEDIR)/lib/halDavid Zeuthen1-0/+17
2004-06-01New file, policy for hal daemonDavid Zeuthen1-3/+3
2004-06-01New files, vendor and user specific configuration of the HAL daemonDavid Zeuthen1-32/+0
2004-04-27Remove a now completed TODO item.Joe Shaw1-4/+2
2004-04-26Print out to stderr instead of stdout.Joe Shaw1-1/+0
2004-04-21callouts seem to be a bit broken right now (segfaults my box etc.), soDavid Zeuthen1-3/+5
2004-04-21add property modified callout; change the action parameter to a tri-stateRobert Love1-0/+4
2004-04-03Merge hal-gobject-branch back to HEADDavid Zeuthen1-0/+316