Home | History | Annotate | only in /src/distrib/ibmnws/netboot
History log of /src/distrib/ibmnws/netboot
RevisionDateAuthorComments
 1.1 19-Oct-2003  matt branches: 1.1.32;
NWDO for ibmnws.
 1.1.32.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 19-Oct-2003  matt branches: 1.1.32;
NWDO for ibmnws.
 1.1.32.1 05-Oct-2008  mjf Sync with HEAD.
 1.14 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.13 24-Jan-2017  christos branches: 1.13.12;
+= for MAKEFS_FLAGS
 1.12 08-Aug-2014  joerg branches: 1.12.6; 1.12.10;
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.11 14-Aug-2012  martin branches: 1.11.2; 1.11.10;
Change all install media to use ipty instead of pty0
 1.10 23-Feb-2012  kiyohara Fix build failure. Remove unknown device ttyv0.
 1.9 11-Feb-2010  roy branches: 1.9.6; 1.9.8;
Remove terminfo.db as it's now embedded in libterminfo.
 1.8 05-Feb-2010  roy Use the rescue terminfo.db in our images instead of termcap.
 1.7 24-Sep-2009  he Replace references to local and now no-longer-existing termcap files
with references to ${DISTRIBB}/common/termcap. Hi, abs@!
 1.6 20-Sep-2009  abs Ten identical list.inet6 files, or one common/list.inet6?
Not a difficult choice.
 1.5 20-Sep-2009  abs ${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols
${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services
 1.4 25-Jan-2009  abs Use the cutdown distrib/common/services and distrib/common/protocols
rather than the full fat etc versions
 1.3 10-May-2007  dogcow branches: 1.3.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.2 18-Jan-2005  lukem Only use ping6 and rtsol if ${USE_INET6} != "no".
Part of PR 28994.
 1.1 19-Oct-2003  matt NWDO for ibmnws.
 1.3.12.1 05-Oct-2008  mjf Sync with HEAD.
 1.9.8.1 15-Aug-2012  riz Pull up following revision(s) (requested by martin in ticket #500):
distrib/evbppc/ramdisk/Makefile: revision 1.16
distrib/emips/ramdisk/Makefile: revision 1.2
distrib/sandpoint/ramdisk/Makefile: revision 1.10
distrib/evbmips/instkernel/ramdisk/Makefile: revision 1.12
distrib/i386/ramdisks/ramdisk-rescuetiny/Makefile: revision 1.2
distrib/ibmnws/netboot/ramdisk/Makefile: revision 1.11
distrib/pmax/ramdisk/Makefile: revision 1.46
distrib/i386/ramdisks/ramdisk-tiny/Makefile: revision 1.2
just make the installation ptys (ipty); change it to opty if more needed.
Change all install media to use ipty instead of pty0
 1.9.6.2 30-Oct-2012  yamt sync with head
 1.9.6.1 17-Apr-2012  yamt sync with head
 1.11.10.1 10-Aug-2014  tls Rebase.
 1.11.2.1 19-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.12.10.1 21-Apr-2017  bouyer Sync with HEAD
 1.12.6.1 20-Mar-2017  pgoyette Sync with HEAD
 1.13.12.1 08-Apr-2020  martin Merge changes from current as of 20200406
 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 19-Oct-2003  matt NWDO for ibmnws.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 04-Dec-2003  keihan branches: 1.2.32;
www.netbsd.org -> www.NetBSD.org
 1.1 19-Oct-2003  matt NWDO for ibmnws.
 1.2.32.1 05-Oct-2008  mjf Sync with HEAD.
 1.13 14-Jan-2011  tsutsui Adjust file lists for recent move:
usr/sbin/chown -> sbin/chown
usr/bin/chgrp -> bin/chgrp
 1.12 11-Feb-2010  roy Remove terminfo.db as it's now embedded in libterminfo.
 1.11 05-Feb-2010  roy Use the rescue terminfo.db in our images instead of termcap.
 1.10 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.9 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.8 20-Sep-2009  abs ${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols
${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services
 1.7 29-Apr-2009  tsutsui Fix indent on common/protocols changes.
 1.6 25-Jan-2009  abs branches: 1.6.2;
Use the cutdown distrib/common/services and distrib/common/protocols
rather than the full fat etc versions
 1.5 06-May-2008  dyoung Add -lprop to the LIBS line so that ifconfig will link.
 1.4 10-May-2007  dogcow branches: 1.4.12; 1.4.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.3 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.2 18-Jan-2005  lukem Only use ping6 and rtsol if ${USE_INET6} != "no".
Part of PR 28994.
 1.1 19-Oct-2003  matt NWDO for ibmnws.
 1.4.14.1 18-May-2008  yamt sync with head.
 1.4.12.2 05-Oct-2008  mjf Sync with HEAD.
 1.4.12.1 02-Jun-2008  mjf Sync with HEAD.
 1.6.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.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 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 19-Oct-2003  matt branches: 1.1.32;
NWDO for ibmnws.
 1.1.32.1 05-Oct-2008  mjf Sync with HEAD.

RSS XML Feed