proski
|
136d9f8283
|
2009-04-27 Pavel Roskin <proski@gnu.org>
* disk/fs_uuid.c (grub_fs_uuid_open): Allocate memory to copy
parent's partition, don't copy it by reference, as it gets freed
on close.
|
2009-04-28 13:14:20 +00:00 |
davem
|
ac20caff54
|
* disk/fs_uuid.c (grub_fs_uuid_close): Call grub_disk_close()
on disk->data.
|
2009-04-24 12:05:14 +00:00 |
proski
|
d72521b377
|
2009-01-27 Pavel Roskin <proski@gnu.org>
* disk/fs_uuid.c (search_fs_uuid): Ignore case of the UUID.
|
2009-01-28 02:19:07 +00:00 |
proski
|
bf1835b13c
|
2008-07-01 Pavel Roskin <proski@gnu.org>
* disk/fs_uuid.c (search_fs_uuid): Correctly increment count.
|
2008-07-02 01:07:37 +00:00 |
robertmh
|
aebe3d13bb
|
2008-06-26 Robert Millan <rmh@aybabtu.com>
* disk/fs_uuid.c: New file.
* conf/common.rmk (pkglib_MODULES): Add `fs_uuid.mod'.
(fs_uuid_mod_SOURCES, fs_uuid_mod_CFLAGS)
(fs_uuid_mod_LDFLAGS): New variables.
* include/grub/disk.h (grub_disk_dev_id): Add
`GRUB_DISK_DEVICE_UUID_ID'.
* kern/disk.c (grub_disk_dev_iterate): Allow disk devices not to
implement iterate().
|
2008-06-26 14:26:07 +00:00 |