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