History log of /src/distrib/ofppc/ramdisks |
Revision | Date | Author | Comments |
1.1 | 02-Jan-2008 |
mrg | branches: 1.1.2; 1.1.4; 1.1.8; - put netbsd.ofppc and ofwboot.ofppc in the root of ofppciso.cd.
- create a mostly working sysinst/ramdisk environment. i was able to successfully run sysinst, but the screen displays many "bad format `p'" errors i am yet to track down entirely that make it somewhat difficult to see.
|
1.1.8.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.1.4.2 | 02-Jan-2008 |
mrg | - put netbsd.ofppc and ofwboot.ofppc in the root of ofppciso.cd.
- create a mostly working sysinst/ramdisk environment. i was able to successfully run sysinst, but the screen displays many "bad format `p'" errors i am yet to track down entirely that make it somewhat difficult to see.
|
1.1.4.1 | 02-Jan-2008 |
mrg | file Makefile was added on branch mjf-devfs on 2008-01-02 11:39:03 +0000
|
1.1.2.2 | 09-Jan-2008 |
matt | sync with HEAD
|
1.1.2.1 | 02-Jan-2008 |
matt | file Makefile was added on branch matt-armv6 on 2008-01-09 01:28:08 +0000
|
1.10 | 29-Dec-2019 |
christos | 1. Remove all the special handling of variables (-d -p -P -s -S) that were dealing with DBG (-d) LDSTATIC/NOPIE (-p), and the rest with disabling/enabling sanitizers. 2. Use emalloc/estrdup for all the allocators instead of only some cases. 3. Add -V varspec which passes variables on the command line (as DBG and LDSTATIC used to be passed before) instead of appending them to the on-the-fly Makefile using -v varspec. 4. Change the distrib and rescue Makefiles to use -V instead of the removed flags.
The motivation of this is to make variable handling consistent, less magical, and remove the need for changing crunchgen each time we want to add disabling an option by default.
(as proposed in tech-toolchain)
|
1.9 | 24-Dec-2018 |
mrg | set MAKEDEVTARGETS=ramdisk so that the ramdisk /dev/ is populated. from PR#51659.
|
1.8 | 16-Oct-2012 |
apb | branches: 1.8.30; 1.8.32; In distrib/*/ramdisks/common/Makefile.ramdisk, allow the caller to pre-define the LISTS variable if they do not want it to include ${.CURDIR}/lists. This opens the possibility of making some of the many distrib/*/ramdisks/*/lists files shared in the future.
XXX: Some of the differences between these files seem to be unnecessary.
|
1.7 | 11-Feb-2010 |
roy | branches: 1.7.6; 1.7.12; Remove terminfo.db as it's now embedded in libterminfo.
|
1.6 | 05-Feb-2010 |
roy | Use the rescue terminfo.db in our images instead of termcap.
|
1.5 | 24-Sep-2009 |
he | Replace references to local and now no-longer-existing termcap files with references to ${DISTRIBB}/common/termcap. Hi, abs@!
|
1.4 | 20-Sep-2009 |
abs | ${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols ${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services
|
1.3 | 07-Apr-2009 |
joerg | Change ramdisks from dhclient to dhcpcd and add corresponding glue to sysinst. For amd64, the crunchgen binary shrinks by 150KB uncompresssed, 60KB compressed.
|
1.2 | 25-Jan-2009 |
abs | branches: 1.2.2; Use the cutdown distrib/common/services and distrib/common/protocols rather than the full fat etc versions
|
1.1 | 02-Jan-2008 |
mrg | branches: 1.1.2; 1.1.4; 1.1.8; - put netbsd.ofppc and ofwboot.ofppc in the root of ofppciso.cd.
- create a mostly working sysinst/ramdisk environment. i was able to successfully run sysinst, but the screen displays many "bad format `p'" errors i am yet to track down entirely that make it somewhat difficult to see.
|
1.1.8.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.1.4.2 | 02-Jan-2008 |
mrg | - put netbsd.ofppc and ofwboot.ofppc in the root of ofppciso.cd.
- create a mostly working sysinst/ramdisk environment. i was able to successfully run sysinst, but the screen displays many "bad format `p'" errors i am yet to track down entirely that make it somewhat difficult to see.
|
1.1.4.1 | 02-Jan-2008 |
mrg | file Makefile.ramdisk was added on branch mjf-devfs on 2008-01-02 11:39:03 +0000
|
1.1.2.2 | 09-Jan-2008 |
matt | sync with HEAD
|
1.1.2.1 | 02-Jan-2008 |
matt | file Makefile.ramdisk was added on branch matt-armv6 on 2008-01-09 01:28:08 +0000
|
1.2.2.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.7.12.1 | 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.7.6.1 | 30-Oct-2012 |
yamt | sync with head
|
1.8.32.2 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
1.8.32.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.8.30.1 | 26-Dec-2018 |
pgoyette | Sync with HEAD, resolve a few conflicts
|
1.2 | 09-Jan-2020 |
martin | PR install/54780: in the (of course totally unlikely) case that sysinst should crash, run "stty sane".
|
1.1 | 02-Jan-2008 |
mrg | branches: 1.1.2; 1.1.4; 1.1.8; 1.1.74; 1.1.76; - put netbsd.ofppc and ofwboot.ofppc in the root of ofppciso.cd.
- create a mostly working sysinst/ramdisk environment. i was able to successfully run sysinst, but the screen displays many "bad format `p'" errors i am yet to track down entirely that make it somewhat difficult to see.
|
1.1.76.1 | 28-Jan-2020 |
msaitoh | Pull up following revision(s) (requested by martin in ticket #669): distrib/playstation2/miniroot/dot.profile: revision 1.5 distrib/sparc64/instfs/dot.profile: revision 1.8 distrib/hpcarm/miniroot/dot.profile: revision 1.3 distrib/emips/miniroot/dot.profile: revision 1.2 distrib/x68k/floppies/ramdisk/dot.profile: revision 1.16 distrib/zaurus/ramdisk/dot.profile: revision 1.4 distrib/i386/ramdisks/common/dot.profile: revision 1.7 distrib/cobalt/ramdisk/dot.profile: revision 1.2 distrib/hpcsh/miniroot/dot.profile: revision 1.5 distrib/evbarm/instkernel/ramdisk/dot.profile: revision 1.3 distrib/riscv/ramdisk/dot.profile: revision 1.2 distrib/sandpoint/ramdisk/dot.profile: revision 1.2 distrib/landisk/ramdisk/dot.profile: revision 1.3 distrib/amd64/ramdisks/common/dot.profile: revision 1.4 distrib/macppc/floppies/ramdisk/dot.profile: revision 1.14 distrib/mipsco/ramdisk/dot.profile: revision 1.3 distrib/evbmips/instkernel/ramdisk/dot.profile: revision 1.2 distrib/acorn32/ramdisk/dot.profile: revision 1.4 distrib/cats/ramdisk/dot.profile: revision 1.5 distrib/vax/ramdisk/dot.profile: revision 1.10 distrib/pmax/miniroot/dot.profile: revision 1.3 distrib/sparc/miniroot/dot.profile: revision 1.16 distrib/hpcmips/miniroot/dot.profile: revision 1.8 distrib/prep/floppies/ramdisk/dot.profile: revision 1.3 distrib/news68k/floppies/ramdisk/dot.profile: revision 1.8 distrib/alpha/instkernel/ramdisk/dot.profile: revision 1.11 distrib/ofppc/ramdisks/common/dot.profile: revision 1.2 distrib/mac68k/instkernel/ramdisk/dot.profile: revision 1.9 distrib/hp300/ramdisk/dot.profile: revision 1.7 distrib/ews4800mips/floppies/ramdisk/dot.profile: revision 1.2 distrib/emips/ramdisk/dot.profile: revision 1.3 distrib/newsmips/floppies/ramdisk/dot.profile: revision 1.7 distrib/bebox/ramdisk/dot.profile: revision 1.2 distrib/rs6000/ramdisk/dot.profile: revision 1.2 distrib/sgimips/miniroot/dot.profile: revision 1.2 distrib/mvme68k/miniroot/dot.profile: revision 1.9 distrib/hppa/ramdisk/dot.profile: revision 1.2 distrib/luna68k/ramdisk/dot.profile: revision 1.2 distrib/sgimips/ramdisk/dot.profile: revision 1.4 distrib/evbsh3/instkernel/ramdisk/dot.profile: revision 1.2 distrib/evbppc/ramdisk/dot.profile: revision 1.5 distrib/shark/instkernel/ramdisk/dot.profile: revision 1.5 distrib/pmax/ramdisk/dot.profile: revision 1.11 distrib/dreamcast/ramdisk/dot.profile: revision 1.3 distrib/arc/ramdisk/dot.profile: revision 1.5 distrib/atari/floppies/common/dot.profile: revision 1.8 PR install/54780: in the (of course totally unlikely) case that sysinst should crash, run "stty sane".
|
1.1.74.1 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
1.1.8.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.1.4.2 | 02-Jan-2008 |
mrg | - put netbsd.ofppc and ofwboot.ofppc in the root of ofppciso.cd.
- create a mostly working sysinst/ramdisk environment. i was able to successfully run sysinst, but the screen displays many "bad format `p'" errors i am yet to track down entirely that make it somewhat difficult to see.
|
1.1.4.1 | 02-Jan-2008 |
mrg | file dot.profile was added on branch mjf-devfs on 2008-01-02 11:39:03 +0000
|
1.1.2.2 | 09-Jan-2008 |
matt | sync with HEAD
|
1.1.2.1 | 02-Jan-2008 |
matt | file dot.profile was added on branch matt-armv6 on 2008-01-09 01:28:09 +0000
|
1.10 | 19-Jun-2011 |
tsutsui | Fix indent.
|
1.9 | 19-Jun-2011 |
tsutsui | Remove unnecessary gnu/usr.bin path from SRCDIRS.
|
1.8 | 11-Feb-2010 |
roy | branches: 1.8.4; Remove terminfo.db as it's now embedded in libterminfo.
|
1.7 | 05-Feb-2010 |
roy | Use the rescue terminfo.db in our images instead of termcap.
|
1.6 | 20-Sep-2009 |
abs | 34 different termcap subsets, plus a couple of ports still using the full termcap distfile. In an attempt to reduce the madness switch everyone (except the i386 cd install which does its own thing) to the same (under 8K) termcap subset:
ansi ansi/pc-term compatible with color dumb|unknown 80-column dumb tty hp300h HP Catseye console iris-ansi-ap IRIS ANSI in application-keypad mode iris-ansi|iris-ansi-net IRIS emulating 40 line ANSI terminal (almost VT100) sun|sun1|sun2|sun-il Sun Microsystems Inc. console with working insert-line vt100|vt100-am DEC VT100 (w/advanced video) vt220-8 DEC VT220 8 bit terminal vt220|vt200|vt300 DEC VT220 in vt100 emulation mode wsvt25 NetBSD wscons in 25 line DEC VT220 mode wsvt25m NetBSD wscons in 25 line DEC VT220 mode with Meta x68k|x68k-ite NetBSD/x68k ITE xterm|vs100 xterm terminal emulator (X Window System)
Trying to provide similar functionality across all ports? It'll never catch on...
|
1.5 | 20-Sep-2009 |
abs | ${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols ${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services
|
1.4 | 29-Apr-2009 |
tsutsui | Fix indent on common/protocols changes.
|
1.3 | 25-Jan-2009 |
abs | branches: 1.3.2; Use the cutdown distrib/common/services and distrib/common/protocols rather than the full fat etc versions
|
1.2 | 23-Jan-2008 |
garbled | branches: 1.2.2; 1.2.6; Change bsddisklabel.c to export it's functions rather than declaring them all static. This makes it possible to write a md_make_bsd_partitions() function without having to copy all of bsddisklabel.c into md.c.
Make ofppc sysinst install sanely and in a bootable manner on both my 7044, and my pegasos. The only thing the user needs to do is pick the right kernel set.
|
1.1 | 02-Jan-2008 |
mrg | branches: 1.1.2; - put netbsd.ofppc and ofwboot.ofppc in the root of ofppciso.cd.
- create a mostly working sysinst/ramdisk environment. i was able to successfully run sysinst, but the screen displays many "bad format `p'" errors i am yet to track down entirely that make it somewhat difficult to see.
|
1.1.2.3 | 23-Mar-2008 |
matt | sync with HEAD
|
1.1.2.2 | 09-Jan-2008 |
matt | sync with HEAD
|
1.1.2.1 | 02-Jan-2008 |
matt | file list.ramdisk was added on branch matt-armv6 on 2008-01-09 01:28:09 +0000
|
1.2.6.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.2.2.2 | 23-Jan-2008 |
garbled | Change bsddisklabel.c to export it's functions rather than declaring them all static. This makes it possible to write a md_make_bsd_partitions() function without having to copy all of bsddisklabel.c into md.c.
Make ofppc sysinst install sanely and in a bootable manner on both my 7044, and my pegasos. The only thing the user needs to do is pick the right kernel set.
|
1.2.2.1 | 23-Jan-2008 |
garbled | file list.ramdisk was added on branch mjf-devfs on 2008-01-23 23:15:38 +0000
|
1.3.2.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.8.4.1 | 23-Jun-2011 |
cherry | Catchup with rmind-uvmplock merge.
|
1.2 | 26-Jul-2014 |
dholland | Adjust for sysinst move.
|
1.1 | 02-Jan-2008 |
mrg | branches: 1.1.2; 1.1.4; 1.1.8; 1.1.36; 1.1.50; - put netbsd.ofppc and ofwboot.ofppc in the root of ofppciso.cd.
- create a mostly working sysinst/ramdisk environment. i was able to successfully run sysinst, but the screen displays many "bad format `p'" errors i am yet to track down entirely that make it somewhat difficult to see.
|
1.1.50.1 | 10-Aug-2014 |
tls | Rebase.
|
1.1.36.1 | 19-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.8.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.1.4.2 | 02-Jan-2008 |
mrg | - put netbsd.ofppc and ofwboot.ofppc in the root of ofppciso.cd.
- create a mostly working sysinst/ramdisk environment. i was able to successfully run sysinst, but the screen displays many "bad format `p'" errors i am yet to track down entirely that make it somewhat difficult to see.
|
1.1.4.1 | 02-Jan-2008 |
mrg | file list.sysinst was added on branch mjf-devfs on 2008-01-02 11:39:04 +0000
|
1.1.2.2 | 09-Jan-2008 |
matt | sync with HEAD
|
1.1.2.1 | 02-Jan-2008 |
matt | file list.sysinst was added on branch matt-armv6 on 2008-01-09 01:28:10 +0000
|
1.1 | 02-Jan-2008 |
mrg | branches: 1.1.2; 1.1.4; 1.1.8; - put netbsd.ofppc and ofwboot.ofppc in the root of ofppciso.cd.
- create a mostly working sysinst/ramdisk environment. i was able to successfully run sysinst, but the screen displays many "bad format `p'" errors i am yet to track down entirely that make it somewhat difficult to see.
|
1.1.8.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.1.4.2 | 02-Jan-2008 |
mrg | - put netbsd.ofppc and ofwboot.ofppc in the root of ofppciso.cd.
- create a mostly working sysinst/ramdisk environment. i was able to successfully run sysinst, but the screen displays many "bad format `p'" errors i am yet to track down entirely that make it somewhat difficult to see.
|
1.1.4.1 | 02-Jan-2008 |
mrg | file mtree.ramdisk was added on branch mjf-devfs on 2008-01-02 11:39:04 +0000
|
1.1.2.2 | 09-Jan-2008 |
matt | sync with HEAD
|
1.1.2.1 | 02-Jan-2008 |
matt | file mtree.ramdisk was added on branch matt-armv6 on 2008-01-09 01:28:10 +0000
|
1.2 | 20-Sep-2009 |
abs | 34 different termcap subsets, plus a couple of ports still using the full termcap distfile. In an attempt to reduce the madness switch everyone (except the i386 cd install which does its own thing) to the same (under 8K) termcap subset:
ansi ansi/pc-term compatible with color dumb|unknown 80-column dumb tty hp300h HP Catseye console iris-ansi-ap IRIS ANSI in application-keypad mode iris-ansi|iris-ansi-net IRIS emulating 40 line ANSI terminal (almost VT100) sun|sun1|sun2|sun-il Sun Microsystems Inc. console with working insert-line vt100|vt100-am DEC VT100 (w/advanced video) vt220-8 DEC VT220 8 bit terminal vt220|vt200|vt300 DEC VT220 in vt100 emulation mode wsvt25 NetBSD wscons in 25 line DEC VT220 mode wsvt25m NetBSD wscons in 25 line DEC VT220 mode with Meta x68k|x68k-ite NetBSD/x68k ITE xterm|vs100 xterm terminal emulator (X Window System)
Trying to provide similar functionality across all ports? It'll never catch on...
|
1.1 | 02-Jan-2008 |
mrg | branches: 1.1.2; 1.1.4; 1.1.8; - put netbsd.ofppc and ofwboot.ofppc in the root of ofppciso.cd.
- create a mostly working sysinst/ramdisk environment. i was able to successfully run sysinst, but the screen displays many "bad format `p'" errors i am yet to track down entirely that make it somewhat difficult to see.
|
1.1.8.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.1.4.2 | 02-Jan-2008 |
mrg | - put netbsd.ofppc and ofwboot.ofppc in the root of ofppciso.cd.
- create a mostly working sysinst/ramdisk environment. i was able to successfully run sysinst, but the screen displays many "bad format `p'" errors i am yet to track down entirely that make it somewhat difficult to see.
|
1.1.4.1 | 02-Jan-2008 |
mrg | file termcap.mini was added on branch mjf-devfs on 2008-01-02 11:39:04 +0000
|
1.1.2.2 | 09-Jan-2008 |
matt | sync with HEAD
|
1.1.2.1 | 02-Jan-2008 |
matt | file termcap.mini was added on branch matt-armv6 on 2008-01-09 01:28:11 +0000
|
1.3 | 20-Sep-2009 |
abs | Ten identical list.inet6 files, or one common/list.inet6? Not a difficult choice.
|
1.2 | 07-Apr-2009 |
joerg | Change ramdisks from dhclient to dhcpcd and add corresponding glue to sysinst. For amd64, the crunchgen binary shrinks by 150KB uncompresssed, 60KB compressed.
|
1.1 | 02-Jan-2008 |
mrg | branches: 1.1.2; 1.1.4; 1.1.8; 1.1.16; - put netbsd.ofppc and ofwboot.ofppc in the root of ofppciso.cd.
- create a mostly working sysinst/ramdisk environment. i was able to successfully run sysinst, but the screen displays many "bad format `p'" errors i am yet to track down entirely that make it somewhat difficult to see.
|
1.1.16.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.1.8.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.1.4.2 | 02-Jan-2008 |
mrg | - put netbsd.ofppc and ofwboot.ofppc in the root of ofppciso.cd.
- create a mostly working sysinst/ramdisk environment. i was able to successfully run sysinst, but the screen displays many "bad format `p'" errors i am yet to track down entirely that make it somewhat difficult to see.
|
1.1.4.1 | 02-Jan-2008 |
mrg | file Makefile was added on branch mjf-devfs on 2008-01-02 11:39:05 +0000
|
1.1.2.2 | 09-Jan-2008 |
matt | sync with HEAD
|
1.1.2.1 | 02-Jan-2008 |
matt | file Makefile was added on branch matt-armv6 on 2008-01-09 01:28:11 +0000
|
1.9 | 30-Nov-2013 |
nakayama | nvi has moved.
|
1.8 | 03-Jul-2011 |
tron | branches: 1.8.2; 1.8.8; Update location of "less" source directory to the build of various install medias.
|
1.7 | 19-Jun-2011 |
tsutsui | Use src/distrib/utils/x_gzip in all install ramdisks/miniroots for now since installation file systems might be flooded by -llzma.
|
1.6 | 14-Jan-2011 |
tsutsui | branches: 1.6.4; Adjust file lists for recent move: usr/sbin/chown -> sbin/chown usr/bin/chgrp -> bin/chgrp
|
1.5 | 05-Feb-2010 |
roy | Use the rescue terminfo.db in our images instead of termcap.
|
1.4 | 07-Apr-2009 |
joerg | Change ramdisks from dhclient to dhcpcd and add corresponding glue to sysinst. For amd64, the crunchgen binary shrinks by 150KB uncompresssed, 60KB compressed.
|
1.3 | 30-Oct-2008 |
tsutsui | branches: 1.3.4; usr.bin/vi/build -> usr.bin/nvi/build
|
1.2 | 06-May-2008 |
dyoung | Add -lprop to the LIBS line so that ifconfig will link.
|
1.1 | 02-Jan-2008 |
mrg | branches: 1.1.2; 1.1.4; 1.1.8; 1.1.10; - put netbsd.ofppc and ofwboot.ofppc in the root of ofppciso.cd.
- create a mostly working sysinst/ramdisk environment. i was able to successfully run sysinst, but the screen displays many "bad format `p'" errors i am yet to track down entirely that make it somewhat difficult to see.
|
1.1.10.1 | 18-May-2008 |
yamt | sync with head.
|
1.1.8.2 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.1.8.1 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.4.2 | 02-Jan-2008 |
mrg | - put netbsd.ofppc and ofwboot.ofppc in the root of ofppciso.cd.
- create a mostly working sysinst/ramdisk environment. i was able to successfully run sysinst, but the screen displays many "bad format `p'" errors i am yet to track down entirely that make it somewhat difficult to see.
|
1.1.4.1 | 02-Jan-2008 |
mrg | file list was added on branch mjf-devfs on 2008-01-02 11:39:05 +0000
|
1.1.2.2 | 09-Jan-2008 |
matt | sync with HEAD
|
1.1.2.1 | 02-Jan-2008 |
matt | file list was added on branch matt-armv6 on 2008-01-09 01:28:12 +0000
|
1.3.4.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.6.4.1 | 23-Jun-2011 |
cherry | Catchup with rmind-uvmplock merge.
|
1.8.8.1 | 19-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.8.2.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.2 | 20-Sep-2009 |
abs | Ten identical list.inet6 files, or one common/list.inet6? Not a difficult choice.
|
1.1 | 02-Jan-2008 |
mrg | branches: 1.1.2; 1.1.4; 1.1.8; - put netbsd.ofppc and ofwboot.ofppc in the root of ofppciso.cd.
- create a mostly working sysinst/ramdisk environment. i was able to successfully run sysinst, but the screen displays many "bad format `p'" errors i am yet to track down entirely that make it somewhat difficult to see.
|
1.1.8.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.1.4.2 | 02-Jan-2008 |
mrg | - put netbsd.ofppc and ofwboot.ofppc in the root of ofppciso.cd.
- create a mostly working sysinst/ramdisk environment. i was able to successfully run sysinst, but the screen displays many "bad format `p'" errors i am yet to track down entirely that make it somewhat difficult to see.
|
1.1.4.1 | 02-Jan-2008 |
mrg | file list.inet6 was added on branch mjf-devfs on 2008-01-02 11:39:05 +0000
|
1.1.2.2 | 09-Jan-2008 |
matt | sync with HEAD
|
1.1.2.1 | 02-Jan-2008 |
matt | file list.inet6 was added on branch matt-armv6 on 2008-01-09 01:28:12 +0000
|