]> git.ozlabs.org Git - yaboot.git/blob - ChangeLog
1996c34a063d0addfd58c3fcbb262363f4dcbcfa
[yaboot.git] / ChangeLog
1 # do not edit -- automatically generated by arch changelog
2 # tag: automatic-ChangeLog--erbenson@alaska.net--public/yaboot--devel--1.3
3 #
4
5 2002-10-27 00:40:09 GMT Ethan Benson <erbenson@alaska.net>      patch-34
6
7     Summary:
8       Add preliminary support for Windtunnel PowerMacs to ofpath
9     Revision:
10       yaboot--devel--1.3--patch-34
11
12     * CHANGES IN THIS COMMIT ARE PRELIMINARY **DO NOT DISTRIBUTE**
13     
14     * ofpath: Add preliminary support for Windtunnel PowerMacs
15       - If /proc/ide/pmac (perhaps to be renamed) does not exist and
16         machine is a Windtunnel return ultra2: instead of hd: (this assumes
17         machines without /proc/ide/pmac are also without support for ATA-100,
18         ultra2: is the ATA-66 bus).
19       - Parse a modified version of /proc/ide/pmac to determine the
20         appropriate OpenFirmware device specifier, no kernel yet has the
21         correct version of this file.
22
23     modified files:
24      ChangeLog Makefile ybin/ofpath ybin/ybin
25
26
27 2002-09-29 05:04:59 GMT Ethan Benson <erbenson@alaska.net>      patch-33
28
29     Summary:
30       Fix spelling errors in changelog
31     Revision:
32       yaboot--devel--1.3--patch-33
33
34     * Oops, fix some spelling errors and reburn 1.3.7.
35     
36     
37
38     modified files:
39      0arch-timestamps0 ChangeLog changelog
40
41
42 2002-09-28 22:51:44 GMT Ethan Benson <erbenson@alaska.net>      patch-32
43
44     Summary:
45       Prepare 1.3.7 release
46     Revision:
47       yaboot--devel--1.3--patch-32
48
49     * Bump versions to 1.3.7
50     * Update changelog.
51     * Mention new yaboot mailing lists in README.
52
53     modified files:
54      0arch-timestamps0 ChangeLog Makefile README changelog
55      ybin/yabootconfig ybin/ybin
56
57
58 2002-09-15 03:56:45 GMT Ethan Benson <erbenson@alaska.net>      patch-31
59
60     Summary:
61       Remove 0arch-timestamps0 in archclean target
62     Revision:
63       yaboot--devel--1.3--patch-31
64
65     * Remove 0arch-timestamps0 in archclean target.
66     
67     
68
69     modified files:
70      0arch-timestamps0 ChangeLog Makefile
71
72
73 2002-09-15 03:28:32 GMT Ethan Benson <erbenson@alaska.net>      patch-30
74
75     Summary:
76       Prepare 1.3.7-pre1
77     Revision:
78       yaboot--devel--1.3--patch-30
79
80     * Update copyright notices for 2002.
81     * Change Boot: to Stage 1 Boot: in ofboot.b
82     * Update changelog.
83     * Bump version to 1.3.7-pre1.
84
85     modified files:
86      0arch-timestamps0 ChangeLog Makefile README changelog
87      doc/yaboot-howto.de.sgml doc/yaboot-howto.sgml first/ofboot
88      second/cmdline.c second/file.c second/fs.c second/fs_ext2.c
89      second/fs_of.c second/fs_xfs.c second/md5.c second/partition.c
90      second/prom.c second/yaboot.c ybin/ofpath ybin/yabootconfig
91      ybin/ybin
92
93
94 2002-09-08 00:17:53 GMT Ethan Benson <erbenson@alaska.net>      patch-29
95
96     Summary:
97       update timestamp save file.
98     Revision:
99       yaboot--devel--1.3--patch-29
100
101     * update timestamp save file.
102
103     modified files:
104      0arch-timestamps0 ChangeLog
105
106
107 2002-09-08 00:13:58 GMT Ethan Benson <erbenson@alaska.net>      patch-28
108
109     Summary:
110       Fix partition file search
111     Revision:
112       yaboot--devel--1.3--patch-28
113
114     * Change file_block_open() to check for FILE_OK rather then NULL
115     return from fs_open().  When no partition is specified in a file open
116     call yaboot will loop through all known partitions until the file is
117     found, or no more partitions are left.  In older versions fs_open()
118     would check for FILE_OK, so checking for NULL return from fs_open()
119     worked, in current versions fs_open() checks for BADFS so proper
120     errors can be reported.  This only really affects IBM CHRP.
121     
122
123     modified files:
124      ChangeLog second/file.c
125
126
127 2002-08-18 22:33:31 GMT Ethan Benson <erbenson@alaska.net>      patch-27
128
129     Summary:
130       make version numbers loudly unsupported due to dumb dist maintainers
131     Revision:
132       yaboot--devel--1.3--patch-27
133
134     * make version numbers loudly unsupported due to dumb dist
135       maintainers, real versions not in place till release time.  UNRELEASED
136       SOFTWARE SHOULD NOT BE PACKAGED.
137
138     modified files:
139      0arch-timestamps0 ChangeLog Makefile ybin/yabootconfig
140      ybin/ybin
141
142
143 2002-08-15 07:26:38 GMT Ethan Benson <erbenson@alaska.net>      patch-26
144
145     Summary:
146       Bump yabootconfig version
147     Revision:
148       yaboot--devel--1.3--patch-26
149
150     * Bump yabootconfig version number.
151     
152     
153
154     modified files:
155      0arch-timestamps0 ChangeLog ybin/yabootconfig
156
157
158 2002-08-15 07:24:35 GMT Ethan Benson <erbenson@alaska.net>      patch-25
159
160     Summary:
161       Fix rare fstab parsing bug in yabootconfig
162     Revision:
163       yaboot--devel--1.3--patch-25
164
165     * Fix a rare parsing bug in yabootconfig's /etc/fstab parsing. If the
166       user had commented entries for the / filesystem yabootconfig would end
167       up detecting one of those.
168
169     modified files:
170      0arch-timestamps0 ChangeLog ybin/yabootconfig
171
172
173 2002-07-29 08:01:44 GMT Ethan Benson <erbenson@alaska.net>      patch-24
174
175     Summary:
176       Don't recommend reporting bugs to benh in yabootconfig(8)
177     Revision:
178       yaboot--devel--1.3--patch-24
179
180     * Don't recommend reporting bugs to benh in yabootconfig(8).
181     
182     
183     
184
185     modified files:
186      0arch-timestamps0 ChangeLog man/yabootconfig.8
187
188
189 2002-07-03 08:17:12 GMT Ethan Benson <erbenson@alaska.net>      patch-23
190
191     Summary:
192       Fix reiserfs symlink resolution
193     Revision:
194       yaboot--devel--1.3--patch-23
195
196     * Fix reiserfs symlink resolution which could fail in certain circumstances.
197     
198     
199
200     modified files:
201      0arch-timestamps0 ChangeLog include/reiserfs/reiserfs.h
202
203
204 2002-05-29 08:50:39 GMT Ethan Benson <erbenson@alaska.net>      patch-22
205
206     Summary:
207       Update timestamp file to exclude {arch}/*
208     Revision:
209       yaboot--devel--1.3--patch-22
210
211     Update timestamp file to exclude {arch}/*.
212     
213     
214     
215
216     modified files:
217      0arch-timestamps0 ChangeLog
218
219
220 2002-05-04 13:00:23 GMT Ethan Benson <erbenson@alaska.net>      patch-21
221
222     Summary:
223       Add 0arch-timestamps0 setftime timestamp database
224     Revision:
225       yaboot--devel--1.3--patch-21
226
227     Add 0arch-timestamps0 setftime timestamp database.  This allows us to
228     work around arch's lack of preserving timestamps.
229     
230
231     new files:
232      .arch-ids/0arch-timestamps0.id 0arch-timestamps0
233
234     modified files:
235      ChangeLog
236
237
238 2002-04-20 13:52:09 GMT Ethan Benson <erbenson@alaska.net>      patch-20
239
240     Summary:
241       Update upstream notice in yaboot-howto, translate it to de.
242     Revision:
243       yaboot--devel--1.3--patch-20
244
245     * Update upstream notice in yaboot-howto, translate it to de.
246
247     modified files:
248      ChangeLog doc/yaboot-howto.de.sgml doc/yaboot-howto.sgml
249
250
251 2002-03-31 05:21:42 GMT Ethan Benson <erbenson@alaska.net>      patch-19
252
253     Summary:
254       Remove more arch crap in clean target
255     Revision:
256       yaboot--devel--1.3--patch-19
257
258     * Remove ,,* in clean target, this is more crap arch leaves laying around.
259
260     modified files:
261      ChangeLog Makefile
262
263
264 2002-03-31 05:11:46 GMT Ethan Benson <erbenson@alaska.net>      patch-18
265
266     Summary:
267       Fix make clean from previous patch
268     Revision:
269       yaboot--devel--1.3--patch-18
270
271     find man page is on crack.  Fix find calls my way which appears to work correctly.
272
273     modified files:
274      ChangeLog Makefile
275
276
277 2002-03-31 05:00:26 GMT Ethan Benson <erbenson@alaska.net>      patch-17
278
279     Summary:
280       Update clean targets
281     Revision:
282       yaboot--devel--1.3--patch-17
283
284     * Remove chmod calls from make clean, arch is supposed to keep track
285       of permissions correctly so they shouldn't be needed now.
286     
287     * Add '-path './{arch}' -prune -o ' to all the find calls so cleaning
288       doesn't recurse into arch's revision control directories and possibly
289       corrupt them.
290     
291     * Add archclean target which removes all of arch's cruft so release
292       tarballs won't be ridiculously bloated (arch keeps a complete
293       duplicate copy of the source making the tarball twice the size it
294       should be, no good for release tarballs).  If people want a `archable'
295       tree they should just use arch to check one out.
296
297     modified files:
298      ChangeLog Makefile
299
300
301 2002-03-27 14:10:34 GMT Ethan Benson <erbenson@alaska.net>      patch-16
302
303     Summary:
304       sync with latest yaboot CVS
305     Revision:
306       yaboot--devel--1.3--patch-16
307
308     Add german howto for yaboot-howto.
309     
310     Typo fixes/minor updates to yaboot-howto.
311     
312     small fixes to elfextract.
313     
314     
315
316     new files:
317      doc/.arch-ids/yaboot-howto.de.sgml.id doc/yaboot-howto.de.sgml
318
319     modified files:
320      ChangeLog Makefile doc/Makefile doc/yaboot-howto.sgml
321      util/elfextract.c
322
323
324 2002-03-27 13:55:42 GMT Ethan Benson <erbenson@alaska.net>      patch-15
325
326     Summary:
327       Commit yaboot 1.3.6
328     Revision:
329       yaboot--devel--1.3--patch-15
330
331     Commit yaboot 1.3.6.
332
333     modified files:
334      ChangeLog Makefile changelog doc/README.rs6000
335      doc/yaboot-howto.sgml include/bootinfo.h include/cfg.h
336      include/cmdline.h include/debug.h include/errors.h
337      include/fdisk-part.h include/file.h include/fs.h
338      include/mac-part.h include/partition.h include/prom.h
339      include/yaboot.h lib/malloc.c lib/string.S second/cache.S
340      second/cfg.c second/cmdline.c second/file.c second/fs.c
341      second/fs_ext2.c second/fs_iso.c second/fs_of.c
342      second/fs_reiserfs.c second/fs_xfs.c second/md5.c
343      second/partition.c second/prom.c second/yaboot.c
344      util/addnote.c util/elfextract.c ybin/ybin
345
346
347 2002-03-27 13:45:22 GMT Ethan Benson <erbenson@alaska.net>      patch-14
348
349     Summary:
350       Commit yaboot 1.3.6-pre2
351     Revision:
352       yaboot--devel--1.3--patch-14
353
354     Commit yaboot 1.3.6-pre2.
355
356     modified files:
357      ChangeLog Makefile TODO changelog man/yabootconfig.8
358      second/file.c second/yaboot.c ybin/ybin
359
360
361 2002-03-27 13:37:21 GMT Ethan Benson <erbenson@alaska.net>      patch-13
362
363     Summary:
364       Commit yaboot 1.3.6-pre1
365     Revision:
366       yaboot--devel--1.3--patch-13
367
368     Commit yaboot 1.3.6-pre1.
369
370     modified files:
371      ChangeLog Makefile README THANKS TODO changelog
372      doc/README.rs6000 doc/examples/simpleboot.chrp
373      doc/examples/yaboot.conf.multi-boot
374      doc/examples/yaboot.conf.rs6000 etc/yaboot.conf man.patch
375      man/mkofboot.8 man/yaboot.8 man/ybin.8 second/file.c
376      second/yaboot.c ybin/yabootconfig ybin/ybin
377
378     renamed files:
379      doc/examples/.arch-ids/yaboot.conf.rs6k.id
380        ==> doc/examples/.arch-ids/yaboot.conf.rs6000.id
381      doc/examples/yaboot.conf.rs6k
382        ==> doc/examples/yaboot.conf.rs6000
383
384
385
386 2002-03-27 13:30:47 GMT Ethan Benson <erbenson@alaska.net>      patch-12
387
388     Summary:
389       Commit yaboot 1.3.5
390     Revision:
391       yaboot--devel--1.3--patch-12
392
393     Commit yaboot 1.3.5.
394
395     new files:
396      doc/.arch-ids/Makefile.id doc/.arch-ids/yaboot-howto.sgml.id
397      doc/Makefile doc/yaboot-howto.sgml
398
399     modified files:
400      ChangeLog Makefile THANKS changelog man.patch
401      man/yaboot.conf.5 ybin/ybin
402
403
404 2002-03-27 13:25:55 GMT Ethan Benson <erbenson@alaska.net>      patch-11
405
406     Summary:
407       Commit yaboot 1.3.5-pre3
408     Revision:
409       yaboot--devel--1.3--patch-11
410
411     Commit yaboot 1.3.5-pre3.
412
413     modified files:
414      ChangeLog Makefile man.patch man/yaboot.conf.5 second/yaboot.c
415      ybin/ybin
416
417
418 2002-03-27 13:22:23 GMT Ethan Benson <erbenson@alaska.net>      patch-10
419
420     Summary:
421       Commit yaboot 1.3.5-pre2
422     Revision:
423       yaboot--devel--1.3--patch-10
424
425     Commit yaboot 1.3.5-pre2.
426
427     modified files:
428      ChangeLog Makefile changelog man.patch man/yaboot.conf.5
429      second/fs_ext2.c second/prom.c second/yaboot.c ybin/ybin
430
431
432 2002-03-26 15:11:26 GMT Ethan Benson <erbenson@alaska.net>      patch-9
433
434     Summary:
435       Commit yaboot 1.3.5-pre1
436     Revision:
437       yaboot--devel--1.3--patch-9
438
439     Commit yaboot 1.3.5-pre1.
440
441     removed files:
442      include/et/.arch-ids/com_err.c.id include/et/com_err.c
443
444     modified files:
445      ChangeLog Makefile TODO changelog include/bootinfo.h
446      include/ctype.h include/debug.h include/ext2fs/bitops.h
447      include/ext2fs/ext2_err.h include/ext2fs/ext2_io.h
448      include/ext2fs/ext2fs.h lib/libext2fs.a second/cfg.c
449      second/file.c second/fs.c second/fs_ext2.c second/fs_iso.c
450      second/fs_of.c second/fs_reiserfs.c second/fs_xfs.c
451      second/iso_util.c second/partition.c second/prom.c
452      second/yaboot.c util/addnote.c ybin/ybin
453
454
455 2002-03-26 15:05:27 GMT Ethan Benson <erbenson@alaska.net>      patch-8
456
457     Summary:
458       Commit yaboot 1.3.4
459     Revision:
460       yaboot--devel--1.3--patch-8
461
462     Commit yaboot 1.3.4.
463
464     modified files:
465      ChangeLog Makefile changelog include/bootinfo.h
466      include/ctype.h include/debug.h include/file.h second/cfg.c
467      second/file.c second/fs.c second/fs_ext2.c second/fs_iso.c
468      second/iso_util.c second/partition.c second/prom.c
469      second/yaboot.c util/addnote.c ybin/ybin
470
471
472 2002-03-26 15:00:49 GMT Ethan Benson <erbenson@alaska.net>      patch-7
473
474     Summary:
475       Commit yaboot 1.3.4-pre3
476     Revision:
477       yaboot--devel--1.3--patch-7
478
479     Commit yaboot 1.3.4-pre3.
480
481     new files:
482      include/.arch-ids/debug.h.id include/debug.h
483
484     modified files:
485      ChangeLog Makefile changelog include/errors.h include/file.h
486      include/fs.h include/partition.h include/prom.h second/cfg.c
487      second/file.c second/fs_ext2.c second/fs_of.c
488      second/fs_reiserfs.c second/fs_xfs.c second/partition.c
489      second/prom.c second/yaboot.c ybin/ybin
490
491
492 2002-03-26 14:42:58 GMT Ethan Benson <erbenson@alaska.net>      patch-6
493
494     Summary:
495       Commit yaboot 1.3.4-pre2
496     Revision:
497       yaboot--devel--1.3--patch-6
498
499     Commit yaboot 1.3.4-pre2.
500
501     modified files:
502      ChangeLog Makefile changelog second/file.c second/yaboot.c
503      ybin/ybin
504
505
506 2002-03-25 15:13:19 GMT Ethan Benson <erbenson@alaska.net>      patch-5
507
508     Summary:
509       Commit yaboot 1.3.4-pre1
510     Revision:
511       yaboot--devel--1.3--patch-5
512
513     Commit yaboot 1.3.4-pre1.
514
515     new files:
516      include/xfs/.arch-ids/=id include/xfs/.arch-ids/xfs.h.id
517      include/.arch-ids/errors.h.id second/.arch-ids/fs_xfs.c.id
518      .arch-ids/Config.id include/xfs/xfs.h include/errors.h
519      second/fs_xfs.c Config
520
521     removed files:
522      include/.arch-ids/gui.h.id include/.arch-ids/video.h.id
523      second/gui/.arch-ids/=id second/gui/.arch-ids/colormap.c.id
524      second/gui/.arch-ids/effects.c.id
525      second/gui/.arch-ids/pcx.c.id second/gui/.arch-ids/video.c.id
526      include/gui.h include/video.h second/gui/colormap.c
527      second/gui/effects.c second/gui/pcx.c second/gui/video.c
528
529     modified files:
530      ChangeLog Makefile THANKS changelog include/file.h
531      include/fs.h include/prom.h include/string.h include/yaboot.h
532      lib/malloc.c second/cfg.c second/file.c second/fs.c
533      second/fs_ext2.c second/fs_iso.c second/fs_of.c
534      second/fs_reiserfs.c second/partition.c second/prom.c
535      second/yaboot.c util/addnote.c ybin/ybin
536
537     new directories:
538      include/xfs/.arch-ids include/xfs
539
540     removed directories:
541      second/gui/.arch-ids second/gui
542
543
544 2002-03-25 14:50:10 GMT Ethan Benson <erbenson@alaska.net>      patch-4
545
546     Summary:
547       Commit yaboot 1.3.3
548     Revision:
549       yaboot--devel--1.3--patch-4
550
551     Commit yaboot 1.3.3.
552
553     modified files:
554      ChangeLog Makefile changelog first/ofboot man.patch
555      man/yaboot.conf.5 man/yabootconfig.8 ybin/yabootconfig
556      ybin/ybin
557
558
559 2002-03-25 14:28:05 GMT Ethan Benson <erbenson@alaska.net>      patch-3
560
561     Summary:
562       Commit yaboot 1.3.2
563     Revision:
564       yaboot--devel--1.3--patch-3
565
566     Commit yaboot 1.3.2.
567
568     modified files:
569      ChangeLog Makefile changelog ybin/ybin
570
571
572 2002-03-25 14:05:52 GMT Ethan Benson <erbenson@alaska.net>      patch-2
573
574     Summary:
575       Commit yaboot 1.3.1
576     Revision:
577       yaboot--devel--1.3--patch-2
578
579     Commit yaboot 1.3.1.
580
581     modified files:
582      ChangeLog Makefile changelog doc/README.rs6000 ybin/ybin
583
584
585 2002-03-25 07:43:37 GMT Ethan Benson <erbenson@alaska.net>      patch-1
586
587     Summary:
588       Commit yaboot 1.3.0
589     Revision:
590       yaboot--devel--1.3--patch-1
591
592     Commit yaboot 1.3.0.
593
594     new files:
595      .arch-ids/BUGS.id .arch-ids/COPYING.id .arch-ids/INSTALL.id
596      .arch-ids/Makefile.id .arch-ids/README.id
597      .arch-ids/README.man.patch.id .arch-ids/THANKS.id
598      .arch-ids/TODO.id .arch-ids/changelog.id doc/.arch-ids/=id
599      doc/.arch-ids/README.ofboot.id doc/.arch-ids/README.ofpath.id
600      doc/.arch-ids/README.rs6000.id doc/examples/.arch-ids/=id
601      doc/examples/.arch-ids/README.dualboot.chrp.id
602      doc/examples/.arch-ids/README.mbicons.id
603      doc/examples/.arch-ids/README.simpleboot.chrp.id
604      doc/examples/.arch-ids/dualboot.chrp.id
605      doc/examples/.arch-ids/large-penguin.mbicon.id
606      doc/examples/.arch-ids/simpleboot.chrp.id
607      doc/examples/.arch-ids/yaboot.conf.multi-boot.id
608      doc/examples/.arch-ids/yaboot.conf.rs6k.id etc/.arch-ids/=id
609      etc/.arch-ids/yaboot.conf.id first/.arch-ids/=id
610      first/.arch-ids/ofboot.id include/.arch-ids/=id
611      include/asm/.arch-ids/=id include/asm/.arch-ids/elf.h.id
612      include/asm/.arch-ids/ppc_asm.tmpl.id
613      include/asm/.arch-ids/processor.h.id
614      include/.arch-ids/bootinfo.h.id
615      include/.arch-ids/byteorder.h.id include/.arch-ids/cfg.h.id
616      include/.arch-ids/cmdline.h.id include/.arch-ids/ctype.h.id
617      include/et/.arch-ids/=id include/et/.arch-ids/com_err.c.id
618      include/et/.arch-ids/com_err.h.id include/ext2fs/.arch-ids/=id
619      include/ext2fs/.arch-ids/bitops.h.id
620      include/ext2fs/.arch-ids/ext2_err.h.id
621      include/ext2fs/.arch-ids/ext2_io.h.id
622      include/ext2fs/.arch-ids/ext2fs.h.id
623      include/.arch-ids/fdisk-part.h.id include/.arch-ids/file.h.id
624      include/.arch-ids/fs.h.id include/.arch-ids/gui.h.id
625      include/linux/.arch-ids/=id include/linux/.arch-ids/elf.h.id
626      include/linux/.arch-ids/ext2_fs.h.id
627      include/linux/.arch-ids/iso_fs.h.id
628      include/linux/.arch-ids/stat.h.id
629      include/linux/.arch-ids/types.h.id
630      include/.arch-ids/mac-part.h.id include/.arch-ids/md5.h.id
631      include/.arch-ids/partition.h.id include/.arch-ids/prom.h.id
632      include/reiserfs/.arch-ids/=id
633      include/reiserfs/.arch-ids/reiserfs.h.id
634      include/.arch-ids/setjm2.h.id include/.arch-ids/setjmp.h.id
635      include/.arch-ids/stdlib.h.id include/.arch-ids/string.h.id
636      include/.arch-ids/swab.h.id include/.arch-ids/types.h.id
637      include/.arch-ids/video.h.id include/.arch-ids/yaboot.h.id
638      lib/.arch-ids/=id lib/.arch-ids/ctype.c.id
639      lib/.arch-ids/libext2fs.a.id lib/.arch-ids/malloc.c.id
640      lib/.arch-ids/nosys.c.id lib/.arch-ids/string.S.id
641      lib/.arch-ids/strstr.c.id lib/.arch-ids/strtol.c.id
642      lib/.arch-ids/vsprintf.c.id man/.arch-ids/=id
643      man/.arch-ids/bootstrap.8.id man/.arch-ids/mkofboot.8.id
644      man/.arch-ids/ofpath.8.id man/.arch-ids/yaboot.8.id
645      man/.arch-ids/yaboot.conf.5.id man/.arch-ids/yabootconfig.8.id
646      man/.arch-ids/ybin.8.id .arch-ids/man.patch.id
647      second/.arch-ids/=id second/.arch-ids/cache.S.id
648      second/.arch-ids/cfg.c.id second/.arch-ids/cmdline.c.id
649      second/.arch-ids/crt0.S.id second/.arch-ids/file.c.id
650      second/.arch-ids/fs.c.id second/.arch-ids/fs_ext2.c.id
651      second/.arch-ids/fs_iso.c.id second/.arch-ids/fs_of.c.id
652      second/.arch-ids/fs_reiserfs.c.id second/gui/.arch-ids/=id
653      second/gui/.arch-ids/colormap.c.id
654      second/gui/.arch-ids/effects.c.id
655      second/gui/.arch-ids/pcx.c.id second/gui/.arch-ids/video.c.id
656      second/.arch-ids/iso_util.c.id second/.arch-ids/md5.c.id
657      second/.arch-ids/partition.c.id second/.arch-ids/prom.c.id
658      second/.arch-ids/setjmp.S.id second/.arch-ids/yaboot.c.id
659      util/.arch-ids/=id util/.arch-ids/addnote.c.id
660      util/.arch-ids/elfextract.c.id ybin/.arch-ids/=id
661      ybin/.arch-ids/mkofboot.id ybin/.arch-ids/ofpath.id
662      ybin/.arch-ids/yabootconfig.id ybin/.arch-ids/ybin.id BUGS
663      COPYING INSTALL Makefile README README.man.patch THANKS TODO
664      changelog doc/README.ofboot doc/README.ofpath
665      doc/README.rs6000 doc/examples/README.dualboot.chrp
666      doc/examples/README.mbicons
667      doc/examples/README.simpleboot.chrp doc/examples/dualboot.chrp
668      doc/examples/large-penguin.mbicon doc/examples/simpleboot.chrp
669      doc/examples/yaboot.conf.multi-boot
670      doc/examples/yaboot.conf.rs6k etc/yaboot.conf first/ofboot
671      include/asm/elf.h include/asm/ppc_asm.tmpl
672      include/asm/processor.h include/bootinfo.h include/byteorder.h
673      include/cfg.h include/cmdline.h include/ctype.h
674      include/et/com_err.c include/et/com_err.h
675      include/ext2fs/bitops.h include/ext2fs/ext2_err.h
676      include/ext2fs/ext2_io.h include/ext2fs/ext2fs.h
677      include/fdisk-part.h include/file.h include/fs.h include/gui.h
678      include/linux/elf.h include/linux/ext2_fs.h
679      include/linux/iso_fs.h include/linux/stat.h
680      include/linux/types.h include/mac-part.h include/md5.h
681      include/partition.h include/prom.h include/reiserfs/reiserfs.h
682      include/setjm2.h include/setjmp.h include/stdlib.h
683      include/string.h include/swab.h include/types.h
684      include/video.h include/yaboot.h lib/ctype.c lib/libext2fs.a
685      lib/malloc.c lib/nosys.c lib/string.S lib/strstr.c
686      lib/strtol.c lib/vsprintf.c man/bootstrap.8 man/mkofboot.8
687      man/ofpath.8 man/yaboot.8 man/yaboot.conf.5 man/yabootconfig.8
688      man/ybin.8 man.patch second/cache.S second/cfg.c
689      second/cmdline.c second/crt0.S second/file.c second/fs.c
690      second/fs_ext2.c second/fs_iso.c second/fs_of.c
691      second/fs_reiserfs.c second/gui/colormap.c
692      second/gui/effects.c second/gui/pcx.c second/gui/video.c
693      second/iso_util.c second/md5.c second/partition.c
694      second/prom.c second/setjmp.S second/yaboot.c util/addnote.c
695      util/elfextract.c ybin/mkofboot ybin/ofpath ybin/yabootconfig
696      ybin/ybin
697
698     modified files:
699      ChangeLog
700
701     new directories:
702      doc/.arch-ids doc/examples/.arch-ids etc/.arch-ids
703      first/.arch-ids include/.arch-ids include/asm/.arch-ids
704      include/et/.arch-ids include/ext2fs/.arch-ids
705      include/linux/.arch-ids include/reiserfs/.arch-ids
706      lib/.arch-ids man/.arch-ids second/.arch-ids
707      second/gui/.arch-ids util/.arch-ids ybin/.arch-ids doc
708      doc/examples etc first include include/asm include/et
709      include/ext2fs include/linux include/reiserfs lib man second
710      second/gui util ybin
711
712
713 2002-03-25 03:28:42 GMT Ethan Benson <erbenson@alaska.net>      base-0
714
715     Summary:
716       Create yaboot arch repo
717     Revision:
718       yaboot--devel--1.3--base-0
719
720     Create yaboot arch repo.
721
722     new files:
723      ./.arch-ids/ChangeLog.id ./ChangeLog
724
725