| History log of /src/distrib/pmax/miniroot |
| Revision | Date | Author | Comments |
| 1.26 | 25-Apr-2021 |
christos | handle mipsn64
|
| 1.25 | 24-Jan-2017 |
christos | += for MAKEFS_FLAGS
|
| 1.24 | 26-Oct-2012 |
tsutsui | branches: 1.24.14; 1.24.18; Fix PR install/47123 (sysinst fails with "openpty() failed" on many ports): Add "ipty" to MAKEDEVTARGETS in miniroot/Makefile.inc since "MAKEDEV all" no longer creates /dev/pty* device nodes and miniroot doesn't mount ptyfs.
|
| 1.23 | 11-Feb-2010 |
roy | branches: 1.23.6; 1.23.8; 1.23.12; 1.23.14; Remove terminfo.db as it's now embedded in libterminfo.
|
| 1.22 | 05-Feb-2010 |
roy | Use the rescue terminfo.db in our images instead of termcap.
|
| 1.21 | 14-Dec-2009 |
matt | Merge from matt-nb5-mips64
|
| 1.20 | 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.19 | 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.18 | 29-Jul-2006 |
ad | branches: 1.18.20; 1.18.34; Remove RASTERCONSOLE support from the pmax port.
|
| 1.17 | 10-Jul-2003 |
lukem | Rename a large chunk of the make(1) variables which refer to a program/tool from "FOO" to "TOOL_FOO". The new variables are: TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC
For each, provide default in <bsd.sys.mk> of the form: TOOL_FOO?= foo and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override: TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo
Document all of these in bsd.README.
This cleans up a chunk of potential (and actual) namespace collision within our build infrastructure, as well as improves consistency in the share/mk documentation and provision of appropriate defaults for each of these variables.
|
| 1.16 | 18-Feb-2003 |
shin | s/netbsd.aout/netbsd/
|
| 1.15 | 18-Feb-2003 |
shin | remove workaround for toolchain bug (already fixed).
|
| 1.14 | 18-Feb-2003 |
shin | toolchain problem (toolchain/16529) was fixed. build miniroot for pmax.
|
| 1.13 | 23-Jul-2002 |
lukem | disable pmax miniroot for now; it won't build due to objcopy-crunchide issues
|
| 1.12 | 14-May-2002 |
lukem | branches: 1.12.2; consistently use "${INSTALLBOOT} -v ..."
|
| 1.11 | 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.10 | 23-Apr-2002 |
tv | The "objcopy" based crunchide method has a problem on MIPS; it turns global symbols into locals, but relocs are left in place (rather than attempting to resolve-in-place with "ld -r", even with "-Bsymbolic").
Standard MIPS code will generate CALL16 relocs for function calls, but the linker forbids such relocs from being used to call local symbols (such as those turned "local" by objcopy). So, rather than battle the toolchain uphill, work around it for the moment by forcing 32-bit GOT references with the assembler option "-xgot".
This will be fixed in a more clean manner in the future.
|
| 1.9 | 12-Apr-2002 |
lukem | - replace image_md_post: target with IMAGE_MD_POST variable, and use that after building ${IMAGE} - use ${IMAGEBUILT} to ensure that IMAGE_MD_POST is only run if IMAGE changes
|
| 1.8 | 03-Apr-2002 |
lukem | Switch from "${DESTDIR}/usr/mdec/installboot" to "${INSTALLBOOT} -m ${MACHINE}" so now at least that step is cross-buildable.
|
| 1.7 | 01-Apr-2002 |
lukem | ensure all sysinst-using makefs generated images have at least 15 inodes free, and be consistent how MAKEFS_FLAGS is defined.
|
| 1.6 | 23-Mar-2002 |
shin | fix IMAGEENDIAN (s/be/le/).
|
| 1.5 | 06-Mar-2002 |
lukem | Commit work-in-progess rototill of distrib/miniroot and associated machine dependent files:
- Use infrastructure from distrib/common to build file system images with crunchgen-ed programs from a list file.
- Non root ("UNPRIVED") builds from a read-only source tree are possible, as makefs(8) replaces vnconfig(8)/vnd use, devices are generated using common/makedev2spec.awk, etc.
- Cross builds should be possible, except that some ports need cross-compile host tool versions of installboot and any appropriate host disk labelling tools. XXX: pmax, sparc and vax need fixing for this!
- This code has NOT YET BEEN TESTED on most of the ports. It should work, but it is extremely likely that the file system parameters may need tweaking to get things to fit. See MAKEFS_FLAGS in sparc/miniroot/Makefile.inc for an example. If assistance is required, please ask!
|
| 1.4 | 06-Jan-2000 |
simonb | Match current reality, but not used at the moment.
|
| 1.3 | 16-Apr-1999 |
simonb | Define the disklabel prototype as a conditionally set variable so that it can be overriden.
|
| 1.2 | 15-Mar-1999 |
is | branches: 1.2.2; Add explicit filesystem endianness, to help cross-building releases.
|
| 1.1 | 17-Nov-1998 |
jonathan | branches: 1.1.2; Make crunched equivalent of pmax root diskimage. Makefile.inc: build `miniroot' [sic] list: list of files to crunch in dot.profile: start up sysinst on boot. diskimage.label.proto: write diskimage label so kernel recomputes label at boot from SCSI geometry..
|
| 1.1.2.2 | 24-Nov-1998 |
cgd | pull up rev 1.1 from trunk (new file). (simonb)
|
| 1.1.2.1 | 17-Nov-1998 |
cgd | file Makefile.inc was added on branch netbsd-1-3 on 1998-11-24 21:49:35 +0000
|
| 1.2.2.1 | 17-Apr-1999 |
simonb | Pull up rev 1.3 from the trunk: Define the disklabel prototype as a conditionally set variable so that it can be overriden.
|
| 1.12.2.1 | 23-Jul-2002 |
lukem | Pull up file removal (requested by lukem): disable pmax miniroot for now; it won't build due to objcopy-crunchide issues
|
| 1.18.34.1 | 09-Sep-2009 |
matt | Add support for pmax64 kernels.
|
| 1.18.20.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.23.14.1 | 25-Nov-2012 |
jdc | Pull up revisions: src/distrib/emips/miniroot/Makefile.inc revision 1.3 src/distrib/hp300/miniroot/Makefile.inc revision 1.13 src/distrib/hpcarm/miniroot/Makefile.inc revision 1.7 src/distrib/hpcmips/miniroot/Makefile.inc revision 1.20 src/distrib/hpcsh/miniroot/Makefile.inc revision 1.8 src/distrib/mvme68k/miniroot/Makefile.inc revision 1.13 src/distrib/pmax/miniroot/Makefile.inc revision 1.24 src/distrib/vax/miniroot/Makefile.inc revision 1.23 (requested by tsutsui in ticket #650).
Fix PR install/47123 (sysinst fails with "openpty() failed" on many ports): Add "ipty" to MAKEDEVTARGETS in miniroot/Makefile.inc since "MAKEDEV all" no longer creates /dev/pty* device nodes and miniroot doesn't mount ptyfs.
|
| 1.23.12.1 | 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
| 1.23.8.1 | 18-Nov-2012 |
msaitoh | Pull up following revision(s) (requested by tsutsui in ticket #650): distrib/hpcmips/miniroot/Makefile.inc: revision 1.20 distrib/hpcsh/miniroot/Makefile.inc: revision 1.8 distrib/hp300/miniroot/Makefile.inc: revision 1.13 distrib/hpcarm/miniroot/Makefile.inc: revision 1.7 distrib/vax/miniroot/Makefile.inc: revision 1.23 distrib/mvme68k/miniroot/Makefile.inc: revision 1.13 distrib/emips/miniroot/Makefile.inc: revision 1.3 distrib/pmax/miniroot/Makefile.inc: revision 1.24 Fix PR install/47123 (sysinst fails with "openpty() failed" on many ports): Add "ipty" to MAKEDEVTARGETS in miniroot/Makefile.inc since "MAKEDEV all" no longer creates /dev/pty* device nodes and miniroot doesn't mount ptyfs.
|
| 1.23.6.1 | 30-Oct-2012 |
yamt | sync with head
|
| 1.24.18.1 | 21-Apr-2017 |
bouyer | Sync with HEAD
|
| 1.24.14.1 | 20-Mar-2017 |
pgoyette | Sync with HEAD
|
| 1.2 | 18-Feb-2003 |
shin | toolchain problem (toolchain/16529) was fixed. build miniroot for pmax.
|
| 1.1 | 23-Jul-2002 |
lukem | branches: 1.1.2; disable pmax miniroot for now; it won't build due to objcopy-crunchide issues
|
| 1.1.2.2 | 23-Jul-2002 |
lukem | Pull up revision 1.1 (requested by lukem): disable pmax miniroot for now; it won't build due to objcopy-crunchide issues
|
| 1.1.2.1 | 23-Jul-2002 |
lukem | file Makefile.inc.xxx was added on branch netbsd-1-6 on 2002-07-23 11:24:09 +0000
|
| 1.2 | 06-Mar-2002 |
lukem | Commit work-in-progess rototill of distrib/miniroot and associated machine dependent files:
- Use infrastructure from distrib/common to build file system images with crunchgen-ed programs from a list file.
- Non root ("UNPRIVED") builds from a read-only source tree are possible, as makefs(8) replaces vnconfig(8)/vnd use, devices are generated using common/makedev2spec.awk, etc.
- Cross builds should be possible, except that some ports need cross-compile host tool versions of installboot and any appropriate host disk labelling tools. XXX: pmax, sparc and vax need fixing for this!
- This code has NOT YET BEEN TESTED on most of the ports. It should work, but it is extremely likely that the file system parameters may need tweaking to get things to fit. See MAKEFS_FLAGS in sparc/miniroot/Makefile.inc for an example. If assistance is required, please ask!
|
| 1.1 | 17-Nov-1998 |
jonathan | branches: 1.1.2; Make crunched equivalent of pmax root diskimage. Makefile.inc: build `miniroot' [sic] list: list of files to crunch in dot.profile: start up sysinst on boot. diskimage.label.proto: write diskimage label so kernel recomputes label at boot from SCSI geometry..
|
| 1.1.2.2 | 24-Nov-1998 |
cgd | pull up rev 1.1 from trunk (new file). (simonb)
|
| 1.1.2.1 | 17-Nov-1998 |
cgd | file diskimage.label.proto was added on branch netbsd-1-3 on 1998-11-24 21:49:35 +0000
|
| 1.3 | 09-Jan-2020 |
martin | PR install/54780: in the (of course totally unlikely) case that sysinst should crash, run "stty sane".
|
| 1.2 | 29-Jul-2006 |
ad | branches: 1.2.20; 1.2.88; 1.2.90; Remove RASTERCONSOLE support from the pmax port.
|
| 1.1 | 17-Nov-1998 |
jonathan | branches: 1.1.2; Make crunched equivalent of pmax root diskimage. Makefile.inc: build `miniroot' [sic] list: list of files to crunch in dot.profile: start up sysinst on boot. diskimage.label.proto: write diskimage label so kernel recomputes label at boot from SCSI geometry..
|
| 1.1.2.2 | 24-Nov-1998 |
cgd | pull up rev 1.1 from trunk (new file), then patch it to reflect some 1.3-branch peculiarities. (simonb)
|
| 1.1.2.1 | 17-Nov-1998 |
cgd | file dot.profile was added on branch netbsd-1-3 on 1998-11-24 21:50:46 +0000
|
| 1.2.90.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.2.88.1 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
| 1.2.20.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.23 | 30-Nov-2013 |
nakayama | nvi has moved.
|
| 1.22 | 11-Feb-2010 |
roy | branches: 1.22.6; 1.22.12; Remove terminfo.db as it's now embedded in libterminfo.
|
| 1.21 | 05-Feb-2010 |
roy | Use the rescue terminfo.db in our images instead of termcap.
|
| 1.20 | 02-Jan-2010 |
tsutsui | No need to install /usr/share/zoneinfo into miniroot because libc functions in libhack doesn't require it and zoneinfo files seem to get larger since tzcode2009k import. (due to 64bit time_t support?)
Briefly tested sysinst on sparc miniroot.
|
| 1.19 | 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.18 | 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.17 | 30-Oct-2008 |
tsutsui | usr.bin/vi/build -> usr.bin/nvi/build
|
| 1.16 | 29-Jul-2006 |
ad | branches: 1.16.20; Remove RASTERCONSOLE support from the pmax port.
|
| 1.15 | 18-Feb-2003 |
shin | s/netbsd.aout/netbsd/
|
| 1.14 | 27-May-2002 |
lukem | use usr/sbin/installboot not usr/mdec/installboot
|
| 1.13 | 06-Mar-2002 |
lukem | branches: 1.13.2; Commit work-in-progess rototill of distrib/miniroot and associated machine dependent files:
- Use infrastructure from distrib/common to build file system images with crunchgen-ed programs from a list file.
- Non root ("UNPRIVED") builds from a read-only source tree are possible, as makefs(8) replaces vnconfig(8)/vnd use, devices are generated using common/makedev2spec.awk, etc.
- Cross builds should be possible, except that some ports need cross-compile host tool versions of installboot and any appropriate host disk labelling tools. XXX: pmax, sparc and vax need fixing for this!
- This code has NOT YET BEEN TESTED on most of the ports. It should work, but it is extremely likely that the file system parameters may need tweaking to get things to fit. See MAKEFS_FLAGS in sparc/miniroot/Makefile.inc for an example. If assistance is required, please ask!
|
| 1.12 | 02-May-2000 |
sjg | use bsd.kernobj.mk to tell us KERNOBJDIR for compiled kernels.
|
| 1.11 | 03-Jan-2000 |
simonb | s/boot/boot.pmax/
|
| 1.10 | 28-Dec-1999 |
simonb | Add /usr/mdec/installboot.
|
| 1.9 | 23-Nov-1999 |
simonb | Remove update from the miniroot lists.
|
| 1.8 | 05-Jun-1999 |
bouyer | branches: 1.8.4; Generate the /dist/obsolete_* files used by sysinst from the obsolete lists in sets/lists/*. The sript sets/makeobsolete concatenates the mi and md obsolete list files all or a specified set and dumps it in a file, in a subdir specified on the command line (inspired from the maketar and makeflist files). Use this for all the sysinst-based installs. Untested for non-i386, and the md obsolete list may be wrong or incomplete. Each postmaster is supposed to check this on his port.
|
| 1.7 | 16-Apr-1999 |
simonb | Install second-stage bootblock.
|
| 1.6 | 18-Nov-1998 |
simonb | branches: 1.6.2; 1.6.4; Undo previous after thinking about it a bit more. I did say it was only a temporary change :)
|
| 1.5 | 18-Nov-1998 |
simonb | Add a symlink for /bin/tar. From the comments in the file:
# XXX temporary extra (for 1.3.X). We need "tar" in the path but not # under /usr until we copy the contents of /usr.install into /usr. # Maybe a better idea is to use pax, which lives in /bin anyway... # Should go away soon in whatever will become 1.4.
Someone shoot me if I don't remove this soon ;>)
|
| 1.4 | 18-Nov-1998 |
simonb | Add the small netboot kernel (nfsnetbsd.ecoff). Copy .profile to tmp/.hdprofile for sysinst.
|
| 1.3 | 17-Nov-1998 |
jonathan | Copy disktab profile to/etc for diskimage. (no ramdisk symlinks via /tmp).
|
| 1.2 | 17-Nov-1998 |
jonathan | Add the old-pmax-root usr.install/{bin,sbin} with same symlinks as /usr, so that install from a miniroot image in / can find /usr/bin/{tar,ftp} after mounting the target /usr over /usr.
|
| 1.1 | 17-Nov-1998 |
jonathan | Make crunched equivalent of pmax root diskimage. Makefile.inc: build `miniroot' [sic] list: list of files to crunch in dot.profile: start up sysinst on boot. diskimage.label.proto: write diskimage label so kernel recomputes label at boot from SCSI geometry..
|
| 1.6.4.1 | 17-Apr-1999 |
simonb | Pull up rev 1.7 from the trunk: Install second-stage bootblock.
|
| 1.6.2.2 | 24-Nov-1998 |
cgd | pull up revs 1.1-1.6 from trunk (new file). (simonb)
|
| 1.6.2.1 | 18-Nov-1998 |
cgd | file list was added on branch netbsd-1-3 on 1998-11-24 21:49:47 +0000
|
| 1.8.4.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
| 1.13.2.1 | 28-May-2002 |
lukem | Pull up revision 1.14 (requested by lukem): use usr/sbin/installboot not usr/mdec/installboot
|
| 1.16.20.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.22.12.1 | 19-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.22.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.5 | 30-Nov-2013 |
nakayama | nvi has moved.
|
| 1.4 | 11-Feb-2010 |
roy | branches: 1.4.6; 1.4.12; Remove terminfo.db as it's now embedded in libterminfo.
|
| 1.3 | 05-Feb-2010 |
roy | Use the rescue terminfo.db in our images instead of termcap.
|
| 1.2 | 14-Dec-2009 |
matt | Merge from matt-nb5-mips64
|
| 1.1 | 09-Sep-2009 |
matt | branches: 1.1.2; file list64 was initially added on branch matt-nb5-mips64.
|
| 1.1.2.1 | 09-Sep-2009 |
matt | pmax64 specific lists
|
| 1.4.12.1 | 19-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.4.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.4 | 29-Jul-2006 |
ad | Remove RASTERCONSOLE support from the pmax port.
|
| 1.3 | 24-May-1999 |
ad | Merge long lost rcons-color entry.
|
| 1.2 | 13-Mar-1999 |
itohy | Use G0 (not G1) for the alternative character set (DEC line graphics). Delete "\E)0" sequences and make ":as=\E(0:ae=\E(B:" (some terminals use "1" for "0"). This change makes it easy to use 8-bit encodings, such as ISO8859, EUC, etc. PR #7126.
|
| 1.1 | 03-Nov-1997 |
jonathan | branches: 1.1.2; Installation termcap file with entries for rcons on pmax framebuffers.
|
| 1.1.2.2 | 03-Nov-1997 |
jonathan | Installation termcap file with entries for rcons on pmax framebuffers.
|
| 1.1.2.1 | 03-Nov-1997 |
jonathan | file termcap.rcons was added on branch netbsd-1-3 on 1997-11-03 10:57:03 +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 | 29-Jul-2006 |
ad | branches: 1.1.20; Remove RASTERCONSOLE support from the pmax port.
|
| 1.1.20.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|