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