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