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