Hello.
This is the V2 of the series to enable bigtime feature for XFS driver.
This is exactly the same patches as before, just the patches's subjects had been
changed according to Javier'r review on the original version. By adding the
proper prefixes to both patches.
This series enable grub's x
XFS filesystem now supports bigtime feature, to overcome y2038 problem.
This patch makes grub able to support xfs filesystems with this feature
enabled.
xfs counter for bigtime enable timestamps starts on 0, which translates
to INT32_MIN (Dec 31 20:45:52 UTC 1901) in the legacy timestamps. The
con
Some filesystems nowadays uses 64bit types for timestamps, so, update
grub_dirhook_info struct to use an int64 type to store mtime. This also
updates grub_unixtime2datetime() to receive a 64-bit timestamp
argument and do 64bit-safe divisions.
All the remaining conversion from 32 to 64 should be sa
On Tue, Apr 13, 2021 at 12:13:02PM +0800, Michael Chang via Grub-devel wrote:
> On Mon, Apr 12, 2021 at 03:15:53PM +0200, Daniel Kiper wrote:
> > On Fri, Mar 26, 2021 at 06:01:01PM +0100, Daniel Kiper wrote:
> > > On Wed, Mar 24, 2021 at 12:44:52PM +0800, Michael Chang via Grub-devel
> > > wrote:
This is an additional fix which has been missing from the commit 837fe48de
(i18n: Format large integers before the translation message).
Signed-off-by: Daniel Kiper
---
grub-core/kern/efi/mm.c | 10 +++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/grub-core/kern/efi/mm.c
Hey,
As in subject...
Daniel
docs/grub-dev.texi| 2 +-
docs/grub.texi| 4 +++-
grub-core/commands/ls.c | 2 +-
grub-core/commands/terminal.c | 10 +-
grub-core/kern/efi/mm.c | 10 +++---
grub-core/term/terminfo.c | 4 ++--
6 files chan
Signed-off-by: Daniel Kiper
---
grub-core/commands/ls.c | 2 +-
grub-core/commands/terminal.c | 10 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/grub-core/commands/ls.c b/grub-core/commands/ls.c
index 326d2d6b4..8e98c73cc 100644
--- a/grub-core/commands/ls.c
++
Additionally, fix the terminfo spelling mistake in
the GRUB development documentation.
Signed-off-by: Daniel Kiper
---
docs/grub-dev.texi| 2 +-
docs/grub.texi| 4 +++-
grub-core/term/terminfo.c | 4 ++--
3 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/docs/gru