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.
This commit is contained in:
parent
42b2a706bf
commit
5825b3794b
4 changed files with 962 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
2011-10-30 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
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 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub-fstest.c (cmd_cp): Clarify error message.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue