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