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