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