summaryrefslogtreecommitdiff
path: root/hald
AgeCommit message (Expand)AuthorFilesLines
2009-11-26added breaks to detection of storage.bus for ccw, vio and pciDanny Kukawka1-0/+3
2009-11-09Fix build failures with binutils-goldMichael Biebl1-6/+6
2009-11-05Fix a crasher in hal_util_get_last_elementMichael Biebl1-0/+4
2009-09-25fix if/else block to find storage busDanny Kukawka1-3/+1
2009-09-25fixed indentationDanny Kukawka1-47/+46
2009-09-17generalize keyboard detection code for FreeBSDAurelien Jarno5-25/+25
2009-09-17Fix build failure on GNU/kFreeBSDAurelien Jarno1-1/+1
2009-09-17Remove the 512 byte limit for PATH in hald.cMaciej Grela1-15/+8
2009-08-19fix DBusError handling and a memory leakJoe Marcus Clarke1-2/+8
2009-08-19ignore probe devicesJoe Marcus Clarke1-1/+1
2009-08-18update time handling functionsJoe Marcus Clarke2-19/+27
2009-08-18add locking support to the storage addonJoe Marcus Clarke1-35/+211
2009-08-18add missing LDADD and CFLAGS for addon-mouse.cJoe Marcus Clarke1-0/+2
2009-08-18add support for polling of mouse devicesJoe Marcus Clarke2-1/+378
2009-08-18add support for newer GEOM typesJoe Marcus Clarke1-15/+81
2009-08-18add support for Fuse mountsJoe Marcus Clarke1-3/+69
2009-08-18add support for mouse device probingJoe Marcus Clarke2-3/+342
2009-08-18add USB2 supportJoe Marcus Clarke1-0/+14
2009-08-18fix a problem building the FreeBSD backendJoe Marcus Clarke1-4/+5
2009-08-18fix support for power and brightness managementJoe Marcus Clarke1-10/+30
2009-08-18add USB2 supportJoe Marcus Clarke2-0/+324
2009-08-18add some missing storage propertiesJoe Marcus Clarke1-1/+22
2009-08-18add support for reading ufsidsJoe Marcus Clarke1-1/+41
2009-08-18add USB2 support to the FreeBSD backendJoe Marcus Clarke9-54/+487
2009-08-07don't remove scsi_host if there are still targets using itArnout Vandecappelle1-0/+16
2009-08-06add a check for leds.num_levels to addon-leds.cDanny Kukawka1-1/+9
2009-08-06always set leds.num_levels since it's mandatoryDanny Kukawka1-2/+2
2009-08-06add keyboard_backlight.* and *.num_levels to led classDanny Kukawka1-4/+20
2009-08-05adopted version of commit 122e41a10 to fix docking stationsDanny Kukawka1-7/+76
2009-08-02fix DBusError handling in freebsd codeDanny Kukawka2-4/+2
2009-08-02fix memory leak due to usage of g_strdup()Danny Kukawka1-0/+1
2009-08-02fix memory leak in acpi_button_add() in error caseDanny Kukawka1-0/+1
2009-08-02add hald/valgrind.log to .gitignoreDanny Kukawka1-0/+1
2009-08-02fix memory leaks due to usage of g_path_get_basename()Danny Kukawka2-9/+7
2009-08-02changed valgrind-hald.sh to write a logfileDanny Kukawka1-1/+2
2009-08-02changed massif-hald.sh to work the same way as run-hald.shDanny Kukawka1-7/+28
2009-08-01handle keyboard backlight leds via org.freedesktop.Hal.Device.KeyboardBacklightDanny Kukawka1-8/+36
2009-08-01fix hotplug_event_process_queue() to get reprobe workingDanny Kukawka1-4/+51
2009-08-01extend debug message in device_reprobe()Danny Kukawka1-1/+1
2009-07-30fix commit 141ca8cd7b768ddefa1bfaa563cbef4337e32b7cDanny Kukawka1-1/+1
2009-07-30Merge branch 'master' of ssh://dkukawka@git.freedesktop.org/git/halDanny Kukawka3-4/+5
2009-07-29Fix a segfault in the mdraid code -- see rh#507782 for more infoMartin Poole1-2/+3
2009-07-29fix a misleading warning in ondemand_set_consider_nice()Michael Biebl1-1/+1
2009-07-26Make libhald_freebsd_probe.la a noinst library.Michael Biebl1-1/+1
2009-07-24fix DBusError handling in linux addon directoryDanny Kukawka17-128/+360
2009-07-24remove action_parameters from DBus XML for IsCallerPrivilegedC. Scott Ananian1-1/+0
2009-07-24read brightness from actual_brightness and not from brightnessJohannes Hessellund1-1/+1
2009-07-24replace deprecated g_strcasecmp() with g_ascii_strcasecmp()Danny Kukawka2-3/+3
2009-07-24replace another deprecated g_basename() with g_path_get_basename()Danny Kukawka1-2/+5
2009-07-23replace deprecated g_basename() with g_path_get_basename()Danny Kukawka5-19/+47