Up to [cvs.NetBSD.org] / src / distrib / amd64 / ramdisks / common
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.14.2.1 / (download) - annotate - [select for diffs], Wed Apr 13 03:39:23 2022 UTC (9 months, 3 weeks ago) by snj
Branch: netbsd-9
CVS Tags: netbsd-9-3-RELEASE
Changes since 1.14: +3 -1
lines
Diff to previous 1.14 (colored) next main 1.15 (colored)
Pull up following revision(s) (requested by martin in ticket #1436): distrib/amd64/ramdisks/common/Makefile.ramdisk: revision 1.16 distrib/amd64/ramdisks/common/list.ramdisk: revision 1.22 Add missing EFI bootloaders to the install kernel ramdisk, noticed by Lloyd Parkes.
Revision 1.16 / (download) - annotate - [select for diffs], Sun Apr 10 11:56:28 2022 UTC (9 months, 4 weeks ago) by martin
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
HEAD
Changes since 1.15: +3 -1
lines
Diff to previous 1.15 (colored)
Add missing EFI bootloaders to the install kernel ramdisk, noticed by Lloyd Parkes.
Revision 1.12.2.2 / (download) - annotate - [select for diffs], Wed Apr 8 14:03:43 2020 UTC (2 years, 10 months ago) by martin
Branch: phil-wifi
Changes since 1.12.2.1: +1 -2
lines
Diff to previous 1.12.2.1 (colored) to branchpoint 1.12 (colored) next main 1.13 (colored)
Merge changes from current as of 20200406
Revision 1.15 / (download) - annotate - [select for diffs], Sun Dec 29 18:26:16 2019 UTC (3 years, 1 month ago) by christos
Branch: MAIN
CVS Tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Changes since 1.14: +1 -2
lines
Diff to previous 1.14 (colored)
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)
Revision 1.12.2.1 / (download) - annotate - [select for diffs], Mon Jun 10 21:42:18 2019 UTC (3 years, 8 months ago) by christos
Branch: phil-wifi
Changes since 1.12: +1 -1
lines
Diff to previous 1.12 (colored)
Sync with HEAD
Revision 1.14 / (download) - annotate - [select for diffs], Sun Jan 27 04:22:46 2019 UTC (4 years ago) by dholland
Branch: MAIN
CVS Tags: phil-wifi-20191119,
phil-wifi-20190609,
netbsd-9-base,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1
Branch point for: netbsd-9
Changes since 1.13: +1 -3
lines
Diff to previous 1.13 (colored)
fix duplicated chunk from merge
Revision 1.13 / (download) - annotate - [select for diffs], Sun Jan 27 02:08:33 2019 UTC (4 years ago) by pgoyette
Branch: MAIN
Changes since 1.12: +3 -1
lines
Diff to previous 1.12 (colored)
Merge the [pgoyette-compat] branch
Revision 1.11.14.1 / (download) - annotate - [select for diffs], Mon Jun 25 07:25:05 2018 UTC (4 years, 7 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.11: +3 -1
lines
Diff to previous 1.11 (colored) next main 1.12 (colored)
Sync with HEAD
Revision 1.12 / (download) - annotate - [select for diffs], Thu Jun 21 11:48:05 2018 UTC (4 years, 7 months ago) by kamil
Branch: MAIN
CVS Tags: phil-wifi-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625
Branch point for: phil-wifi
Changes since 1.11: +3 -1
lines
Diff to previous 1.11 (colored)
Specify NOSANITIZER in distrib/amd64/ramdisks/common This option cannot be set in distrib/common/Makefile.distrib as it's too late, after including <bsd.own.mk> that will set MKSANITIZER. This makes generation of ramdisk for amd64 with MKSANITIZER=yes successful.
Revision 1.10.12.1 / (download) - annotate - [select for diffs], Thu Oct 15 20:31:50 2015 UTC (7 years, 3 months ago) by snj
Branch: netbsd-7-0
CVS Tags: netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored) next main 1.11 (colored)
Pull up following revision(s) (requested by martin in ticket #992): distrib/amd64/ramdisks/common/Makefile.ramdisk: revision 1.11 distrib/amd64/ramdisks/common/list.ramdisk: revision 1.20 distrib/i386/ramdisks/common/Makefile.ramdisk: revision 1.12 distrib/i386/ramdisks/common/list.ramdisk: revision 1.26 PR install/50311: missing gptmbr.bin on ramdisk based installs.
Revision 1.10.10.1 / (download) - annotate - [select for diffs], Thu Oct 15 20:30:57 2015 UTC (7 years, 3 months ago) by snj
Branch: netbsd-7
CVS Tags: netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored) next main 1.11 (colored)
Pull up following revision(s) (requested by martin in ticket #992): distrib/amd64/ramdisks/common/Makefile.ramdisk: revision 1.11 distrib/amd64/ramdisks/common/list.ramdisk: revision 1.20 distrib/i386/ramdisks/common/Makefile.ramdisk: revision 1.12 distrib/i386/ramdisks/common/list.ramdisk: revision 1.26 PR install/50311: missing gptmbr.bin on ramdisk based installs.
Revision 1.11 / (download) - annotate - [select for diffs], Wed Oct 7 14:09:04 2015 UTC (7 years, 4 months ago) by martin
Branch: MAIN
CVS Tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
pgoyette-compat-base,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
netbsd-8-base,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
localcount-20160914,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Branch point for: pgoyette-compat
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored)
PR install/50311: missing gptmbr.bin on ramdisk based installs.
Revision 1.9.12.1 / (download) - annotate - [select for diffs], Tue Nov 20 02:57:41 2012 UTC (10 years, 2 months ago) by tls
Branch: tls-maxphys
Changes since 1.9: +5 -2
lines
Diff to previous 1.9 (colored) next main 1.10 (colored)
Resync to 2012-11-19 00:00:00 UTC
Revision 1.9.6.1 / (download) - annotate - [select for diffs], Tue Oct 30 18:48:28 2012 UTC (10 years, 3 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.9: +5 -2
lines
Diff to previous 1.9 (colored) next main 1.10 (colored)
sync with head
Revision 1.10 / (download) - annotate - [select for diffs], Tue Oct 16 08:23:20 2012 UTC (10 years, 3 months ago) by apb
Branch: MAIN
CVS Tags: yamt-pagecache-base9,
yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
netbsd-7-base,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
khorben-n900,
agc-symver-base,
agc-symver
Branch point for: netbsd-7-0,
netbsd-7
Changes since 1.9: +5 -2
lines
Diff to previous 1.9 (colored)
In distrib/*/ramdisks/common/Makefile.ramdisk, allow the caller to pre-define the LISTS variable if they do not want it to include ${.CURDIR}/lists. This opens the possibility of making some of the many distrib/*/ramdisks/*/lists files shared in the future. XXX: Some of the differences between these files seem to be unnecessary.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Feb 11 09:06:47 2010 UTC (12 years, 11 months ago) by roy
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
matt-mips64-premerge-20101231,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: yamt-pagecache,
tls-maxphys
Changes since 1.8: +2 -3
lines
Diff to previous 1.8 (colored)
Remove terminfo.db as it's now embedded in libterminfo.
Revision 1.8 / (download) - annotate - [select for diffs], Fri Feb 5 10:01:17 2010 UTC (13 years ago) by roy
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Use the rescue terminfo.db in our images instead of termcap.
Revision 1.7 / (download) - annotate - [select for diffs], Sun Sep 20 23:19:51 2009 UTC (13 years, 4 months ago) by abs
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
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...
Revision 1.6 / (download) - annotate - [select for diffs], Sun Sep 20 19:49:07 2009 UTC (13 years, 4 months ago) by abs
Branch: MAIN
Changes since 1.5: +3 -3
lines
Diff to previous 1.5 (colored)
${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols ${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services
Revision 1.4.2.1 / (download) - annotate - [select for diffs], Wed May 13 19:17:39 2009 UTC (13 years, 8 months ago) by jym
Branch: jym-xensuspend
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored) next main 1.5 (colored)
Sync with HEAD. Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
Revision 1.5 / (download) - annotate - [select for diffs], Tue Apr 7 11:49:16 2009 UTC (13 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: jym-xensuspend-nbase,
jym-xensuspend-base
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
Change ramdisks from dhclient to dhcpcd and add corresponding glue to sysinst. For amd64, the crunchgen binary shrinks by 150KB uncompresssed, 60KB compressed.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Jan 25 22:08:37 2009 UTC (14 years ago) by abs
Branch: MAIN
Branch point for: jym-xensuspend
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Use the cutdown distrib/common/services and distrib/common/protocols rather than the full fat etc versions
Revision 1.3.6.1, Sun Oct 5 20:10:12 2008 UTC (14 years, 4 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.3: +1 -1
lines
FILE REMOVED
Sync with HEAD.
Revision 1.2.4.1 / (download) - annotate - [select for diffs], Sun Mar 23 00:21:00 2008 UTC (14 years, 10 months ago) by matt
Branch: matt-armv6
Changes since 1.2: +4 -3
lines
Diff to previous 1.2 (colored) next main 1.3 (colored)
sync with HEAD
Revision 1.3.2.2 / (download) - annotate - [select for diffs], Fri Feb 1 13:43:13 2008 UTC (15 years ago) by tsutsui
Branch: mjf-devfs
Changes since 1.3.2.1: +47 -0
lines
Diff to previous 1.3.2.1 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)
Move and share a common termcap.mini file.
Revision 1.3.2.1, Fri Feb 1 13:43:12 2008 UTC (15 years ago) by tsutsui
Branch: mjf-devfs
Changes since 1.3: +0 -47
lines
FILE REMOVED
file Makefile.ramdisk was added on branch mjf-devfs on 2008-02-01 13:43:13 +0000
Revision 1.3 / (download) - annotate - [select for diffs], Fri Feb 1 13:43:12 2008 UTC (15 years ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
mjf-devfs2-base,
mjf-devfs-base,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
matt-armv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base
Branch point for: mjf-devfs2,
mjf-devfs
Changes since 1.2: +4 -3
lines
Diff to previous 1.2 (colored)
Move and share a common termcap.mini file.
Revision 1.2 / (download) - annotate - [select for diffs], Thu May 10 23:22:28 2007 UTC (15 years, 9 months ago) by dogcow
Branch: MAIN
CVS Tags: matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
matt-armv6-base,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf
Branch point for: matt-armv6
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
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.)
Revision 1.1 / (download) - annotate - [select for diffs], Fri Jun 2 22:11:52 2006 UTC (16 years, 8 months ago) by hubertf
Branch: MAIN
CVS Tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Prepare creation of boot CDs: * Move files in distrib/amd64: floppies/instkernel/Makefile -> instkernel/Makefile floppies/ramdisk/Makefile -> ramdisks/ramdisk/Makefile floppies/ramdisk/disktab.preinstall -> ramdisks/ramdisk/disktab.preinstall floppies/ramdisk/list -> ramdisks/ramdisk/list floppies/ramdisk/list.inet6 -> ramdisks/ramdisk/list.inet6 floppies/common/Makefile.ramdisk -> ramdisks/common/Makefile.ramdisk floppies/common/dot.profile -> ramdisks/common/dot.profile floppies/common/list.ramdisk -> ramdisks/common/list.ramdisk floppies/common/termcap.mini -> ramdisks/common/termcap.mini * Adjust paths