2009-04-10 Vladimir Serbinenko <phcoder@gmail.com>
UFS improvements * fs/ufs.c (INODE_NBLOCKS): new definition (struct grub_ufs_dirent): added fields for non-BSD dirents (grub_ufs_get_file_block): fixed double indirect handling (grub_ufs_lookup_symlink): use more robust way to determine whether symlink is inline (grub_ufs_find_file): support for non-BSD dirents (grub_ufs_dir): support for non-BSD dirents
This commit is contained in:
parent
e7e6862a4c
commit
6df8cc7614
2 changed files with 42 additions and 13 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2009-04-10 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
UFS improvements
|
||||
|
||||
* fs/ufs.c (INODE_NBLOCKS): new definition
|
||||
(struct grub_ufs_dirent): added fields for non-BSD dirents
|
||||
(grub_ufs_get_file_block): fixed double indirect handling
|
||||
(grub_ufs_lookup_symlink): use more robust way to determine whether
|
||||
symlink is inline
|
||||
(grub_ufs_find_file): support for non-BSD dirents
|
||||
(grub_ufs_dir): support for non-BSD dirents
|
||||
|
||||
2009-04-10 Bean <bean123ch@gnail.com>
|
||||
|
||||
* include/grub/efi/api.h (grub_efi_configuration_table): Add packed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue