hal ChangeLog,1.426,1.427

David Zeuthen david at freedesktop.org
Tue Feb 22 19:03:14 PST 2005


Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv15911

Modified Files:
	ChangeLog 
Log Message:
2005-02-22  David Zeuthen  <davidz at redhat.com>

	* hald/linux2/osspec.c: Use kernel events layer instead of D_NOTIFY
	on /etc/mtab. Yay!

	* hald/linux2/blockdev.c (update_mount_point): Use /proc/mounts as
	we're now using the kernel events layer to get mount/umount signals
	rather than waiting for /etc/mtab to be changed. Otherwise we've
	would have a race with mount(1). Add some usable debug information.
	(blockdev_mount_status_changed): Renamed from blockdev_mtab_changed.

	* hald/hald_dbus.c (device_send_signal_property_modified): Yikes,
	append to the right iterator; fixes segfault



Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.426
retrieving revision 1.427
diff -u -d -r1.426 -r1.427
--- ChangeLog	22 Feb 2005 22:00:45 -0000	1.426
+++ ChangeLog	23 Feb 2005 03:03:12 -0000	1.427
@@ -1,5 +1,19 @@
 2005-02-22  David Zeuthen  <davidz at redhat.com>
 
+	* hald/linux2/osspec.c: Use kernel events layer instead of D_NOTIFY
+	on /etc/mtab. Yay!
+
+	* hald/linux2/blockdev.c (update_mount_point): Use /proc/mounts as
+	we're now using the kernel events layer to get mount/umount signals
+	rather than waiting for /etc/mtab to be changed. Otherwise we've
+	would have a race with mount(1). Add some usable debug information.
+	(blockdev_mount_status_changed): Renamed from blockdev_mtab_changed.
+
+	* hald/hald_dbus.c (device_send_signal_property_modified): Yikes,
+	append to the right iterator; fixes segfault
+
+2005-02-22  David Zeuthen  <davidz at redhat.com>
+
 	* libhal/libhal.c: Patch from John (J5) Palmieri
 	<johnp at redhat.com>. Most libhal methods now require an additional
 	DBusError pointer to be passed into the method.  Sometimes errors




More information about the hal-commit mailing list