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