| History log of /src/distrib/zaurus/ramdisk/Makefile |
| Revision | | Date | Author | Comments |
| 1.24 |
| 09-Mar-2026 |
christos | Use GETRAMDISKSIZE
|
| 1.23 |
| 28-Jan-2018 |
rin | Shrink ramdisk to fit INSTALL kernel within 5MB: - drop shutdown - replace disklabel, fsck_ffs, and newfs with stripped-down versions
|
| 1.22 |
| 08-Feb-2017 |
rin | Shrink the ramdisk of INSTALL kernel for zaurus in order to fit within 5MB.
Now free spaces of the main kernel and ramdisk are about 62KB and 215KB for INSTALL, respectively.
OK christos
|
| 1.21 |
| 24-Jan-2017 |
christos | += for MAKEFS_FLAGS
|
| 1.20 |
| 21-Jul-2015 |
matt | branches: 1.20.2; 1.20.4; Adding -DNDEBUG saves about 5KB of text and disable asserts. Adding -mthumb -mthumb-interwork, knowing this is Xscale which has thumb, saves about 340KB of text.
|
| 1.19 |
| 19-Jul-2015 |
martin | Backout previous - it is not that easy
|
| 1.18 |
| 17-Jul-2015 |
martin | Bump ram disk image size slightly
|
| 1.17 |
| 04-Aug-2014 |
martin | Bump imagesize slightly
|
| 1.16 |
| 28-Jun-2013 |
he | branches: 1.16.4; Bump the INSTALL ramdisk by 100k so that the contents fits again. Approved by nonaka@
|
| 1.15 |
| 07-Apr-2012 |
nonaka | branches: 1.15.2; bump up ramdisk size.
|
| 1.14 |
| 20-May-2011 |
tsutsui | branches: 1.14.4; Shrink ramdisk size to 2048KB.
|
| 1.13 |
| 06-May-2011 |
tsutsui | Specify DGB=-Os to make libhack a bit smaller.
|
| 1.12 |
| 05-May-2011 |
nonaka | Reduce kernel size. Tested on SL-C1000.
Fix PR/44898.
|
| 1.11 |
| 11-Feb-2010 |
roy | Remove terminfo.db as it's now embedded in libterminfo.
|
| 1.10 |
| 05-Feb-2010 |
roy | Use the rescue terminfo.db in our images instead of termcap.
|
| 1.9 |
| 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.8 |
| 20-Sep-2009 |
abs | Ten identical list.inet6 files, or one common/list.inet6? Not a difficult choice.
|
| 1.7 |
| 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.6 |
| 20-Sep-2009 |
abs | ${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols ${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services
|
| 1.5 |
| 20-Sep-2009 |
abs | Alas poor dot.hdprofile. I knew him... not at all Horatio. (Remove)
|
| 1.4 |
| 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.3 |
| 25-Jan-2009 |
abs | branches: 1.3.2; Use the cutdown distrib/common/services and distrib/common/protocols rather than the full fat etc versions
|
| 1.2 |
| 10-Apr-2008 |
nonaka | - zaurus uses MBR - Added fdisk to ramdisk - increase ramdisk size
|
| 1.1 |
| 31-Mar-2008 |
chris | branches: 1.1.2; Add zaurus support to distrib, it's now possible to build a sysinst enabled install kernel using the standard methods.
|
| 1.1.2.4 |
| 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.1.2.3 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
| 1.1.2.2 |
| 03-Apr-2008 |
mjf | Sync with HEAD.
|
| 1.1.2.1 |
| 31-Mar-2008 |
mjf | file Makefile was added on branch mjf-devfs2 on 2008-04-03 13:54:15 +0000
|
| 1.3.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.14.4.2 |
| 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.14.4.1 |
| 17-Apr-2012 |
yamt | sync with head
|
| 1.15.2.1 |
| 19-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.16.4.1 |
| 10-Aug-2014 |
tls | Rebase.
|
| 1.20.4.1 |
| 21-Apr-2017 |
bouyer | Sync with HEAD
|
| 1.20.2.1 |
| 20-Mar-2017 |
pgoyette | Sync with HEAD
|