Home | History | Annotate | Download | only in ramdisk
History log of /src/distrib/mac68k/instkernel/ramdisk/list
RevisionDateAuthorComments
 1.32  03-Jul-2011  tron Update location of "less" source directory to the build of various
install medias.
 1.31  19-Jun-2011  tsutsui Remove unnecessary gnu/usr.bin path from SRCDIRS.
 1.30  14-Jan-2011  tsutsui branches: 1.30.4;
Adjust file lists for recent move:
usr/sbin/chown -> sbin/chown
usr/bin/chgrp -> bin/chgrp
 1.29  11-Feb-2010  roy Remove terminfo.db as it's now embedded in libterminfo.
 1.28  05-Feb-2010  roy Use the rescue terminfo.db in our images instead of termcap.
 1.27  13-Nov-2009  he Remove reference to now-moved binutils src directory, it's not needed
anymore since strings is commented out and has been for a long time.
... and remove the commented-out strings as well.
 1.26  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.25  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.24  20-Sep-2009  abs ${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols
${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services
 1.23  20-Sep-2009  abs Alas poor dot.hdprofile. I knew him... not at all Horatio. (Remove)
 1.22  29-Apr-2009  tsutsui Fix indent and sort some entries.
 1.21  07-Apr-2009  joerg Change ramdisks from dhclient to dhcpcd and add corresponding glue to
sysinst. For amd64, the crunchgen binary shrinks by 150KB uncompresssed,
60KB compressed.
 1.20  25-Jan-2009  abs branches: 1.20.2;
Use the cutdown distrib/common/services and distrib/common/protocols
rather than the full fat etc versions
 1.19  06-May-2008  dyoung Add -lprop to the LIBS line so that ifconfig will link.
 1.18  10-May-2007  dogcow branches: 1.18.12; 1.18.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.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  10-Jul-2002  scottr Add date(1) to pacify dhclient-script.
 1.14  04-Jul-2002  scottr Add support for DHCP network configuration.
 1.13  26-Apr-2002  lukem branches: 1.13.2;
replace _SRC_TOP_ with NETBSDSRCDIR, since the latter is the "public" version
 1.12  13-Apr-2002  lukem no need for test,[ . reorder some items
 1.11  13-Apr-2002  tv Get termcap from the right place: ${DISTRIBDIR}/mac68k/miniroot/termcap.
 1.10  12-Apr-2002  lukem use ${DISTRIBDIR} appropriately
 1.9  24-Mar-2002  lukem in New Distrib World Order, don't need init_s, x_dd or x_sh
 1.8  23-Mar-2002  shiba Switch to the new common ramdisk build infrastructure.

Reviewed by briggs,fredb
 1.7  04-Mar-2002  shiba Clean up make release procedure. But just make through
in distrib/mac68k/miniroot.

Reviewed by fredb, briggs
 1.6  07-Jun-2000  thorpej Need /etc/netconfig.
 1.5  17-Dec-1999  fredb Changes to mac68k instkernel

- - Don't descend into miniroot. This permits "make clean" and "make obj"
from within /usr/src/distrib to succeed.
- - Don't strip the install kernel--I need this to boot.
- - Add release target, for use by "make release" in top level src dir.
- - Ramdisk now builds in "notes" dir before reaching into it.
- - Ramdisk unconfigures vnd when make is interrupted, by Ctl-C, for example.
It would be nice to unconfigure the vnd device if the make fails for any
reason, but I can't figure out how to do that.
 1.4  23-Nov-1999  simonb Remove update from the miniroot lists.
 1.3  05-Jun-1999  bouyer branches: 1.3.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.2  23-May-1999  tron Fix listfiles to handle object directories. Patches supplied by
Izumi Tsutsui in PR misc/7628.
 1.1  26-Mar-1999  ender branches: 1.1.2;
NetBSD/mac68k installation kernel for use with sysinst.
Based on NetBSD/alpha instkernel.
 1.1.2.1  08-Jan-2000  he Pull up revisions 1.4-1.5 (via patch, requested by fredb):
Build the mac68k instkernel (bootable sysinstall), and include
it in the standard release.
 1.3.4.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.13.2.2  11-Jul-2002  thorpej pullup-1-6 ticket #460 (scottr).

Original log message:
Add date(1) to pacify dhclient-script.
 1.13.2.1  05-Jul-2002  lukem Pull up revision 1.14 (requested by scottr in ticket #434):
Add support for DHCP network configuration.
 1.18.14.1  18-May-2008  yamt sync with head.
 1.18.12.2  05-Oct-2008  mjf Sync with HEAD.
 1.18.12.1  02-Jun-2008  mjf Sync with HEAD.
 1.20.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.30.4.1  23-Jun-2011  cherry Catchup with rmind-uvmplock merge.

RSS XML Feed