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