| commit fa024941f8f1237e01e2ecf338442be9062953cc |
| Author: Paul Nasrat <pnasrat@redhat.com> |
| Date: Tue May 15 14:28:02 2007 +0100 |
| |
| 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 <vital@br.ibm.com> |
| |
| commit 313f71b25817a54832ac2ab46efcee2f5ab30331 |
| Author: Paul Nasrat <pnasrat@redhat.com> |
| 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 <vital@br.ibm.com> |
| |
| commit cf0768af118d79ba4888a7fb0fcd800fdf76dc98 |
| Author: Paul Nasrat <pnasrat@redhat.com> |
| Date: Tue May 15 14:24:06 2007 +0100 |
| |
| 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 <vital@br.ibm.com> |
| |
| commit 78cfabe0fac2682681c604bfe9b7266f173b9ea2 |
| Author: Paul Nasrat <pnasrat@redhat.com> |
| Date: Tue May 15 14:23:26 2007 +0100 |
| |
| 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 <vital@br.ibm.com> |
| |
| commit c5340d42bba9a51b5b0e22f2161985213d54f805 |
| Author: Paul Nasrat <pnasrat@redhat.com> |
| Date: Tue May 15 14:18:33 2007 +0100 |
| |
| This patch fixes OF netbooting on pSeries |
| Signed-off-by: Paulo Ricardo Paz Vital <vital@br.ibm.com> |
| |
| commit 750ce1ac64bea60a4c072373ed9661c8b180b627 |
| Author: Paul Nasrat <pnasrat@redhat.com> |
| Date: Tue May 15 14:14:43 2007 +0100 |
| |
| 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 |
| |
| commit 7305a1de1f811a7e5afe9ec24244848c298ef352 |
| Author: Paul Nasrat <pnasrat@redhat.com> |
| Date: Thu Apr 19 10:27:05 2007 +0100 |
| |
| Enable user to supply config from yaboot command line. |
| |
| Leonardo Rangel <lrangel@linux.vnet.ibm.com> |
| |
| commit aa67de3649c86c158622391aeec0016645b4f0d1 |
| Author: Paul Nasrat <pnasrat@redhat.com> |
| Date: Thu Apr 19 10:25:28 2007 +0100 |
| |
| The following patch fix reverts removal of some lines for the netboot patch. |
| |
| Signed-off-by: Paulo Ricardo Paz Vital <vital@br.ibm.com> |
| |
| commit a5b19d45fb5569f68e56445536296188b2ec0809 |
| Author: Paul Nasrat <pnasrat@redhat.com> |
| Date: Thu Apr 19 10:14:24 2007 +0100 |
| |
| 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 <dustin.kirkland@us.ibm.com> |
| |
| commit 89f352cbee373069ed035476cb4c18027ff0a5b3 |
| Author: Paul Nasrat <pnasrat@redhat.com> |
| Date: Thu Apr 19 10:13:43 2007 +0100 |
| |
| 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 <pnasrat@redhat.com> |
| 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 <dustin.kirkland@us.ibm.com> |
| |
| commit 5d4289bddaef010cc14bcbeecfd13d5068b50a8e |
| Author: Paul Nasrat <pnasrat@redhat.com> |
| Date: Thu Apr 19 10:11:19 2007 +0100 |
| |
| 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 <dustin.kirkland@us.ibm.com> |
| |
| commit 117cc2a76cc76227a5dd99d3435afb6737a41879 |
| Author: Paul Nasrat <pnasrat@redhat.com> |
| Date: Wed Apr 18 14:27:59 2007 +0100 |
| |
| Loading a different config file (confarg feature) |
| Origin: Paulo Ricardo Paz Vital <vital@br.ibm.com> |
| |
| commit 874609eb643e1f93f78b36c706dcdfb6bb4ddde3 |
| Author: Paul Nasrat <pnasrat@redhat.com> |
| Date: Wed Mar 7 11:31:12 2007 +0000 |
| |
| Remove devel debugging code |
| Patch from Benoit Guillon |
| |
| commit be7cdc5970eef6bf45394304a0aaeb1ae203d456 |
| Author: Paul Nasrat <pnasrat@redhat.com> |
| Date: Wed Mar 7 08:52:19 2007 +0000 |
| |
| Compile fix |
| Paulo Vital <vital at br.ibm.com> |
| |
| commit a5141a38c8aacc04e7c7673d2cb522a085245d68 |
| Author: Paul Nasrat <pnasrat@redhat.com> |
| Date: Fri Mar 2 16:36:30 2007 +0000 |
| |
| 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 <pnasrat@redhat.com> |
| 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 <dwm@austin.ibm.com> |
| Cc: Ben Herrenscmidt <benh@kernel.crashing.org> |
| Cc: Mike Christie <michaelc@cs.wisc.edu> |
| |
| commit 6f00a510abbfaa45b580cf5f371f0168ba662d3d |
| Author: Paul Nasrat <pnasrat@redhat.com> |
| Date: Thu Feb 15 12:32:26 2007 +0000 |
| |
| Merge ability to have per machine type config entries from ubuntu/silo. |
| |
| commit 3a57377b5279a98ad98ef4b535eb0516099bc737 |
| Author: Paul Nasrat <pnasrat@redhat.com> |
| Date: Thu Feb 15 12:24:28 2007 +0000 |
| |
| Determine last ext3 LBA to fix wild LBA reads |
| Signed-off-by: Doug Maxey <dwm@austin.ibm.com> |
| Cc: Ben Herrenschmidt <benh@kernel.crashing.org> |
| |
| commit 216a58f46680540da482f6fc5499b283f2e5830d |
| Author: Paul Nasrat <pnasrat@redhat.com> |
| Date: Thu Feb 15 12:21:14 2007 +0000 |
| |
| Remove binary libext2fs.a and build against system library. |
| |
| commit ba131271e6a8f3401cf6faa7d751530b6151ae3a |
| Author: Paul Nasrat <pnasrat@redhat.com> |
| Date: Thu Feb 15 12:09:45 2007 +0000 |
| |
| Remove binary libext2fs.a and build against system library. |
| |
| commit b714c2f1ef68d3666d14dd3a96351649468329aa |
| Author: Paul Nasrat <pnasrat@redhat.com> |
| Date: Tue Nov 28 14:36:02 2006 +0000 |
| |
| Device-trees don't have symlinks made any more |
| |
| commit 1d8bdec959fa2675b7c1b752cac22fa47edb9394 |
| Author: Paul Nasrat <pnasrat@redhat.com> |
| Date: Thu Nov 16 12:34:02 2006 +0000 |
| |
| Add support to ofpath for usb-storage and fix sbp-2 storage |
| Patch from Alex Kanavin |
| |
| commit 19b1c37ef5cc57f24311a1de997a304714fbfd0e |
| Author: Paul Nasrat <pnasrat@redhat.com> |
| Date: Tue Jul 11 16:25:26 2006 -0400 |
| |
| Clean up yabootconfig kernel/initrd code - Joseph Jezak <josejx@gentoo.org> |
| |
| commit 75c4ba10686ac9d3a392cdcd537489eaf656951e |
| Author: Paul Nasrat <pnasrat@redhat.com> |
| 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 <pnasrat@redhat.com> |
| Date: Wed May 10 14:48:35 2006 -0400 |
| |
| Merge ubuntu ofpath fixes |
| |
| commit a2b7bb030d78c61ef150f8c9f6926c9558a6f1b5 |
| Author: Doug Maxey <dwm@austin.ibm.com> |
| Date: Mon Apr 24 22:37:33 2006 -0500 |
| |
| Sweep all the files for trailing whitespace. |
| |
| Signed-off-by: Doug Maxey <dwm@austin.ibm.com> |
| |
| commit 91c4dc8ecc65bbd490c1da2e89d4f576db7e8344 |
| Author: Paul Nasrat <pauln@enki.eridu> |
| Date: Fri Apr 21 10:49:59 2006 -0400 |
| |
| Update to point to ozlabs |
| |
| commit a108f9cf358c77b168a582f3e9e8f1e8233c85a6 |
| Author: Paul Nasrat <pauln@enki.eridu> |
| Date: Fri Apr 21 10:47:04 2006 -0400 |
| |
| update TODO |
| |
| commit fb19c524bfae0a8105d9321eec4c60daa2f60a03 |
| Author: Paul Nasrat <pnasrat@redhat.com> |
| Date: Fri Feb 10 01:29:18 2006 +0000 |
| |
| 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 <pnasrat@redhat.com> |
| Date: Fri Feb 10 01:28:01 2006 +0000 |
| |
| pause after claim failed (Nathan Lynch) |
| |
| pause after claim failed (Nathan Lynch) |
| |
| git-archimport-id: pnasrat@redhat.com/yaboot--devel--1.3--patch-2 |
| |
| commit c864c0961c4405bda1179fa4dc438fad3005e119 |
| Author: Paul Nasrat <pnasrat@redhat.com> |
| Date: Mon Jan 30 19:34:23 2006 +0000 |
| |
| git-archimport-id: pnasrat@redhat.com/yaboot--devel--1.3--patch-1 |
| |
| commit 7558941ebce6bd1e085cde875133745e4824cedd |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit b95e2fe6b9c48a252ff6a3a9efe9f06e582ce4f4 |
| Author: Ethan Benson <erbenson@alaska.net> |
| Date: Mon Sep 26 06:36:30 2005 +0000 |
| |
| 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 |
| |
| commit 34b04c432bcc86d1654c414f4dcd4cf1fdfec68a |
| Author: Ethan Benson <erbenson@alaska.net> |
| Date: Mon Sep 26 06:32:56 2005 +0000 |
| |
| 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 <erbenson@alaska.net> |
| Date: Wed Aug 3 03:12:29 2005 +0000 |
| |
| 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 |
| |
| commit 15b93b378020b59031b991abe31b130ca105be03 |
| Author: Ethan Benson <erbenson@alaska.net> |
| Date: Fri Jul 29 04:29:18 2005 +0000 |
| |
| 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 |
| |
| commit 4d075ad792d6f99502a863a71d820658915dfcc1 |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit 1476a0ba1159e01aaffaf9c8a8d0fe2a6418d493 |
| Author: Ethan Benson <erbenson@alaska.net> |
| Date: Mon Jul 4 03:42:18 2005 +0000 |
| |
| 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 |
| |
| commit ad8f878934b10bf3baba4eb82073244932c2c4a2 |
| Author: Ethan Benson <erbenson@alaska.net> |
| Date: Mon Jul 4 03:34:00 2005 +0000 |
| |
| 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 <erbenson@alaska.net> |
| Date: Fri May 20 03:10:03 2005 +0000 |
| |
| amiga partition table support. |
| |
| * Support for amiga partition tables. (Sven Luther) |
| git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-80 |
| |
| commit de490d90c482bd49a218cff13c3c69f81aabc99d |
| Author: Ethan Benson <erbenson@alaska.net> |
| Date: Thu May 19 04:26:37 2005 +0000 |
| |
| gcc-3.4 fix |
| |
| * GCC 3.4 compilation fix. (Paul Nasrat) |
| git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-79 |
| |
| commit 1cd0d9449cea60545406aa593c493ec90687ff6d |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit 5aa4e2a849cbef09035dfc9b324df5f5167c64e9 |
| Author: Ethan Benson <erbenson@alaska.net> |
| Date: Sun Sep 26 08:10:31 2004 +0000 |
| |
| 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 |
| |
| commit 7ea099eca9d11187c6671ddaab2e200bdd7e62d9 |
| Author: Ethan Benson <erbenson@alaska.net> |
| Date: Sat Jul 24 20:07:25 2004 +0000 |
| |
| 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 <erbenson@alaska.net> |
| Date: Sun Jul 11 20:14:40 2004 +0000 |
| |
| 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 |
| |
| commit 544fce211922d545a797426226b3ebf44719d7b4 |
| Author: Ethan Benson <erbenson@alaska.net> |
| Date: Sun Jul 11 20:02:24 2004 +0000 |
| |
| 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 |
| |
| commit 082669fa9dbe50221b75f444f819533333705c10 |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit 6a6a039f03909f5cdf62ef94522eb1a70b7e792d |
| Author: Ethan Benson <erbenson@alaska.net> |
| Date: Sun Jul 11 19:52:17 2004 +0000 |
| |
| 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 |
| |
| commit 8fe6242322e48ad34ae82d63b8a5a554aea987b3 |
| Author: Ethan Benson <erbenson@alaska.net> |
| Date: Sat May 8 22:04:51 2004 +0000 |
| |
| 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 <erbenson@alaska.net> |
| Date: Sat May 8 06:38:44 2004 +0000 |
| |
| 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 |
| |
| commit e19f440a0df591a3e5174218d3bcc6d01ffb07ee |
| Author: Ethan Benson <erbenson@alaska.net> |
| Date: Mon Apr 26 00:27:48 2004 +0000 |
| |
| 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 |
| |
| commit 2303a06e095e2c174b68281156b68542e75e3210 |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit eb8b0d5d9f4823a7033ef2baa1cababd4b5574e1 |
| Author: Ethan Benson <erbenson@alaska.net> |
| Date: Sun Mar 28 05:02:03 2004 +0000 |
| |
| 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 |
| |
| commit 53695b2ef3f2fbf757b26c66ad3fa45ccb6b93e6 |
| Author: Ethan Benson <erbenson@alaska.net> |
| Date: Mon Mar 22 02:05:07 2004 +0000 |
| |
| 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 <erbenson@alaska.net> |
| Date: Sun Feb 22 13:15:30 2004 +0000 |
| |
| 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 |
| |
| commit d72c450a4760c7b48f1c4791e3fd11a2d5157582 |
| Author: Ethan Benson <erbenson@alaska.net> |
| Date: Sun Jan 4 12:37:38 2004 +0000 |
| |
| 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 |
| |
| commit f3981c708d9ba5da5bed3ad89347362b1cb11541 |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit 941806a910f667c64b8ed55897ff2f5d458bc027 |
| Author: Ethan Benson <erbenson@alaska.net> |
| Date: Wed Nov 19 10:40:13 2003 +0000 |
| |
| 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 |
| |
| commit 2bdcccbdfe7dbcfee05fe5c4e03675d36999cc76 |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 <erbenson@alaska.net> |
| 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 <erbenson@alaska.net> |
| 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 <erbenson@alaska.net> |
| 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 <erbenson@alaska.net> |
| 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 <erbenson@alaska.net> |
| 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 <offe@localnet.sh>) |
| git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-56 |
| |
| commit 8a48f4329821baf8bb91028bdd854dcbadfeb182 |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 <erbenson@alaska.net> |
| 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 <erbenson@alaska.net> |
| 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 <erbenson@alaska.net> |
| 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 <erbenson@alaska.net> |
| 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 <erbenson@alaska.net> |
| 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 <erbenson@alaska.net> |
| 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 <erbenson@alaska.net> |
| 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 <erbenson@alaska.net> |
| 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 <erbenson@alaska.net> |
| Date: Tue Dec 10 08:14:21 2002 +0000 |
| |
| 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 <erbenson@alaska.net> |
| 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 <erbenson@alaska.net> |
| 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 <erbenson@alaska.net> |
| 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 |
| |
| commit 6afa18e70568dc24f695c1f2da1498d3732952ff |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit 08e5a8def5eb4218e7b1efaa4134a39f552b144c |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 <erbenson@alaska.net> |
| 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 <erbenson@alaska.net> |
| 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 <erbenson@alaska.net> |
| 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 <erbenson@alaska.net> |
| 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 <erbenson@alaska.net> |
| 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 |
| |
| commit 1aa69fb0cd1252fd3f051e4bbfa717bb3daed8c3 |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit 4182c8620d01b73af5410b7a7bfa19b46e1d956c |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| - If /proc/ide/pmac (perhaps to be renamed) does not exist and |
| machine is a Windtunnel return ultra2: instead of hd: (this assumes |
| machines without /proc/ide/pmac are also without support for ATA-100, |
| ultra2: is the ATA-66 bus). |
| - 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 |
| |
| commit 9668c7903f8dc4e659d7b201ca0e8acb70f0d21c |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit 83e9d6ed91d623822919c0c8d8a1496b4c5b6f4c |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit c70a22843fb774506e991507b4bac05b0cfd02b2 |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit b58b7f84f40f96f61a1d5fc1f88a1abd9c1a4193 |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit 5e0ecd954d89d9a01178d2673167065665ee899c |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit d0e5fbe697b5cf916bf70c1bae736c82cbbc876b |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| found, or no more partitions are left. In older versions fs_open() |
| would check for FILE_OK, so checking for NULL return from fs_open() |
| 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 |
| |
| commit e68362d01834e41a4a0e914c2bddbeabea56a1d6 |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit c2555be2247b6e98ef2f5cbc6d314b0e97428bbb |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit e348755b9f809dd5b83111c8cfd3dc14e641f01a |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit 1a5ba1223587f7153a5557a4d31626f9a407ba39 |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit 9f447e44f585a4f2081258aa3b598a7b9d127c11 |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit 559ae8fa7f19a44a8f41f384aae303495614090d |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit 17d238b6131f7bd3ca40b7bab317182e14bb3d61 |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit 766747b4a4b47f77721d3e02a73f926592240336 |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit 1e9f6b68e9b33d32926f9ca49c89ebccc4d11f5b |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit a63b0cf320e8ad5f0e2c9f4430309cdbbbd770d0 |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit 3ce60078293dd1b2cdf46841fe41afd80913c698 |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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. |
| |
| * Add '-path './{arch}' -prune -o ' to all the find calls so cleaning |
| doesn't recurse into arch's revision control directories and possibly |
| corrupt them. |
| |
| * Add archclean target which removes all of arch's cruft so release |
| tarballs won't be ridiculously bloated (arch keeps a complete |
| 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 |
| |
| commit 1237a9cea4d8a7c25d422410ef338901582ad45e |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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. |
| |
| small fixes to elfextract. |
| |
| |
| git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--patch-16 |
| |
| commit 2ad0d7649e5042cad43a16b4a03bf53f39948316 |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit 96f82eabe29d6d4039098d5320b3304acbedf67b |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit 678d83ff8608534ece0f1e912eddedef4f0bb67a |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit 9323f7c29a886304325b1562450729a12e0ccbea |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit 6f4d7a802c09ee20526db5eeba7357d52444a42c |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit 63162c5eb23b6ba4a00b4b4e18ffbcdba52b1e2e |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit da7857367944c983abf98f956241dcc614b2f453 |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit 0ef1539b6f680ba09c88be5bb94a821fd2599931 |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit 5613f9fab88b71f14259856b390f1cc989b602bf |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit 4b9f2eb054f5f0975eef271e87ded51d6b697d9f |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit 8d5a42062f8b88eaea91434e53973ce9f55589d9 |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit 67d317029778e6f068badf7b8e3eec6482ecb00e |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit 103d77e0ce929f3f57b2b75bc38e92b9c2d973c3 |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit bad5757ade771cb803eea778f61da9a4ff74b87e |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit f4ebbd9f7ea23e3f0fcbe098754580c220894628 |
| Author: Ethan Benson <erbenson@alaska.net> |
| 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 |
| |
| commit f42aaadb5c8c5f7f15e5159cbc251e64e1a4ac8f |
| Author: Ethan Benson <erbenson@alaska.net> |
| Date: Mon Mar 25 03:28:42 2002 +0000 |
| |
| Create yaboot arch repo |
| |
| Create yaboot arch repo. |
| git-archimport-id: erbenson@alaska.net--public/yaboot--devel--1.3--base-0 |