X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=ChangeLog;h=d5f370c41fc03b534aab89dbb469bebe0e61c5c1;hp=48cfa04fee8e210f708e5ace824295c998164a01;hb=1110d149dc41114e22297244ca274b9a52487356;hpb=2bdcccbdfe7dbcfee05fe5c4e03675d36999cc76 diff --git a/ChangeLog b/ChangeLog index 48cfa04..d5f370c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,417 +1,952 @@ -# do not edit -- automatically generated by arch changelog -# arch-tag: automatic-ChangeLog--erbenson@alaska.net--public/yaboot--devel--1.3 -# +commit 58838f4a6973c60dc1b764fba20682ce07bb6c96 +Author: Paul Nasrat +Date: Fri Aug 17 15:22:00 2007 +0100 + + On some of the larger kernels we are starting to see a space squeeze. + The kernel is currently being put at 20MBs and on some of the newer + pSeries systems we are getting real-bases at 32MBs (plus AIX 5.3 has + real-base at 32MB, so if AIX is ever booted, everything gets shifted). + + If the uncompressed kernel+initrd is larger than 12MBs then we see + truncation (typical on install kernels). + + This patch moves the KERNELADDR to 0x00C00000 (12MB). If real-base is + 12MB and is loaed there, yaboot will keep going up by a megabyte until + prom_claim finds space. And the uncompressed kernel should be + indifferent where it's loaded because there's nothing at 32MB (ie it + will operate as it does today). If OF is loaded at 32MB then the 12MB + region is free and the uncompressed kernel will have more space to grow. + + I have tested this on numerous pSeries boxes. I have not tested on + anything else. + + Signed-off-by: Jake Moilanen -2003-11-18 10:12:32 GMT Ethan Benson patch-61 +commit 1bea6140c2894b1259fd07f323b25fd846bd5acf +Author: Paul Nasrat +Date: Thu Jul 26 09:27:58 2007 +0100 - Summary: - Fix ofpath arch detect fix - Revision: - yaboot--devel--1.3--patch-61 + Fix typo courtesy of Kenichi Nagai - ybin/ofpath: Fix botched powerpc-64 support fix. +commit 58096e43b6efd2fb51e81866fff9660b70d5df64 +Author: Paul Nasrat +Date: Thu Jul 19 14:16:30 2007 +0100 - modified files: - ./0arch-timestamps0 ./ChangeLog ./ybin/ofpath + Prepare 1.3.14 +commit 6166753b1295119cfd8f7a5973b0b523098ef263 +Author: Paul Nasrat +Date: Thu May 17 13:54:20 2007 +0100 -2003-11-18 10:09:41 GMT Ethan Benson patch-60 + Netboot fixes: + - the ARRAY_SIZE macro is no more needed here, + - use of cfgpath to have the actual config path to apply for mac *and* ip + lookup, + - no need to free a buffer big enough, and besides malloc(9) was not + enough ("/etc/" missed), + - use of intermediate length variables to avoid unneeded calls to strlen() + and strrchr(). + benoit.guillon - Summary: - Make ofpath work on powerpc-64 - Revision: - yaboot--devel--1.3--patch-60 +commit cfe3648f1f16d7399a2f0818ffb4e64da0c07cf5 +Author: Paul Nasrat +Date: Thu May 17 11:30:59 2007 +0100 - ybin/ofpath: No longer refuse to function on ppc64 systems. + Correct return type + Leonardo Rangel - modified files: - ./0arch-timestamps0 ./ChangeLog ./ybin/ofpath +commit 6084bb9a372a5fb9fa3e63a26c1770036c31883d +Author: Paul Nasrat +Date: Thu May 17 11:29:29 2007 +0100 + Add missing includes + Leonardo Rangel -2003-11-17 04:35:21 GMT Ethan Benson patch-59 +commit 8aeef6f3fcbe661003268ee598de5601a192b965 +Author: Paul Nasrat +Date: Thu May 17 11:28:19 2007 +0100 - Summary: - Fix ofpath for `scsi' ide controllers - Revision: - yaboot--devel--1.3--patch-59 + Fix compilation warnings by using return not exit. + Leonardo Rangel - * ybin/ofpath: - - Generate correct paths for IDE controllers which - pretend to be scsi. - - Correct error message regarding CONFIG_SCSI_PROC_FS - (=y not =n). +commit 1d2796d399a2076511df671e2f35eb0869085a6a +Author: Paul Nasrat +Date: Thu May 17 11:27:23 2007 +0100 - modified files: - ./0arch-timestamps0 ./ChangeLog ./ybin/ofpath + Now we stop truncating characters for pxelinux style boot at the directory seperator. + Leonardo Rangel +commit 06c6d687b3e76b2e728b1d59aaf408c20df029cb +Author: Paul Nasrat +Date: Wed May 16 10:22:59 2007 +0100 -2003-11-10 10:23:36 GMT Ethan Benson patch-58 + Update ChangeLog from git - Summary: - Fix ofpath 2.6 /proc/scsi check - Revision: - yaboot--devel--1.3--patch-58 +commit fa024941f8f1237e01e2ecf338442be9062953cc +Author: Paul Nasrat +Date: Tue May 15 14:28:02 2007 +0100 - * ybin/ofpath: Move return to proper place so ofpath doesn't exit - silently when scsi appears to not be installed and the system is - running a 2.6 kernel. + use of cfg_set_default_by_mac() function in yaboot.c + + This last part calls the cfg_set_default_by_mac() function in yaboot.c + by load_config_file() function. + + Signed-off-by: Paulo Ricardo Paz Vital - modified files: - ./0arch-timestamps0 ./ChangeLog ./ybin/ofpath +commit 313f71b25817a54832ac2ab46efcee2f5ab30331 +Author: Paul Nasrat +Date: Tue May 15 14:25:55 2007 +0100 + This part creates the cfg_set_default_by_mac() function. + + This function sets the default cf_option if there is an image label if + the same MAC address of the machine is netbooting. + + Signed-off-by: Paulo Ricardo Paz Vital -2003-11-10 08:52:02 GMT Ethan Benson patch-57 +commit cf0768af118d79ba4888a7fb0fcd800fdf76dc98 +Author: Paul Nasrat +Date: Tue May 15 14:24:06 2007 +0100 - Summary: - Detect lack of CONFIG_SCSI_PROC_FS in ofpath on 2.6 systems - Revision: - yaboot--devel--1.3--patch-57 + load_my_config_file() modifications in yaboot.c + + This second part, deletes the netbooting like PXE algorithm from + yaboot.c (reallocated in prom.c) and sets the use of prom_get_netinfo(), + prom_get_mac (), prom_get_ip () functions in load_my_config_file() + function to netbooting work like before the changes. + + Signed-off-by: Paulo Ricardo Paz Vital - * ybin/ofpath: Under 2.6 systems detect lack of CONFIG_SCSI_PROC_FS in - kernel configuration and print error message indicating its required. +commit 78cfabe0fac2682681c604bfe9b7266f173b9ea2 +Author: Paul Nasrat +Date: Tue May 15 14:23:26 2007 +0100 - modified files: - ./0arch-timestamps0 ./ChangeLog ./ybin/ofpath + prom functions + + This first part creates the prom_get_netinfo (), prom_get_mac (), + prom_get_ip () functions, and some structures to get the necessary + information about the MAC and IP addresses. + + Actually, this is a reallocation of netbooting like PXE algorithm wrote + by Benoit Guillon [1], to be used by any other part of Yaboot to get the + netbooting information. + + [1] http://ozlabs.org/pipermail/yaboot-devel/2006-December/000062.html + + Signed-off-by: Paulo Ricardo Paz Vital +commit c5340d42bba9a51b5b0e22f2161985213d54f805 +Author: Paul Nasrat +Date: Tue May 15 14:18:33 2007 +0100 -2003-11-06 07:28:26 GMT Ethan Benson patch-56 + This patch fixes OF netbooting on pSeries + Signed-off-by: Paulo Ricardo Paz Vital - Summary: - Add PowerMac G5 SATA support to ofpath - Revision: - yaboot--devel--1.3--patch-56 +commit 750ce1ac64bea60a4c072373ed9661c8b180b627 +Author: Paul Nasrat +Date: Tue May 15 14:14:43 2007 +0100 - * ybin/ofpath: Add support for SATA drives found in the PowerMac G5. - (Olof Johansson ) + User-specified config file on Yaboot's prompt + This patch clears out the kernel image list before loading a new config file. + Leonardo Rangel lrangel at linux.vnet.ibm.com - modified files: - ./0arch-timestamps0 ./ChangeLog ./ybin/ofpath +commit 7305a1de1f811a7e5afe9ec24244848c298ef352 +Author: Paul Nasrat +Date: Thu Apr 19 10:27:05 2007 +0100 + Enable user to supply config from yaboot command line. + + Leonardo Rangel -2003-11-05 07:49:57 GMT Ethan Benson patch-55 +commit aa67de3649c86c158622391aeec0016645b4f0d1 +Author: Paul Nasrat +Date: Thu Apr 19 10:25:28 2007 +0100 - Summary: - Bump version to unsupported non-release status - Revision: - yaboot--devel--1.3--patch-55 + The following patch fix reverts removal of some lines for the netboot patch. + + Signed-off-by: Paulo Ricardo Paz Vital - * Bump version to unsupported non-release status. +commit a5b19d45fb5569f68e56445536296188b2ec0809 +Author: Paul Nasrat +Date: Thu Apr 19 10:14:24 2007 +0100 - modified files: - ./0arch-timestamps0 ./ChangeLog ./Makefile ./ybin/ybin + ybin userland interface for specifying bootonce + + Add an option to ybin called "--bootonce" that takes exactly one + argument, the label of the kernel to boot exactly once, on next reboot. + + Do some sanity checking. Grep through the yaboot config file to make + sure that label=WHATEVER exists somewhere, bail if not. Try to prune + out comment lines. Perhaps this might be implemented better. It worked + will in my testing, though. + + Set the boot-once OF environment variable to the --bootonce value. Due + to the previously mentioned nvsetenv bug, this will fail silently if + you're trying to set boot-once on a system where boot-once doesn't + already exist in nvram. Thus, immediately after doing the set, try and + read it back out of nvsetenv and make sure it landed there. Bail if + not. + + Signed-off-by: Dustin Kirkland +commit 89f352cbee373069ed035476cb4c18027ff0a5b3 +Author: Paul Nasrat +Date: Thu Apr 19 10:13:43 2007 +0100 -2003-11-05 07:38:12 GMT Ethan Benson patch-54 + yaboot menu user interface + + This patch allows for denoting a kernel label as a "boot-once" label + when printing the menu of labels. + + The label flagged as default is marked with an asterisk (*). If a label + matches the global bootoncelabel, I'm marking it with an ampersand (&). + I'm ambivalent about the symbol used here, or even if it is. But I + found this bit useful when debugging and testing the functionality, and + it's trivial to add cleanly. I chose ampersand because it's immediately + left of the asterisk on my keyboard. + +commit 320a30ef3761980800710b9d8352229c53c36a43 +Author: Paul Nasrat +Date: Thu Apr 19 10:12:22 2007 +0100 + + read boot-once, zero out, set bootoncelabel as default + + This patch reads the boot-once environment variable from Open Firmware + and stores in a global variable, "bootoncelabel". + + It then unconditionally zeros out the boot-once environment variable. + + *** Note that according to 1275, setprop will create a specified + environment variable if it doesn't already exist. A bug in nvsetenv + causes it to fail silently if you try to set an OF environment variable + that does not already exist. However, simply booting a system running a + yaboot with this patch set compiled in will in fact create the boot-once + environment variable, which nvsetenv can later set and reset. + + Signed-off-by: Dustin Kirkland - Summary: - Update compatibility declaration for CHRPBOOT examples - Revision: - yaboot--devel--1.3--patch-54 +commit 5d4289bddaef010cc14bcbeecfd13d5068b50a8e +Author: Paul Nasrat +Date: Thu Apr 19 10:11:19 2007 +0100 - * doc/examples/simpleboot.chrp: MacRISC4 compatible. - * doc/examples/dualboot.chrp: MacRISC4 compatible. + prom setprop primatives + + This patch creates the prom_set_options() and prom_setprop() functions. + These are precise mirrors of their read-only brothers, + prom_get_options() and prom_getprop(), implemented as defined in the + Open Firmware 1275 spec. + + The prom_set_options() function will be used to zero out the boot-once + label unconditionally after reading it. + + Signed-off-by: Dustin Kirkland - modified files: - ./0arch-timestamps0 ./ChangeLog ./doc/examples/dualboot.chrp - ./doc/examples/simpleboot.chrp +commit 117cc2a76cc76227a5dd99d3435afb6737a41879 +Author: Paul Nasrat +Date: Wed Apr 18 14:27:59 2007 +0100 + Loading a different config file (confarg feature) + Origin: Paulo Ricardo Paz Vital -2003-11-04 09:19:11 GMT Ethan Benson patch-53 +commit 874609eb643e1f93f78b36c706dcdfb6bb4ddde3 +Author: Paul Nasrat +Date: Wed Mar 7 11:31:12 2007 +0000 - Summary: - Use OpenFirmware RELEASE method - Revision: - yaboot--devel--1.3--patch-53 + Remove devel debugging code + Patch from Benoit Guillon - * second/prom.c: Use OpenFirmware's RELEASE method instead of the - broken crap hack which broke on more recent Apple OpenFirmware. +commit be7cdc5970eef6bf45394304a0aaeb1ae203d456 +Author: Paul Nasrat +Date: Wed Mar 7 08:52:19 2007 +0000 - modified files: - ./0arch-timestamps0 ./ChangeLog ./second/prom.c + Compile fix + Paulo Vital +commit a5141a38c8aacc04e7c7673d2cb522a085245d68 +Author: Paul Nasrat +Date: Fri Mar 2 16:36:30 2007 +0000 -2003-10-04 23:58:34 GMT Ethan Benson patch-52 + This is a combination of three patches (the first two for adding + prom_getproplen and ARRAY_SIZE) for getting the pxelinux config file + search working. + + Nathan Lynch (original patch) + Benoit Guillon (update to 1.3.14rc tree) + +commit 778a7e33cfa273b52c5b6256e61da1e00303d304 +Author: Paul Nasrat +Date: Fri Mar 2 16:26:18 2007 +0000 + + Certain levels of IBM firmware will allow the system to boot from an + iscsi target. System OFW accomplishes this by setting up a virtual + disk device with parameters. These parameters, when passed back to + OFW by yaboot, directs the FW to use virtual device over the ethernet + port that will then access iscsi target as a block device. This patch + extracts those parameters from the property of the virtual device and + passes them back to OFW to indicate the kernel is to be retrieved via + the iscsi protocol. + + Signed-off-by: Doug Maxey + Cc: Ben Herrenscmidt + Cc: Mike Christie - Summary: - Add boot compatibility with PowerMac G5 - Revision: - yaboot--devel--1.3--patch-52 +commit 6f00a510abbfaa45b580cf5f371f0168ba662d3d +Author: Paul Nasrat +Date: Thu Feb 15 12:32:26 2007 +0000 - * ofboot: Declare compatiblity with PowerMac G5 in. + Merge ability to have per machine type config entries from ubuntu/silo. - modified files: - ./0arch-timestamps0 ./ChangeLog ./first/ofboot +commit 3a57377b5279a98ad98ef4b535eb0516099bc737 +Author: Paul Nasrat +Date: Thu Feb 15 12:24:28 2007 +0000 + Determine last ext3 LBA to fix wild LBA reads + Signed-off-by: Doug Maxey + Cc: Ben Herrenschmidt -2003-06-22 08:06:01 GMT Ethan Benson patch-51 +commit 216a58f46680540da482f6fc5499b283f2e5830d +Author: Paul Nasrat +Date: Thu Feb 15 12:21:14 2007 +0000 - Summary: - Update ChangeLog tag for compatiblity with arch 1.0pre25 - Revision: - yaboot--devel--1.3--patch-51 + Remove binary libext2fs.a and build against system library. - * Update ChangeLog tag for compatiblity with arch 1.0pre25. +commit ba131271e6a8f3401cf6faa7d751530b6151ae3a +Author: Paul Nasrat +Date: Thu Feb 15 12:09:45 2007 +0000 - new files: - .arch-ids/ChangeLog.id ChangeLog + Remove binary libext2fs.a and build against system library. - removed files: - .arch-ids/ChangeLog.id ChangeLog +commit b714c2f1ef68d3666d14dd3a96351649468329aa +Author: Paul Nasrat +Date: Tue Nov 28 14:36:02 2006 +0000 - modified files: - 0arch-timestamps0 + Device-trees don't have symlinks made any more +commit 1d8bdec959fa2675b7c1b752cac22fa47edb9394 +Author: Paul Nasrat +Date: Thu Nov 16 12:34:02 2006 +0000 -2003-02-26 11:27:33 GMT Ethan Benson patch-50 + Add support to ofpath for usb-storage and fix sbp-2 storage + Patch from Alex Kanavin - Summary: - Fix ofpath on early iMacs - Revision: - yaboot--devel--1.3--patch-50 +commit 19b1c37ef5cc57f24311a1de997a304714fbfd0e +Author: Paul Nasrat +Date: Tue Jul 11 16:25:26 2006 -0400 - * ofpath: Apple apparently can't decide whether its called `ata' - or `ide'; fix support for early iMac models. + Clean up yabootconfig kernel/initrd code - Joseph Jezak + +commit 75c4ba10686ac9d3a392cdcd537489eaf656951e +Author: Paul Nasrat +Date: Tue Jul 11 16:18:09 2006 -0400 + + Fix for not all device trees having k2-sata@N/compatible (from gentoo) + +commit cd202d3404a953404f59453e8998a9fa13fa8ccf +Author: Paul Nasrat +Date: Wed May 10 14:48:35 2006 -0400 + + Merge ubuntu ofpath fixes + +commit a2b7bb030d78c61ef150f8c9f6926c9558a6f1b5 +Author: Doug Maxey +Date: Mon Apr 24 22:37:33 2006 -0500 + + Sweep all the files for trailing whitespace. - * Prep 1.3.10. + Signed-off-by: Doug Maxey - modified files: - 0arch-timestamps0 ChangeLog Makefile changelog ybin/ofpath - ybin/ybin +commit 91c4dc8ecc65bbd490c1da2e89d4f576db7e8344 +Author: Paul Nasrat +Date: Fri Apr 21 10:49:59 2006 -0400 + Update to point to ozlabs -2003-02-12 08:55:45 GMT Ethan Benson patch-49 +commit a108f9cf358c77b168a582f3e9e8f1e8233c85a6 +Author: Paul Nasrat +Date: Fri Apr 21 10:47:04 2006 -0400 - Summary: - Prep 1.3.9 release - Revision: - yaboot--devel--1.3--patch-49 + update TODO - * Prep 1.3.9 release: - - Set version numbers to 1.3.9. - - Finalize changelog. +commit fb19c524bfae0a8105d9321eec4c60daa2f60a03 +Author: Paul Nasrat +Date: Fri Feb 10 01:29:18 2006 +0000 - modified files: - 0arch-timestamps0 ChangeLog Makefile changelog ybin/ybin + Fix ofpath for G5 with multiple drives + + Fix ofpath for G5 with multiple drives + + git-archimport-id: pnasrat@redhat.com/yaboot--devel--1.3--patch-3 +commit 57870d23dbeac8a33e8f2689fe5ed52528530c18 +Author: Paul Nasrat +Date: Fri Feb 10 01:28:01 2006 +0000 -2003-02-10 09:55:05 GMT Ethan Benson patch-48 + pause after claim failed (Nathan Lynch) + + pause after claim failed (Nathan Lynch) + + git-archimport-id: pnasrat@redhat.com/yaboot--devel--1.3--patch-2 - Summary: - Fix botched IBM patch (multiple partition handling on rs6k) - Revision: - yaboot--devel--1.3--patch-48 +commit c864c0961c4405bda1179fa4dc438fad3005e119 +Author: Paul Nasrat +Date: Mon Jan 30 19:34:23 2006 +0000 - * IBM file.c patch is broken, fix file.c so yaboot finds its config on - systems with more then one primary GNU/Linux filesystem partition. + git-archimport-id: pnasrat@redhat.com/yaboot--devel--1.3--patch-1 - modified files: - 0arch-timestamps0 ChangeLog second/file.c +commit 7558941ebce6bd1e085cde875133745e4824cedd +Author: Ethan Benson +Date: Mon Sep 26 06:41:14 2005 +0000 + Replace netboot bootpath parser. + + * second/file.c: Replace bootpath parser for netboot cases, the new + one should (hopefully) correctly handle most/all netboot + situations. (Nathan Lynch) + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-88 -2003-02-09 05:28:41 GMT Ethan Benson patch-47 +commit b95e2fe6b9c48a252ff6a3a9efe9f06e582ce4f4 +Author: Ethan Benson +Date: Mon Sep 26 06:36:30 2005 +0000 - Summary: - Update first stage to be compatible with new Macs - Revision: - yaboot--devel--1.3--patch-47 + Don't use ELF entry point. + + * second/yaboot.c: Don't use ELF entry point anymore. (Olaf Hering) + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-87 - * Mark first stage loader compatible with new MacOS9-free PowerMacs so - it will be accepted by OpenFirmware. - * Update copyrights to include 2003. - * Version 1.3.9-UNRELEASED. +commit 34b04c432bcc86d1654c414f4dcd4cf1fdfec68a +Author: Ethan Benson +Date: Mon Sep 26 06:32:56 2005 +0000 - modified files: - 0arch-timestamps0 ChangeLog Makefile README TODO changelog - doc/examples/dualboot.chrp doc/examples/simpleboot.chrp - first/ofboot ybin/ofpath ybin/yabootconfig ybin/ybin + Fix Cross-compile + + * Makefile: Fix ability to cross compile. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-86 +commit c00489685b458a42bcf2517c2852b425b8a744a2 +Author: Ethan Benson +Date: Wed Aug 3 03:12:29 2005 +0000 -2002-12-10 08:14:21 GMT Ethan Benson patch-46 + Bugfix to patch-83 + + * Correct dereference of NULL in RAID partition patch (patch-83). + (Patch from Dustin). + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-85 - Summary: - Release yaboot 1.3.8 - Revision: - yaboot--devel--1.3--patch-46 +commit 15b93b378020b59031b991abe31b130ca105be03 +Author: Ethan Benson +Date: Fri Jul 29 04:29:18 2005 +0000 - * yaboot 1.3.8 release. + Pretend to allocate/deallocate memory correctly + + * Pretend like we actually manage memory properly by calling free() on + things which were malloc()'ed or strdup()'ed. + (Patch from Dustin Kirkland). + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-84 - modified files: - 0arch-timestamps0 ChangeLog Makefile changelog ybin/ofpath - ybin/yabootconfig ybin/ybin +commit 4d075ad792d6f99502a863a71d820658915dfcc1 +Author: Ethan Benson +Date: Sat Jul 9 23:51:20 2005 +0000 + handle RAID partitions on x86 partition tables + + * Support reading of type RAID partitions, except from fs_of. + This only works on x86 partition tables, Pmac partition tables will + need alternate methods. (Patch from Dustin Kirkland). + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-83 -2002-11-27 09:42:23 GMT Ethan Benson patch-45 +commit 1476a0ba1159e01aaffaf9c8a8d0fe2a6418d493 +Author: Ethan Benson +Date: Mon Jul 4 03:42:18 2005 +0000 - Summary: - Prepare 1.3.8-rc4 - Revision: - yaboot--devel--1.3--patch-45 + Remove check for BootX broken device-trees + + * ybin/ofpath: Remove check for broken-by-BootX device-tree, it no + longer works under current 2.6 kernels and nobody attempts to use + BootX anymore. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-82 - * Bump versions to 1.3.8-rc4. +commit ad8f878934b10bf3baba4eb82073244932c2c4a2 +Author: Ethan Benson +Date: Mon Jul 4 03:34:00 2005 +0000 - modified files: - 0arch-timestamps0 ChangeLog Makefile changelog - ybin/yabootconfig ybin/ybin + Merge Dustin's RAID patch + + * ybin/ybin: Allow for multiple bootstrap partitions. Patch by Dustin + Kirkland. May not fully work on PMAC hardware. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-81 +commit 70ca99a5e21616ae261f6c49c8955b516b4219d6 +Author: Ethan Benson +Date: Fri May 20 03:10:03 2005 +0000 -2002-11-27 09:35:34 GMT Ethan Benson patch-44 + amiga partition table support. + + * Support for amiga partition tables. (Sven Luther) + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-80 - Summary: - Add 'kernel too old' warning to ofpath - Revision: - yaboot--devel--1.3--patch-44 +commit de490d90c482bd49a218cff13c3c69f81aabc99d +Author: Ethan Benson +Date: Thu May 19 04:26:37 2005 +0000 - * ofpath: On Windtunnel warn when the kernel is too old for proper - support. The warning message is sent to stderr so it will not - interfere with scripts or other automated invocation of ofpath. + gcc-3.4 fix + + * GCC 3.4 compilation fix. (Paul Nasrat) + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-79 - modified files: - 0arch-timestamps0 ChangeLog ybin/ofpath +commit 1cd0d9449cea60545406aa593c493ec90687ff6d +Author: Ethan Benson +Date: Wed Feb 2 05:26:31 2005 +0000 + Update addnote for newer pSeries hardware + + * util/addnote.c: Patch from Paul Mackerras to add second .note + required by more recent pSeries hardware. + + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-78 -2002-11-26 09:35:47 GMT Ethan Benson patch-43 +commit 5aa4e2a849cbef09035dfc9b324df5f5167c64e9 +Author: Ethan Benson +Date: Sun Sep 26 08:10:31 2004 +0000 - Summary: - Fix ofpath on pci-ide - Revision: - yaboot--devel--1.3--patch-43 + Update penguinppc.org links s/projects/bootloaders/g + + * doc/yaboot-howto*.sgml: Update penguinppc.org links; + s/projects/bootloaders/g + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-77 - * ofpath: check for pci-ide, not pci-ata. +commit 7ea099eca9d11187c6671ddaab2e200bdd7e62d9 +Author: Ethan Benson +Date: Sat Jul 24 20:07:25 2004 +0000 - modified files: - 0arch-timestamps0 ChangeLog ybin/ofpath + Fix typos in yaboot man page + + man/yaboot.8: Fix various typos (thanks Helge Kreutzman). + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-76 +commit 7c27bb06784a2663d15bda607e4a8314a2995212 +Author: Ethan Benson +Date: Sun Jul 11 20:14:40 2004 +0000 -2002-11-19 11:32:49 GMT Ethan Benson patch-42 + Prep 1.3.13 release + + * Bump version numbers for 1.3.13 release. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-75 - Summary: - Fix readlink fallback - Revision: - yaboot--devel--1.3--patch-42 +commit 544fce211922d545a797426226b3ebf44719d7b4 +Author: Ethan Benson +Date: Sun Jul 11 20:02:24 2004 +0000 - * ofpath: fallback shell function for readlink was broken. Fixes - IDEBUS==NULL on broken systems that lack /bin/readlink. - * Prepare 1.3.8-rc3. + Update changelog for 1.3.13 + + * changelog: Update for 1.3.13 + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-74 - modified files: - 0arch-timestamps0 ChangeLog Makefile changelog ybin/ofpath - ybin/ybin +commit 082669fa9dbe50221b75f444f819533333705c10 +Author: Ethan Benson +Date: Sun Jul 11 19:55:54 2004 +0000 + Increase tftp buffer to ~6MB + + * second/fs_of.c: increase tftp buffer to 6MB. This is as far as it + can go. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-73 -2002-11-18 10:38:53 GMT Ethan Benson patch-41 +commit 6a6a039f03909f5cdf62ef94522eb1a70b7e792d +Author: Ethan Benson +Date: Sun Jul 11 19:52:17 2004 +0000 - Summary: - handle ide device nodes up to hdp - Revision: - yaboot--devel--1.3--patch-41 + Add LABEL/UUID support to yabootconfig + + * ybin/yabootconfig: Add support for LABEL= and UUID= in + /etc/fstab. (Colin Watson) + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-72 - * ofpath: handle ide device nodes up to /dev/hdp (16 disks, current - max in the kernel). +commit 8fe6242322e48ad34ae82d63b8a5a554aea987b3 +Author: Ethan Benson +Date: Sat May 8 22:04:51 2004 +0000 - modified files: - 0arch-timestamps0 ChangeLog ybin/ofpath + Add additional check on /dev/nvram to avoid misleading error message + + * ybin/ybin: Add additional check on /dev/nvram, if we cannot read a + couple bytes report it as broken. This avoids misleading + `Incompatible nvsetenv' message on kernels without /dev/nvram support. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-71 +commit 58cb1681bd92b96efbf251e847214c2447533cce +Author: Ethan Benson +Date: Sat May 8 06:38:44 2004 +0000 -2002-11-17 23:33:17 GMT Ethan Benson patch-40 + Fix several ofpath error messages going to stdout rather then stderr + + * ybin/ofpath: Fix several error messages mistakenly written to stdout + rather then stderr. (Thanks to Colin Watson for noticing) + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-70 - Summary: - Add support for IDE controllers with identity crisis - Revision: - yaboot--devel--1.3--patch-40 +commit e19f440a0df591a3e5174218d3bcc6d01ffb07ee +Author: Ethan Benson +Date: Mon Apr 26 00:27:48 2004 +0000 - * ofpath: Add support for IDE controllers that pretend they are scsi. - * Prepare 1.3.8-rc2. + Add support for initrd detection to yabootconfig + + * ybin/yabootconfig: If detected kernel appears to have a corresponding + initrd image then include an initrd= line in generated yaboot.conf. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-69 - modified files: - 0arch-timestamps0 ChangeLog Makefile changelog ybin/ofpath - ybin/yabootconfig ybin/ybin +commit 2303a06e095e2c174b68281156b68542e75e3210 +Author: Ethan Benson +Date: Sun Apr 18 00:27:59 2004 +0000 + Prep 1.3.12 release + + * Update changelog. + * Bump version numbers to 1.3.12. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-68 -2002-11-17 03:13:10 GMT Ethan Benson patch-39 +commit eb8b0d5d9f4823a7033ef2baa1cababd4b5574e1 +Author: Ethan Benson +Date: Sun Mar 28 05:02:03 2004 +0000 - Summary: - Prepare 1.3.8-rc1 - Revision: - yaboot--devel--1.3--patch-39 + Fix ofpath SATA support and sysfs detection + + * ybin/ofpath: Support newwer kernels which call the driver sata_svw, + instead of ata-k2. + * ybin/ofpath: Detect sysfs mount correctly. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-67 - * Prefer $PATH_PREFIX/usr/sbin/ofpath if it exists. - * yabootconfig: Add append="video=ofonly" if the running kernel - was booted with it. This solves user confusion when they boot an installer with an - install-safe label, install, then reboot the new system to find the - console display doesn't work. This only occurs if user does not - specify --kernel-args so it will not interfere with distro installers - which handle this themselves. +commit 53695b2ef3f2fbf757b26c66ad3fa45ccb6b93e6 +Author: Ethan Benson +Date: Mon Mar 22 02:05:07 2004 +0000 - modified files: - 0arch-timestamps0 ChangeLog Makefile changelog ybin/ofpath - ybin/yabootconfig ybin/ybin + Add 2.6 kernel support to ofpath + + * ybin/ofpath: Add support for 2.6.4+ kernels with sysfs mounted. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-66 +commit 0b1ed1e2cab69376a0d0cfdbe648893ff6d04ced +Author: Ethan Benson +Date: Sun Feb 22 13:15:30 2004 +0000 -2002-11-17 02:02:17 GMT Ethan Benson patch-38 + Add caveat regarding UFS to yaboot howto + + * Add caveat regarding UFS to temporary bootloader setup chapter of + the yaboot-howto (Thanks to Brian Sammon, and to Stefan Pfetzing for + the German translation). + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-65 - Summary: - Add support for pci-ide to ofpath - Revision: - yaboot--devel--1.3--patch-38 +commit d72c450a4760c7b48f1c4791e3fd11a2d5157582 +Author: Ethan Benson +Date: Sun Jan 4 12:37:38 2004 +0000 - * ofpath: Support multi-channel pci-ide devices, found in the Xserve. + Update =tagging-method for tla 1.1 + + * Update =tagging-method for tla 1.1 + + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-64 - modified files: - 0arch-timestamps0 ChangeLog ybin/ofpath +commit f3981c708d9ba5da5bed3ad89347362b1cb11541 +Author: Ethan Benson +Date: Thu Nov 20 10:03:32 2003 +0000 + Bump versions to final 1.3.11 release + + * Bump versions to final 1.3.11 release. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-63 -2002-11-03 02:00:27 GMT Ethan Benson patch-37 +commit 941806a910f667c64b8ed55897ff2f5d458bc027 +Author: Ethan Benson +Date: Wed Nov 19 10:40:13 2003 +0000 - Summary: - Add extra sanity checks to new ofpath ide resolution code - Revision: - yaboot--devel--1.3--patch-37 + Prepare changelog for imminent 1.3.11 release + + * Prepare changelog for imminent 1.3.11 release. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-62 - * ofpath: Add a few sanity checks to new ide resolution code. +commit 2bdcccbdfe7dbcfee05fe5c4e03675d36999cc76 +Author: Ethan Benson +Date: Tue Nov 18 10:12:32 2003 +0000 + + Fix ofpath arch detect fix + + ybin/ofpath: Fix botched powerpc-64 support fix. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-61 + +commit a36e22176e6917e0218cd69f6cab014b1c5d7a49 +Author: Ethan Benson +Date: Tue Nov 18 10:09:41 2003 +0000 + + Make ofpath work on powerpc-64 + + ybin/ofpath: No longer refuse to function on ppc64 systems. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-60 + +commit d72597c11f3f2984aaaa007f26b4784ca808167b +Author: Ethan Benson +Date: Mon Nov 17 04:35:21 2003 +0000 + + Fix ofpath for `scsi' ide controllers + + * ybin/ofpath: + - Generate correct paths for IDE controllers which + pretend to be scsi. + - Correct error message regarding CONFIG_SCSI_PROC_FS + (=y not =n). + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-59 + +commit fc172c3d66234d82994c6adf3498718515253205 +Author: Ethan Benson +Date: Mon Nov 10 10:23:36 2003 +0000 + + Fix ofpath 2.6 /proc/scsi check + + * ybin/ofpath: Move return to proper place so ofpath doesn't exit + silently when scsi appears to not be installed and the system is + running a 2.6 kernel. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-58 + +commit 1f0aaa620e99229cb0777c0e438e89f3d7b6e082 +Author: Ethan Benson +Date: Mon Nov 10 08:52:02 2003 +0000 + + Detect lack of CONFIG_SCSI_PROC_FS in ofpath on 2.6 systems + + * ybin/ofpath: Under 2.6 systems detect lack of CONFIG_SCSI_PROC_FS in + kernel configuration and print error message indicating its required. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-57 + +commit c5c62181de2ab0c79509545cc3fad086a80a3e1b +Author: Ethan Benson +Date: Thu Nov 6 07:28:26 2003 +0000 + + Add PowerMac G5 SATA support to ofpath + + * ybin/ofpath: Add support for SATA drives found in the PowerMac G5. + (Olof Johansson ) + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-56 + +commit 8a48f4329821baf8bb91028bdd854dcbadfeb182 +Author: Ethan Benson +Date: Wed Nov 5 07:49:57 2003 +0000 + + Bump version to unsupported non-release status + + * Bump version to unsupported non-release status. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-55 + +commit 3252b072cface78b4d6fb0bc3863af2f5d0cc773 +Author: Ethan Benson +Date: Wed Nov 5 07:38:12 2003 +0000 + + Update compatibility declaration for CHRPBOOT examples + + * doc/examples/simpleboot.chrp: MacRISC4 compatible. + * doc/examples/dualboot.chrp: MacRISC4 compatible. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-54 + +commit 438c6a4c03afdb1c70e3e803c2790252c6044931 +Author: Ethan Benson +Date: Tue Nov 4 09:19:11 2003 +0000 + + Use OpenFirmware RELEASE method + + * second/prom.c: Use OpenFirmware's RELEASE method instead of the + broken crap hack which broke on more recent Apple OpenFirmware. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-53 + +commit 5af5ce399e68962e29aab2bfead786a0148b8035 +Author: Ethan Benson +Date: Sat Oct 4 23:58:34 2003 +0000 + + Add boot compatibility with PowerMac G5 + + * ofboot: Declare compatiblity with PowerMac G5 in. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-52 + +commit d10893f1c4ae8f997378473d6cccda4d60843b46 +Author: Ethan Benson +Date: Sun Jun 22 08:06:01 2003 +0000 + + Update ChangeLog tag for compatiblity with arch 1.0pre25 + + * Update ChangeLog tag for compatiblity with arch 1.0pre25. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-51 + +commit 08532f2d438e244fb1d84dfa2c507ede37262162 +Author: Ethan Benson +Date: Wed Feb 26 11:27:33 2003 +0000 + + Fix ofpath on early iMacs + + * ofpath: Apple apparently can't decide whether its called `ata' + or `ide'; fix support for early iMac models. + + * Prep 1.3.10. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-50 + +commit d56885f68390b6c6109dcf4feb4c9c56009453ca +Author: Ethan Benson +Date: Wed Feb 12 08:55:45 2003 +0000 + + Prep 1.3.9 release + + * Prep 1.3.9 release: + - Set version numbers to 1.3.9. + - Finalize changelog. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-49 + +commit e80797f9e8b7a05aeb239ca9087ba57e7641a231 +Author: Ethan Benson +Date: Mon Feb 10 09:55:05 2003 +0000 + + Fix botched IBM patch (multiple partition handling on rs6k) + + * IBM file.c patch is broken, fix file.c so yaboot finds its config on + systems with more then one primary GNU/Linux filesystem partition. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-48 + +commit ca58ccca8abb692653406eec7a414ffc985d6378 +Author: Ethan Benson +Date: Sun Feb 9 05:28:41 2003 +0000 + + Update first stage to be compatible with new Macs + + * Mark first stage loader compatible with new MacOS9-free PowerMacs so + it will be accepted by OpenFirmware. + * Update copyrights to include 2003. + * Version 1.3.9-UNRELEASED. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-47 + +commit a8a407dd48a8fc733eefd5a996cc8f11b44a76f6 +Author: Ethan Benson +Date: Tue Dec 10 08:14:21 2002 +0000 - modified files: - 0arch-timestamps0 ChangeLog ybin/ofpath + Release yaboot 1.3.8 + + * yaboot 1.3.8 release. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-46 + +commit f8932c05318accd41300f2bef7da218fda9b0ab5 +Author: Ethan Benson +Date: Wed Nov 27 09:42:23 2002 +0000 + + Prepare 1.3.8-rc4 + + * Bump versions to 1.3.8-rc4. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-45 + +commit cb900d00d1295cc89f55c5968e1c9b4baf92c421 +Author: Ethan Benson +Date: Wed Nov 27 09:35:34 2002 +0000 + + Add 'kernel too old' warning to ofpath + + * ofpath: On Windtunnel warn when the kernel is too old for proper + support. The warning message is sent to stderr so it will not + interfere with scripts or other automated invocation of ofpath. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-44 + +commit 5a1d6ab9e290804deea3bfd4f888709a732b3f58 +Author: Ethan Benson +Date: Tue Nov 26 09:35:47 2002 +0000 + Fix ofpath on pci-ide + + * ofpath: check for pci-ide, not pci-ata. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-43 -2002-10-30 10:32:14 GMT Ethan Benson patch-36 +commit 6afa18e70568dc24f695c1f2da1498d3732952ff +Author: Ethan Benson +Date: Tue Nov 19 11:32:49 2002 +0000 + + Fix readlink fallback + + * ofpath: fallback shell function for readlink was broken. Fixes + IDEBUS==NULL on broken systems that lack /bin/readlink. + * Prepare 1.3.8-rc3. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-42 - Summary: - Update ofpath for new devspec export in /proc - Revision: - yaboot--devel--1.3--patch-36 +commit 08e5a8def5eb4218e7b1efaa4134a39f552b144c +Author: Ethan Benson +Date: Mon Nov 18 10:38:53 2002 +0000 + handle ide device nodes up to hdp + + * ofpath: handle ide device nodes up to /dev/hdp (16 disks, current + max in the kernel). + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-41 + +commit c8468c1549669e3f06387ab6a162e5d6498c6de7 +Author: Ethan Benson +Date: Sun Nov 17 23:33:17 2002 +0000 + + Add support for IDE controllers with identity crisis + + * ofpath: Add support for IDE controllers that pretend they are scsi. + * Prepare 1.3.8-rc2. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-40 + +commit 74a45b785c6537e7632f1633413790bd5e30bf21 +Author: Ethan Benson +Date: Sun Nov 17 03:13:10 2002 +0000 + + Prepare 1.3.8-rc1 + + * Prefer $PATH_PREFIX/usr/sbin/ofpath if it exists. + * yabootconfig: Add append="video=ofonly" if the running kernel + was booted with it. This solves user confusion when they boot an installer with an + install-safe label, install, then reboot the new system to find the + console display doesn't work. This only occurs if user does not + specify --kernel-args so it will not interfere with distro installers + which handle this themselves. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-39 + +commit 33ce5d317965c250cf097a0e287e62dbdabe76e9 +Author: Ethan Benson +Date: Sun Nov 17 02:02:17 2002 +0000 + + Add support for pci-ide to ofpath + + * ofpath: Support multi-channel pci-ide devices, found in the Xserve. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-38 + +commit 2b3bb9db6a8c0b25e074e15a60aa259881440f03 +Author: Ethan Benson +Date: Sun Nov 3 02:00:27 2002 +0000 + + Add extra sanity checks to new ofpath ide resolution code + + * ofpath: Add a few sanity checks to new ide resolution code. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-37 + +commit b5653498509f29d5f94b7e32e506cb56e4ea93a2 +Author: Ethan Benson +Date: Wed Oct 30 10:32:14 2002 +0000 + + Update ofpath for new devspec export in /proc + * ofpath: /proc/ide/pmac is dead, the OpenFirmware devspec is now exported to /proc/ide/ideX/devspec, ofpath now uses that. - this change is not tested, some additional sanity checks are still needed. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-36 - modified files: - 0arch-timestamps0 ChangeLog ybin/ofpath - - -2002-10-27 00:57:19 GMT Ethan Benson patch-35 - - Summary: - Change ofpath to use /proc/ide/of1275 instead of /proc/ide/pmac - Revision: - yaboot--devel--1.3--patch-35 +commit 1aa69fb0cd1252fd3f051e4bbfa717bb3daed8c3 +Author: Ethan Benson +Date: Sun Oct 27 00:57:19 2002 +0000 + Change ofpath to use /proc/ide/of1275 instead of /proc/ide/pmac + * ofpath: the current incarnation of /proc/ide/pmac is not supported by ofpath, and I believe this file should be renamed since it should not be inherently pmac specific. When the format of this file is updated it can be renamed at the same time. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-35 - modified files: - 0arch-timestamps0 ChangeLog ybin/ofpath - - -2002-10-27 00:40:09 GMT Ethan Benson patch-34 - - Summary: - Add preliminary support for Windtunnel PowerMacs to ofpath - Revision: - yaboot--devel--1.3--patch-34 +commit 4182c8620d01b73af5410b7a7bfa19b46e1d956c +Author: Ethan Benson +Date: Sun Oct 27 00:40:09 2002 +0000 + Add preliminary support for Windtunnel PowerMacs to ofpath + * CHANGES IN THIS COMMIT ARE PRELIMINARY **DO NOT DISTRIBUTE** * ofpath: Add preliminary support for Windtunnel PowerMacs @@ -422,98 +957,68 @@ - Parse a modified version of /proc/ide/pmac to determine the appropriate OpenFirmware device specifier, no kernel yet has the correct version of this file. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-34 - modified files: - ChangeLog Makefile ybin/ofpath ybin/ybin - - -2002-09-29 05:04:59 GMT Ethan Benson patch-33 - - Summary: - Fix spelling errors in changelog - Revision: - yaboot--devel--1.3--patch-33 +commit 9668c7903f8dc4e659d7b201ca0e8acb70f0d21c +Author: Ethan Benson +Date: Sun Sep 29 05:04:59 2002 +0000 + Fix spelling errors in changelog + * Oops, fix some spelling errors and reburn 1.3.7. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-33 - modified files: - 0arch-timestamps0 ChangeLog changelog - - -2002-09-28 22:51:44 GMT Ethan Benson patch-32 - - Summary: - Prepare 1.3.7 release - Revision: - yaboot--devel--1.3--patch-32 +commit 83e9d6ed91d623822919c0c8d8a1496b4c5b6f4c +Author: Ethan Benson +Date: Sat Sep 28 22:51:44 2002 +0000 + Prepare 1.3.7 release + * Bump versions to 1.3.7 * Update changelog. * Mention new yaboot mailing lists in README. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-32 - modified files: - 0arch-timestamps0 ChangeLog Makefile README changelog - ybin/yabootconfig ybin/ybin - - -2002-09-15 03:56:45 GMT Ethan Benson patch-31 - - Summary: - Remove 0arch-timestamps0 in archclean target - Revision: - yaboot--devel--1.3--patch-31 +commit c70a22843fb774506e991507b4bac05b0cfd02b2 +Author: Ethan Benson +Date: Sun Sep 15 03:56:45 2002 +0000 + Remove 0arch-timestamps0 in archclean target + * Remove 0arch-timestamps0 in archclean target. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-31 - modified files: - 0arch-timestamps0 ChangeLog Makefile - - -2002-09-15 03:28:32 GMT Ethan Benson patch-30 - - Summary: - Prepare 1.3.7-pre1 - Revision: - yaboot--devel--1.3--patch-30 +commit b58b7f84f40f96f61a1d5fc1f88a1abd9c1a4193 +Author: Ethan Benson +Date: Sun Sep 15 03:28:32 2002 +0000 + Prepare 1.3.7-pre1 + * Update copyright notices for 2002. * Change Boot: to Stage 1 Boot: in ofboot.b * Update changelog. * Bump version to 1.3.7-pre1. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-30 - modified files: - 0arch-timestamps0 ChangeLog Makefile README changelog - doc/yaboot-howto.de.sgml doc/yaboot-howto.sgml first/ofboot - second/cmdline.c second/file.c second/fs.c second/fs_ext2.c - second/fs_of.c second/fs_xfs.c second/md5.c second/partition.c - second/prom.c second/yaboot.c ybin/ofpath ybin/yabootconfig - ybin/ybin - - -2002-09-08 00:17:53 GMT Ethan Benson patch-29 - - Summary: - update timestamp save file. - Revision: - yaboot--devel--1.3--patch-29 +commit 5e0ecd954d89d9a01178d2673167065665ee899c +Author: Ethan Benson +Date: Sun Sep 8 00:17:53 2002 +0000 + update timestamp save file. + * update timestamp save file. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-29 - modified files: - 0arch-timestamps0 ChangeLog - - -2002-09-08 00:13:58 GMT Ethan Benson patch-28 - - Summary: - Fix partition file search - Revision: - yaboot--devel--1.3--patch-28 +commit d0e5fbe697b5cf916bf70c1bae736c82cbbc876b +Author: Ethan Benson +Date: Sun Sep 8 00:13:58 2002 +0000 + Fix partition file search + * Change file_block_open() to check for FILE_OK rather then NULL return from fs_open(). When no partition is specified in a file open call yaboot will loop through all known partitions until the file is @@ -522,168 +1027,120 @@ worked, in current versions fs_open() checks for BADFS so proper errors can be reported. This only really affects IBM CHRP. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-28 - modified files: - ChangeLog second/file.c - - -2002-08-18 22:33:31 GMT Ethan Benson patch-27 - - Summary: - make version numbers loudly unsupported due to dumb dist maintainers - Revision: - yaboot--devel--1.3--patch-27 +commit e68362d01834e41a4a0e914c2bddbeabea56a1d6 +Author: Ethan Benson +Date: Sun Aug 18 22:33:31 2002 +0000 + make version numbers loudly unsupported due to dumb dist maintainers + * make version numbers loudly unsupported due to dumb dist maintainers, real versions not in place till release time. UNRELEASED SOFTWARE SHOULD NOT BE PACKAGED. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-27 - modified files: - 0arch-timestamps0 ChangeLog Makefile ybin/yabootconfig - ybin/ybin - - -2002-08-15 07:26:38 GMT Ethan Benson patch-26 - - Summary: - Bump yabootconfig version - Revision: - yaboot--devel--1.3--patch-26 +commit c2555be2247b6e98ef2f5cbc6d314b0e97428bbb +Author: Ethan Benson +Date: Thu Aug 15 07:26:38 2002 +0000 + Bump yabootconfig version + * Bump yabootconfig version number. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-26 - modified files: - 0arch-timestamps0 ChangeLog ybin/yabootconfig - - -2002-08-15 07:24:35 GMT Ethan Benson patch-25 - - Summary: - Fix rare fstab parsing bug in yabootconfig - Revision: - yaboot--devel--1.3--patch-25 +commit e348755b9f809dd5b83111c8cfd3dc14e641f01a +Author: Ethan Benson +Date: Thu Aug 15 07:24:35 2002 +0000 + Fix rare fstab parsing bug in yabootconfig + * Fix a rare parsing bug in yabootconfig's /etc/fstab parsing. If the user had commented entries for the / filesystem yabootconfig would end up detecting one of those. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-25 - modified files: - 0arch-timestamps0 ChangeLog ybin/yabootconfig - - -2002-07-29 08:01:44 GMT Ethan Benson patch-24 - - Summary: - Don't recommend reporting bugs to benh in yabootconfig(8) - Revision: - yaboot--devel--1.3--patch-24 +commit 1a5ba1223587f7153a5557a4d31626f9a407ba39 +Author: Ethan Benson +Date: Mon Jul 29 08:01:44 2002 +0000 + Don't recommend reporting bugs to benh in yabootconfig(8) + * Don't recommend reporting bugs to benh in yabootconfig(8). + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-24 - modified files: - 0arch-timestamps0 ChangeLog man/yabootconfig.8 - - -2002-07-03 08:17:12 GMT Ethan Benson patch-23 - - Summary: - Fix reiserfs symlink resolution - Revision: - yaboot--devel--1.3--patch-23 +commit 9f447e44f585a4f2081258aa3b598a7b9d127c11 +Author: Ethan Benson +Date: Wed Jul 3 08:17:12 2002 +0000 + Fix reiserfs symlink resolution + * Fix reiserfs symlink resolution which could fail in certain circumstances. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-23 - modified files: - 0arch-timestamps0 ChangeLog include/reiserfs/reiserfs.h - - -2002-05-29 08:50:39 GMT Ethan Benson patch-22 - - Summary: - Update timestamp file to exclude {arch}/* - Revision: - yaboot--devel--1.3--patch-22 +commit 559ae8fa7f19a44a8f41f384aae303495614090d +Author: Ethan Benson +Date: Wed May 29 08:50:39 2002 +0000 + Update timestamp file to exclude {arch}/* + Update timestamp file to exclude {arch}/*. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-22 - modified files: - 0arch-timestamps0 ChangeLog - - -2002-05-04 13:00:23 GMT Ethan Benson patch-21 - - Summary: - Add 0arch-timestamps0 setftime timestamp database - Revision: - yaboot--devel--1.3--patch-21 +commit 17d238b6131f7bd3ca40b7bab317182e14bb3d61 +Author: Ethan Benson +Date: Sat May 4 13:00:23 2002 +0000 + Add 0arch-timestamps0 setftime timestamp database + Add 0arch-timestamps0 setftime timestamp database. This allows us to work around arch's lack of preserving timestamps. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-21 - new files: - .arch-ids/0arch-timestamps0.id 0arch-timestamps0 - - modified files: - ChangeLog - - -2002-04-20 13:52:09 GMT Ethan Benson patch-20 - - Summary: - Update upstream notice in yaboot-howto, translate it to de. - Revision: - yaboot--devel--1.3--patch-20 +commit 766747b4a4b47f77721d3e02a73f926592240336 +Author: Ethan Benson +Date: Sat Apr 20 13:52:09 2002 +0000 + Update upstream notice in yaboot-howto, translate it to de. + * Update upstream notice in yaboot-howto, translate it to de. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-20 - modified files: - ChangeLog doc/yaboot-howto.de.sgml doc/yaboot-howto.sgml - - -2002-03-31 05:21:42 GMT Ethan Benson patch-19 - - Summary: - Remove more arch crap in clean target - Revision: - yaboot--devel--1.3--patch-19 +commit 1e9f6b68e9b33d32926f9ca49c89ebccc4d11f5b +Author: Ethan Benson +Date: Sun Mar 31 05:21:42 2002 +0000 + Remove more arch crap in clean target + * Remove ,,* in clean target, this is more crap arch leaves laying around. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-19 - modified files: - ChangeLog Makefile - - -2002-03-31 05:11:46 GMT Ethan Benson patch-18 - - Summary: - Fix make clean from previous patch - Revision: - yaboot--devel--1.3--patch-18 +commit a63b0cf320e8ad5f0e2c9f4430309cdbbbd770d0 +Author: Ethan Benson +Date: Sun Mar 31 05:11:46 2002 +0000 + Fix make clean from previous patch + find man page is on crack. Fix find calls my way which appears to work correctly. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-18 - modified files: - ChangeLog Makefile - - -2002-03-31 05:00:26 GMT Ethan Benson patch-17 - - Summary: - Update clean targets - Revision: - yaboot--devel--1.3--patch-17 +commit 3ce60078293dd1b2cdf46841fe41afd80913c698 +Author: Ethan Benson +Date: Sun Mar 31 05:00:26 2002 +0000 + Update clean targets + * Remove chmod calls from make clean, arch is supposed to keep track of permissions correctly so they shouldn't be needed now. @@ -696,18 +1153,14 @@ duplicate copy of the source making the tarball twice the size it should be, no good for release tarballs). If people want a `archable' tree they should just use arch to check one out. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-17 - modified files: - ChangeLog Makefile - - -2002-03-27 14:10:34 GMT Ethan Benson patch-16 - - Summary: - sync with latest yaboot CVS - Revision: - yaboot--devel--1.3--patch-16 +commit 1237a9cea4d8a7c25d422410ef338901582ad45e +Author: Ethan Benson +Date: Wed Mar 27 14:10:34 2002 +0000 + sync with latest yaboot CVS + Add german howto for yaboot-howto. Typo fixes/minor updates to yaboot-howto. @@ -715,413 +1168,148 @@ small fixes to elfextract. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-16 - new files: - doc/.arch-ids/yaboot-howto.de.sgml.id doc/yaboot-howto.de.sgml - - modified files: - ChangeLog Makefile doc/Makefile doc/yaboot-howto.sgml - util/elfextract.c - - -2002-03-27 13:55:42 GMT Ethan Benson patch-15 - - Summary: - Commit yaboot 1.3.6 - Revision: - yaboot--devel--1.3--patch-15 +commit 2ad0d7649e5042cad43a16b4a03bf53f39948316 +Author: Ethan Benson +Date: Wed Mar 27 13:55:42 2002 +0000 + Commit yaboot 1.3.6 + Commit yaboot 1.3.6. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-15 - modified files: - ChangeLog Makefile changelog doc/README.rs6000 - doc/yaboot-howto.sgml include/bootinfo.h include/cfg.h - include/cmdline.h include/debug.h include/errors.h - include/fdisk-part.h include/file.h include/fs.h - include/mac-part.h include/partition.h include/prom.h - include/yaboot.h lib/malloc.c lib/string.S second/cache.S - second/cfg.c second/cmdline.c second/file.c second/fs.c - second/fs_ext2.c second/fs_iso.c second/fs_of.c - second/fs_reiserfs.c second/fs_xfs.c second/md5.c - second/partition.c second/prom.c second/yaboot.c - util/addnote.c util/elfextract.c ybin/ybin - - -2002-03-27 13:45:22 GMT Ethan Benson patch-14 - - Summary: - Commit yaboot 1.3.6-pre2 - Revision: - yaboot--devel--1.3--patch-14 +commit 96f82eabe29d6d4039098d5320b3304acbedf67b +Author: Ethan Benson +Date: Wed Mar 27 13:45:22 2002 +0000 + Commit yaboot 1.3.6-pre2 + Commit yaboot 1.3.6-pre2. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-14 - modified files: - ChangeLog Makefile TODO changelog man/yabootconfig.8 - second/file.c second/yaboot.c ybin/ybin - - -2002-03-27 13:37:21 GMT Ethan Benson patch-13 - - Summary: - Commit yaboot 1.3.6-pre1 - Revision: - yaboot--devel--1.3--patch-13 +commit 678d83ff8608534ece0f1e912eddedef4f0bb67a +Author: Ethan Benson +Date: Wed Mar 27 13:37:21 2002 +0000 + Commit yaboot 1.3.6-pre1 + Commit yaboot 1.3.6-pre1. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-13 - modified files: - ChangeLog Makefile README THANKS TODO changelog - doc/README.rs6000 doc/examples/simpleboot.chrp - doc/examples/yaboot.conf.multi-boot - doc/examples/yaboot.conf.rs6000 etc/yaboot.conf man.patch - man/mkofboot.8 man/yaboot.8 man/ybin.8 second/file.c - second/yaboot.c ybin/yabootconfig ybin/ybin - - renamed files: - doc/examples/.arch-ids/yaboot.conf.rs6k.id - ==> doc/examples/.arch-ids/yaboot.conf.rs6000.id - doc/examples/yaboot.conf.rs6k - ==> doc/examples/yaboot.conf.rs6000 - - -2002-03-27 13:30:47 GMT Ethan Benson patch-12 - - Summary: - Commit yaboot 1.3.5 - Revision: - yaboot--devel--1.3--patch-12 +commit 9323f7c29a886304325b1562450729a12e0ccbea +Author: Ethan Benson +Date: Wed Mar 27 13:30:47 2002 +0000 + Commit yaboot 1.3.5 + Commit yaboot 1.3.5. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-12 - new files: - doc/.arch-ids/Makefile.id doc/.arch-ids/yaboot-howto.sgml.id - doc/Makefile doc/yaboot-howto.sgml - - modified files: - ChangeLog Makefile THANKS changelog man.patch - man/yaboot.conf.5 ybin/ybin - - -2002-03-27 13:25:55 GMT Ethan Benson patch-11 - - Summary: - Commit yaboot 1.3.5-pre3 - Revision: - yaboot--devel--1.3--patch-11 +commit 6f4d7a802c09ee20526db5eeba7357d52444a42c +Author: Ethan Benson +Date: Wed Mar 27 13:25:55 2002 +0000 + Commit yaboot 1.3.5-pre3 + Commit yaboot 1.3.5-pre3. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-11 - modified files: - ChangeLog Makefile man.patch man/yaboot.conf.5 second/yaboot.c - ybin/ybin - - -2002-03-27 13:22:23 GMT Ethan Benson patch-10 - - Summary: - Commit yaboot 1.3.5-pre2 - Revision: - yaboot--devel--1.3--patch-10 +commit 63162c5eb23b6ba4a00b4b4e18ffbcdba52b1e2e +Author: Ethan Benson +Date: Wed Mar 27 13:22:23 2002 +0000 + Commit yaboot 1.3.5-pre2 + Commit yaboot 1.3.5-pre2. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-10 - modified files: - ChangeLog Makefile changelog man.patch man/yaboot.conf.5 - second/fs_ext2.c second/prom.c second/yaboot.c ybin/ybin - - -2002-03-26 15:11:26 GMT Ethan Benson patch-9 - - Summary: - Commit yaboot 1.3.5-pre1 - Revision: - yaboot--devel--1.3--patch-9 +commit da7857367944c983abf98f956241dcc614b2f453 +Author: Ethan Benson +Date: Tue Mar 26 15:11:26 2002 +0000 + Commit yaboot 1.3.5-pre1 + Commit yaboot 1.3.5-pre1. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-9 - removed files: - include/et/.arch-ids/com_err.c.id include/et/com_err.c - - modified files: - ChangeLog Makefile TODO changelog include/bootinfo.h - include/ctype.h include/debug.h include/ext2fs/bitops.h - include/ext2fs/ext2_err.h include/ext2fs/ext2_io.h - include/ext2fs/ext2fs.h lib/libext2fs.a second/cfg.c - second/file.c second/fs.c second/fs_ext2.c second/fs_iso.c - second/fs_of.c second/fs_reiserfs.c second/fs_xfs.c - second/iso_util.c second/partition.c second/prom.c - second/yaboot.c util/addnote.c ybin/ybin - - -2002-03-26 15:05:27 GMT Ethan Benson patch-8 - - Summary: - Commit yaboot 1.3.4 - Revision: - yaboot--devel--1.3--patch-8 +commit 0ef1539b6f680ba09c88be5bb94a821fd2599931 +Author: Ethan Benson +Date: Tue Mar 26 15:05:27 2002 +0000 + Commit yaboot 1.3.4 + Commit yaboot 1.3.4. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-8 - modified files: - ChangeLog Makefile changelog include/bootinfo.h - include/ctype.h include/debug.h include/file.h second/cfg.c - second/file.c second/fs.c second/fs_ext2.c second/fs_iso.c - second/iso_util.c second/partition.c second/prom.c - second/yaboot.c util/addnote.c ybin/ybin - - -2002-03-26 15:00:49 GMT Ethan Benson patch-7 - - Summary: - Commit yaboot 1.3.4-pre3 - Revision: - yaboot--devel--1.3--patch-7 +commit 5613f9fab88b71f14259856b390f1cc989b602bf +Author: Ethan Benson +Date: Tue Mar 26 15:00:49 2002 +0000 + Commit yaboot 1.3.4-pre3 + Commit yaboot 1.3.4-pre3. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-7 - new files: - include/.arch-ids/debug.h.id include/debug.h - - modified files: - ChangeLog Makefile changelog include/errors.h include/file.h - include/fs.h include/partition.h include/prom.h second/cfg.c - second/file.c second/fs_ext2.c second/fs_of.c - second/fs_reiserfs.c second/fs_xfs.c second/partition.c - second/prom.c second/yaboot.c ybin/ybin - - -2002-03-26 14:42:58 GMT Ethan Benson patch-6 - - Summary: - Commit yaboot 1.3.4-pre2 - Revision: - yaboot--devel--1.3--patch-6 +commit 4b9f2eb054f5f0975eef271e87ded51d6b697d9f +Author: Ethan Benson +Date: Tue Mar 26 14:42:58 2002 +0000 + Commit yaboot 1.3.4-pre2 + Commit yaboot 1.3.4-pre2. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-6 - modified files: - ChangeLog Makefile changelog second/file.c second/yaboot.c - ybin/ybin - - -2002-03-25 15:13:19 GMT Ethan Benson patch-5 - - Summary: - Commit yaboot 1.3.4-pre1 - Revision: - yaboot--devel--1.3--patch-5 +commit 8d5a42062f8b88eaea91434e53973ce9f55589d9 +Author: Ethan Benson +Date: Mon Mar 25 15:13:19 2002 +0000 + Commit yaboot 1.3.4-pre1 + Commit yaboot 1.3.4-pre1. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-5 - new files: - include/xfs/.arch-ids/=id include/xfs/.arch-ids/xfs.h.id - include/.arch-ids/errors.h.id second/.arch-ids/fs_xfs.c.id - .arch-ids/Config.id include/xfs/xfs.h include/errors.h - second/fs_xfs.c Config - - removed files: - include/.arch-ids/gui.h.id include/.arch-ids/video.h.id - second/gui/.arch-ids/=id second/gui/.arch-ids/colormap.c.id - second/gui/.arch-ids/effects.c.id - second/gui/.arch-ids/pcx.c.id second/gui/.arch-ids/video.c.id - include/gui.h include/video.h second/gui/colormap.c - second/gui/effects.c second/gui/pcx.c second/gui/video.c - - modified files: - ChangeLog Makefile THANKS changelog include/file.h - include/fs.h include/prom.h include/string.h include/yaboot.h - lib/malloc.c second/cfg.c second/file.c second/fs.c - second/fs_ext2.c second/fs_iso.c second/fs_of.c - second/fs_reiserfs.c second/partition.c second/prom.c - second/yaboot.c util/addnote.c ybin/ybin - - new directories: - include/xfs/.arch-ids include/xfs - - removed directories: - second/gui/.arch-ids second/gui - - -2002-03-25 14:50:10 GMT Ethan Benson patch-4 - - Summary: - Commit yaboot 1.3.3 - Revision: - yaboot--devel--1.3--patch-4 +commit 67d317029778e6f068badf7b8e3eec6482ecb00e +Author: Ethan Benson +Date: Mon Mar 25 14:50:10 2002 +0000 + Commit yaboot 1.3.3 + Commit yaboot 1.3.3. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-4 - modified files: - ChangeLog Makefile changelog first/ofboot man.patch - man/yaboot.conf.5 man/yabootconfig.8 ybin/yabootconfig - ybin/ybin - - -2002-03-25 14:28:05 GMT Ethan Benson patch-3 - - Summary: - Commit yaboot 1.3.2 - Revision: - yaboot--devel--1.3--patch-3 +commit 103d77e0ce929f3f57b2b75bc38e92b9c2d973c3 +Author: Ethan Benson +Date: Mon Mar 25 14:28:05 2002 +0000 + Commit yaboot 1.3.2 + Commit yaboot 1.3.2. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-3 - modified files: - ChangeLog Makefile changelog ybin/ybin - - -2002-03-25 14:05:52 GMT Ethan Benson patch-2 - - Summary: - Commit yaboot 1.3.1 - Revision: - yaboot--devel--1.3--patch-2 +commit bad5757ade771cb803eea778f61da9a4ff74b87e +Author: Ethan Benson +Date: Mon Mar 25 14:05:52 2002 +0000 + Commit yaboot 1.3.1 + Commit yaboot 1.3.1. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-2 - modified files: - ChangeLog Makefile changelog doc/README.rs6000 ybin/ybin - - -2002-03-25 07:43:37 GMT Ethan Benson patch-1 - - Summary: - Commit yaboot 1.3.0 - Revision: - yaboot--devel--1.3--patch-1 +commit f4ebbd9f7ea23e3f0fcbe098754580c220894628 +Author: Ethan Benson +Date: Mon Mar 25 07:43:37 2002 +0000 + Commit yaboot 1.3.0 + Commit yaboot 1.3.0. + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-1 - new files: - .arch-ids/BUGS.id .arch-ids/COPYING.id .arch-ids/INSTALL.id - .arch-ids/Makefile.id .arch-ids/README.id - .arch-ids/README.man.patch.id .arch-ids/THANKS.id - .arch-ids/TODO.id .arch-ids/changelog.id doc/.arch-ids/=id - doc/.arch-ids/README.ofboot.id doc/.arch-ids/README.ofpath.id - doc/.arch-ids/README.rs6000.id doc/examples/.arch-ids/=id - doc/examples/.arch-ids/README.dualboot.chrp.id - doc/examples/.arch-ids/README.mbicons.id - doc/examples/.arch-ids/README.simpleboot.chrp.id - doc/examples/.arch-ids/dualboot.chrp.id - doc/examples/.arch-ids/large-penguin.mbicon.id - doc/examples/.arch-ids/simpleboot.chrp.id - doc/examples/.arch-ids/yaboot.conf.multi-boot.id - doc/examples/.arch-ids/yaboot.conf.rs6k.id etc/.arch-ids/=id - etc/.arch-ids/yaboot.conf.id first/.arch-ids/=id - first/.arch-ids/ofboot.id include/.arch-ids/=id - include/asm/.arch-ids/=id include/asm/.arch-ids/elf.h.id - include/asm/.arch-ids/ppc_asm.tmpl.id - include/asm/.arch-ids/processor.h.id - include/.arch-ids/bootinfo.h.id - include/.arch-ids/byteorder.h.id include/.arch-ids/cfg.h.id - include/.arch-ids/cmdline.h.id include/.arch-ids/ctype.h.id - include/et/.arch-ids/=id include/et/.arch-ids/com_err.c.id - include/et/.arch-ids/com_err.h.id include/ext2fs/.arch-ids/=id - include/ext2fs/.arch-ids/bitops.h.id - include/ext2fs/.arch-ids/ext2_err.h.id - include/ext2fs/.arch-ids/ext2_io.h.id - include/ext2fs/.arch-ids/ext2fs.h.id - include/.arch-ids/fdisk-part.h.id include/.arch-ids/file.h.id - include/.arch-ids/fs.h.id include/.arch-ids/gui.h.id - include/linux/.arch-ids/=id include/linux/.arch-ids/elf.h.id - include/linux/.arch-ids/ext2_fs.h.id - include/linux/.arch-ids/iso_fs.h.id - include/linux/.arch-ids/stat.h.id - include/linux/.arch-ids/types.h.id - include/.arch-ids/mac-part.h.id include/.arch-ids/md5.h.id - include/.arch-ids/partition.h.id include/.arch-ids/prom.h.id - include/reiserfs/.arch-ids/=id - include/reiserfs/.arch-ids/reiserfs.h.id - include/.arch-ids/setjm2.h.id include/.arch-ids/setjmp.h.id - include/.arch-ids/stdlib.h.id include/.arch-ids/string.h.id - include/.arch-ids/swab.h.id include/.arch-ids/types.h.id - include/.arch-ids/video.h.id include/.arch-ids/yaboot.h.id - lib/.arch-ids/=id lib/.arch-ids/ctype.c.id - lib/.arch-ids/libext2fs.a.id lib/.arch-ids/malloc.c.id - lib/.arch-ids/nosys.c.id lib/.arch-ids/string.S.id - lib/.arch-ids/strstr.c.id lib/.arch-ids/strtol.c.id - lib/.arch-ids/vsprintf.c.id man/.arch-ids/=id - man/.arch-ids/bootstrap.8.id man/.arch-ids/mkofboot.8.id - man/.arch-ids/ofpath.8.id man/.arch-ids/yaboot.8.id - man/.arch-ids/yaboot.conf.5.id man/.arch-ids/yabootconfig.8.id - man/.arch-ids/ybin.8.id .arch-ids/man.patch.id - second/.arch-ids/=id second/.arch-ids/cache.S.id - second/.arch-ids/cfg.c.id second/.arch-ids/cmdline.c.id - second/.arch-ids/crt0.S.id second/.arch-ids/file.c.id - second/.arch-ids/fs.c.id second/.arch-ids/fs_ext2.c.id - second/.arch-ids/fs_iso.c.id second/.arch-ids/fs_of.c.id - second/.arch-ids/fs_reiserfs.c.id second/gui/.arch-ids/=id - second/gui/.arch-ids/colormap.c.id - second/gui/.arch-ids/effects.c.id - second/gui/.arch-ids/pcx.c.id second/gui/.arch-ids/video.c.id - second/.arch-ids/iso_util.c.id second/.arch-ids/md5.c.id - second/.arch-ids/partition.c.id second/.arch-ids/prom.c.id - second/.arch-ids/setjmp.S.id second/.arch-ids/yaboot.c.id - util/.arch-ids/=id util/.arch-ids/addnote.c.id - util/.arch-ids/elfextract.c.id ybin/.arch-ids/=id - ybin/.arch-ids/mkofboot.id ybin/.arch-ids/ofpath.id - ybin/.arch-ids/yabootconfig.id ybin/.arch-ids/ybin.id BUGS - COPYING INSTALL Makefile README README.man.patch THANKS TODO - changelog doc/README.ofboot doc/README.ofpath - doc/README.rs6000 doc/examples/README.dualboot.chrp - doc/examples/README.mbicons - doc/examples/README.simpleboot.chrp doc/examples/dualboot.chrp - doc/examples/large-penguin.mbicon doc/examples/simpleboot.chrp - doc/examples/yaboot.conf.multi-boot - doc/examples/yaboot.conf.rs6k etc/yaboot.conf first/ofboot - include/asm/elf.h include/asm/ppc_asm.tmpl - include/asm/processor.h include/bootinfo.h include/byteorder.h - include/cfg.h include/cmdline.h include/ctype.h - include/et/com_err.c include/et/com_err.h - include/ext2fs/bitops.h include/ext2fs/ext2_err.h - include/ext2fs/ext2_io.h include/ext2fs/ext2fs.h - include/fdisk-part.h include/file.h include/fs.h include/gui.h - include/linux/elf.h include/linux/ext2_fs.h - include/linux/iso_fs.h include/linux/stat.h - include/linux/types.h include/mac-part.h include/md5.h - include/partition.h include/prom.h include/reiserfs/reiserfs.h - include/setjm2.h include/setjmp.h include/stdlib.h - include/string.h include/swab.h include/types.h - include/video.h include/yaboot.h lib/ctype.c lib/libext2fs.a - lib/malloc.c lib/nosys.c lib/string.S lib/strstr.c - lib/strtol.c lib/vsprintf.c man/bootstrap.8 man/mkofboot.8 - man/ofpath.8 man/yaboot.8 man/yaboot.conf.5 man/yabootconfig.8 - man/ybin.8 man.patch second/cache.S second/cfg.c - second/cmdline.c second/crt0.S second/file.c second/fs.c - second/fs_ext2.c second/fs_iso.c second/fs_of.c - second/fs_reiserfs.c second/gui/colormap.c - second/gui/effects.c second/gui/pcx.c second/gui/video.c - second/iso_util.c second/md5.c second/partition.c - second/prom.c second/setjmp.S second/yaboot.c util/addnote.c - util/elfextract.c ybin/mkofboot ybin/ofpath ybin/yabootconfig - ybin/ybin - - modified files: - ChangeLog - - new directories: - doc/.arch-ids doc/examples/.arch-ids etc/.arch-ids - first/.arch-ids include/.arch-ids include/asm/.arch-ids - include/et/.arch-ids include/ext2fs/.arch-ids - include/linux/.arch-ids include/reiserfs/.arch-ids - lib/.arch-ids man/.arch-ids second/.arch-ids - second/gui/.arch-ids util/.arch-ids ybin/.arch-ids doc - doc/examples etc first include include/asm include/et - include/ext2fs include/linux include/reiserfs lib man second - second/gui util ybin - - -2002-03-25 03:28:42 GMT Ethan Benson base-0 - - Summary: - Create yaboot arch repo - Revision: - yaboot--devel--1.3--base-0 +commit f42aaadb5c8c5f7f15e5159cbc251e64e1a4ac8f +Author: Ethan Benson +Date: Mon Mar 25 03:28:42 2002 +0000 + Create yaboot arch repo + Create yaboot arch repo. - - new files: - ./.arch-ids/ChangeLog.id ./ChangeLog - - + git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--base-0