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