]> git.proxmox.com Git - grub2.git/history - grub-core/fs/bfs.c
Add gcc_struct to all packed structures when compiling with mingw.
[grub2.git] / grub-core / fs / bfs.c
2013-12-15 Vladimir Serbinenko Add gcc_struct to all packed structures when compiling...
2013-10-20 Vladimir 'phcoder... * grub-core/fs/bfs.c: Remove variable length arrays...
2013-02-27 Colin Watson Remove nested functions from disk and file read hooks.
2013-01-21 Colin WatsonRemove nested functions from filesystem directory itera...
2012-05-27 Vladimir 'phcoder... * grub-core/fs/bfs.c (iterate_in_b_tree): Add missing...
2012-05-12 Vladimir 'phcoder... * grub-core/fs/bfs.c (find_in_b_tree) [MODE_AFS]:...
2012-05-12 Vladimir 'phcoder... * grub-core/fs/bfs.c (mount): Improve filesystem detec...
2012-05-06 Vladimir 'phcoder... * grub-core/fs/bfs.c (read_bfs_file): Fix overflow...
2012-05-04 Vladimir 'phcoder... * grub-core/fs/bfs.c (bfs_strcmp) [MODE_AFS]: Use...
2012-05-03 Vladimir 'phcoder... Fix B-tree search in BFS, especially in presence of...
2012-04-07 Vladimir 'phcoder... * grub-core/commands/usbtest.c (usb_print_str): Silenc...
2012-02-27 Colin Watson * include/grub/partition.h (grub_partition_map): Chang...
2012-02-27 Vladimir 'phcoder... * util/grub-install.in: Clarify strings.
2012-02-26 Vladimir 'phcoder... Remove prio_list.
2012-02-18 Vladimir 'phcoder... merge mainline into gdb
2012-02-12 Vladimir 'phcoder... Improve string. Gettextize.
2012-02-08 Vladimir 'phcoder... Improve gettext support. Stylistic fixes and error...
2012-02-01 Vladimir 'phcoder... merge mainline into cbi
2012-02-01 Vladimir 'phcoder... merge mainline into ehci
2011-12-23 Vladimir 'phcoder... merge mainline into hints
2011-12-15 Vladimir 'phcoder... Remerge net branch
2011-12-15 Vladimir 'phcoder... merge mainline into net
2011-11-14 Vladimir 'phcoder... merge mainline into backtrace
2011-11-13 Vladimir 'phcoder... Merge mainline into plan9
2011-11-12 Vladimir 'phcoder... Move grub_chainloader_real_boot out of the kernel.
2011-11-08 Vladimir 'phcoder... Merge mainline into fuse
2011-10-30 Vladimir 'phcoder... Leverage BFS implementation to read AFS.
2011-10-30 Vladimir 'phcoder... Fix a mistake in previous commit
2011-10-30 Vladimir 'phcoder... * grub-core/fs/bfs.c: MAcroify and add some necessary...
2011-10-30 Vladimir 'phcoder... * grub-core/fs/bfs.c: Run indent.
2011-10-30 Vladimir 'phcoder... BFS implementation based on the specification.