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