OpenGrok
Cross Reference: list
xref
: /
src
/
distrib
/
sun2
/
miniroot
/
list
Home
|
History
|
Annotate
|
Download
|
only in
miniroot
History log of
/src/distrib/sun2/miniroot/list
Revision
Date
Author
Comments
1.25
27-Jun-2021
tsutsui
Use more SMALL binaries and reduce diffs between sun2 and sun3.
1.24
01-Mar-2021
martin
Now that we use the "hacked" (non-widechar) curses, drop -lcurses
1.23
06-Oct-2020
rin
Revert the previous again; miniroot overflows this time...
- switch to x_disklabel (drop non-native label support)
- switch to x_fsck_ffs and x_newfs (drop byte-swapped and Apple UFS support)
- switch to more
1.22
04-Oct-2020
rin
Revert previous; ``fix'' against wrong directory...
1.21
04-Oct-2020
rin
Fix ramdisk overflow:
- switch to x_disklabel (drop non-native label support)
- switch to x_fsck_ffs and x_newfs (drop byte-swapped and Apple UFS support)
- switch to more
1.20
30-Nov-2013
nakayama
nvi has moved.
1.19
03-Jul-2011
tron
branches: 1.19.2; 1.19.8;
Update location of "less" source directory to the build of various
install medias.
1.18
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.17
14-Jan-2011
tsutsui
branches: 1.17.4;
Adjust file lists for recent move:
usr/sbin/chown -> sbin/chown
usr/bin/chgrp -> bin/chgrp
1.16
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.15
11-Feb-2010
roy
Remove terminfo.db as it's now embedded in libterminfo.
1.14
05-Feb-2010
roy
Use the rescue terminfo.db in our images instead of termcap.
1.13
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.12
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.11
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.10
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.9
25-Jan-2009
abs
Use the cutdown distrib/common/services and distrib/common/protocols
rather than the full fat etc versions
1.8
30-Oct-2008
tsutsui
usr.bin/vi/build -> usr.bin/nvi/build
1.7
06-May-2008
dyoung
Add -lprop to the LIBS line so that ifconfig will link.
1.6
16-May-2007
tsutsui
branches: 1.6.12; 1.6.14;
Use src/distrib/common/services so that miniroot fits in 4MB.
1.5
20-Mar-2007
tsutsui
Use crunched binary on sun2 miniroot so that miniroot is
now much smaller (18MB -> 4MB).
Installation is tested on TME (with a workaround for uvm_readahead.c bug).
1.4
03-Mar-2007
apb
MAKEDEV.subr no longer exists. Don't install it in any ramdisk
or miniroot images.
1.3
01-Mar-2007
apb
Treate MAKEDEV.subr just as we treat MAKEDEV when creating ramdisk
images or miniroot images.
1.2
05-Jun-2002
lukem
branches: 1.2.16;
As parselist.awk now sets COPY-ied files explicitly to 444, ensure
executable files are 555.
1.1
26-Apr-2002
lukem
branches: 1.1.2;
Migrate to a distrib framework closer to how other ports work.
Arguably this could be moved to using the distrib/miniroot
infrastructure instead.
XXX: This could benefit from being crunchgen-ed with libhack;
currently it just uses a lot of stuff out of ${DESTDIR}
1.1.2.1
05-Jun-2002
lukem
Pull up revision 1.2 (requested by lukem in ticket #175):
As parselist.awk now sets COPY-ied files explicitly to 444, ensure
executable files are 555.
1.2.16.1
13-May-2007
pavel
Pull up following revision(s) (requested by tsutsui in ticket #642):
distrib/sun2/miniroot/list: revision 1.5
distrib/sun2/miniroot/Makefile: revision 1.22
Use crunched binary on sun2 miniroot so that miniroot is
now much smaller (18MB -> 4MB).
Installation is tested on TME (with a workaround for uvm_readahead.c bug).
1.6.14.1
18-May-2008
yamt
sync with head.
1.6.12.2
05-Oct-2008
mjf
Sync with HEAD.
1.6.12.1
02-Jun-2008
mjf
Sync with HEAD.
1.17.4.1
23-Jun-2011
cherry
Catchup with rmind-uvmplock merge.
1.19.8.1
19-Aug-2014
tls
Rebase to HEAD as of a few days ago.
1.19.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")
Indexes created Thu Oct 23 22:10:10 GMT 2025