hal ChangeLog,1.651,1.652
Kay Sievers
kay at freedesktop.org
Sun Oct 23 13:11:04 PDT 2005
- Previous message: hal/fdi/preprobe/10osvendor 10-ide-drives.fdi,1.1,1.2
- Next message: hal/volume_id Makefile.am, 1.7, 1.8 cramfs.c, 1.4, 1.5 cramfs.h, 1.2,
1.3 ext.c, 1.5, 1.6 ext.h, 1.2, 1.3 fat.c, 1.7, 1.8 fat.h, 1.2,
1.3 hfs.c, 1.5, 1.6 hfs.h, 1.2, 1.3 highpoint.c, 1.6,
1.7 highpoint.h, 1.3, 1.4 hpfs.c, 1.4, 1.5 hpfs.h, 1.2,
1.3 iso9660.c, 1.6, 1.7 iso9660.h, 1.2, 1.3 isw_raid.c, 1.4,
1.5 isw_raid.h, 1.2, 1.3 jfs.c, 1.5, 1.6 jfs.h, 1.2,
1.3 linux_raid.c, 1.6, 1.7 linux_raid.h, 1.2, 1.3 linux_swap.c,
1.5, 1.6 linux_swap.h, 1.2, 1.3 lsi_raid.c, 1.3,
1.4 lsi_raid.h, 1.2, 1.3 luks.c, 1.6, 1.7 luks.h, 1.3,
1.4 lvm.c, 1.6, 1.7 lvm.h, 1.2, 1.3 mac.c, 1.6, 1.7 mac.h, 1.2,
1.3 minix.c, 1.3, 1.4 minix.h, 1.2, 1.3 msdos.c, 1.5,
1.6 msdos.h, 1.2, 1.3 ntfs.c, 1.6, 1.7 ntfs.h, 1.2,
1.3 nvidia_raid.c, 1.3, 1.4 nvidia_raid.h, 1.2, 1.3 ocfs.c,
NONE, 1.1 ocfs.h, NONE, 1.1 ocfs2.c, 1.2, NONE ocfs2.h, 1.1,
NONE promise_raid.c, 1.3, 1.4 promise_raid.h, 1.2,
1.3 reiserfs.c, 1.7, 1.8 reiserfs.h, 1.2, 1.3 romfs.c, 1.5,
1.6 romfs.h, 1.2, 1.3 silicon_raid.c, 1.3, 1.4 silicon_raid.h,
1.2, 1.3 sysv.c, 1.5, 1.6 sysv.h, 1.2, 1.3 udf.c, 1.5,
1.6 udf.h, 1.2, 1.3 ufs.c, 1.5, 1.6 ufs.h, 1.2, 1.3 util.c,
1.7, 1.8 util.h, 1.7, 1.8 via_raid.c, 1.3, 1.4 via_raid.h, 1.2,
1.3 volume_id.c, 1.11, 1.12 volume_id.h, 1.10, 1.11 xfs.c, 1.5,
1.6 xfs.h, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv9113
Modified Files:
ChangeLog
Log Message:
2005-10-23 Kay Sievers <kay.sievers at vrfy.org>
volume_id version 52:
* volume_id/Makefile.am: add ocfs1 and vxfs
* volume_id/ext.c: (volume_id_probe_ext): Check for
valid block size, cause the signature is only 2 bytes long.
Also detect ext3 external journals and fsversion for ext fs's.
* volume_id/fat.c: (volume_id_probe_vfat): Detect invalid
formatted FAT32 volumes. mkdosfs can create fs layouts which
no sane formatting program would do.
* volume_id/ocfs.c: (volume_id_probe_ocfs1),
(volume_id_probe_ocfs2): Add ocfs1 and correct wrong probing
for ocfs2.
* volume_id/reiserfs.c: (volume_id_probe_reiserfs): Match
fs names with the kernel module names.
* volume_id/util.c: (volume_id_get_buffer): Use ssize to
catch returned error.
* volume_id/volume_id.c: (volume_id_probe_all): Probe for
ocfs1 and vxfs.
* volume_id/volume_id.h: Version 52.
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.651
retrieving revision 1.652
diff -u -d -r1.651 -r1.652
--- ChangeLog 21 Oct 2005 09:29:15 -0000 1.651
+++ ChangeLog 23 Oct 2005 20:10:59 -0000 1.652
@@ -1,3 +1,32 @@
+2005-10-23 Kay Sievers <kay.sievers at vrfy.org>
+
+ volume_id version 52:
+
+ * volume_id/Makefile.am: add ocfs1 and vxfs
+
+ * volume_id/ext.c: (volume_id_probe_ext): Check for
+ valid block size, cause the signature is only 2 bytes long.
+ Also detect ext3 external journals and fsversion for ext fs's.
+
+ * volume_id/fat.c: (volume_id_probe_vfat): Detect invalid
+ formatted FAT32 volumes. mkdosfs can create fs layouts which
+ no sane formatting program would do.
+
+ * volume_id/ocfs.c: (volume_id_probe_ocfs1),
+ (volume_id_probe_ocfs2): Add ocfs1 and correct wrong probing
+ for ocfs2.
+
+ * volume_id/reiserfs.c: (volume_id_probe_reiserfs): Match
+ fs names with the kernel module names.
+
+ * volume_id/util.c: (volume_id_get_buffer): Use ssize to
+ catch returned error.
+
+ * volume_id/volume_id.c: (volume_id_probe_all): Probe for
+ ocfs1 and vxfs.
+
+ * volume_id/volume_id.h: Version 52.
+
2005-10-21 Danny Kukawka <danny.kukawka at web.de>
* fdi/preprobe/10osvendor/10-ide-drives.fdi: removed no longer
- Previous message: hal/fdi/preprobe/10osvendor 10-ide-drives.fdi,1.1,1.2
- Next message: hal/volume_id Makefile.am, 1.7, 1.8 cramfs.c, 1.4, 1.5 cramfs.h, 1.2,
1.3 ext.c, 1.5, 1.6 ext.h, 1.2, 1.3 fat.c, 1.7, 1.8 fat.h, 1.2,
1.3 hfs.c, 1.5, 1.6 hfs.h, 1.2, 1.3 highpoint.c, 1.6,
1.7 highpoint.h, 1.3, 1.4 hpfs.c, 1.4, 1.5 hpfs.h, 1.2,
1.3 iso9660.c, 1.6, 1.7 iso9660.h, 1.2, 1.3 isw_raid.c, 1.4,
1.5 isw_raid.h, 1.2, 1.3 jfs.c, 1.5, 1.6 jfs.h, 1.2,
1.3 linux_raid.c, 1.6, 1.7 linux_raid.h, 1.2, 1.3 linux_swap.c,
1.5, 1.6 linux_swap.h, 1.2, 1.3 lsi_raid.c, 1.3,
1.4 lsi_raid.h, 1.2, 1.3 luks.c, 1.6, 1.7 luks.h, 1.3,
1.4 lvm.c, 1.6, 1.7 lvm.h, 1.2, 1.3 mac.c, 1.6, 1.7 mac.h, 1.2,
1.3 minix.c, 1.3, 1.4 minix.h, 1.2, 1.3 msdos.c, 1.5,
1.6 msdos.h, 1.2, 1.3 ntfs.c, 1.6, 1.7 ntfs.h, 1.2,
1.3 nvidia_raid.c, 1.3, 1.4 nvidia_raid.h, 1.2, 1.3 ocfs.c,
NONE, 1.1 ocfs.h, NONE, 1.1 ocfs2.c, 1.2, NONE ocfs2.h, 1.1,
NONE promise_raid.c, 1.3, 1.4 promise_raid.h, 1.2,
1.3 reiserfs.c, 1.7, 1.8 reiserfs.h, 1.2, 1.3 romfs.c, 1.5,
1.6 romfs.h, 1.2, 1.3 silicon_raid.c, 1.3, 1.4 silicon_raid.h,
1.2, 1.3 sysv.c, 1.5, 1.6 sysv.h, 1.2, 1.3 udf.c, 1.5,
1.6 udf.h, 1.2, 1.3 ufs.c, 1.5, 1.6 ufs.h, 1.2, 1.3 util.c,
1.7, 1.8 util.h, 1.7, 1.8 via_raid.c, 1.3, 1.4 via_raid.h, 1.2,
1.3 volume_id.c, 1.11, 1.12 volume_id.h, 1.10, 1.11 xfs.c, 1.5,
1.6 xfs.h, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the hal-commit
mailing list