~ubuntu-branches/debian/sid/grub2/sid-200907171838

« back to all changes in this revision

Viewing changes to DISTLIST

  • Committer: Bazaar Package Importer
  • Author(s): Robert Millan
  • Date: 2008-01-28 00:01:11 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128000111-qolpe0u4qkf0xccc
Tags: 1.95+20080128-1
* New CVS snapshot.
  - Fixes bogus CLAIM problems on Apple firmware.  (Closes: #449135, #422729)
  - grub-probe performs sanity checks to make sure our filesystem drivers
    are usable.  (Closes: #462449)
  - patches/disable_ata.diff: Remove.  ATA module isn't auto-loaded in
    rescue floppies now.
  - patches/disable_xfs.diff: Remove.  See above (about grub-probe).
* Bring back grub-emu; it can help a lot with debugging feedback.
  - control
  - rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
stamp-h.in
31
31
boot/i386/pc/boot.S
32
32
boot/i386/pc/diskboot.S
 
33
boot/i386/pc/lnxboot.S
33
34
boot/i386/pc/pxeboot.S
34
35
commands/boot.c
35
36
commands/blocklist.c
38
39
commands/configfile.c
39
40
commands/echo.c
40
41
commands/help.c
 
42
commands/hexdump.c
41
43
commands/ls.c
42
44
commands/search.c
43
45
commands/terminal.c
64
66
conf/powerpc-ieee1275.rmk
65
67
conf/sparc64-ieee1275.mk
66
68
conf/sparc64-ieee1275.rmk
 
69
disk/ata.c
67
70
disk/host.c
68
71
disk/loopback.c
69
72
disk/lvm.c
73
76
disk/ieee1275/ofdisk.c
74
77
font/manager.c
75
78
fs/affs.c
 
79
fs/cpio.c
76
80
fs/ext2.c
77
81
fs/fat.c
78
82
fs/fshelp.c
79
83
fs/hfs.c
 
84
fs/hfsplus.c
80
85
fs/iso9660.c
81
86
fs/jfs.c
82
87
fs/minix.c
83
88
fs/ntfs.c
 
89
fs/ntfscomp.c
 
90
fs/reiserfs.c
 
91
fs/sfs.c
84
92
fs/ufs.c
85
 
fs/sfs.c
86
93
fs/xfs.c
87
 
fs/hfsplus.c
88
94
hello/hello.c
89
95
include/multiboot.h
90
96
include/multiboot2.h
105
111
include/grub/fs.h
106
112
include/grub/fshelp.h
107
113
include/grub/gzio.h
 
114
include/grub/hexdump.h
108
115
include/grub/hfs.h
109
116
include/grub/kernel.h
110
117
include/grub/loader.h
111
118
include/grub/lvm.h
112
119
include/grub/misc.h
113
120
include/grub/mm.h
114
 
include/multiboot.h
115
121
include/grub/multiboot.h
116
122
include/grub/multiboot_loader.h
117
123
include/grub/multiboot2.h
118
124
include/grub/net.h
119
125
include/grub/normal.h
 
126
include/grub/ntfs.h
120
127
include/grub/parser.h
121
128
include/grub/partition.h
122
129
include/grub/pc_partition.h
146
153
include/grub/i386/efi/kernel.h
147
154
include/grub/i386/efi/loader.h
148
155
include/grub/i386/efi/time.h
 
156
include/grub/i386/ieee1275/loader.h
 
157
include/grub/i386/ieee1275/machine.h
 
158
include/grub/i386/ieee1275/memory.h
 
159
include/grub/i386/ieee1275/serial.h
149
160
include/grub/i386/io.h
150
161
include/grub/i386/linuxbios/boot.h
151
162
include/grub/i386/linuxbios/console.h
162
173
include/grub/i386/pc/init.h
163
174
include/grub/i386/pc/kernel.h
164
175
include/grub/i386/pc/loader.h
 
176
include/grub/i386/pc/machine.h
165
177
include/grub/i386/pc/memory.h
166
178
include/grub/i386/pc/serial.h
167
179
include/grub/i386/pc/time.h
259
271
loader/powerpc/ieee1275/linux_normal.c
260
272
loader/powerpc/ieee1275/multiboot2.c
261
273
normal/arg.c
 
274
normal/color.c
262
275
normal/cmdline.c
263
276
normal/command.c
264
277
normal/completion.c