]> git.ipfire.org Git - thirdparty/grub.git/commit
BFS implementation based on the specification.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 30 Oct 2011 12:25:51 +0000 (13:25 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 30 Oct 2011 12:25:51 +0000 (13:25 +0100)
commit5825b3794be953aa1b5e2ec564e38713ca59418f
treebd386415189d271c65b27094afe387d5ba66354e
parent42b2a706bf071a47d20af08389d1ea3f917f2691
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.
ChangeLog
Makefile.util.def
grub-core/Makefile.core.def
grub-core/fs/bfs.c [new file with mode: 0644]