History log of /src/distrib/cats/ramdisk |
Revision | Date | Author | Comments |
1.25 | 07-Feb-2019 |
mrg | bump ramdisk sizes by 100kb for GCC 7 bloaty.
|
1.24 | 24-Jan-2017 |
christos | branches: 1.24.12; += for MAKEFS_FLAGS
|
1.23 | 05-Sep-2016 |
jakllsch | branches: 1.23.2; Increase size of cats installation memory disk by 100Ki.
Or: We shouldn't let the cats out of the bag.
|
1.22 | 02-Mar-2014 |
joerg | branches: 1.22.8; Clang needs a slightly larger MD image, so bump the size to 2300k.
|
1.21 | 06-Feb-2014 |
christos | bump
|
1.20 | 11-Feb-2010 |
roy | branches: 1.20.6; 1.20.12; Remove terminfo.db as it's now embedded in libterminfo.
|
1.19 | 05-Feb-2010 |
roy | Use the rescue terminfo.db in our images instead of termcap.
|
1.18 | 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.17 | 20-Sep-2009 |
abs | Ten identical list.inet6 files, or one common/list.inet6? Not a difficult choice.
|
1.16 | 20-Sep-2009 |
abs | Nothing needs disktab anymore, so we'd rather have an inode and slightly over 1K of space on install media...
|
1.15 | 20-Sep-2009 |
abs | ${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols ${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services
|
1.14 | 20-Sep-2009 |
abs | Alas poor dot.hdprofile. I knew him... not at all Horatio. (Remove)
|
1.13 | 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.12 | 25-Jan-2009 |
abs | branches: 1.12.2; Use the cutdown distrib/common/services and distrib/common/protocols rather than the full fat etc versions
|
1.11 | 21-Jan-2009 |
he | Pare down the size of the INSTALL kernel images. This was done by:
1) Removing chio, rcmd, restore, scsictl, shutdown and slattach from the ramdisk images 2) Removing the isp* driver from the INSTALL kernel configs 3) Reducing the memory disk and ramdisk size back from 4400 to 4200 blocks
As a result, also remove mention as QLogic ISP controllers as being supported by the installation.
With this, the INSTALL kernel images should once again be usable; the firmware apparently imposes a size limit around 5MB on the files it will load.
Longer-term, this port probably ought to get it's own stand-alone boot loader, so that it might use e.g. loadable modules.
|
1.10 | 18-Jan-2009 |
he | Bump the ramdisk size so that the contents fits again.
|
1.9 | 01-Feb-2008 |
tsutsui | branches: 1.9.2; 1.9.6; - use common/termcap.mini - set TERM=wsvt25
|
1.8 | 10-May-2007 |
dogcow | branches: 1.8.4; Since /etc/services has gotten rather large, use a minimal one for install kernels. (mount_nfs is notably the only binary that doesn't gracefully deal with the lack of an /etc/services file, it appears.)
|
1.7 | 18-Jan-2005 |
lukem | Only use ping6 and rtsol if ${USE_INET6} != "no". Part of PR 28994.
|
1.6 | 23-Mar-2003 |
chris | Add more bits the cats install disk. Most noticeable change is the addition of dhclient, we now prompt if the user wants DHCP autoconfiguration. Also added chio, rcmd, ping6, rtsol, scsictl
We now use the cut down versions of: dhclient, ifconfig, ping, ping6 and route
The ramdisk has grown by about 200k, however the kernel can take that, we're still a few 100k from the current 5MB limit for cats kernels.
|
1.5 | 02-May-2002 |
lukem | yet another distrib overhaul: - move guts of distrib/Makefile.inc to distrib/common/Makefile.distrib (fixes problem caused by implicit include of ../Makefile.inc in certain submake conditions triggered by makefiles not yet in tree) - removed mkdir of ${RELEASEDIR}/*; rely upon "snap_pre" target of etc/Makefile to create all the release directories - renamed RELINSTALL to RELEASE_INSTALL - renamed FLOPPYINSTDIR to FLOPPY_RELEASEDIR - renamed MDSETDIR to MDSET_RELEASEDIR - removed ITARGET - move release target from top level to appropriate subdirectory - ensure release target has correct depends - replace miniroot's IMAGE_MD_POST with common/Makefile.image IMAGEPOSTBUILD - Makefile.image: add realall: ${IMAGE}
|
1.4 | 26-Apr-2002 |
lukem | replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version
|
1.3 | 14-Apr-2002 |
chris | Fix typo, we've got a termcap.mini but not a termcap.vt100
|
1.2 | 13-Apr-2002 |
lukem | don't need PWD_MKDB
|
1.1 | 11-Apr-2002 |
skrll | The results of my cats NWDO hacking.
This was tested using a custom INSTALL kernel. The current one is >4Mb which the cats firmware can't currently boot. We need to decide what needs to be removed from INSTALL.
|
1.8.4.1 | 23-Mar-2008 |
matt | sync with HEAD
|
1.9.6.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.9.2.2 | 01-Feb-2008 |
tsutsui | - use common/termcap.mini - set TERM=wsvt25
|
1.9.2.1 | 01-Feb-2008 |
tsutsui | file Makefile was added on branch mjf-devfs on 2008-02-01 17:18:08 +0000
|
1.12.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.20.12.1 | 19-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.20.6.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.22.8.1 | 20-Mar-2017 |
pgoyette | Sync with HEAD
|
1.23.2.1 | 21-Apr-2017 |
bouyer | Sync with HEAD
|
1.24.12.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.3 | 20-Sep-2009 |
abs | Nothing needs disktab anymore, so we'd rather have an inode and slightly over 1K of space on install media...
|
1.2 | 19-Apr-2004 |
wiz | branches: 1.2.26; Spell removable with only two es. Inspired by jmc@openbsd.
|
1.1 | 11-Apr-2002 |
skrll | The results of my cats NWDO hacking.
This was tested using a custom INSTALL kernel. The current one is >4Mb which the cats firmware can't currently boot. We need to decide what needs to be removed from INSTALL.
|
1.2.26.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.4 | 20-Sep-2009 |
abs | Alas poor dot.hdprofile. I knew him... not at all Horatio. (Remove)
|
1.3 | 26-Jul-2003 |
salo | branches: 1.3.32; netbsd.org->NetBSD.org
|
1.2 | 23-Mar-2003 |
chris | Tweak the dot.profile file to: Use 38400 as the line speed, this is the default footbridge console speed, changing it confuses a remote serial line. Also updated in dot.hdprofile
Change the BLOCKSIZE to 1k, and the default EDITOR to ed.
Add standin shell funcs for dmesg and grep.
Only run sysinst if it's actually in the image.
|
1.1 | 11-Apr-2002 |
skrll | The results of my cats NWDO hacking.
This was tested using a custom INSTALL kernel. The current one is >4Mb which the cats firmware can't currently boot. We need to decide what needs to be removed from INSTALL.
|
1.3.32.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.5 | 09-Jan-2020 |
martin | PR install/54780: in the (of course totally unlikely) case that sysinst should crash, run "stty sane".
|
1.4 | 01-Feb-2008 |
tsutsui | branches: 1.4.2; 1.4.6; 1.4.72; 1.4.74; - use common/termcap.mini - set TERM=wsvt25
|
1.3 | 26-Jul-2003 |
salo | branches: 1.3.22; netbsd.org->NetBSD.org
|
1.2 | 23-Mar-2003 |
chris | Tweak the dot.profile file to: Use 38400 as the line speed, this is the default footbridge console speed, changing it confuses a remote serial line. Also updated in dot.hdprofile
Change the BLOCKSIZE to 1k, and the default EDITOR to ed.
Add standin shell funcs for dmesg and grep.
Only run sysinst if it's actually in the image.
|
1.1 | 11-Apr-2002 |
skrll | The results of my cats NWDO hacking.
This was tested using a custom INSTALL kernel. The current one is >4Mb which the cats firmware can't currently boot. We need to decide what needs to be removed from INSTALL.
|
1.3.22.1 | 23-Mar-2008 |
matt | sync with HEAD
|
1.4.74.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.4.72.1 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
1.4.6.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.4.2.2 | 01-Feb-2008 |
tsutsui | - use common/termcap.mini - set TERM=wsvt25
|
1.4.2.1 | 01-Feb-2008 |
tsutsui | file dot.profile was added on branch mjf-devfs on 2008-02-01 17:18:08 +0000
|
1.24 | 03-Jul-2011 |
tron | Update location of "less" source directory to the build of various install medias.
|
1.23 | 19-Jun-2011 |
tsutsui | Remove unnecessary gnu/usr.bin path from SRCDIRS.
|
1.22 | 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.21 | 14-Jan-2011 |
tsutsui | branches: 1.21.4; Adjust file lists for recent move: usr/sbin/chown -> sbin/chown usr/bin/chgrp -> bin/chgrp
|
1.20 | 11-Feb-2010 |
roy | Remove terminfo.db as it's now embedded in libterminfo.
|
1.19 | 05-Feb-2010 |
roy | Use the rescue terminfo.db in our images instead of termcap.
|
1.18 | 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.17 | 20-Sep-2009 |
abs | Nothing needs disktab anymore, so we'd rather have an inode and slightly over 1K of space on install media...
|
1.16 | 20-Sep-2009 |
abs | ${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols ${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services
|
1.15 | 20-Sep-2009 |
abs | Alas poor dot.hdprofile. I knew him... not at all Horatio. (Remove)
|
1.14 | 18-Sep-2009 |
abs | Of the arious list files 28 said PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip while 14 picked PROG usr/bin/gzip usr/bin/gunzip usr/bin/gzcat
Make them all choose the former. No functional change.
|
1.13 | 29-Apr-2009 |
tsutsui | Fix indent on common/protocols changes.
|
1.12 | 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.11 | 25-Jan-2009 |
abs | branches: 1.11.2; Use the cutdown distrib/common/services and distrib/common/protocols rather than the full fat etc versions
|
1.10 | 21-Jan-2009 |
he | Pare down the size of the INSTALL kernel images. This was done by:
1) Removing chio, rcmd, restore, scsictl, shutdown and slattach from the ramdisk images 2) Removing the isp* driver from the INSTALL kernel configs 3) Reducing the memory disk and ramdisk size back from 4400 to 4200 blocks
As a result, also remove mention as QLogic ISP controllers as being supported by the installation.
With this, the INSTALL kernel images should once again be usable; the firmware apparently imposes a size limit around 5MB on the files it will load.
Longer-term, this port probably ought to get it's own stand-alone boot loader, so that it might use e.g. loadable modules.
|
1.9 | 06-May-2008 |
dyoung | branches: 1.9.4; Add -lprop to the LIBS line so that ifconfig will link.
|
1.8 | 01-Feb-2008 |
tsutsui | branches: 1.8.2; 1.8.6; 1.8.8; - use common/termcap.mini - set TERM=wsvt25
|
1.7 | 10-May-2007 |
dogcow | branches: 1.7.4; Since /etc/services has gotten rather large, use a minimal one for install kernels. (mount_nfs is notably the only binary that doesn't gracefully deal with the lack of an /etc/services file, it appears.)
|
1.6 | 18-Jan-2005 |
lukem | Only use ping6 and rtsol if ${USE_INET6} != "no". Part of PR 28994.
|
1.5 | 25-Dec-2003 |
martin | Add -lz, now needed by gzip.
|
1.4 | 23-Mar-2003 |
chris | Add more bits the cats install disk. Most noticeable change is the addition of dhclient, we now prompt if the user wants DHCP autoconfiguration. Also added chio, rcmd, ping6, rtsol, scsictl
We now use the cut down versions of: dhclient, ifconfig, ping, ping6 and route
The ramdisk has grown by about 200k, however the kernel can take that, we're still a few 100k from the current 5MB limit for cats kernels.
|
1.3 | 26-Apr-2002 |
lukem | replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version
|
1.2 | 13-Apr-2002 |
lukem | consistency cleanup
|
1.1 | 11-Apr-2002 |
skrll | The results of my cats NWDO hacking.
This was tested using a custom INSTALL kernel. The current one is >4Mb which the cats firmware can't currently boot. We need to decide what needs to be removed from INSTALL.
|
1.7.4.1 | 23-Mar-2008 |
matt | sync with HEAD
|
1.8.8.1 | 18-May-2008 |
yamt | sync with head.
|
1.8.6.2 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.8.6.1 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.8.2.2 | 01-Feb-2008 |
tsutsui | - use common/termcap.mini - set TERM=wsvt25
|
1.8.2.1 | 01-Feb-2008 |
tsutsui | file list was added on branch mjf-devfs on 2008-02-01 17:18:08 +0000
|
1.9.4.1 | 22-Jan-2009 |
snj | Pull up following revision(s) (requested by he in ticket #295): distrib/cats/ramdisk/list: revision 1.10 distrib/notes/cats/hardware: revision 1.6 sys/arch/cats/conf/INSTALL: revision 1.71 via patch Pare down the size of the INSTALL kernel images. This was done by: 1) Removing chio, rcmd, restore, scsictl, shutdown and slattach from the ramdisk images 2) Removing the isp* driver from the INSTALL kernel configs 3) Reducing the memory disk and ramdisk size back from 4400 to 4200 blocks As a result, also remove mention as QLogic ISP controllers as being supported by the installation. With this, the INSTALL kernel images should once again be usable; the firmware apparently imposes a size limit around 5MB on the files it will load. Longer-term, this port probably ought to get its own stand-alone boot loader, so that it might use e.g. loadable modules.
|
1.11.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.21.4.1 | 23-Jun-2011 |
cherry | Catchup with rmind-uvmplock merge.
|
1.3 | 20-Sep-2009 |
abs | Ten identical list.inet6 files, or one common/list.inet6? Not a difficult choice.
|
1.2 | 04-Dec-2005 |
dsl | branches: 1.2.20; Fix path of ping6 and rtsol. lukem fixed the i386 one in July. Fixes PR/32240
|
1.1 | 18-Jan-2005 |
lukem | branches: 1.1.2; Only use ping6 and rtsol if ${USE_INET6} != "no". Part of PR 28994.
|
1.1.2.1 | 06-Dec-2005 |
tron | Pull up following revision(s) (requested by dsl in ticket #1030): distrib/cats/ramdisk/list.inet6: revision 1.2 distrib/x68k/floppies/ramdisk/list.inet6: revision 1.2 distrib/ibmnws/netboot/ramdisk/list.inet6: revision 1.2 distrib/amd64/floppies/ramdisk/list.inet6: revision 1.2 distrib/macppc/floppies/ramdisk/list.inet6: revision 1.2 Fix path of ping6 and rtsol. lukem fixed the i386 one in July. Fixes PR/32240
|
1.2.20.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.2 | 01-Feb-2008 |
tsutsui | branches: 1.2.2; - use common/termcap.mini - set TERM=wsvt25
|
1.1 | 11-Apr-2002 |
skrll | branches: 1.1.24; The results of my cats NWDO hacking.
This was tested using a custom INSTALL kernel. The current one is >4Mb which the cats firmware can't currently boot. We need to decide what needs to be removed from INSTALL.
|
1.1.24.1 | 23-Mar-2008 |
matt | sync with HEAD
|
1.2.2.2 | 01-Feb-2008 |
tsutsui | - use common/termcap.mini - set TERM=wsvt25
|
1.2.2.1 | 01-Feb-2008 |
tsutsui | file termcap.mini was added on branch mjf-devfs on 2008-02-01 17:18:09 +0000
|