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