| History log of /src/distrib/sun3/miniroot/list |
| Revision | | Date | Author | Comments |
| 1.32 |
| 27-Jun-2021 |
tsutsui | Use more SMALL binaries and reduce diffs between sun2 and sun3.
|
| 1.31 |
| 05-Apr-2020 |
martin | Adapt to libterminfo as part of libhack-curses
|
| 1.30 |
| 28-Jul-2019 |
martin | Use the non-WIDE_CHAR version of libcurses from libhack, and also build the included nvi w/o wide character support.
|
| 1.29 |
| 30-Nov-2013 |
nakayama | branches: 1.29.26; nvi has moved.
|
| 1.28 |
| 03-Jul-2011 |
tron | branches: 1.28.2; 1.28.8; Update location of "less" source directory to the build of various install medias.
|
| 1.27 |
| 19-Jun-2011 |
tsutsui | Use src/distrib/utils/x_gzip in all install ramdisks/miniroots for now since installation file systems might be flooded by -llzma.
|
| 1.26 |
| 14-Jan-2011 |
tsutsui | branches: 1.26.4; Adjust file lists for recent move: usr/sbin/chown -> sbin/chown usr/bin/chgrp -> bin/chgrp
|
| 1.25 |
| 10-Mar-2010 |
abs | Relegate edlabel to use in extremely memory constrained install ramdisks and prefer disklabel elsewhere. Based on discussion on affected port lists (port-sparc port-sparc64 port-sun3 port-sun2 port-atari port-mvme68k). All listed ports plus amd64 test built after change
|
| 1.24 |
| 11-Feb-2010 |
roy | Remove terminfo.db as it's now embedded in libterminfo.
|
| 1.23 |
| 05-Feb-2010 |
roy | Use the rescue terminfo.db in our images instead of termcap.
|
| 1.22 |
| 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.21 |
| 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.20 |
| 20-Sep-2009 |
abs | Move sun2, sun3 & x68k across to the common distrib etc/services, and while here reduce it from 1180 to 794 bytes (whitespace & comment cleanup)
|
| 1.19 |
| 18-Sep-2009 |
abs | Of the arious list files 28 said PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip while 14 picked PROG usr/bin/gzip usr/bin/gunzip usr/bin/gzcat
Make them all choose the former. No functional change.
|
| 1.18 |
| 25-Jan-2009 |
abs | Use the cutdown distrib/common/services and distrib/common/protocols rather than the full fat etc versions
|
| 1.17 |
| 30-Oct-2008 |
tsutsui | usr.bin/vi/build -> usr.bin/nvi/build
|
| 1.16 |
| 06-May-2008 |
dyoung | Add -lprop to the LIBS line so that ifconfig will link.
|
| 1.15 |
| 16-May-2007 |
tsutsui | branches: 1.15.12; 1.15.14; Use src/distrib/common/services.
|
| 1.14 |
| 03-Mar-2007 |
apb | MAKEDEV.subr no longer exists. Don't install it in any ramdisk or miniroot images.
|
| 1.13 |
| 01-Mar-2007 |
apb | Treate MAKEDEV.subr just as we treat MAKEDEV when creating ramdisk images or miniroot images.
|
| 1.12 |
| 02-Aug-2006 |
tsutsui | Use crunched binary in miniroot so that we can get smaller image and no longer have to sync shlib majors in the list file.
Ok'ed by nathanw and christos on port-sun3, and tested on tme by me.
|
| 1.11 |
| 24-Jun-2006 |
tsutsui | Bump libz major.
|
| 1.10 |
| 03-Jul-2004 |
chs | more shlib updates.
|
| 1.9 |
| 03-Jul-2004 |
chs | add a missing symlink as well.
|
| 1.8 |
| 27-Jun-2004 |
chs | update shlibs. fixes PR 25970.
|
| 1.7 |
| 28-Oct-2002 |
nathanw | branches: 1.7.2; Adapt miniroot list to libraries in /lib.
|
| 1.6 |
| 15-Oct-2002 |
jdolecek | ld.elf_so is now in /libexec, so update the list here XXX not tested
|
| 1.5 |
| 09-Jun-2002 |
bouyer | ld.elf_so also needs to be executable.
|
| 1.4 |
| 05-Jun-2002 |
lukem | As parselist.awk now sets COPY-ied files explicitly to 444, ensure executable files are 555.
|
| 1.3 |
| 22-May-2002 |
nathanw | We're up to libcurses 5 these days.
|
| 1.2 |
| 18-May-2002 |
lukem | branches: 1.2.2; fix minor bogons in the build: - sun3 doesn't have bootyy (`yet'. it probably will when it gets converted to sharing sun68k/stand) - need full paths in list ${COPY} statements
|
| 1.1 |
| 17-May-2002 |
lukem | convert to NDWO, a la sun2.
XXX: untested. also needs sun3 converted to sun68k/stand/bootxx so that the ${INSTALLBOOT} in miniroot can be enabled.
XXX^2: sun2 & sun3 should share distrib dirs since they're extremely similar...
|
| 1.2.2.3 |
| 11-Feb-2003 |
jmc | Pullup rev 1.3 (requested by bouyer in ticket #1161) Using libcurses 5 now so make sure it's included. PR#20288
|
| 1.2.2.2 |
| 10-Jun-2002 |
tv | Pull up revision 1.5 (requested by bouyer in ticket #222): ld.elf_so also needs to be executable.
|
| 1.2.2.1 |
| 05-Jun-2002 |
lukem | Pull up revision 1.4 (requested by lukem in ticket #175): As parselist.awk now sets COPY-ied files explicitly to 444, ensure executable files are 555.
|
| 1.7.2.3 |
| 04-Jul-2004 |
he | Pull up revision 1.10 (requested by chs in ticket #584): Add more missing shared libraries.
|
| 1.7.2.2 |
| 04-Jul-2004 |
he | Pull up revision 1.9 (requested by chs in ticket #584): Add a missing symlink.
|
| 1.7.2.1 |
| 27-Jun-2004 |
he | Pull up revision 1.8 (requested by chs in ticket #560): Update shared libraries. Fixes PR#25970.
|
| 1.15.14.1 |
| 18-May-2008 |
yamt | sync with head.
|
| 1.15.12.2 |
| 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.15.12.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
| 1.26.4.1 |
| 23-Jun-2011 |
cherry | Catchup with rmind-uvmplock merge.
|
| 1.28.8.1 |
| 19-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.28.2.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.29.26.1 |
| 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|