commit-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[2015] 2009-03-04 Felix Zielcke <address@hidden>


From: Felix Zielcke
Subject: [2015] 2009-03-04 Felix Zielcke <address@hidden>
Date: Wed, 04 Mar 2009 12:45:41 +0000

Revision: 2015
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2015
Author:   fzielcke
Date:     2009-03-04 12:45:41 +0000 (Wed, 04 Mar 2009)
Log Message:
-----------
2009-03-04  Felix Zielcke  <address@hidden>

        * partmap/pc.c (pc_partition_map_iterate): Skip over invalid BSD 
partitions
        or if there's no space for the disk label and print the partition 
number on a
        invalid magic.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/partmap/pc.c

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog       2009-03-04 12:44:18 UTC (rev 2014)
+++ trunk/grub2/ChangeLog       2009-03-04 12:45:41 UTC (rev 2015)
@@ -1,5 +1,11 @@
 2009-03-04  Felix Zielcke  <address@hidden>
 
+       * partmap/pc.c (pc_partition_map_iterate): Skip over invalid BSD 
partitions
+       or if there's no space for the disk label and print the partition 
number on a
+       invalid magic.
+
+2009-03-04  Felix Zielcke  <address@hidden>
+
        * util/misc.c: Include <time.h>.
        (grub_millisleep): New function.
 

Modified: trunk/grub2/partmap/pc.c
===================================================================
--- trunk/grub2/partmap/pc.c    2009-03-04 12:44:18 UTC (rev 2014)
+++ trunk/grub2/partmap/pc.c    2009-03-04 12:45:41 UTC (rev 2015)
@@ -1,7 +1,7 @@
 /* pc.c - Read PC style partition tables.  */
 /*
  *  GRUB  --  GRand Unified Bootloader
- *  Copyright (C) 2002,2004,2005,2006,2007,2008  Free Software Foundation, Inc.
+ *  Copyright (C) 2002,2004,2005,2006,2007,2008,2009  Free Software 
Foundation, Inc.
  *
  *  GRUB is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by





reply via email to

[Prev in Thread] Current Thread [Next in Thread]