1. 10 Apr, 2002 6 commits
  2. 08 Apr, 2002 2 commits
  3. 05 Apr, 2002 4 commits
  4. 02 Apr, 2002 4 commits
  5. 01 Apr, 2002 1 commit
  6. 28 Mar, 2002 4 commits
    • Matt Domsch's avatar
      [PATCH] IA-64 specific part of Matt's patch: · 95aa08a0
      Matt Domsch authored
      changes:
      * EFI_GUID macro defined per your suggestion - efi_guid_t is now a struct of
      char[16].  Fixed all GUID definitions.
      * Made one unified efi_guid_unparse() static inline in asm-ia64/efi.h.
      Removed three other definitions of similar in efivars.c and mca.c.
      * fixed endianness of fs/partitions/efi.c - thanks to Richard Hirst and his
      GPT work in Parted.
      * cleaned up find_valid_gpt() to make it easier to see what's going on and
      avoid future NULL ptr deref cases if this code gets modified yet again.
      * Only use partition table slots 0..max_p.  The previous behaviour would let
      you delete a partition in the middle of the table, and on next boot all the
      partition numbers above that would switch down.  This change makes it
      consistent with the MSDOS concept of primary partitions.  /dev/sdaX exists
      iff the partition type is not NULL.
      * Moved CONFIG_PARTITION_EFI help text to fs/partitions/Config.help
      95aa08a0
    • Steven Cole's avatar
      [PATCH] This patch adds 5 help texts to arch/ia64/Config.help. · 1088ca0a
      Steven Cole authored
      The texts were obtained from Eric S. Raymond's v2.97 Configure.help.
      1088ca0a
    • David Mosberger's avatar
    • David Mosberger's avatar
      arch/ia64/defconfig: · 465311ba
      David Mosberger authored
      	Update for v2.5.7.
      465311ba
  7. 27 Mar, 2002 3 commits
  8. 18 Mar, 2002 16 commits