]> git.ozlabs.org Git - yaboot.git/blob - ChangeLog
Bugfix to patch-83
[yaboot.git] / ChangeLog
1 # do not edit -- automatically generated by arch changelog
2 # arch-tag: automatic-ChangeLog--erbenson@alaska.net--public/yaboot--devel--1.3
3 #
4
5 2005-08-03 03:12:29 GMT Ethan Benson <erbenson@alaska.net>      patch-85
6
7     Summary:
8       Bugfix to patch-83
9     Revision:
10       yaboot--devel--1.3--patch-85
11
12     * Correct dereference of NULL in RAID partition patch (patch-83).
13       (Patch from Dustin).
14
15     modified files:
16      0arch-timestamps0 ChangeLog second/fs_of.c
17
18
19 2005-07-29 04:29:18 GMT Ethan Benson <erbenson@alaska.net>      patch-84
20
21     Summary:
22       Pretend to allocate/deallocate memory correctly
23     Revision:
24       yaboot--devel--1.3--patch-84
25
26     * Pretend like we actually manage memory properly by calling free() on
27       things which were malloc()'ed or strdup()'ed.
28       (Patch from Dustin Kirkland).
29
30     modified files:
31      0arch-timestamps0 ChangeLog second/file.c second/partition.c
32      second/yaboot.c
33
34
35 2005-07-09 23:51:20 GMT Ethan Benson <erbenson@alaska.net>      patch-83
36
37     Summary:
38       handle RAID partitions on x86 partition tables
39     Revision:
40       yaboot--devel--1.3--patch-83
41
42     * Support reading of type RAID partitions, except from fs_of.
43       This only works on x86 partition tables, Pmac partition tables will
44       need alternate methods.  (Patch from Dustin Kirkland).
45
46     modified files:
47      0arch-timestamps0 ChangeLog include/fdisk-part.h
48      include/partition.h second/fs_of.c second/partition.c
49
50
51 2005-07-04 03:42:18 GMT Ethan Benson <erbenson@alaska.net>      patch-82
52
53     Summary:
54       Remove check for BootX broken device-trees
55     Revision:
56       yaboot--devel--1.3--patch-82
57
58     * ybin/ofpath: Remove check for broken-by-BootX device-tree, it no
59       longer works under current 2.6 kernels and nobody attempts to use
60       BootX anymore.
61
62     modified files:
63      0arch-timestamps0 ChangeLog ybin/ofpath
64
65
66 2005-07-04 03:34:00 GMT Ethan Benson <erbenson@alaska.net>      patch-81
67
68     Summary:
69       Merge Dustin's RAID patch
70     Revision:
71       yaboot--devel--1.3--patch-81
72
73     * ybin/ybin: Allow for multiple bootstrap partitions.  Patch by Dustin
74       Kirkland.  May not fully work on PMAC hardware.
75
76     modified files:
77      0arch-timestamps0 ChangeLog ybin/ybin
78
79
80 2005-05-20 03:10:03 GMT Ethan Benson <erbenson@alaska.net>      patch-80
81
82     Summary:
83       amiga partition table support.
84     Revision:
85       yaboot--devel--1.3--patch-80
86
87     * Support for amiga partition tables.  (Sven Luther)
88
89     new files:
90      include/.arch-ids/amiga-part.h.id include/amiga-part.h
91
92     modified files:
93      0arch-timestamps0 ChangeLog second/partition.c
94
95
96 2005-05-19 04:26:37 GMT Ethan Benson <erbenson@alaska.net>      patch-79
97
98     Summary:
99       gcc-3.4 fix
100     Revision:
101       yaboot--devel--1.3--patch-79
102
103     * GCC 3.4 compilation fix.  (Paul Nasrat)
104
105     modified files:
106      0arch-timestamps0 ChangeLog lib/strstr.c
107
108
109 2005-02-02 05:26:31 GMT Ethan Benson <erbenson@alaska.net>      patch-78
110
111     Summary:
112       Update addnote for newer pSeries hardware
113     Revision:
114       yaboot--devel--1.3--patch-78
115
116     * util/addnote.c: Patch from Paul Mackerras to add second .note
117       required by more recent pSeries hardware.
118     
119
120     modified files:
121      0arch-timestamps0 ChangeLog util/addnote.c
122
123
124 2004-09-26 08:10:31 GMT Ethan Benson <erbenson@alaska.net>      patch-77
125
126     Summary:
127       Update penguinppc.org links s/projects/bootloaders/g
128     Revision:
129       yaboot--devel--1.3--patch-77
130
131     * doc/yaboot-howto*.sgml: Update penguinppc.org links;
132       s/projects/bootloaders/g
133
134     modified files:
135      0arch-timestamps0 ChangeLog doc/yaboot-howto.de.sgml
136      doc/yaboot-howto.sgml
137
138
139 2004-07-24 20:07:25 GMT Ethan Benson <erbenson@alaska.net>      patch-76
140
141     Summary:
142       Fix typos in yaboot man page
143     Revision:
144       yaboot--devel--1.3--patch-76
145
146     man/yaboot.8: Fix various typos (thanks Helge Kreutzman).
147
148     modified files:
149      0arch-timestamps0 ChangeLog man/yaboot.8
150
151
152 2004-07-11 20:14:40 GMT Ethan Benson <erbenson@alaska.net>      patch-75
153
154     Summary:
155       Prep 1.3.13 release
156     Revision:
157       yaboot--devel--1.3--patch-75
158
159     * Bump version numbers for 1.3.13 release.
160
161     modified files:
162      0arch-timestamps0 ChangeLog Makefile ybin/ofpath
163      ybin/yabootconfig ybin/ybin
164
165
166 2004-07-11 20:02:24 GMT Ethan Benson <erbenson@alaska.net>      patch-74
167
168     Summary:
169       Update changelog for 1.3.13
170     Revision:
171       yaboot--devel--1.3--patch-74
172
173     * changelog: Update for 1.3.13
174
175     modified files:
176      0arch-timestamps0 ChangeLog changelog
177
178
179 2004-07-11 19:55:54 GMT Ethan Benson <erbenson@alaska.net>      patch-73
180
181     Summary:
182       Increase tftp buffer to ~6MB
183     Revision:
184       yaboot--devel--1.3--patch-73
185
186     * second/fs_of.c: increase tftp buffer to 6MB.  This is as far as it
187       can go.
188
189     modified files:
190      0arch-timestamps0 ChangeLog second/fs_of.c
191
192
193 2004-07-11 19:52:17 GMT Ethan Benson <erbenson@alaska.net>      patch-72
194
195     Summary:
196       Add LABEL/UUID support to yabootconfig
197     Revision:
198       yaboot--devel--1.3--patch-72
199
200     * ybin/yabootconfig: Add support for LABEL= and UUID= in
201       /etc/fstab. (Colin Watson)
202
203     modified files:
204      0arch-timestamps0 ChangeLog ybin/yabootconfig
205
206
207 2004-05-08 22:04:51 GMT Ethan Benson <erbenson@alaska.net>      patch-71
208
209     Summary:
210       Add additional check on /dev/nvram to avoid misleading error message
211     Revision:
212       yaboot--devel--1.3--patch-71
213
214     * ybin/ybin: Add additional check on /dev/nvram, if we cannot read a
215       couple bytes report it as broken.  This avoids misleading
216       `Incompatible nvsetenv' message on kernels without /dev/nvram support.
217
218     modified files:
219      0arch-timestamps0 ChangeLog ybin/ybin
220
221
222 2004-05-08 06:38:44 GMT Ethan Benson <erbenson@alaska.net>      patch-70
223
224     Summary:
225       Fix several ofpath error messages going to stdout rather then stderr
226     Revision:
227       yaboot--devel--1.3--patch-70
228
229     * ybin/ofpath: Fix several error messages mistakenly written to stdout
230       rather then stderr. (Thanks to Colin Watson for noticing)
231
232     modified files:
233      0arch-timestamps0 ChangeLog ybin/ofpath
234
235
236 2004-04-26 00:27:48 GMT Ethan Benson <erbenson@alaska.net>      patch-69
237
238     Summary:
239       Add support for initrd detection to yabootconfig
240     Revision:
241       yaboot--devel--1.3--patch-69
242
243     * ybin/yabootconfig: If detected kernel appears to have a corresponding
244       initrd image then include an initrd= line in generated yaboot.conf.
245
246     modified files:
247      0arch-timestamps0 ChangeLog ybin/yabootconfig
248
249
250 2004-04-18 00:27:59 GMT Ethan Benson <erbenson@alaska.net>      patch-68
251
252     Summary:
253       Prep 1.3.12 release
254     Revision:
255       yaboot--devel--1.3--patch-68
256
257     * Update changelog.
258     * Bump version numbers to 1.3.12.
259
260     modified files:
261      0arch-timestamps0 ChangeLog Makefile changelog ybin/ofpath
262      ybin/ybin
263
264
265 2004-03-28 05:02:03 GMT Ethan Benson <erbenson@alaska.net>      patch-67
266
267     Summary:
268       Fix ofpath SATA support and sysfs detection
269     Revision:
270       yaboot--devel--1.3--patch-67
271
272     * ybin/ofpath: Support newwer kernels which call the driver sata_svw,
273       instead of ata-k2.
274     * ybin/ofpath: Detect sysfs mount correctly.
275
276     modified files:
277      0arch-timestamps0 ChangeLog ybin/ofpath
278
279
280 2004-03-22 02:05:07 GMT Ethan Benson <erbenson@alaska.net>      patch-66
281
282     Summary:
283       Add 2.6 kernel support to ofpath
284     Revision:
285       yaboot--devel--1.3--patch-66
286
287     * ybin/ofpath: Add support for 2.6.4+ kernels with sysfs mounted.
288
289     modified files:
290      0arch-timestamps0 ChangeLog Makefile ybin/ofpath ybin/ybin
291
292
293 2004-02-22 13:15:30 GMT Ethan Benson <erbenson@alaska.net>      patch-65
294
295     Summary:
296       Add caveat regarding UFS to yaboot howto
297     Revision:
298       yaboot--devel--1.3--patch-65
299
300     * Add caveat regarding UFS to temporary bootloader setup chapter of
301       the yaboot-howto (Thanks to Brian Sammon, and to Stefan Pfetzing for
302       the German translation).
303
304     modified files:
305      0arch-timestamps0 ChangeLog doc/yaboot-howto.de.sgml
306      doc/yaboot-howto.sgml
307
308
309 2004-01-04 12:37:38 GMT Ethan Benson <erbenson@alaska.net>      patch-64
310
311     Summary:
312       Update =tagging-method for tla 1.1
313     Revision:
314       yaboot--devel--1.3--patch-64
315
316     * Update =tagging-method for tla 1.1
317     
318
319     modified files:
320      0arch-timestamps0 ChangeLog {arch}/=tagging-method
321
322
323 2003-11-20 10:03:32 GMT Ethan Benson <erbenson@alaska.net>      patch-63
324
325     Summary:
326       Bump versions to final 1.3.11 release
327     Revision:
328       yaboot--devel--1.3--patch-63
329
330     * Bump versions to final 1.3.11 release.
331
332     modified files:
333      ./0arch-timestamps0 ./ChangeLog ./Makefile ./changelog
334      ./ybin/ofpath ./ybin/ybin
335
336
337 2003-11-19 10:40:13 GMT Ethan Benson <erbenson@alaska.net>      patch-62
338
339     Summary:
340       Prepare changelog for imminent 1.3.11 release
341     Revision:
342       yaboot--devel--1.3--patch-62
343
344     * Prepare changelog for imminent 1.3.11 release.
345
346     modified files:
347      ./0arch-timestamps0 ./ChangeLog ./changelog
348
349
350 2003-11-18 10:12:32 GMT Ethan Benson <erbenson@alaska.net>      patch-61
351
352     Summary:
353       Fix ofpath arch detect fix
354     Revision:
355       yaboot--devel--1.3--patch-61
356
357     ybin/ofpath: Fix botched powerpc-64 support fix.
358
359     modified files:
360      ./0arch-timestamps0 ./ChangeLog ./ybin/ofpath
361
362
363 2003-11-18 10:09:41 GMT Ethan Benson <erbenson@alaska.net>      patch-60
364
365     Summary:
366       Make ofpath work on powerpc-64
367     Revision:
368       yaboot--devel--1.3--patch-60
369
370     ybin/ofpath: No longer refuse to function on ppc64 systems.
371
372     modified files:
373      ./0arch-timestamps0 ./ChangeLog ./ybin/ofpath
374
375
376 2003-11-17 04:35:21 GMT Ethan Benson <erbenson@alaska.net>      patch-59
377
378     Summary:
379       Fix ofpath for `scsi' ide controllers
380     Revision:
381       yaboot--devel--1.3--patch-59
382
383     * ybin/ofpath: 
384       - Generate correct paths for IDE controllers which
385         pretend to be scsi.
386       - Correct error message regarding CONFIG_SCSI_PROC_FS
387         (=y not =n).
388
389     modified files:
390      ./0arch-timestamps0 ./ChangeLog ./ybin/ofpath
391
392
393 2003-11-10 10:23:36 GMT Ethan Benson <erbenson@alaska.net>      patch-58
394
395     Summary:
396       Fix ofpath 2.6 /proc/scsi check
397     Revision:
398       yaboot--devel--1.3--patch-58
399
400     * ybin/ofpath: Move return to proper place so ofpath doesn't exit
401       silently when scsi appears to not be installed and the system is
402       running a 2.6 kernel.
403
404     modified files:
405      ./0arch-timestamps0 ./ChangeLog ./ybin/ofpath
406
407
408 2003-11-10 08:52:02 GMT Ethan Benson <erbenson@alaska.net>      patch-57
409
410     Summary:
411       Detect lack of CONFIG_SCSI_PROC_FS in ofpath on 2.6 systems
412     Revision:
413       yaboot--devel--1.3--patch-57
414
415     * ybin/ofpath: Under 2.6 systems detect lack of CONFIG_SCSI_PROC_FS in
416       kernel configuration and print error message indicating its required.
417
418     modified files:
419      ./0arch-timestamps0 ./ChangeLog ./ybin/ofpath
420
421
422 2003-11-06 07:28:26 GMT Ethan Benson <erbenson@alaska.net>      patch-56
423
424     Summary:
425       Add PowerMac G5 SATA support to ofpath
426     Revision:
427       yaboot--devel--1.3--patch-56
428
429     * ybin/ofpath: Add support for SATA drives found in the PowerMac G5.
430       (Olof Johansson <offe@localnet.sh>)
431
432     modified files:
433      ./0arch-timestamps0 ./ChangeLog ./ybin/ofpath
434
435
436 2003-11-05 07:49:57 GMT Ethan Benson <erbenson@alaska.net>      patch-55
437
438     Summary:
439       Bump version to unsupported non-release status
440     Revision:
441       yaboot--devel--1.3--patch-55
442
443     * Bump version to unsupported non-release status.
444
445     modified files:
446      ./0arch-timestamps0 ./ChangeLog ./Makefile ./ybin/ybin
447
448
449 2003-11-05 07:38:12 GMT Ethan Benson <erbenson@alaska.net>      patch-54
450
451     Summary:
452       Update compatibility declaration for CHRPBOOT examples
453     Revision:
454       yaboot--devel--1.3--patch-54
455
456     * doc/examples/simpleboot.chrp: MacRISC4 compatible.
457     * doc/examples/dualboot.chrp: MacRISC4 compatible.
458
459     modified files:
460      ./0arch-timestamps0 ./ChangeLog ./doc/examples/dualboot.chrp
461      ./doc/examples/simpleboot.chrp
462
463
464 2003-11-04 09:19:11 GMT Ethan Benson <erbenson@alaska.net>      patch-53
465
466     Summary:
467       Use OpenFirmware RELEASE method
468     Revision:
469       yaboot--devel--1.3--patch-53
470
471     * second/prom.c: Use OpenFirmware's RELEASE method instead of the
472       broken crap hack which broke on more recent Apple OpenFirmware.
473
474     modified files:
475      ./0arch-timestamps0 ./ChangeLog ./second/prom.c
476
477
478 2003-10-04 23:58:34 GMT Ethan Benson <erbenson@alaska.net>      patch-52
479
480     Summary:
481       Add boot compatibility with PowerMac G5
482     Revision:
483       yaboot--devel--1.3--patch-52
484
485     * ofboot: Declare compatiblity with PowerMac G5 in.
486
487     modified files:
488      ./0arch-timestamps0 ./ChangeLog ./first/ofboot
489
490
491 2003-06-22 08:06:01 GMT Ethan Benson <erbenson@alaska.net>      patch-51
492
493     Summary:
494       Update ChangeLog tag for compatiblity with arch 1.0pre25
495     Revision:
496       yaboot--devel--1.3--patch-51
497
498     * Update ChangeLog tag for compatiblity with arch 1.0pre25.
499
500     new files:
501      .arch-ids/ChangeLog.id ChangeLog
502
503     removed files:
504      .arch-ids/ChangeLog.id ChangeLog
505
506     modified files:
507      0arch-timestamps0
508
509
510 2003-02-26 11:27:33 GMT Ethan Benson <erbenson@alaska.net>      patch-50
511
512     Summary:
513       Fix ofpath on early iMacs
514     Revision:
515       yaboot--devel--1.3--patch-50
516
517     * ofpath: Apple apparently can't decide whether its called `ata'
518       or `ide'; fix support for early iMac models.
519     
520     * Prep 1.3.10.
521
522     modified files:
523      0arch-timestamps0 ChangeLog Makefile changelog ybin/ofpath
524      ybin/ybin
525
526
527 2003-02-12 08:55:45 GMT Ethan Benson <erbenson@alaska.net>      patch-49
528
529     Summary:
530       Prep 1.3.9 release
531     Revision:
532       yaboot--devel--1.3--patch-49
533
534     * Prep 1.3.9 release:
535       - Set version numbers to 1.3.9.
536       - Finalize changelog.
537
538     modified files:
539      0arch-timestamps0 ChangeLog Makefile changelog ybin/ybin
540
541
542 2003-02-10 09:55:05 GMT Ethan Benson <erbenson@alaska.net>      patch-48
543
544     Summary:
545       Fix botched IBM patch (multiple partition handling on rs6k)
546     Revision:
547       yaboot--devel--1.3--patch-48
548
549     * IBM file.c patch is broken, fix file.c so yaboot finds its config on
550       systems with more then one primary GNU/Linux filesystem partition.
551
552     modified files:
553      0arch-timestamps0 ChangeLog second/file.c
554
555
556 2003-02-09 05:28:41 GMT Ethan Benson <erbenson@alaska.net>      patch-47
557
558     Summary:
559       Update first stage to be compatible with new Macs
560     Revision:
561       yaboot--devel--1.3--patch-47
562
563     * Mark first stage loader compatible with new MacOS9-free PowerMacs so
564       it will be accepted by OpenFirmware.
565     * Update copyrights to include 2003.
566     * Version 1.3.9-UNRELEASED.
567
568     modified files:
569      0arch-timestamps0 ChangeLog Makefile README TODO changelog
570      doc/examples/dualboot.chrp doc/examples/simpleboot.chrp
571      first/ofboot ybin/ofpath ybin/yabootconfig ybin/ybin
572
573
574 2002-12-10 08:14:21 GMT Ethan Benson <erbenson@alaska.net>      patch-46
575
576     Summary:
577       Release yaboot 1.3.8
578     Revision:
579       yaboot--devel--1.3--patch-46
580
581     * yaboot 1.3.8 release.
582
583     modified files:
584      0arch-timestamps0 ChangeLog Makefile changelog ybin/ofpath
585      ybin/yabootconfig ybin/ybin
586
587
588 2002-11-27 09:42:23 GMT Ethan Benson <erbenson@alaska.net>      patch-45
589
590     Summary:
591       Prepare 1.3.8-rc4
592     Revision:
593       yaboot--devel--1.3--patch-45
594
595     * Bump versions to 1.3.8-rc4.
596
597     modified files:
598      0arch-timestamps0 ChangeLog Makefile changelog
599      ybin/yabootconfig ybin/ybin
600
601
602 2002-11-27 09:35:34 GMT Ethan Benson <erbenson@alaska.net>      patch-44
603
604     Summary:
605       Add 'kernel too old' warning to ofpath
606     Revision:
607       yaboot--devel--1.3--patch-44
608
609     * ofpath: On Windtunnel warn when the kernel is too old for proper
610       support.  The warning message is sent to stderr so it will not
611       interfere with scripts or other automated invocation of ofpath.
612
613     modified files:
614      0arch-timestamps0 ChangeLog ybin/ofpath
615
616
617 2002-11-26 09:35:47 GMT Ethan Benson <erbenson@alaska.net>      patch-43
618
619     Summary:
620       Fix ofpath on pci-ide
621     Revision:
622       yaboot--devel--1.3--patch-43
623
624     * ofpath: check for pci-ide, not pci-ata.
625
626     modified files:
627      0arch-timestamps0 ChangeLog ybin/ofpath
628
629
630 2002-11-19 11:32:49 GMT Ethan Benson <erbenson@alaska.net>      patch-42
631
632     Summary:
633       Fix readlink fallback
634     Revision:
635       yaboot--devel--1.3--patch-42
636
637     * ofpath: fallback shell function for readlink was broken.  Fixes
638       IDEBUS==NULL on broken systems that lack /bin/readlink.
639     * Prepare 1.3.8-rc3.
640
641     modified files:
642      0arch-timestamps0 ChangeLog Makefile changelog ybin/ofpath
643      ybin/ybin
644
645
646 2002-11-18 10:38:53 GMT Ethan Benson <erbenson@alaska.net>      patch-41
647
648     Summary:
649       handle ide device nodes up to hdp
650     Revision:
651       yaboot--devel--1.3--patch-41
652
653     * ofpath: handle ide device nodes up to /dev/hdp (16 disks, current
654       max in the kernel).
655
656     modified files:
657      0arch-timestamps0 ChangeLog ybin/ofpath
658
659
660 2002-11-17 23:33:17 GMT Ethan Benson <erbenson@alaska.net>      patch-40
661
662     Summary:
663       Add support for IDE controllers with identity crisis
664     Revision:
665       yaboot--devel--1.3--patch-40
666
667     * ofpath: Add support for IDE controllers that pretend they are scsi.
668     * Prepare 1.3.8-rc2.
669
670     modified files:
671      0arch-timestamps0 ChangeLog Makefile changelog ybin/ofpath
672      ybin/yabootconfig ybin/ybin
673
674
675 2002-11-17 03:13:10 GMT Ethan Benson <erbenson@alaska.net>      patch-39
676
677     Summary:
678       Prepare 1.3.8-rc1
679     Revision:
680       yaboot--devel--1.3--patch-39
681
682     * Prefer $PATH_PREFIX/usr/sbin/ofpath if it exists.
683     * yabootconfig: Add append="video=ofonly" if the running kernel
684       was booted with it.  This solves user confusion when they boot an installer with an
685       install-safe label, install, then reboot the new system to find the
686       console display doesn't work.  This only occurs if user does not
687       specify --kernel-args so it will not interfere with distro installers
688       which handle this themselves.
689
690     modified files:
691      0arch-timestamps0 ChangeLog Makefile changelog ybin/ofpath
692      ybin/yabootconfig ybin/ybin
693
694
695 2002-11-17 02:02:17 GMT Ethan Benson <erbenson@alaska.net>      patch-38
696
697     Summary:
698       Add support for pci-ide to ofpath
699     Revision:
700       yaboot--devel--1.3--patch-38
701
702     * ofpath: Support multi-channel pci-ide devices, found in the Xserve.
703
704     modified files:
705      0arch-timestamps0 ChangeLog ybin/ofpath
706
707
708 2002-11-03 02:00:27 GMT Ethan Benson <erbenson@alaska.net>      patch-37
709
710     Summary:
711       Add extra sanity checks to new ofpath ide resolution code
712     Revision:
713       yaboot--devel--1.3--patch-37
714
715     * ofpath: Add a few sanity checks to new ide resolution code.
716
717     modified files:
718      0arch-timestamps0 ChangeLog ybin/ofpath
719
720
721 2002-10-30 10:32:14 GMT Ethan Benson <erbenson@alaska.net>      patch-36
722
723     Summary:
724       Update ofpath for new devspec export in /proc
725     Revision:
726       yaboot--devel--1.3--patch-36
727
728     * ofpath: /proc/ide/pmac is dead, the OpenFirmware devspec is now
729       exported to /proc/ide/ideX/devspec, ofpath now uses that.
730       - this change is not tested, some additional sanity checks are still
731         needed.
732
733     modified files:
734      0arch-timestamps0 ChangeLog ybin/ofpath
735
736
737 2002-10-27 00:57:19 GMT Ethan Benson <erbenson@alaska.net>      patch-35
738
739     Summary:
740       Change ofpath to use /proc/ide/of1275 instead of /proc/ide/pmac
741     Revision:
742       yaboot--devel--1.3--patch-35
743
744     * ofpath: the current incarnation of /proc/ide/pmac is not supported
745       by ofpath, and I believe this file should be renamed since it should
746       not be inherently pmac specific.  When the format of this file is
747       updated it can be renamed at the same time.
748
749     modified files:
750      0arch-timestamps0 ChangeLog ybin/ofpath
751
752
753 2002-10-27 00:40:09 GMT Ethan Benson <erbenson@alaska.net>      patch-34
754
755     Summary:
756       Add preliminary support for Windtunnel PowerMacs to ofpath
757     Revision:
758       yaboot--devel--1.3--patch-34
759
760     * CHANGES IN THIS COMMIT ARE PRELIMINARY **DO NOT DISTRIBUTE**
761     
762     * ofpath: Add preliminary support for Windtunnel PowerMacs
763       - If /proc/ide/pmac (perhaps to be renamed) does not exist and
764         machine is a Windtunnel return ultra2: instead of hd: (this assumes
765         machines without /proc/ide/pmac are also without support for ATA-100,
766         ultra2: is the ATA-66 bus).
767       - Parse a modified version of /proc/ide/pmac to determine the
768         appropriate OpenFirmware device specifier, no kernel yet has the
769         correct version of this file.
770
771     modified files:
772      ChangeLog Makefile ybin/ofpath ybin/ybin
773
774
775 2002-09-29 05:04:59 GMT Ethan Benson <erbenson@alaska.net>      patch-33
776
777     Summary:
778       Fix spelling errors in changelog
779     Revision:
780       yaboot--devel--1.3--patch-33
781
782     * Oops, fix some spelling errors and reburn 1.3.7.
783     
784     
785
786     modified files:
787      0arch-timestamps0 ChangeLog changelog
788
789
790 2002-09-28 22:51:44 GMT Ethan Benson <erbenson@alaska.net>      patch-32
791
792     Summary:
793       Prepare 1.3.7 release
794     Revision:
795       yaboot--devel--1.3--patch-32
796
797     * Bump versions to 1.3.7
798     * Update changelog.
799     * Mention new yaboot mailing lists in README.
800
801     modified files:
802      0arch-timestamps0 ChangeLog Makefile README changelog
803      ybin/yabootconfig ybin/ybin
804
805
806 2002-09-15 03:56:45 GMT Ethan Benson <erbenson@alaska.net>      patch-31
807
808     Summary:
809       Remove 0arch-timestamps0 in archclean target
810     Revision:
811       yaboot--devel--1.3--patch-31
812
813     * Remove 0arch-timestamps0 in archclean target.
814     
815     
816
817     modified files:
818      0arch-timestamps0 ChangeLog Makefile
819
820
821 2002-09-15 03:28:32 GMT Ethan Benson <erbenson@alaska.net>      patch-30
822
823     Summary:
824       Prepare 1.3.7-pre1
825     Revision:
826       yaboot--devel--1.3--patch-30
827
828     * Update copyright notices for 2002.
829     * Change Boot: to Stage 1 Boot: in ofboot.b
830     * Update changelog.
831     * Bump version to 1.3.7-pre1.
832
833     modified files:
834      0arch-timestamps0 ChangeLog Makefile README changelog
835      doc/yaboot-howto.de.sgml doc/yaboot-howto.sgml first/ofboot
836      second/cmdline.c second/file.c second/fs.c second/fs_ext2.c
837      second/fs_of.c second/fs_xfs.c second/md5.c second/partition.c
838      second/prom.c second/yaboot.c ybin/ofpath ybin/yabootconfig
839      ybin/ybin
840
841
842 2002-09-08 00:17:53 GMT Ethan Benson <erbenson@alaska.net>      patch-29
843
844     Summary:
845       update timestamp save file.
846     Revision:
847       yaboot--devel--1.3--patch-29
848
849     * update timestamp save file.
850
851     modified files:
852      0arch-timestamps0 ChangeLog
853
854
855 2002-09-08 00:13:58 GMT Ethan Benson <erbenson@alaska.net>      patch-28
856
857     Summary:
858       Fix partition file search
859     Revision:
860       yaboot--devel--1.3--patch-28
861
862     * Change file_block_open() to check for FILE_OK rather then NULL
863     return from fs_open().  When no partition is specified in a file open
864     call yaboot will loop through all known partitions until the file is
865     found, or no more partitions are left.  In older versions fs_open()
866     would check for FILE_OK, so checking for NULL return from fs_open()
867     worked, in current versions fs_open() checks for BADFS so proper
868     errors can be reported.  This only really affects IBM CHRP.
869     
870
871     modified files:
872      ChangeLog second/file.c
873
874
875 2002-08-18 22:33:31 GMT Ethan Benson <erbenson@alaska.net>      patch-27
876
877     Summary:
878       make version numbers loudly unsupported due to dumb dist maintainers
879     Revision:
880       yaboot--devel--1.3--patch-27
881
882     * make version numbers loudly unsupported due to dumb dist
883       maintainers, real versions not in place till release time.  UNRELEASED
884       SOFTWARE SHOULD NOT BE PACKAGED.
885
886     modified files:
887      0arch-timestamps0 ChangeLog Makefile ybin/yabootconfig
888      ybin/ybin
889
890
891 2002-08-15 07:26:38 GMT Ethan Benson <erbenson@alaska.net>      patch-26
892
893     Summary:
894       Bump yabootconfig version
895     Revision:
896       yaboot--devel--1.3--patch-26
897
898     * Bump yabootconfig version number.
899     
900     
901
902     modified files:
903      0arch-timestamps0 ChangeLog ybin/yabootconfig
904
905
906 2002-08-15 07:24:35 GMT Ethan Benson <erbenson@alaska.net>      patch-25
907
908     Summary:
909       Fix rare fstab parsing bug in yabootconfig
910     Revision:
911       yaboot--devel--1.3--patch-25
912
913     * Fix a rare parsing bug in yabootconfig's /etc/fstab parsing. If the
914       user had commented entries for the / filesystem yabootconfig would end
915       up detecting one of those.
916
917     modified files:
918      0arch-timestamps0 ChangeLog ybin/yabootconfig
919
920
921 2002-07-29 08:01:44 GMT Ethan Benson <erbenson@alaska.net>      patch-24
922
923     Summary:
924       Don't recommend reporting bugs to benh in yabootconfig(8)
925     Revision:
926       yaboot--devel--1.3--patch-24
927
928     * Don't recommend reporting bugs to benh in yabootconfig(8).
929     
930     
931     
932
933     modified files:
934      0arch-timestamps0 ChangeLog man/yabootconfig.8
935
936
937 2002-07-03 08:17:12 GMT Ethan Benson <erbenson@alaska.net>      patch-23
938
939     Summary:
940       Fix reiserfs symlink resolution
941     Revision:
942       yaboot--devel--1.3--patch-23
943
944     * Fix reiserfs symlink resolution which could fail in certain circumstances.
945     
946     
947
948     modified files:
949      0arch-timestamps0 ChangeLog include/reiserfs/reiserfs.h
950
951
952 2002-05-29 08:50:39 GMT Ethan Benson <erbenson@alaska.net>      patch-22
953
954     Summary:
955       Update timestamp file to exclude {arch}/*
956     Revision:
957       yaboot--devel--1.3--patch-22
958
959     Update timestamp file to exclude {arch}/*.
960     
961     
962     
963
964     modified files:
965      0arch-timestamps0 ChangeLog
966
967
968 2002-05-04 13:00:23 GMT Ethan Benson <erbenson@alaska.net>      patch-21
969
970     Summary:
971       Add 0arch-timestamps0 setftime timestamp database
972     Revision:
973       yaboot--devel--1.3--patch-21
974
975     Add 0arch-timestamps0 setftime timestamp database.  This allows us to
976     work around arch's lack of preserving timestamps.
977     
978
979     new files:
980      .arch-ids/0arch-timestamps0.id 0arch-timestamps0
981
982     modified files:
983      ChangeLog
984
985
986 2002-04-20 13:52:09 GMT Ethan Benson <erbenson@alaska.net>      patch-20
987
988     Summary:
989       Update upstream notice in yaboot-howto, translate it to de.
990     Revision:
991       yaboot--devel--1.3--patch-20
992
993     * Update upstream notice in yaboot-howto, translate it to de.
994
995     modified files:
996      ChangeLog doc/yaboot-howto.de.sgml doc/yaboot-howto.sgml
997
998
999 2002-03-31 05:21:42 GMT Ethan Benson <erbenson@alaska.net>      patch-19
1000
1001     Summary:
1002       Remove more arch crap in clean target
1003     Revision:
1004       yaboot--devel--1.3--patch-19
1005
1006     * Remove ,,* in clean target, this is more crap arch leaves laying around.
1007
1008     modified files:
1009      ChangeLog Makefile
1010
1011
1012 2002-03-31 05:11:46 GMT Ethan Benson <erbenson@alaska.net>      patch-18
1013
1014     Summary:
1015       Fix make clean from previous patch
1016     Revision:
1017       yaboot--devel--1.3--patch-18
1018
1019     find man page is on crack.  Fix find calls my way which appears to work correctly.
1020
1021     modified files:
1022      ChangeLog Makefile
1023
1024
1025 2002-03-31 05:00:26 GMT Ethan Benson <erbenson@alaska.net>      patch-17
1026
1027     Summary:
1028       Update clean targets
1029     Revision:
1030       yaboot--devel--1.3--patch-17
1031
1032     * Remove chmod calls from make clean, arch is supposed to keep track
1033       of permissions correctly so they shouldn't be needed now.
1034     
1035     * Add '-path './{arch}' -prune -o ' to all the find calls so cleaning
1036       doesn't recurse into arch's revision control directories and possibly
1037       corrupt them.
1038     
1039     * Add archclean target which removes all of arch's cruft so release
1040       tarballs won't be ridiculously bloated (arch keeps a complete
1041       duplicate copy of the source making the tarball twice the size it
1042       should be, no good for release tarballs).  If people want a `archable'
1043       tree they should just use arch to check one out.
1044
1045     modified files:
1046      ChangeLog Makefile
1047
1048
1049 2002-03-27 14:10:34 GMT Ethan Benson <erbenson@alaska.net>      patch-16
1050
1051     Summary:
1052       sync with latest yaboot CVS
1053     Revision:
1054       yaboot--devel--1.3--patch-16
1055
1056     Add german howto for yaboot-howto.
1057     
1058     Typo fixes/minor updates to yaboot-howto.
1059     
1060     small fixes to elfextract.
1061     
1062     
1063
1064     new files:
1065      doc/.arch-ids/yaboot-howto.de.sgml.id doc/yaboot-howto.de.sgml
1066
1067     modified files:
1068      ChangeLog Makefile doc/Makefile doc/yaboot-howto.sgml
1069      util/elfextract.c
1070
1071
1072 2002-03-27 13:55:42 GMT Ethan Benson <erbenson@alaska.net>      patch-15
1073
1074     Summary:
1075       Commit yaboot 1.3.6
1076     Revision:
1077       yaboot--devel--1.3--patch-15
1078
1079     Commit yaboot 1.3.6.
1080
1081     modified files:
1082      ChangeLog Makefile changelog doc/README.rs6000
1083      doc/yaboot-howto.sgml include/bootinfo.h include/cfg.h
1084      include/cmdline.h include/debug.h include/errors.h
1085      include/fdisk-part.h include/file.h include/fs.h
1086      include/mac-part.h include/partition.h include/prom.h
1087      include/yaboot.h lib/malloc.c lib/string.S second/cache.S
1088      second/cfg.c second/cmdline.c second/file.c second/fs.c
1089      second/fs_ext2.c second/fs_iso.c second/fs_of.c
1090      second/fs_reiserfs.c second/fs_xfs.c second/md5.c
1091      second/partition.c second/prom.c second/yaboot.c
1092      util/addnote.c util/elfextract.c ybin/ybin
1093
1094
1095 2002-03-27 13:45:22 GMT Ethan Benson <erbenson@alaska.net>      patch-14
1096
1097     Summary:
1098       Commit yaboot 1.3.6-pre2
1099     Revision:
1100       yaboot--devel--1.3--patch-14
1101
1102     Commit yaboot 1.3.6-pre2.
1103
1104     modified files:
1105      ChangeLog Makefile TODO changelog man/yabootconfig.8
1106      second/file.c second/yaboot.c ybin/ybin
1107
1108
1109 2002-03-27 13:37:21 GMT Ethan Benson <erbenson@alaska.net>      patch-13
1110
1111     Summary:
1112       Commit yaboot 1.3.6-pre1
1113     Revision:
1114       yaboot--devel--1.3--patch-13
1115
1116     Commit yaboot 1.3.6-pre1.
1117
1118     modified files:
1119      ChangeLog Makefile README THANKS TODO changelog
1120      doc/README.rs6000 doc/examples/simpleboot.chrp
1121      doc/examples/yaboot.conf.multi-boot
1122      doc/examples/yaboot.conf.rs6000 etc/yaboot.conf man.patch
1123      man/mkofboot.8 man/yaboot.8 man/ybin.8 second/file.c
1124      second/yaboot.c ybin/yabootconfig ybin/ybin
1125
1126     renamed files:
1127      doc/examples/.arch-ids/yaboot.conf.rs6k.id
1128        ==> doc/examples/.arch-ids/yaboot.conf.rs6000.id
1129      doc/examples/yaboot.conf.rs6k
1130        ==> doc/examples/yaboot.conf.rs6000
1131
1132
1133 2002-03-27 13:30:47 GMT Ethan Benson <erbenson@alaska.net>      patch-12
1134
1135     Summary:
1136       Commit yaboot 1.3.5
1137     Revision:
1138       yaboot--devel--1.3--patch-12
1139
1140     Commit yaboot 1.3.5.
1141
1142     new files:
1143      doc/.arch-ids/Makefile.id doc/.arch-ids/yaboot-howto.sgml.id
1144      doc/Makefile doc/yaboot-howto.sgml
1145
1146     modified files:
1147      ChangeLog Makefile THANKS changelog man.patch
1148      man/yaboot.conf.5 ybin/ybin
1149
1150
1151 2002-03-27 13:25:55 GMT Ethan Benson <erbenson@alaska.net>      patch-11
1152
1153     Summary:
1154       Commit yaboot 1.3.5-pre3
1155     Revision:
1156       yaboot--devel--1.3--patch-11
1157
1158     Commit yaboot 1.3.5-pre3.
1159
1160     modified files:
1161      ChangeLog Makefile man.patch man/yaboot.conf.5 second/yaboot.c
1162      ybin/ybin
1163
1164
1165 2002-03-27 13:22:23 GMT Ethan Benson <erbenson@alaska.net>      patch-10
1166
1167     Summary:
1168       Commit yaboot 1.3.5-pre2
1169     Revision:
1170       yaboot--devel--1.3--patch-10
1171
1172     Commit yaboot 1.3.5-pre2.
1173
1174     modified files:
1175      ChangeLog Makefile changelog man.patch man/yaboot.conf.5
1176      second/fs_ext2.c second/prom.c second/yaboot.c ybin/ybin
1177
1178
1179 2002-03-26 15:11:26 GMT Ethan Benson <erbenson@alaska.net>      patch-9
1180
1181     Summary:
1182       Commit yaboot 1.3.5-pre1
1183     Revision:
1184       yaboot--devel--1.3--patch-9
1185
1186     Commit yaboot 1.3.5-pre1.
1187
1188     removed files:
1189      include/et/.arch-ids/com_err.c.id include/et/com_err.c
1190
1191     modified files:
1192      ChangeLog Makefile TODO changelog include/bootinfo.h
1193      include/ctype.h include/debug.h include/ext2fs/bitops.h
1194      include/ext2fs/ext2_err.h include/ext2fs/ext2_io.h
1195      include/ext2fs/ext2fs.h lib/libext2fs.a second/cfg.c
1196      second/file.c second/fs.c second/fs_ext2.c second/fs_iso.c
1197      second/fs_of.c second/fs_reiserfs.c second/fs_xfs.c
1198      second/iso_util.c second/partition.c second/prom.c
1199      second/yaboot.c util/addnote.c ybin/ybin
1200
1201
1202 2002-03-26 15:05:27 GMT Ethan Benson <erbenson@alaska.net>      patch-8
1203
1204     Summary:
1205       Commit yaboot 1.3.4
1206     Revision:
1207       yaboot--devel--1.3--patch-8
1208
1209     Commit yaboot 1.3.4.
1210
1211     modified files:
1212      ChangeLog Makefile changelog include/bootinfo.h
1213      include/ctype.h include/debug.h include/file.h second/cfg.c
1214      second/file.c second/fs.c second/fs_ext2.c second/fs_iso.c
1215      second/iso_util.c second/partition.c second/prom.c
1216      second/yaboot.c util/addnote.c ybin/ybin
1217
1218
1219 2002-03-26 15:00:49 GMT Ethan Benson <erbenson@alaska.net>      patch-7
1220
1221     Summary:
1222       Commit yaboot 1.3.4-pre3
1223     Revision:
1224       yaboot--devel--1.3--patch-7
1225
1226     Commit yaboot 1.3.4-pre3.
1227
1228     new files:
1229      include/.arch-ids/debug.h.id include/debug.h
1230
1231     modified files:
1232      ChangeLog Makefile changelog include/errors.h include/file.h
1233      include/fs.h include/partition.h include/prom.h second/cfg.c
1234      second/file.c second/fs_ext2.c second/fs_of.c
1235      second/fs_reiserfs.c second/fs_xfs.c second/partition.c
1236      second/prom.c second/yaboot.c ybin/ybin
1237
1238
1239 2002-03-26 14:42:58 GMT Ethan Benson <erbenson@alaska.net>      patch-6
1240
1241     Summary:
1242       Commit yaboot 1.3.4-pre2
1243     Revision:
1244       yaboot--devel--1.3--patch-6
1245
1246     Commit yaboot 1.3.4-pre2.
1247
1248     modified files:
1249      ChangeLog Makefile changelog second/file.c second/yaboot.c
1250      ybin/ybin
1251
1252
1253 2002-03-25 15:13:19 GMT Ethan Benson <erbenson@alaska.net>      patch-5
1254
1255     Summary:
1256       Commit yaboot 1.3.4-pre1
1257     Revision:
1258       yaboot--devel--1.3--patch-5
1259
1260     Commit yaboot 1.3.4-pre1.
1261
1262     new files:
1263      include/xfs/.arch-ids/=id include/xfs/.arch-ids/xfs.h.id
1264      include/.arch-ids/errors.h.id second/.arch-ids/fs_xfs.c.id
1265      .arch-ids/Config.id include/xfs/xfs.h include/errors.h
1266      second/fs_xfs.c Config
1267
1268     removed files:
1269      include/.arch-ids/gui.h.id include/.arch-ids/video.h.id
1270      second/gui/.arch-ids/=id second/gui/.arch-ids/colormap.c.id
1271      second/gui/.arch-ids/effects.c.id
1272      second/gui/.arch-ids/pcx.c.id second/gui/.arch-ids/video.c.id
1273      include/gui.h include/video.h second/gui/colormap.c
1274      second/gui/effects.c second/gui/pcx.c second/gui/video.c
1275
1276     modified files:
1277      ChangeLog Makefile THANKS changelog include/file.h
1278      include/fs.h include/prom.h include/string.h include/yaboot.h
1279      lib/malloc.c second/cfg.c second/file.c second/fs.c
1280      second/fs_ext2.c second/fs_iso.c second/fs_of.c
1281      second/fs_reiserfs.c second/partition.c second/prom.c
1282      second/yaboot.c util/addnote.c ybin/ybin
1283
1284     new directories:
1285      include/xfs/.arch-ids include/xfs
1286
1287     removed directories:
1288      second/gui/.arch-ids second/gui
1289
1290
1291 2002-03-25 14:50:10 GMT Ethan Benson <erbenson@alaska.net>      patch-4
1292
1293     Summary:
1294       Commit yaboot 1.3.3
1295     Revision:
1296       yaboot--devel--1.3--patch-4
1297
1298     Commit yaboot 1.3.3.
1299
1300     modified files:
1301      ChangeLog Makefile changelog first/ofboot man.patch
1302      man/yaboot.conf.5 man/yabootconfig.8 ybin/yabootconfig
1303      ybin/ybin
1304
1305
1306 2002-03-25 14:28:05 GMT Ethan Benson <erbenson@alaska.net>      patch-3
1307
1308     Summary:
1309       Commit yaboot 1.3.2
1310     Revision:
1311       yaboot--devel--1.3--patch-3
1312
1313     Commit yaboot 1.3.2.
1314
1315     modified files:
1316      ChangeLog Makefile changelog ybin/ybin
1317
1318
1319 2002-03-25 14:05:52 GMT Ethan Benson <erbenson@alaska.net>      patch-2
1320
1321     Summary:
1322       Commit yaboot 1.3.1
1323     Revision:
1324       yaboot--devel--1.3--patch-2
1325
1326     Commit yaboot 1.3.1.
1327
1328     modified files:
1329      ChangeLog Makefile changelog doc/README.rs6000 ybin/ybin
1330
1331
1332 2002-03-25 07:43:37 GMT Ethan Benson <erbenson@alaska.net>      patch-1
1333
1334     Summary:
1335       Commit yaboot 1.3.0
1336     Revision:
1337       yaboot--devel--1.3--patch-1
1338
1339     Commit yaboot 1.3.0.
1340
1341     new files:
1342      .arch-ids/BUGS.id .arch-ids/COPYING.id .arch-ids/INSTALL.id
1343      .arch-ids/Makefile.id .arch-ids/README.id
1344      .arch-ids/README.man.patch.id .arch-ids/THANKS.id
1345      .arch-ids/TODO.id .arch-ids/changelog.id doc/.arch-ids/=id
1346      doc/.arch-ids/README.ofboot.id doc/.arch-ids/README.ofpath.id
1347      doc/.arch-ids/README.rs6000.id doc/examples/.arch-ids/=id
1348      doc/examples/.arch-ids/README.dualboot.chrp.id
1349      doc/examples/.arch-ids/README.mbicons.id
1350      doc/examples/.arch-ids/README.simpleboot.chrp.id
1351      doc/examples/.arch-ids/dualboot.chrp.id
1352      doc/examples/.arch-ids/large-penguin.mbicon.id
1353      doc/examples/.arch-ids/simpleboot.chrp.id
1354      doc/examples/.arch-ids/yaboot.conf.multi-boot.id
1355      doc/examples/.arch-ids/yaboot.conf.rs6k.id etc/.arch-ids/=id
1356      etc/.arch-ids/yaboot.conf.id first/.arch-ids/=id
1357      first/.arch-ids/ofboot.id include/.arch-ids/=id
1358      include/asm/.arch-ids/=id include/asm/.arch-ids/elf.h.id
1359      include/asm/.arch-ids/ppc_asm.tmpl.id
1360      include/asm/.arch-ids/processor.h.id
1361      include/.arch-ids/bootinfo.h.id
1362      include/.arch-ids/byteorder.h.id include/.arch-ids/cfg.h.id
1363      include/.arch-ids/cmdline.h.id include/.arch-ids/ctype.h.id
1364      include/et/.arch-ids/=id include/et/.arch-ids/com_err.c.id
1365      include/et/.arch-ids/com_err.h.id include/ext2fs/.arch-ids/=id
1366      include/ext2fs/.arch-ids/bitops.h.id
1367      include/ext2fs/.arch-ids/ext2_err.h.id
1368      include/ext2fs/.arch-ids/ext2_io.h.id
1369      include/ext2fs/.arch-ids/ext2fs.h.id
1370      include/.arch-ids/fdisk-part.h.id include/.arch-ids/file.h.id
1371      include/.arch-ids/fs.h.id include/.arch-ids/gui.h.id
1372      include/linux/.arch-ids/=id include/linux/.arch-ids/elf.h.id
1373      include/linux/.arch-ids/ext2_fs.h.id
1374      include/linux/.arch-ids/iso_fs.h.id
1375      include/linux/.arch-ids/stat.h.id
1376      include/linux/.arch-ids/types.h.id
1377      include/.arch-ids/mac-part.h.id include/.arch-ids/md5.h.id
1378      include/.arch-ids/partition.h.id include/.arch-ids/prom.h.id
1379      include/reiserfs/.arch-ids/=id
1380      include/reiserfs/.arch-ids/reiserfs.h.id
1381      include/.arch-ids/setjm2.h.id include/.arch-ids/setjmp.h.id
1382      include/.arch-ids/stdlib.h.id include/.arch-ids/string.h.id
1383      include/.arch-ids/swab.h.id include/.arch-ids/types.h.id
1384      include/.arch-ids/video.h.id include/.arch-ids/yaboot.h.id
1385      lib/.arch-ids/=id lib/.arch-ids/ctype.c.id
1386      lib/.arch-ids/libext2fs.a.id lib/.arch-ids/malloc.c.id
1387      lib/.arch-ids/nosys.c.id lib/.arch-ids/string.S.id
1388      lib/.arch-ids/strstr.c.id lib/.arch-ids/strtol.c.id
1389      lib/.arch-ids/vsprintf.c.id man/.arch-ids/=id
1390      man/.arch-ids/bootstrap.8.id man/.arch-ids/mkofboot.8.id
1391      man/.arch-ids/ofpath.8.id man/.arch-ids/yaboot.8.id
1392      man/.arch-ids/yaboot.conf.5.id man/.arch-ids/yabootconfig.8.id
1393      man/.arch-ids/ybin.8.id .arch-ids/man.patch.id
1394      second/.arch-ids/=id second/.arch-ids/cache.S.id
1395      second/.arch-ids/cfg.c.id second/.arch-ids/cmdline.c.id
1396      second/.arch-ids/crt0.S.id second/.arch-ids/file.c.id
1397      second/.arch-ids/fs.c.id second/.arch-ids/fs_ext2.c.id
1398      second/.arch-ids/fs_iso.c.id second/.arch-ids/fs_of.c.id
1399      second/.arch-ids/fs_reiserfs.c.id second/gui/.arch-ids/=id
1400      second/gui/.arch-ids/colormap.c.id
1401      second/gui/.arch-ids/effects.c.id
1402      second/gui/.arch-ids/pcx.c.id second/gui/.arch-ids/video.c.id
1403      second/.arch-ids/iso_util.c.id second/.arch-ids/md5.c.id
1404      second/.arch-ids/partition.c.id second/.arch-ids/prom.c.id
1405      second/.arch-ids/setjmp.S.id second/.arch-ids/yaboot.c.id
1406      util/.arch-ids/=id util/.arch-ids/addnote.c.id
1407      util/.arch-ids/elfextract.c.id ybin/.arch-ids/=id
1408      ybin/.arch-ids/mkofboot.id ybin/.arch-ids/ofpath.id
1409      ybin/.arch-ids/yabootconfig.id ybin/.arch-ids/ybin.id BUGS
1410      COPYING INSTALL Makefile README README.man.patch THANKS TODO
1411      changelog doc/README.ofboot doc/README.ofpath
1412      doc/README.rs6000 doc/examples/README.dualboot.chrp
1413      doc/examples/README.mbicons
1414      doc/examples/README.simpleboot.chrp doc/examples/dualboot.chrp
1415      doc/examples/large-penguin.mbicon doc/examples/simpleboot.chrp
1416      doc/examples/yaboot.conf.multi-boot
1417      doc/examples/yaboot.conf.rs6k etc/yaboot.conf first/ofboot
1418      include/asm/elf.h include/asm/ppc_asm.tmpl
1419      include/asm/processor.h include/bootinfo.h include/byteorder.h
1420      include/cfg.h include/cmdline.h include/ctype.h
1421      include/et/com_err.c include/et/com_err.h
1422      include/ext2fs/bitops.h include/ext2fs/ext2_err.h
1423      include/ext2fs/ext2_io.h include/ext2fs/ext2fs.h
1424      include/fdisk-part.h include/file.h include/fs.h include/gui.h
1425      include/linux/elf.h include/linux/ext2_fs.h
1426      include/linux/iso_fs.h include/linux/stat.h
1427      include/linux/types.h include/mac-part.h include/md5.h
1428      include/partition.h include/prom.h include/reiserfs/reiserfs.h
1429      include/setjm2.h include/setjmp.h include/stdlib.h
1430      include/string.h include/swab.h include/types.h
1431      include/video.h include/yaboot.h lib/ctype.c lib/libext2fs.a
1432      lib/malloc.c lib/nosys.c lib/string.S lib/strstr.c
1433      lib/strtol.c lib/vsprintf.c man/bootstrap.8 man/mkofboot.8
1434      man/ofpath.8 man/yaboot.8 man/yaboot.conf.5 man/yabootconfig.8
1435      man/ybin.8 man.patch second/cache.S second/cfg.c
1436      second/cmdline.c second/crt0.S second/file.c second/fs.c
1437      second/fs_ext2.c second/fs_iso.c second/fs_of.c
1438      second/fs_reiserfs.c second/gui/colormap.c
1439      second/gui/effects.c second/gui/pcx.c second/gui/video.c
1440      second/iso_util.c second/md5.c second/partition.c
1441      second/prom.c second/setjmp.S second/yaboot.c util/addnote.c
1442      util/elfextract.c ybin/mkofboot ybin/ofpath ybin/yabootconfig
1443      ybin/ybin
1444
1445     modified files:
1446      ChangeLog
1447
1448     new directories:
1449      doc/.arch-ids doc/examples/.arch-ids etc/.arch-ids
1450      first/.arch-ids include/.arch-ids include/asm/.arch-ids
1451      include/et/.arch-ids include/ext2fs/.arch-ids
1452      include/linux/.arch-ids include/reiserfs/.arch-ids
1453      lib/.arch-ids man/.arch-ids second/.arch-ids
1454      second/gui/.arch-ids util/.arch-ids ybin/.arch-ids doc
1455      doc/examples etc first include include/asm include/et
1456      include/ext2fs include/linux include/reiserfs lib man second
1457      second/gui util ybin
1458
1459
1460 2002-03-25 03:28:42 GMT Ethan Benson <erbenson@alaska.net>      base-0
1461
1462     Summary:
1463       Create yaboot arch repo
1464     Revision:
1465       yaboot--devel--1.3--base-0
1466
1467     Create yaboot arch repo.
1468
1469     new files:
1470      ./.arch-ids/ChangeLog.id ./ChangeLog
1471
1472