hal/hald/linux Makefile.am, 1.1, NONE block_class_device.c, 1.88,
NONE bus_device.c, 1.20, NONE bus_device.h, 1.9,
NONE class_device.c, 1.30, NONE class_device.h, 1.12,
NONE common.c, 1.16, NONE common.h, 1.11, NONE hald_helper.h,
1.6, NONE ide_bus_device.c, 1.8, NONE ide_host_bus_device.c,
1.9, NONE ieee1394_class_device.c, 1.4,
NONE ieee1394_host_class_device.c, 1.5,
NONE ieee1394_node_class_device.c, 1.6,
NONE input_class_device.c, 1.11, NONE linux_dvd_rw_utils.c,
1.8, NONE linux_dvd_rw_utils.h, 1.6, NONE macio_bus_device.c,
1.4, NONE multimedia_class_device.c, 1.2,
NONE net_class_device.c, 1.22, NONE osspec.c, 1.54,
NONE pci_bus_device.c, 1.9, NONE pcmcia_cs.h, 1.1,
NONE pcmcia_socket_class_device.c, 1.4, NONE pcmcia_utils.c,
1.2, NONE pcmcia_utils.h, 1.1, NONE platform_bus_device.c, 1.7,
NONE printer_class_device.c, 1.10, NONE scsi_bus_device.c, 1.1,
NONE scsi_generic_class_device.c, 1.4,
NONE scsi_host_class_device.c, 1.10,
NONE serial_class_device.c, 1.1, NONE usb_bus_device.c, 1.15,
NONE usb_serial_bus_device.c, 1.1, NONE usbif_bus_device.c,
1.9, NONE
David Zeuthen
david at freedesktop.org
Tue Jan 18 11:48:15 PST 2005
- Previous message: hal/libhal libhal.c,1.32,1.33
- Next message: hal/hald/linux2 Makefile.am, NONE, 1.1 blockdev.c, NONE,
1.1 blockdev.h, NONE, 1.1 classdev.c, NONE, 1.1 classdev.h,
NONE, 1.1 coldplug.c, NONE, 1.1 coldplug.h, NONE,
1.1 hotplug.c, NONE, 1.1 hotplug.h, NONE, 1.1 hotplug_helper.h,
NONE, 1.1 ids.c, NONE, 1.1 ids.h, NONE, 1.1 osspec.c, NONE,
1.1 physdev.c, NONE, 1.1 physdev.h, NONE, 1.1 util.c, NONE,
1.1 util.h, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/hal/hal/hald/linux
In directory gabe:/tmp/cvs-serv19239/hald/linux
Removed Files:
Makefile.am block_class_device.c bus_device.c bus_device.h
class_device.c class_device.h common.c common.h hald_helper.h
ide_bus_device.c ide_host_bus_device.c ieee1394_class_device.c
ieee1394_host_class_device.c ieee1394_node_class_device.c
input_class_device.c linux_dvd_rw_utils.c linux_dvd_rw_utils.h
macio_bus_device.c multimedia_class_device.c
net_class_device.c osspec.c pci_bus_device.c pcmcia_cs.h
pcmcia_socket_class_device.c pcmcia_utils.c pcmcia_utils.h
platform_bus_device.c printer_class_device.c scsi_bus_device.c
scsi_generic_class_device.c scsi_host_class_device.c
serial_class_device.c usb_bus_device.c usb_serial_bus_device.c
usbif_bus_device.c
Log Message:
2005-01-18 David Zeuthen <david at fubar.dk>
* tools/linux/Makefile.am: Remove hal.dev build rules
* tools/linux/hal_dev.c: Remove
* configure.in: Set linux2 as the default backend
* hald/linux: Remove all files here as they will get reimplemented
in hald/linux2
* hald/linux2: Add a bunch of new files
* hald/linux2/probing: Add some new files
2005-01-18 David Zeuthen <davidz at redhat.com>
Merge some more changes from the stable branch (except those
in hald/linux and doc/spec)
2005-01-12 David Zeuthen <davidz at redhat.com>
* hald/callout.c (callout_timeout_handler): Be tough and kill
the misbehaving child the hard way - suggestion from Joe Shaw.
2005-01-12 David Zeuthen <davidz at redhat.com>
* hald/linux/osspec.c (HOTPLUG_TIMEOUT): Increase to 25 seconds
to better cope with callouts timeout of 10 seconds
* hald/callout.c (iochn_data): Cope with callouts terminating
and free timeout handler
(callout_timeout_handler): New function; kill callouts if they
time out
(process_next_callout): Setup timeout for callouts - set to
ten seconds
2005-01-11 David Zeuthen <davidz at redhat.com>
* hald/callout.c: Simplify a lot more by demanding that callouts
are run sequentially - which they are anyway since everything is
serialized. Make a mental note to review and stress test this in
the morning.
2005-01-11 David Zeuthen <davidz at redhat.com>
* hald/callout.c: Fix some craziness adding an idle handler for
detecting when callouts complete - fixes bug on my new AMD64
system with device add/remove prior to completion of callouts -
one visible effect was that fstab-sync was crashing since it
couldn't retrieve the block.device device as the device was
removed prior to the completion of the callout
2005-01-07 David Zeuthen <davidz at redhat.com>
* fdi/20freedesktop/ide-drives.fdi: Also check IDE floppies for whether
they are Zip drives
2005-01-07 Joe Shaw <joeshaw at novell.com>
* configure.in: Check for popt when building fstab-sync and error
out if it's not found.
* tools/Makefile.am: Build fstab-sync conditionally based on
whether --enable-fstab-sync is passed in.
2005-01-06 David Zeuthen <davidz at redhat.com>
* libhal/libhal.c (hal_device_query_capability): Patch from Tim
Müller <t.i.m at zen.co.uk>. The attached patch fixes a small memory
leak in libhal's hal_device_query_capability().
2005-01-03 David Zeuthen <davidz at redhat.com>
* configure.in: Added it to ALL_LINGUAS
* po/it.po: Italien translation from Pier Luigi Fiorini
<pierluigi.fiorini at mockup.org>
2004-12-15 David Zeuthen <davidz at redhat.com>
* fdi/20freedesktop/usb-zip-drives.fdi: Only match on actual
harddisks to avoid wrong detection of e.g. "Iomega ZipCD 650 USB CDRW"
drives (Red Hat bug #143834)
* fdi/20freedesktop/ide-drives.fdi: ditto
--- Makefile.am DELETED ---
--- block_class_device.c DELETED ---
--- bus_device.c DELETED ---
--- bus_device.h DELETED ---
--- class_device.c DELETED ---
--- class_device.h DELETED ---
--- common.c DELETED ---
--- common.h DELETED ---
--- hald_helper.h DELETED ---
--- ide_bus_device.c DELETED ---
--- ide_host_bus_device.c DELETED ---
--- ieee1394_class_device.c DELETED ---
--- ieee1394_host_class_device.c DELETED ---
--- ieee1394_node_class_device.c DELETED ---
--- input_class_device.c DELETED ---
--- linux_dvd_rw_utils.c DELETED ---
--- linux_dvd_rw_utils.h DELETED ---
--- macio_bus_device.c DELETED ---
--- multimedia_class_device.c DELETED ---
--- net_class_device.c DELETED ---
--- osspec.c DELETED ---
--- pci_bus_device.c DELETED ---
--- pcmcia_cs.h DELETED ---
--- pcmcia_socket_class_device.c DELETED ---
--- pcmcia_utils.c DELETED ---
--- pcmcia_utils.h DELETED ---
--- platform_bus_device.c DELETED ---
--- printer_class_device.c DELETED ---
--- scsi_bus_device.c DELETED ---
--- scsi_generic_class_device.c DELETED ---
--- scsi_host_class_device.c DELETED ---
--- serial_class_device.c DELETED ---
--- usb_bus_device.c DELETED ---
--- usb_serial_bus_device.c DELETED ---
--- usbif_bus_device.c DELETED ---
- Previous message: hal/libhal libhal.c,1.32,1.33
- Next message: hal/hald/linux2 Makefile.am, NONE, 1.1 blockdev.c, NONE,
1.1 blockdev.h, NONE, 1.1 classdev.c, NONE, 1.1 classdev.h,
NONE, 1.1 coldplug.c, NONE, 1.1 coldplug.h, NONE,
1.1 hotplug.c, NONE, 1.1 hotplug.h, NONE, 1.1 hotplug_helper.h,
NONE, 1.1 ids.c, NONE, 1.1 ids.h, NONE, 1.1 osspec.c, NONE,
1.1 physdev.c, NONE, 1.1 physdev.h, NONE, 1.1 util.c, NONE,
1.1 util.h, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the hal-commit
mailing list