Vladimir 'phcoder' Serbinenko
|
9da59c3275
|
* grub-core/fs/bfs.c (iterate_in_b_tree): Add missing NESTED_FUNC_ATTR.
(grub_bfs_dir): Likewise.
|
2012-05-27 15:31:54 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
38c8ee20ca
|
* grub-core/fs/bfs.c (find_in_b_tree) [MODE_AFS]: Fix handling of exact
match in inner node.
|
2012-05-12 13:35:58 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
2e57f28fc7
|
* grub-core/fs/bfs.c (mount): Improve filesystem detection reliability.
* grub-core/fs/ext2.c (grub_ext2_mount): Likewise.
* grub-core/fs/hfs.c (grub_hfs_mount): Likewise.
* grub-core/fs/hfsplus.c (grub_hfsplus_mount): Likewise.
* grub-core/fs/jfs.c (grub_jfs_mount): Likewise.
* grub-core/fs/minix.c (grub_minix_mount): Likewise.
* grub-core/fs/ntfs.c (grub_ntfs_mount): Likewise.
* grub-core/fs/romfs.c (grub_romfs_mount): Likewise.
* grub-core/fs/xfs.c (grub_xfs_mount): Likewise.
|
2012-05-12 13:31:05 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
24e9a854b8
|
* grub-core/fs/bfs.c (read_bfs_file): Fix overflow with over 2TiB
filesystems.
|
2012-05-06 16:20:55 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
0a308f64e9
|
* grub-core/fs/bfs.c (bfs_strcmp) [MODE_AFS]: Use signed comparison.
|
2012-05-04 10:52:26 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
aa01499d05
|
Fix B-tree search in BFS, especially in presence of non-ASCII
characters.
* grub-core/fs/bfs.c (bfs_strcmp): New function.
(find_in_b_tree): Use standard bsearch + btree algorithm.
|
2012-05-03 20:29:10 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
491c57a815
|
* grub-core/commands/usbtest.c (usb_print_str): Silence spurious
warning.
|
2012-04-07 20:03:38 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
e1e49678b9
|
* util/grub-install.in: Clarify strings.
Fix source dir check.
|
2012-02-27 21:36:58 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
d61386e21d
|
Improve string. Gettextize.
|
2012-02-12 15:25:25 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
9c4b5c13e6
|
Improve gettext support. Stylistic fixes and error handling fixes while
on it.
|
2012-02-08 19:26:01 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
eb0b6b45f3
|
Leverage BFS implementation to read AFS.
* Makefile.util.def (libgrubmods): Add afs.c.
* grub-core/Makefile.core.def (afs): New module
* grub-core/fs/afs.c: New file.
* grub-core/fs/bfs.c [MODE_AFS]: Adapt for AFS.
|
2011-10-30 16:10:18 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
80f9f81424
|
Fix a mistake in previous commit
|
2011-10-30 14:25:53 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
785ab8c760
|
* grub-core/fs/bfs.c: MAcroify and add some necessary sanity checks.
|
2011-10-30 14:17:44 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
c4a1628f67
|
* grub-core/fs/bfs.c: Run indent.
|
2011-10-30 13:27:53 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
5825b3794b
|
BFS implementation based on the specification.
* grub-core/fs/bfs.c: New file.
* Makefile.util.def (libgrubmods): Add bfs.c.
* grub-core/Makefile.core.def (bfs): New module.
|
2011-10-30 13:25:51 +01:00 |
|