Home | History | Annotate | only in /src/distrib/macppc/floppies
History log of /src/distrib/macppc/floppies
RevisionDateAuthorComments
 1.6 12-Nov-2018  scole install kernel for ppc601 floppies and iso
 1.5 12-Apr-2002  lukem branches: 1.5.34; 1.5.100; 1.5.102;
cleanup makefiles to NNDWO
 1.4 31-Mar-2002  lukem sprinkle .WAIT
 1.3 09-Apr-2001  tsubai Use md-kernel/netbsd.INSTALL.gz.
 1.2 27-Jan-1999  tsubai branches: 1.2.2;
Uncomment "bootfloppy".
 1.1 03-Jul-1998  tsubai macppc ramdisk tools.
 1.2.2.1 01-Mar-2000  he Apply patch (requested by toddpw):
Support the ``release'' target.
 1.5.102.1 10-Jun-2019  christos Sync with HEAD
 1.5.100.1 26-Nov-2018  pgoyette Sync with HEAD, resolve a couple of conflicts
 1.5.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.5 30-Mar-2002  tsutsui Remove obsolete files in NDWO.
 1.4 24-Jul-2000  tsubai Use KERNSRCDIR instead of BSDSRCDIR/sys.
 1.3 01-Jun-2000  matt branches: 1.3.2;
need bsd.own.mk for BSD*DIR
 1.2 02-May-2000  sjg use bsd.kernobj.mk to tell us KERNOBJDIR for compiled kernels.
 1.1 03-Jul-1998  tsubai macppc ramdisk tools.
 1.3.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.2 30-Mar-2002  tsutsui Remove obsolete files in NDWO.
 1.1 03-Jul-1998  tsubai macppc ramdisk tools.
 1.2 30-Mar-2002  tsutsui Remove obsolete files in NDWO.
 1.1 03-Jul-1998  tsubai macppc ramdisk tools.
 1.29 12-Nov-2018  scole install kernel for ppc601 floppies and iso
 1.28 29-Jan-2015  joerg branches: 1.28.14; 1.28.16;
Allow clang builds to use a third floppy.
 1.27 10-Jul-2003  lukem branches: 1.27.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.26 18-Nov-2002  lukem Consistently use "netbsd-XXXXX" instead of "netbsd.XXXXX".
 1.25 15-May-2002  lukem convert to MI installboot. this now cross compiles. (XXX: boot.fs untested)
 1.24 04-May-2002  lukem - add support for [-s suffix] to buildfloppies.sh (defaults to "",
rather than the previous ".fs").
- add support for (optional) FLOPPYSUFFIX in Makefile.tarfloppy, and
use appropriately
- remove (now unnecessary) custom release targets in alpha/instkernel/*
 1.23 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.22 26-Apr-2002  lukem replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version
 1.21 16-Apr-2002  lukem convert to NDWO ustar bootfloppy creation process.
xxx; untested
 1.20 14-Apr-2002  tsutsui No need to use ${MAKEFS} for ustarfs image.
 1.19 12-Apr-2002  lukem cleanup makefiles to NNDWO
 1.18 10-Apr-2002  tsutsui Add multiple bootfd support.
 1.17 31-Mar-2002  tsutsui Include distrib/Makefile.inc directly.
 1.16 30-Mar-2002  tsutsui Switch to ustarfs-based boot floppy.
Mostly from distrib/i386/floppies/common/Makefile.bootfloppy.

XXX Makefile for multi-volume fdset is not yet. (see Makefile.fdset for i386)
 1.15 20-Nov-2001  jmc Change rule to realall as dependall is defined in the .mk files
 1.14 14-Nov-2001  tv ${MAKE} print-objdir -> ${PRINTOBJDIR}
 1.13 09-Apr-2001  tsubai Use md-kernel/netbsd.INSTALL.gz.
 1.12 24-Jan-2001  jmc Change inode allocation numbers to get everything to fit.
 1.11 13-Sep-2000  matt Add dependall target
Use the c device for installboot so it will not conflict with the mount a
parition.
 1.10 24-Jul-2000  tsubai Use cp to install the kernel.
Use print-objdir target to determine ramdisk directory.
...etc.
 1.9 22-Jun-2000  matt lie about the geometry and get an extra 16 blocks back.
 1.8 01-Jun-2000  matt branches: 1.8.2;
need bsd.own.mk
 1.7 02-May-2000  sjg use bsd.kernobj.mk to tell us KERNOBJDIR for compiled kernels.
 1.6 08-Feb-2000  tsubai Strip kernel to fit floppy.
 1.5 08-Nov-1999  mycroft branches: 1.5.2;
Make the ram disk larger, so it fits.
 1.4 14-Oct-1999  wrstuden Use -f ${DESTDIR}/etc/disktab to find the disktab, so that we can build
-current floppies from 1.4.
 1.3 04-Mar-1999  wrstuden branches: 1.3.2; 1.3.4;
Modify all calls to newfs in ramdisk/miniroot creation to include
the needed endianism of the architecture. One step towards cross-building
releases.

Not touched are newfs calls in install scripts as they run on the desired
machine and thus default correctly.
 1.2 05-Sep-1998  lukem distclean is a synonym for cleandir
 1.1 24-Jul-1998  tsubai Add bootfloppy stuff.
 1.3.4.1 27-Dec-1999  wrstuden Pull up to last week's -current.
 1.3.2.1 01-Mar-2000  he Apply patch (requested by toddpw):
Support the ``release'' target.
 1.5.2.2 08-Nov-1999  mycroft Make the ram disk larger, so it fits.
 1.5.2.1 08-Nov-1999  mycroft file Makefile was added on branch comdex-fall-1999 on 1999-11-08 23:51:30 +0000
 1.8.2.2 10-Nov-2000  tv Pullup part of 1.11 by patch [matt]:
Use the c device for installboot so it will not conflict with the mount a
parition.
 1.8.2.1 22-Jun-2000  matt lie about geometry and get 16 more free blocks.
 1.27.32.1 05-Oct-2008  mjf Sync with HEAD.
 1.28.16.1 10-Jun-2019  christos Sync with HEAD
 1.28.14.1 26-Nov-2018  pgoyette Sync with HEAD, resolve a couple of conflicts
 1.2 24-Jul-2000  tsubai Use cp to install the kernel.
Use print-objdir target to determine ramdisk directory.
...etc.
 1.1 24-Jul-1998  tsubai Add bootfloppy stuff.
 1.1 12-Nov-2018  scole branches: 1.1.2; 1.1.4;
install kernel for ppc601 floppies and iso
 1.1.4.2 10-Jun-2019  christos Sync with HEAD
 1.1.4.1 12-Nov-2018  christos file Makefile was added on branch phil-wifi on 2019-06-10 21:42:25 +0000
 1.1.2.2 26-Nov-2018  pgoyette Sync with HEAD, resolve a couple of conflicts
 1.1.2.1 12-Nov-2018  pgoyette file Makefile was added on branch pgoyette-compat on 2018-11-26 01:49:56 +0000
 1.1 12-Nov-2018  scole branches: 1.1.2; 1.1.4;
install kernel for ppc601 floppies and iso
 1.1.4.2 10-Jun-2019  christos Sync with HEAD
 1.1.4.1 12-Nov-2018  christos file Makefile.inc was added on branch phil-wifi on 2019-06-10 21:42:25 +0000
 1.1.2.2 26-Nov-2018  pgoyette Sync with HEAD, resolve a couple of conflicts
 1.1.2.1 12-Nov-2018  pgoyette file Makefile.inc was added on branch pgoyette-compat on 2018-11-26 01:49:56 +0000
 1.12 12-Nov-2018  scole install kernel for ppc601 floppies and iso
 1.11 08-May-2002  lukem branches: 1.11.34; 1.11.100; 1.11.102;
- whitespace consistency cleanup
- build (mdset/nm/strip) into ${filename} as one rule, and move ${filename}.gz
into separate rule
- rename MDSET.${filename}.nosymbols -> MDSET_NOSYMBOLS.${filename}
- rename MDSET.${filename}.post -> MDSET_POST.${filename}, and don't do
suffix handling here
- rework suffix handling:
- rename MDSET.${filename}.suffixes -> MDSET_SUFFIXES.${filename},
and change from list of suffixes to list of "suffix cmdtobuildsuffix",
where cmdtobuildsuffix is the name of the variable containing the
command to build ${filename}.${suffix} (available as "${.TARGET}").
- for each ${filename}.${suffix}, depend upon ${filename} and use
${cmdtobuildsuffix} to create the former.
- add separate ${filename}.${suffix}.gz rule
- mipsco & pmax: rename "install.gz" to "netbsd-INSTALL.gz", for
consistency and so the target to build the mdset kernel doesn't get
confused with general "install" target
 1.10 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.9 26-Apr-2002  lukem replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version
 1.8 12-Apr-2002  lukem Makefile.mdset:
replace
TARGETS = KERNEL IMAGE [...]
with
MDTARGETS = KERNEL IMAGE FILENAME [...]
If FILENAME is "-", use "netbsd.${KERNEL}" as the target filename

The rest:
Update for new MDTARGETS syntax. In some cases, the kernel
name from the "old" method will be used to override the default.
 1.7 12-Apr-2002  lukem - don't pull in <bsd.prog.mk> in Makefile.mdset; do that in the caller instead
- renamed optional post-strip action variable from ${KERNEL}.post to
netbsd.${KERNEL}.post
 1.6 11-Apr-2002  lukem convert to using distrib/common/Makefile.mdset
 1.5 09-Apr-2002  tsutsui Make sure to build netbsd.GENERIC_MD.gz by default.
 1.4 30-Mar-2002  tsutsui Include distrib/Makefile.inc directly.
 1.3 14-Nov-2001  tv ${MAKE} print-objdir -> ${PRINTOBJDIR}
 1.2 21-Oct-2001  jmc Convert to using ${MDSETIMAGE}.

Provide a default value for $MDSETIMAGE and pull in bsd.own.mk to have
it overriden as needed for cross/-current builds.
 1.1 09-Apr-2001  tsubai Make netbsd.{INSTALL,GENERIC_MD}.gz here.
 1.11.102.1 10-Jun-2019  christos Sync with HEAD
 1.11.100.1 26-Nov-2018  pgoyette Sync with HEAD, resolve a couple of conflicts
 1.11.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.55 10-Feb-2025  christos sync with bump
 1.54 24-Jul-2023  rin branches: 1.54.2;
macppc/floppies: Use x_ variants of disklabel, fsck_ffs, and newfs.
Fix ramdisk overflow with clang.

- For fsck_ffs(8) and newfs(8), Apple UFS is still supported.
- 2.88MB of ramdisk size can be bumped if really required.
 1.53 25-May-2021  martin Provide support to build 32bit crunched ramdisks and use that for
macppc64. With help from rin.
 1.52 05-Apr-2020  sevan branches: 1.52.2;
Support the use of DHCP in the install environment
 1.51 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.50 07-Jan-2019  scole increase IMAGESIZE slightly to avoid running out of space when doing some sysinst options
 1.49 12-Nov-2018  scole install kernel for ppc601 floppies and iso
 1.48 24-Jan-2017  christos branches: 1.48.10; 1.48.12;
+= for MAKEFS_FLAGS
 1.47 10-Aug-2014  joerg branches: 1.47.6; 1.47.10;
Bump the ramdisk size on macppc and sandpoint somewhat to compensate for
larger code with LLVM.
 1.46 08-Aug-2014  joerg Don't set -mmultiple or -mno-string for PowerPC, the difference is too
small to really matter and it sometimes even increases the size.
 1.45 07-Aug-2014  gdt Get macppc to build again by adjusting sizes.

In addition to the ramdisk size, it is necessary to have matching MD
sizes. Increase the MD sizes, and leave a comment near the ramdisk
size to ease future changes.
 1.44 07-Aug-2014  gdt I need 2244k for src/distrib/macppc/floppies/ramdisk, rather than
2240k. My build is normal, with a few uncommitted changes that really
shouldn't change the install situation. Because 2240k isn't near a
magic boundary, just increase it a hair.
 1.43 06-Aug-2014  martin Bump ramdisksize even slightly more
 1.42 05-Aug-2014  martin Bump ramdisk size
 1.41 04-Aug-2014  martin Slightly extend ramdisk size
 1.40 23-Mar-2012  he branches: 1.40.2; 1.40.10;
Bump the ramdisk size with 100KB so that the contents fits again.
 1.39 24-Dec-2010  aymeric branches: 1.39.6;
Bump ramdisk size by 64K. This allows release builds to finish on macppc.
 1.38 11-Feb-2010  roy Remove terminfo.db as it's now embedded in libterminfo.
 1.37 05-Feb-2010  roy Use the rescue terminfo.db in our images instead of termcap.
 1.36 24-Sep-2009  he Replace references to local and now no-longer-existing termcap files
with references to ${DISTRIBB}/common/termcap. Hi, abs@!
 1.35 20-Sep-2009  abs Ten identical list.inet6 files, or one common/list.inet6?
Not a difficult choice.
 1.34 20-Sep-2009  abs ${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols
${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services
 1.33 25-Jan-2009  abs Use the cutdown distrib/common/services and distrib/common/protocols
rather than the full fat etc versions
 1.32 10-May-2007  dogcow branches: 1.32.12;
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.31 18-Jan-2005  lukem Only use ping6 and rtsol if ${USE_INET6} != "no".
Part of PR 28994.
 1.30 17-Oct-2002  lukem Rework how SMALLPROG was being used and how INET6 support was enabled.
There's two variables added to Makefile.crunch:

SMALLPROG If 1, add SMALLPROG=1 to CRUNCHENV. [default: 1]
This can be used by various Makefiles to
determine if a `small' version of the program
is required.

SMALLPROG_INET6 If 1 and SMALLPROG == 1, add SMALLPROG_INET6=1
to CRUNCHENV. [default: 0]
This can be used by various Makefiles to
determine if the `small' version has INET6
support enabled.

Only enable SMALLPROG_INET6 for programs on the ramdisks that have INET6 in
the appropriate kernel, and cleanup INET6 setting.
(Note: this means that sysinst won't get INET6 support if the kernel
it's running on doesn't have it).

This change saves a fair bit of space on various install images
(including i386 ramdisk-{ps2,small,tiny}) that didn't have INET6 in
the kernel but were unconditionally getting INET6 support in their tools.
 1.29 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.28 26-Apr-2002  lukem replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version
 1.27 12-Apr-2002  lukem cleanup makefiles to NNDWO
 1.26 09-Apr-2002  tsutsui Add -mstring to DBG to save some more bytes.
 1.25 06-Apr-2002  tsutsui Set DBG="-Os -mmultiple" and also pass it to crunchgen via CRUNCHGEN_FLAGS.
 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 30-Mar-2002  tsutsui Switch to New Distrib World Order.
 1.22 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.21 04-Feb-2002  tsutsui NOLIBHACKOPENDIR is gone.
 1.20 20-Nov-2001  jmc Make sure clean rule cleans out all of the ramdisk stuff. Also include
bsd.prog.mk so libhack builds.
 1.19 21-Oct-2001  jmc Change ${SIZE} to ${DISKSIZE} to avoid conflicts with vars used with new
toolchain builds.
 1.18 13-Oct-2001  jmc Add MTREE?= to add Makefiles and use when running mtree
 1.17 10-Oct-2001  enami Use symbol MTREECONF instead of MTREE to refer configuration file
to avoid conflicts. Pointed out by chs@netbsd.org.
 1.16 25-Sep-2001  jmc Include bsd.sys.mk so proper DESTDIR processing gets done for libhack.o builds.
 1.15 27-Jul-2001  tsubai Use all of libhack (but opendir.c) to fit 1.4M floppy.
 1.14 27-Nov-2000  tsubai Use libhack again.
 1.13 01-Nov-2000  garbled Change all ocurrences of "crunchgen" to ${CRUNCHGEN}
 1.12 30-Aug-2000  jhawk Use
${MAKE}
instead of
make
 1.11 24-Jul-2000  tsubai Remove kernfs, add dmesg link.
Compile with -Os -mmultiple.
 1.10 02-May-2000  sjg branches: 1.10.4;
use bsd.kernobj.mk to tell us KERNOBJDIR for compiled kernels.
 1.9 08-Nov-1999  mycroft branches: 1.9.2;
Make the ram disk larger, so it fits.
 1.8 14-Oct-1999  wrstuden Use -f ${DESTDIR}/etc/disktab to find the disktab, so that we can build
-current floppies from 1.4.
 1.7 29-Aug-1999  tsubai branches: 1.7.2;
Change md size to 2MB.
Don't use libhack temporarily.
 1.6 08-Jul-1999  tsubai Make ramdiskbin smaller to fit into ramdisk.
 1.5 11-May-1999  veego Sync with the recent crunchgen changes.
- Remove *.cro files and not the obsoleted *.lo files.

From Bill Studenmund commit message:
> 3) Generate .cro files rather than .lo files. .lo now is used for "local
> objects" - obj's for the host machine not the target machine.
 1.4 04-Mar-1999  wrstuden branches: 1.4.2;
Modify all calls to newfs in ramdisk/miniroot creation to include
the needed endianism of the architecture. One step towards cross-building
releases.

Not touched are newfs calls in install scripts as they run on the desired
machine and thus default correctly.
 1.3 13-Jan-1999  tsubai Change image size to 1.5MB.
 1.2 05-Sep-1998  lukem distclean is a synonym for cleandir
 1.1 03-Jul-1998  tsubai macppc ramdisk tools.
 1.4.2.4 03-Jun-2000  he Apply patch (requested by he):
Don't rely on /etc/disktab, instead construct a disktab on
the fly based on numbers supplied here.
 1.4.2.3 01-Mar-2000  he Apply patch (requested by toddpw):
Support the ``release'' target.
 1.4.2.2 23-Feb-2000  he Apply patch (requested by he):
Increase miniroot size and permit a DNS resolver in on the install
floppy.
 1.4.2.1 22-Feb-2000  he Apply patch (requested by he and tsubai):
Add NOLIBHACKOPENDIR=1 so that libhack's opendir() does not get
built (causes linker conflict).
 1.7.2.1 27-Dec-1999  wrstuden Pull up to last week's -current.
 1.9.2.2 08-Nov-1999  mycroft Make the ram disk larger, so it fits.
 1.9.2.1 08-Nov-1999  mycroft file Makefile was added on branch comdex-fall-1999 on 1999-11-08 23:51:31 +0000
 1.10.4.3 26-Apr-2002  he Apply patch (requested by briggs):
Reduce the number of HACKOBJS used.
 1.10.4.2 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.10.4.1 02-May-2001  he Pull up revision 1.14 (via patch, requested by tsubai):
Use libhack to make the image fit on 1.44M floppy.
 1.32.12.1 05-Oct-2008  mjf Sync with HEAD.
 1.39.6.1 17-Apr-2012  yamt sync with head
 1.40.10.1 10-Aug-2014  tls Rebase.
 1.40.2.1 19-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.47.10.1 21-Apr-2017  bouyer Sync with HEAD
 1.47.6.1 20-Mar-2017  pgoyette Sync with HEAD
 1.48.12.2 08-Apr-2020  martin Merge changes from current as of 20200406
 1.48.12.1 10-Jun-2019  christos Sync with HEAD
 1.48.10.2 18-Jan-2019  pgoyette Synch with HEAD
 1.48.10.1 26-Nov-2018  pgoyette Sync with HEAD, resolve a couple of conflicts
 1.52.2.1 31-May-2021  cjep sync with head
 1.54.2.1 02-Aug-2025  perseant Sync with HEAD
 1.2 30-Mar-2002  tsutsui Switch to New Distrib World Order.
 1.1 08-Nov-1999  mycroft branches: 1.1.2; 1.1.4;
Make the ram disk larger, so it fits.
 1.1.4.1 27-Dec-1999  wrstuden Pull up to last week's -current.
 1.1.2.2 08-Nov-1999  mycroft Make the ram disk larger, so it fits.
 1.1.2.1 08-Nov-1999  mycroft file disktab was added on branch comdex-fall-1999 on 1999-11-08 23:51:31 +0000
 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 27-Jan-1999  tsubai * Add disktab.preinstall.
* Mount kernfs and mfs.
* Add mount_mfs link.
* Remove strings link.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.14 09-Jan-2020  martin PR install/54780: in the (of course totally unlikely) case that sysinst
should crash, run "stty sane".
 1.13 26-Jul-2003  salo branches: 1.13.32; 1.13.100; 1.13.102;
netbsd.org->NetBSD.org
 1.12 30-Mar-2002  tsutsui Switch to New Distrib World Order.
 1.11 10-Dec-2001  jmc Convert to minimal /dev with the rest generated at bootup on an mfs mounted dir
 1.10 24-Jul-2000  tsubai Remove kernfs, add dmesg link.
Compile with -Os -mmultiple.
 1.9 14-Jun-2000  cgd branches: 1.9.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.8 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.7 21-Jan-2000  tsutsui rename (revert) memory disk filename /dev/mdX -> /dev/mdXa
 1.6 10-Jan-2000  tsutsui Fix root device name md0a -> md0
 1.5 23-Nov-1999  simonb Don't start update.
 1.4 26-Jun-1999  cgd branches: 1.4.4;
after checking and setting DONEPROFILE, export it so that children of the
shell (e.g. programs and shells invoked via sysinst) don't try to run
sysinst again. Fixes PR#7805.
 1.3 27-Jan-1999  tsubai branches: 1.3.2;
* Add disktab.preinstall.
* Mount kernfs and mfs.
* Add mount_mfs link.
* Remove strings link.
 1.2 20-Jan-1999  tsubai Invoke sysinst.
TERM=vt100.
 1.1 29-Jul-1998  tsubai Add .profile
 1.3.2.1 26-Jun-1999  cgd pull up rev 1.4 from trunk. (cgd)
 1.4.4.1 27-Dec-1999  wrstuden Pull up to last week's -current.
 1.9.2.1 09-Aug-2000  tsubai Pull up rev 1.10.
Add dmesg, and remove mount_kernfs.
 1.13.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.13.100.1 08-Apr-2020  martin Merge changes from current as of 20200406
 1.13.32.1 05-Oct-2008  mjf Sync with HEAD.
 1.40 24-Jul-2023  rin macppc/floppies: Use x_ variants of disklabel, fsck_ffs, and newfs.
Fix ramdisk overflow with clang.

- For fsck_ffs(8) and newfs(8), Apple UFS is still supported.
- 2.88MB of ramdisk size can be bumped if really required.
 1.39 24-Apr-2013  msaitoh sbin/pdisk -> external/bsd/pdisk change. Fix build.
 1.38 14-Jan-2011  tsutsui branches: 1.38.6; 1.38.12;
Adjust file lists for recent move:
usr/sbin/chown -> sbin/chown
usr/bin/chgrp -> bin/chgrp
 1.37 11-Feb-2010  roy Remove terminfo.db as it's now embedded in libterminfo.
 1.36 05-Feb-2010  roy Use the rescue terminfo.db in our images instead of termcap.
 1.35 27-Nov-2009  tsutsui Remove unnecessary and never used usr/mdec/mbr from install ramdisk.
 1.34 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.33 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.32 20-Sep-2009  abs ${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols
${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services
 1.31 29-Apr-2009  tsutsui Fix indent on common/protocols changes.
 1.30 25-Jan-2009  abs branches: 1.30.2;
Use the cutdown distrib/common/services and distrib/common/protocols
rather than the full fat etc versions
 1.29 06-May-2008  dyoung Add -lprop to the LIBS line so that ifconfig will link.
 1.28 10-May-2007  dogcow branches: 1.28.12; 1.28.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.27 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.26 09-Jun-2005  tron Enable RAIDframe support in the NetBSD-macppc installation media.
Based on patches submitted by Ian Spray in PR port-macppc/30465.
 1.25 18-Jan-2005  lukem branches: 1.25.2;
Only use ping6 and rtsol if ${USE_INET6} != "no".
Part of PR 28994.
 1.24 18-Feb-2003  soren Include pdisk on the ramdisk. It can be very useful during installation.
 1.23 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.22 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.21 18-Jun-2002  itojun make macppc install floppy IPv6 ready
(we have two floppies anyways, and there's plenty of space in 2nd floppy)
 1.20 17-Jun-2002  itojun add tools to partition MBR-based disk
 1.19 27-May-2002  wiz installboot changed location to /usr/sbin.
Reported in port-macppc/17063 by Makoto Fujiwara.
 1.18 21-May-2002  briggs branches: 1.18.2;
We are switching to usr.sbin/installboot.
 1.17 26-Apr-2002  lukem replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version
 1.16 13-Apr-2002  lukem consistency cleanup
 1.15 07-Apr-2002  tsutsui Set srcdir for sys/arch/${MACHINE}/stand/installboot
till these ports will switch MI use.sbin/installboot.
 1.14 30-Mar-2002  tsutsui Switch to New Distrib World Order.
 1.13 10-Dec-2001  jmc Convert to minimal /dev with the rest generated at bootup on an mfs mounted dir
 1.12 11-Nov-2001  jmc Make everything fit once again.

Remove restore from the ramdisk as this is building a bootfloppy for
installing and this simply won't fit anymore. If repair images are desired
this should go the x86 route and build separate floppies for different
purposes.

Change sh to use the x_sh from distrib/utils and move some items around
in the list so they happen earlier (making the pw file).
 1.11 27-Nov-2000  tsubai Use libhack again.
 1.10 27-Nov-2000  tsubai Remove slattach, since the INSTALL kernel no longer supprot slip.
 1.9 24-Jul-2000  tsubai Remove kernfs, add dmesg link.
Compile with -Os -mmultiple.
 1.8 07-Jun-2000  matt branches: 1.8.2;
Add netconfig
 1.7 23-Nov-1999  simonb Remove update from the miniroot lists.
 1.6 29-Aug-1999  tsubai branches: 1.6.4;
Change md size to 2MB.
Don't use libhack temporarily.
 1.5 05-Jun-1999  bouyer 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.4 23-May-1999  tron Fix listfiles to handle object directories. Patches supplied by
Izumi Tsutsui in PR misc/7628.
 1.3 27-Jan-1999  tsubai * Add disktab.preinstall.
* Mount kernfs and mfs.
* Add mount_mfs link.
* Remove strings link.
 1.2 29-Jul-1998  tsubai Add .profile
 1.1 03-Jul-1998  tsubai macppc ramdisk tools.
 1.6.4.1 27-Dec-1999  wrstuden Pull up to last week's -current.
 1.8.2.1 09-Aug-2000  tsubai Pull up rev 1.9.
Add dmesg, and remove mount_kernfs.
 1.18.2.2 03-Nov-2002  he Pull up revision 1.21 (requested by itojun in ticket #347):
Make macppc install floppy IPv6-ready.
 1.18.2.1 28-May-2002  lukem Pull up revision 1.19 (requested by wiz):
installboot changed location to /usr/sbin.
Reported in port-macppc/17063 by Makoto Fujiwara.
 1.25.2.1 18-Jun-2005  riz Pull up revision 1.26 (requested by tron in ticket #437):
Enable RAIDframe support in the NetBSD-macppc installation media.
Based on patches submitted by Ian Spray in PR port-macppc/30465.
 1.28.14.1 18-May-2008  yamt sync with head.
 1.28.12.2 05-Oct-2008  mjf Sync with HEAD.
 1.28.12.1 02-Jun-2008  mjf Sync with HEAD.
 1.30.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.38.12.1 23-Jun-2013  tls resync from head
 1.38.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.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.4 30-Mar-2002  tsutsui Switch to New Distrib World Order.
 1.3 24-Jul-2000  tsubai Remove kernfs, add dmesg link.
Compile with -Os -mmultiple.
 1.2 05-Jun-1999  bouyer 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.1 03-Jul-1998  tsubai macppc ramdisk tools.
 1.19 30-Mar-2002  tsutsui Switch to New Distrib World Order.
 1.18 10-Dec-2001  jmc Remove ed. It's not needed for install and consumes way too much space to fit.
Also convert umount to using the x_ version
 1.17 20-Nov-2001  jmc Use x_ed so the floppy once again fits
 1.16 11-Nov-2001  jmc Make everything fit once again.

Remove restore from the ramdisk as this is building a bootfloppy for
installing and this simply won't fit anymore. If repair images are desired
this should go the x86 route and build separate floppies for different
purposes.

Change sh to use the x_sh from distrib/utils and move some items around
in the list so they happen earlier (making the pw file).
 1.15 25-Mar-2001  tsubai Use x_mount.
 1.14 27-Nov-2000  tsubai Use libhack again.
 1.13 27-Nov-2000  tsubai Remove slattach, since the INSTALL kernel no longer supprot slip.
 1.12 24-Jul-2000  tsubai Remove kernfs, add dmesg link.
Compile with -Os -mmultiple.
 1.11 22-Jun-2000  matt Switch to x_ftp
 1.10 22-Jun-2000  matt Add dmesg to prog.
 1.9 20-Jun-2000  matt branches: 1.9.2;
Nuke mount_kernfs and add the new small dmesg.
 1.8 03-Feb-2000  itojun use x_ping for ping, remove reference to -lipsec.
(sorry if you have specific need for "real" ping)
 1.7 23-Nov-1999  simonb Remove update from all ramdisks.
 1.6 29-Aug-1999  tsubai branches: 1.6.4;
Change md size to 2MB.
Don't use libhack temporarily.
 1.5 08-Jul-1999  tsubai Make ramdiskbin smaller to fit into ramdisk.
 1.4 27-Jan-1999  tsubai * Add disktab.preinstall.
* Mount kernfs and mfs.
* Add mount_mfs link.
* Remove strings link.
 1.3 13-Jan-1999  tsubai * Remove strings.
* Enable sysinst.
 1.2 11-Jan-1999  mrg use x_gzip over gzip_s
 1.1 03-Jul-1998  tsubai macppc ramdisk tools.
 1.6.4.1 27-Dec-1999  wrstuden Pull up to last week's -current.
 1.9.2.4 02-May-2001  he Pull up revision 1.14 (requested by tsubai):
Use libhack to make the image fit on 1.44M floppy.
 1.9.2.3 09-Sep-2000  matt Approved by jhawk:
> Merge 1.10, 1.11, 1.12
> change to use x_ftp, remove -lkvm
 1.9.2.2 22-Jun-2000  matt Add dmesg to list of progs.
 1.9.2.1 20-Jun-2000  matt file ramdiskbin.conf was added on branch netbsd-1-5 on 2000-06-22 16:23:01 +0000
 1.4 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.3 08-Feb-2000  tsubai branches: 1.3.38;
Delete unnecessary entries.
 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-Jul-1998  tsubai macppc ramdisk tools.
 1.3.38.1 05-Oct-2008  mjf Sync with HEAD.

RSS XML Feed