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