History log of /src/distrib/news68k/floppies |
Revision | Date | Author | Comments |
1.4 | 21-May-2002 |
tsutsui | branches: 1.4.34; Rename dir ramdisk-kernel/ -> instkernel/
|
1.3 | 10-Apr-2002 |
lukem | add .WAIT sync
|
1.2 | 11-Jun-2000 |
tsutsui | - Build an INSTALL kernel on the separate directory. - Install an INSTALL kernel and boot.fs image to RELEASEDIR.
|
1.1 | 09-Dec-1999 |
tsutsui | branches: 1.1.2; Initial import of news68k port.
|
1.1.2.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.4.34.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.3 | 17-Mar-2002 |
lukem | deprecate Makefile.inc in favor of including ../../Makefile.inc directly
|
1.2 | 02-May-2000 |
sjg | branches: 1.2.4; use bsd.kernobj.mk to tell us KERNOBJDIR for compiled kernels.
|
1.1 | 09-Dec-1999 |
tsutsui | branches: 1.1.2; Initial import of news68k port.
|
1.1.2.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.2.4.1 | 25-Mar-2002 |
he | Apply patch (requested by he): Introduce dependency between ramdisk/miniroot construction and osrelease.sh, to better support UPDATE builds of releases.
|
1.2 | 17-Mar-2002 |
lukem | remove now-unused cruft
|
1.1 | 09-Dec-1999 |
tsutsui | branches: 1.1.2; Initial import of news68k port.
|
1.1.2.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.2 | 17-Mar-2002 |
lukem | remove now-unused cruft
|
1.1 | 09-Dec-1999 |
tsutsui | branches: 1.1.2; Initial import of news68k port.
|
1.1.2.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.16 | 10-Jul-2003 |
lukem | branches: 1.16.32; 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.15 | 18-Nov-2002 |
lukem | Consistently use "netbsd-XXXXX" instead of "netbsd.XXXXX".
|
1.14 | 21-May-2002 |
tsutsui | Rename dir ramdisk-kernel/ -> instkernel/
|
1.13 | 20-May-2002 |
lukem | Convert to NDWO build. (From Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>)
|
1.12 | 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.11 | 26-Apr-2002 |
lukem | use RELINSTALL
|
1.10 | 17-Mar-2002 |
lukem | deprecate Makefile.inc in favor of including ../../Makefile.inc directly
|
1.9 | 05-Mar-2002 |
thorpej | Make sure <bsd.own.mk> is pulled in before ${PRINTOBJDIR} is used.
|
1.8 | 09-Nov-2001 |
tsutsui | Use "vnd0" instead of "/dev/vnd0c" as argument for "vnconfig" because it is more portable and works with the latest "vnconfig".
XXX news68k (and alpha) use /dev/vnd0c to installboot vnd images..
|
1.7 | 07-Jan-2001 |
tsutsui | Use ${PRINTOBJDIR}.
|
1.6 | 17-Jun-2000 |
tsutsui | Include bsd.subdir.mk first to pull in /etc/mk.conf (via bsd.own.mk). Otherwise, ".ifndef RELEASEDIR" fails if RELEASEDIR is defined in mk.conf.
|
1.5 | 14-Jun-2000 |
tsutsui | Change directory name (floppies -> floppy) like other ports.
|
1.4 | 11-Jun-2000 |
tsutsui | - Build an INSTALL kernel on the separate directory. - Install an INSTALL kernel and boot.fs image to RELEASEDIR.
|
1.3 | 10-Jun-2000 |
tsutsui | Remove include bsd.own.mk. It is included by bsd.subdir.mk.
|
1.2 | 02-May-2000 |
sjg | use bsd.kernobj.mk to tell us KERNOBJDIR for compiled kernels.
|
1.1 | 09-Dec-1999 |
tsutsui | branches: 1.1.2; Initial import of news68k port.
|
1.1.2.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.16.32.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.2 | 11-Jun-2000 |
tsutsui | - Build an INSTALL kernel on the separate directory. - Install an INSTALL kernel and boot.fs image to RELEASEDIR.
|
1.1 | 09-Dec-1999 |
tsutsui | branches: 1.1.2; Initial import of news68k port.
|
1.1.2.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.1 | 21-May-2002 |
tsutsui | branches: 1.1.34; Rename dir ramdisk-kernel/ -> instkernel/
|
1.1.34.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.38 | 01-Feb-2020 |
tsutsui | Add and enable dhcpcd for news68k installation.
news68k has already required two floppies since 9.0 so there is no popular demand to shrink ramdisk.
|
1.37 | 16-Nov-2018 |
martin | branches: 1.37.2; Bump image size
|
1.36 | 24-Jan-2017 |
christos | branches: 1.36.10; 1.36.12; += for MAKEFS_FLAGS
|
1.35 | 23-Mar-2013 |
tsutsui | branches: 1.35.14; 1.35.18; Remove rarely maintained and required non-en translations.
|
1.34 | 13-Mar-2011 |
he | branches: 1.34.4; 1.34.10; Bump the install image size from 1.5 to 1.6M so that it fits again.
|
1.33 | 24-Sep-2009 |
he | Replace references to local and now no-longer-existing termcap files with references to ${DISTRIBB}/common/termcap. Hi, abs@!
|
1.32 | 20-Sep-2009 |
abs | ${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols ${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services
|
1.31 | 23-Jan-2009 |
tsutsui | Use small src/distrib/common/protocols.
|
1.30 | 08-Nov-2008 |
he | Bump install ramdisk image size from 1440k to 1500k, so that it fits again. The install kernel is subsequently compressed, so there should be nothing magic about the 1440k constant.
|
1.29 | 10-May-2007 |
dogcow | branches: 1.29.12; 1.29.20; 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.28 | 05-May-2002 |
jdolecek | need to include Makefile.distrib here now
|
1.27 | 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.26 | 26-Apr-2002 |
lukem | replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version
|
1.25 | 06-Apr-2002 |
tsutsui | Set DBG=-Os for libhack.
|
1.24 | 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.23 | 28-Mar-2002 |
lukem | - Be consistent how libhack is used: If extra HACKOBJS (e.g., gethost.o) are required, define them before pulling in libhack/Makefile.inc so that the dependencies work correctly. - Other minor cleanups
|
1.22 | 28-Mar-2002 |
lukem | minor tweak to IMAGEDEPENDS
|
1.21 | 25-Mar-2002 |
lukem | Disable libhack's gethost.o (replacement gethostby{name,addr}()) by default, as they only support reading /etc/hosts, and its the "least useful" of the libhack routines. Add gethost.o back to Really Small media which appears to need the space savings.
|
1.20 | 18-Mar-2002 |
tsutsui | Remove pwd_mkdb stuff since /etc/passwd file is not needed for install media. Pointed out by lukem.
|
1.19 | 16-Mar-2002 |
tsutsui | Switch to the new common ramdisk build infrastructure.
|
1.18 | 04-Feb-2002 |
tsutsui | Sync with newsmips: > use ${HACKOBJS:Ngethost.o} instead of trying to keep HACKOBJS in sync > with HACKSRC/Makefile.inc
|
1.17 | 23-Jan-2002 |
tsutsui | On clean target, try to make -f ramdiskbin.mk clean first if it exists.
|
1.16 | 17-Jan-2002 |
tsutsui | ${SIZE} -> ${RAMDISKSIZE} to avoid conflict with toolchain.
|
1.15 | 09-Nov-2001 |
tsutsui | Use "vnd0" instead of "/dev/vnd0c" as argument for "vnconfig" because it is more portable and works with the latest "vnconfig".
XXX news68k (and alpha) use /dev/vnd0c to installboot vnd images..
|
1.14 | 13-Oct-2001 |
jmc | Add MTREE?= to add Makefiles and use when running mtree
|
1.13 | 10-Oct-2001 |
enami | Use symbol MTREECONF instead of MTREE to refer configuration file to avoid conflicts. Pointed out by chs@netbsd.org.
|
1.12 | 19-Mar-2001 |
tsutsui | Pull more functions (but except gethost.c) into libhack.o. Saves ~2.3kbytes.
|
1.11 | 31-Jan-2001 |
tsutsui | Remove "COPTS= -Os". It is now specified in util/libhack/Makefile.inc.
|
1.10 | 01-Nov-2000 |
garbled | Change all ocurrences of "crunchgen" to ${CRUNCHGEN}
|
1.9 | 30-Aug-2000 |
jhawk | Use ${MAKE} instead of make
|
1.8 | 11-Jun-2000 |
tsutsui | branches: 1.8.2; - Build an INSTALL kernel on the separate directory. - Install an INSTALL kernel and boot.fs image to RELEASEDIR.
|
1.7 | 10-Jun-2000 |
tsutsui | Remove include bsd.own.mk. It is included by bsd.subdir.mk.
|
1.6 | 09-Jun-2000 |
tsutsui | Remove unused ${GEOM}.
|
1.5 | 09-Jun-2000 |
tsutsui | Pass ${DESTDIR} to runlist.sh.
|
1.4 | 08-Jun-2000 |
tsutsui | Add "COPTS= -Os" for building libhack.o.
|
1.3 | 02-May-2000 |
sjg | use bsd.kernobj.mk to tell us KERNOBJDIR for compiled kernels.
|
1.2 | 13-Mar-2000 |
tsutsui | Try to make the install floppy work on 4MB machines: - reduce memory disk size - use x_dd, x_ifconfig and x_route - use libhack.o (sync with i386) - don't use mfs as /tmp
Tested by Luigi Filippini <filippini@tiscali.it> and me.
|
1.1 | 09-Dec-1999 |
tsutsui | branches: 1.1.2; Initial import of news68k port.
|
1.1.2.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.8.2.1 | 25-Mar-2002 |
he | Apply patch (requested by he): Introduce dependency between ramdisk/miniroot construction and osrelease.sh, to better support UPDATE builds of releases.
|
1.29.20.1 | 24-Jan-2009 |
snj | Pull up following revision(s) (requested by tsutsui in ticket #314): distrib/news68k/floppies/ramdisk/Makefile: revision 1.31 distrib/news68k/floppies/ramdisk/list: revision 1.23 Use small src/distrib/common/protocols.
|
1.29.12.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.34.10.1 | 23-Jun-2013 |
tls | resync from head
|
1.34.4.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.35.18.1 | 21-Apr-2017 |
bouyer | Sync with HEAD
|
1.35.14.1 | 20-Mar-2017 |
pgoyette | Sync with HEAD
|
1.36.12.2 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
1.36.12.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.36.10.1 | 26-Nov-2018 |
pgoyette | Sync with HEAD, resolve a couple of conflicts
|
1.37.2.1 | 10-Feb-2020 |
martin | Pull up following revision(s) (requested by tsutsui in ticket #681):
distrib/news68k/floppies/ramdisk/Makefile: revision 1.38 sys/arch/news68k/conf/INSTALL: revision 1.66
Add and enable dhcpcd for news68k installation. news68k has already required two floppies since 9.0 so there is no popular demand to shrink ramdisk.
|
1.2 | 16-Mar-2002 |
tsutsui | Switch to the new common ramdisk build infrastructure.
|
1.1 | 09-Dec-1999 |
tsutsui | branches: 1.1.2; Initial import of news68k port.
|
1.1.2.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.8 | 09-Jan-2020 |
martin | PR install/54780: in the (of course totally unlikely) case that sysinst should crash, run "stty sane".
|
1.7 | 26-Jul-2003 |
salo | branches: 1.7.32; 1.7.100; 1.7.102; netbsd.org->NetBSD.org
|
1.6 | 13-Sep-2000 |
tsutsui | Remove mount -t kernfs.
|
1.5 | 14-Jun-2000 |
cgd | branches: 1.5.2; sweep of my licenses for consistency. (no functional changes) These files have copyright held by people in addition to myself. (I did the original work, they copied it, enhanced it, and added their copyright to the derivative work.) Their approval has been given re: the license change.
|
1.4 | 14-Jun-2000 |
cgd | fix up NetBSD RCS Ids to match the standard, and the leading comment as to match as well. No functional changes.
|
1.3 | 13-Mar-2000 |
tsutsui | Try to make the install floppy work on 4MB machines: - reduce memory disk size - use x_dd, x_ifconfig and x_route - use libhack.o (sync with i386) - don't use mfs as /tmp
Tested by Luigi Filippini <filippini@tiscali.it> and me.
|
1.2 | 21-Jan-2000 |
tsutsui | rename (revert) memory disk filename /dev/mdX -> /dev/mdXa
|
1.1 | 09-Dec-1999 |
tsutsui | branches: 1.1.2; Initial import of news68k port.
|
1.1.2.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.5.2.1 | 13-Sep-2000 |
tsutsui | pullup from trunk (approved by thorpej)
basesrc/distrib/news68k/floppies/ramdisk/dot.profile 1.6
Remove mount -t kernfs.
basesrc/distrib/news68k/floppies/ramdisk/list 1.5 basesrc/distrib/news68k/floppies/ramdisk/ramdiskbin.conf 1.5
Remove mount_kernfs and add dmesg.
basesrc/distrib/news68k/floppies/ramdisk/mtree.conf 1.3
/kern is no longer needed.
|
1.7.102.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.7.100.1 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
1.7.32.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.29 | 13-Jun-2020 |
tsutsui | Use more shrinked x_foo binaries.
|
1.28 | 14-Jan-2011 |
tsutsui | Adjust file lists for recent move: usr/sbin/chown -> sbin/chown usr/bin/chgrp -> bin/chgrp
|
1.27 | 11-Feb-2010 |
roy | Remove terminfo.db as it's now embedded in libterminfo.
|
1.26 | 05-Feb-2010 |
roy | Use the rescue terminfo.db in our images instead of termcap.
|
1.25 | 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.24 | 20-Sep-2009 |
abs | ${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols ${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services
|
1.23 | 23-Jan-2009 |
tsutsui | Use small src/distrib/common/protocols.
|
1.22 | 06-May-2008 |
dyoung | branches: 1.22.4; Add -lprop to the LIBS line so that ifconfig will link.
|
1.21 | 10-May-2007 |
dogcow | branches: 1.21.12; 1.21.14; 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.20 | 10-Sep-2005 |
dsl | Delete the: SPECIAL dmesg srcdir distrib/utils/x_dmesg line from all the ramdisk 'list' files. dmesg/Makefile will add -DSMALL if SMALLPROG is defined (which it is by Makefile.crunch).
|
1.19 | 28-Mar-2004 |
tsutsui | Now smaller ditrib/utils/x_gzip has -l support so use it again.
|
1.18 | 26-Mar-2004 |
tsutsui | Use usr.bin/gzip instead of distrib/utils/x_gzip for -l option used by sysinst. (Hmm, SMALL should disable bzip2 support or not?)
|
1.17 | 19-Jan-2003 |
tsutsui | Remove "srcdir distrib/utils/x_mount" from ramdisk lists since src/sbin/mount/Makefile no longer links fs specific routines.
|
1.16 | 17-Oct-2002 |
lukem | Now that usr.bin/ftp/Makefile supports SMALLPROG and SMALLPROG_INET6, we don't need distrib/utils/x_ftp anymore...
|
1.15 | 20-May-2002 |
lukem | Convert from usr/mdec/installboot to usr/sbin/installboot. (From Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>)
|
1.14 | 26-Apr-2002 |
lukem | replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version
|
1.13 | 13-Apr-2002 |
lukem | consistency cleanup
|
1.12 | 07-Apr-2002 |
tsutsui | Set srcdir for sys/arch/${MACHINE}/stand/installboot till these ports will switch MI use.sbin/installboot.
|
1.11 | 24-Mar-2002 |
lukem | don't need x_dd, init_s, x_sh in NDWO
|
1.10 | 18-Mar-2002 |
tsutsui | Remove pwd_mkdb stuff since /etc/passwd file is not needed for install media. Pointed out by lukem.
|
1.9 | 17-Mar-2002 |
tsutsui | Remove test(1), which is sh(1) builtin.
|
1.8 | 16-Mar-2002 |
tsutsui | Use distrib/utils/x_ed, and remove -lcrypt from libs.
|
1.7 | 16-Mar-2002 |
tsutsui | Switch to the new common ramdisk build infrastructure.
|
1.6 | 15-Jun-2001 |
tsutsui | Remove etc/pwd.db and etc/spwd.db from ramdisk.fs since libhack/getpwent.c does not require them.
|
1.5 | 13-Sep-2000 |
tsutsui | Remove mount_kernfs and add dmesg.
|
1.4 | 07-Jun-2000 |
thorpej | branches: 1.4.2; Need /etc/netconfig.
|
1.3 | 13-Mar-2000 |
tsutsui | Try to make the install floppy work on 4MB machines: - reduce memory disk size - use x_dd, x_ifconfig and x_route - use libhack.o (sync with i386) - don't use mfs as /tmp
Tested by Luigi Filippini <filippini@tiscali.it> and me.
|
1.2 | 22-Feb-2000 |
tsutsui | Remove update.
|
1.1 | 09-Dec-1999 |
tsutsui | branches: 1.1.2; Initial import of news68k port.
|
1.1.2.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.4.2.1 | 13-Sep-2000 |
tsutsui | pullup from trunk (approved by thorpej)
basesrc/distrib/news68k/floppies/ramdisk/dot.profile 1.6
Remove mount -t kernfs.
basesrc/distrib/news68k/floppies/ramdisk/list 1.5 basesrc/distrib/news68k/floppies/ramdisk/ramdiskbin.conf 1.5
Remove mount_kernfs and add dmesg.
basesrc/distrib/news68k/floppies/ramdisk/mtree.conf 1.3
/kern is no longer needed.
|
1.21.14.1 | 18-May-2008 |
yamt | sync with head.
|
1.21.12.2 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.21.12.1 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.22.4.1 | 24-Jan-2009 |
snj | Pull up following revision(s) (requested by tsutsui in ticket #314): distrib/news68k/floppies/ramdisk/Makefile: revision 1.31 distrib/news68k/floppies/ramdisk/list: revision 1.23 Use small src/distrib/common/protocols.
|
1.4 | 16-Mar-2002 |
tsutsui | Switch to the new common ramdisk build infrastructure.
|
1.3 | 13-Sep-2000 |
tsutsui | /kern is no longer needed.
|
1.2 | 13-Mar-2000 |
tsutsui | branches: 1.2.4; Try to make the install floppy work on 4MB machines: - reduce memory disk size - use x_dd, x_ifconfig and x_route - use libhack.o (sync with i386) - don't use mfs as /tmp
Tested by Luigi Filippini <filippini@tiscali.it> and me.
|
1.1 | 09-Dec-1999 |
tsutsui | branches: 1.1.2; Initial import of news68k port.
|
1.1.2.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.2.4.1 | 13-Sep-2000 |
tsutsui | pullup from trunk (approved by thorpej)
basesrc/distrib/news68k/floppies/ramdisk/dot.profile 1.6
Remove mount -t kernfs.
basesrc/distrib/news68k/floppies/ramdisk/list 1.5 basesrc/distrib/news68k/floppies/ramdisk/ramdiskbin.conf 1.5
Remove mount_kernfs and add dmesg.
basesrc/distrib/news68k/floppies/ramdisk/mtree.conf 1.3
/kern is no longer needed.
|
1.7 | 16-Mar-2002 |
tsutsui | Switch to the new common ramdisk build infrastructure.
|
1.6 | 18-Feb-2001 |
tsutsui | Use distrib/utils/x_mount.
|
1.5 | 13-Sep-2000 |
tsutsui | Remove mount_kernfs and add dmesg.
|
1.4 | 08-Jun-2000 |
tsutsui | branches: 1.4.2; Use also x_ftp and x_sh.
|
1.3 | 13-Mar-2000 |
tsutsui | Try to make the install floppy work on 4MB machines: - reduce memory disk size - use x_dd, x_ifconfig and x_route - use libhack.o (sync with i386) - don't use mfs as /tmp
Tested by Luigi Filippini <filippini@tiscali.it> and me.
|
1.2 | 31-Dec-1999 |
tsutsui | Use utils/x_ping.
|
1.1 | 09-Dec-1999 |
tsutsui | branches: 1.1.2; Initial import of news68k port.
|
1.1.2.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.4.2.1 | 13-Sep-2000 |
tsutsui | pullup from trunk (approved by thorpej)
basesrc/distrib/news68k/floppies/ramdisk/dot.profile 1.6
Remove mount -t kernfs.
basesrc/distrib/news68k/floppies/ramdisk/list 1.5 basesrc/distrib/news68k/floppies/ramdisk/ramdiskbin.conf 1.5
Remove mount_kernfs and add dmesg.
basesrc/distrib/news68k/floppies/ramdisk/mtree.conf 1.3
/kern is no longer needed.
|
1.3 | 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.2 | 26-Feb-2000 |
tsutsui | branches: 1.2.38; Remove unnecessary entries. (from macppc)
|
1.1 | 09-Dec-1999 |
tsutsui | branches: 1.1.2; Initial import of news68k port.
|
1.1.2.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.2.38.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|