Age | Commit message (Expand) | Author | Files | Lines |
2006-08-21 | move hald/linux2 to hald/linux and renamed backend | Danny Kukawka | 1 | -632/+0 |
2006-08-16 | cleanup includes in hald/linux2/* | Danny Kukawka | 1 | -29/+14 |
2006-07-28 | Check for the new suspend2 sysfs location. Advised by Nigel Cunningham, many ... | Richard | 1 | -0/+2 |
2006-05-21 | Fixed mapping of system.formfactor from smbios.chassis.type. Added a check | Danny Kukawka | 1 | -59/+64 |
2006-05-08 | * hald/linux2/osspec.c: (set_suspend_hibernate_keys): Depreciate the keys | Richard Hughes | 1 | -0/+6 |
2006-05-01 | getline() expects size_t; fix alignment warning | Kay Sievers | 1 | -1/+1 |
2006-02-13 | fix mapping system.formfactor from smbios | Danny Kukawka | 1 | -2/+2 |
2006-02-12 | Attempt to use volume.mount_point if we cannot find | David Zeuthen | 1 | -0/+2 |
2006-01-24 | Increase udev event buffer size, cause some MODALIAS strings are getting | Kay Sievers | 1 | -1/+1 |
2006-01-23 | Remove drive_id and use the udev provided data for block device serial | Kay Sievers | 1 | -48/+66 |
2006-01-21 | Remove hotplug helper and depend on udev passing events over a socket. | Kay Sievers | 1 | -120/+1 |
2006-01-21 | Great patch from Sjoerd Simons <sjoerd@luon.net>: As most people probably | David Zeuthen | 1 | -11/+12 |
2006-01-12 | Fixed compiler warnings if compile with flag warn_unused_result. | Danny Kukawka | 1 | -1/+3 |
2005-12-08 | Kernel 2.6.15 will have a poll()'able /proc/mounts file, which tells us | Kay Sievers | 1 | -152/+25 |
2005-12-05 | Detect "Software Suspend 2" and set power_management.can_hibernate if | Richard Hughes | 1 | -0/+8 |
2005-12-02 | Add the new keys power_management.can_suspend and | Richard Hughes | 1 | -1/+42 |
2005-11-15 | Listen to socket: /org/freedesktop/hal/udev_event Udev will pass all data | Kay Sievers | 1 | -14/+184 |
2005-11-09 | fixed compiler warning | Danny Kukawka | 1 | -1/+0 |
2005-11-02 | changed compute system.product to prevent adding "Not Specified" from | Danny Kukawka | 1 | -2/+7 |
2005-11-02 | Update to Academic Free License 2.1. Also fix all C source and header | David Zeuthen | 1 | -1/+1 |
2005-10-31 | Look at all netlink messages, not just the first one. Patch from Jon | David Zeuthen | 1 | -27/+24 |
2005-10-25 | Check if there is a battery bay and/or a LID button to verify if the | Danny Kukawka | 1 | -1/+3 |
2005-09-27 | Replace kernel-style datatypes (like _u8 and __s16) with their appropriate | Richard Hughes | 1 | -1/+1 |
2005-07-29 | The FSF moved to a new address, so I updated all license headers and the | David Zeuthen | 1 | -1/+1 |
2005-07-26 | This is a patch (against CVS) to fix several compiler warnings with gcc | David Zeuthen | 1 | -1/+1 |
2005-06-27 | Patch-set from Cornelia Huck <cohuck@de.ibm.com>. I've been working on | David Zeuthen | 1 | -6/+16 |
2005-06-23 | Patch from Alvaro Lopez Ortega <alvaro@sun.com> to add an empty Solaris | David Zeuthen | 1 | -0/+46 |
2005-04-27 | Remove prototype for the function hal_util_get_device_file(). | David Zeuthen | 1 | -104/+0 |
2005-03-16 | Replace boolean action type of hotplug event with enum, cause hotplug | Kay Sievers | 1 | -2/+2 |
2005-03-13 | Bah, I still need to update the spec for all the new stuff; until then, | David Zeuthen | 1 | -3/+111 |
2005-02-28 | Played around with Valgrind on this slow Sunday :-). Before this patch | David Zeuthen | 1 | -2/+0 |
2005-02-25 | Finally got around to implementing the bit that made the parent wait for | David Zeuthen | 1 | -0/+7 |
2005-02-25 | Remove this function | David Zeuthen | 1 | -5/+0 |
2005-02-24 | Fix a few things to get 'make distcheck' to succeed. | David Zeuthen | 1 | -1/+1 |
2005-02-24 | Removed | David Zeuthen | 1 | -4/+4 |
2005-02-23 | Use kernel events layer instead of D_NOTIFY on /etc/mtab. Yay! | David Zeuthen | 1 | -60/+18 |
2005-02-22 | Send changes as an array to ensure that PropertyModified signal always has | David Zeuthen | 1 | -1/+3 |
2005-02-22 | Small fix for the kobject_uevent stuff | David Zeuthen | 1 | -1/+1 |
2005-02-14 | Require dbus >= 0.30 | David Zeuthen | 1 | -0/+79 |
2005-02-10 | Must have been a typo by Kay, changed from VOLUME_ID_DISKLABEL to | David Zeuthen | 1 | -0/+60 |
2005-02-09 | Return hal_proc_path, not hal_sysfs_path. | David Zeuthen | 1 | -1/+1 |
2005-02-08 | Moved to here from ../util.c (get_hal_sysfs_path): New function | David Zeuthen | 1 | -0/+174 |
2005-02-08 | Do not care about link detection, NM and other tools are going to do this | David Zeuthen | 1 | -217/+1 |
2005-02-08 | Update to include a few more paths | David Zeuthen | 1 | -8/+17 |
2005-02-03 | New files | David Zeuthen | 1 | -4/+10 |
2005-02-03 | New files | David Zeuthen | 1 | -2/+6 |
2005-02-02 | Adjust for changes in hotplug.h. (osspec_device_rescan): New function | David Zeuthen | 1 | -12/+25 |
2005-02-01 | This is largely based on this patch | David Zeuthen | 1 | -0/+5 |
2005-01-26 | New function. (netlink_socket_data): New function (osspec_init): Listen to | David Zeuthen | 1 | -6/+240 |
2005-01-25 | Add HAL_INFO's around coldplug event synthesization so we can see how long | David Zeuthen | 1 | -0/+2 |