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