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