Add filesystem mtime to AFFS.
* grub-core/fs/affs.c (grub_affs_file): Make type unsigned. (aftime2ctime): New function. (grub_affs_dir): Use aftime2ctime. (grub_affs_label): Fix return value. (grub_affs_mtime): New function. (grub_affs_fs): Add mtime.
This commit is contained in:
parent
e87b10f5d6
commit
d20fab8471
2 changed files with 59 additions and 6 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2012-05-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Add filesystem mtime to AFFS.
|
||||
|
||||
* grub-core/fs/affs.c (grub_affs_file): Make type unsigned.
|
||||
(aftime2ctime): New function.
|
||||
(grub_affs_dir): Use aftime2ctime.
|
||||
(grub_affs_label): Fix return value.
|
||||
(grub_affs_mtime): New function.
|
||||
(grub_affs_fs): Add mtime.
|
||||
|
||||
2012-05-07 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/fs/affs.c (grub_affs_read_symlink): Convert latin1 into
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue