The NetBSD Project

CVS log for src/distrib/evbppc/ramdisk/Makefile

[BACK] Up to [cvs.NetBSD.org] / src / distrib / evbppc / ramdisk

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Nov 6 18:36:20 2020 UTC (4 years, 5 months ago) by martin
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, netbsd-10-base, netbsd-10-1-RELEASE, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, HEAD
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Bump ramdisk size slightly

Revision 1.23.4.1: download - view: text, markup, annotated - select for diffs
Wed Apr 8 14:03:45 2020 UTC (5 years ago) by martin
Branches: phil-wifi
Diff to: previous 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23: +1 -2 lines
Merge changes from current as of 20200406

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Dec 29 18:26:17 2019 UTC (5 years, 4 months ago) by christos
Branches: MAIN
CVS tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, is-mlppp-base, is-mlppp
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -2 lines
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.23: download - view: text, markup, annotated - select for diffs
Sun Jul 23 20:59:00 2017 UTC (7 years, 9 months ago) by joerg
Branches: MAIN
CVS tags: phil-wifi-base, phil-wifi-20191119, phil-wifi-20190609, pgoyette-compat-merge-20190127, pgoyette-compat-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, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, netbsd-9-base, netbsd-9-4-RELEASE, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9
Branch point for: phil-wifi
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Don't build unwind data for the ramdisk, use more aggressive size
optimization for clang.

Revision 1.20.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 21 16:51:10 2017 UTC (8 years ago) by bouyer
Branches: bouyer-socketcan
Diff to: previous 1.20: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20: +3 -3 lines
Sync with HEAD

Revision 1.19.2.2: download - view: text, markup, annotated - select for diffs
Mon Mar 20 06:52:05 2017 UTC (8 years, 1 month ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.19.2.1: preferred, colored; branchpoint 1.19: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19.2.1: +3 -3 lines
Sync with HEAD

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Feb 9 15:24:08 2017 UTC (8 years, 2 months ago) by joerg
Branches: MAIN
CVS tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-20170426, pgoyette-localcount-20170320, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, netbsd-8-3-RELEASE, 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, bouyer-socketcan-base1
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Give clang a bit more space on the RAM disk.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Jan 24 18:04:02 2017 UTC (8 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
+= for MAKEFS_FLAGS

Revision 1.19.2.1: download - view: text, markup, annotated - select for diffs
Sat Jan 7 08:53:43 2017 UTC (8 years, 3 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Sync with HEAD.  (Note that most of these changes are simply $NetBSD$
tag issues.)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Nov 13 22:14:44 2016 UTC (8 years, 5 months ago) by joerg
Branches: MAIN
CVS tags: pgoyette-localcount-20170107, bouyer-socketcan-base
Branch point for: bouyer-socketcan
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Give the ramdisk a bit more space, evbppc64 for clang is running out.

Revision 1.17.2.1: download - view: text, markup, annotated - select for diffs
Sat Jan 17 12:16:34 2015 UTC (10 years, 3 months ago) by martin
Branches: 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, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0
Diff to: previous 1.17: preferred, colored; next MAIN 1.18: preferred, colored
Changes since revision 1.17: +2 -2 lines
Pull up following revision(s) (requested by joerg in ticket #428):
	distrib/evbppc/ramdisk/Makefile: revision 1.19
Include /dev/bpf for dhcpcd.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Jan 16 22:37:58 2015 UTC (10 years, 3 months ago) by joerg
Branches: MAIN
CVS tags: pgoyette-localcount-base, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, localcount-20160914
Branch point for: pgoyette-localcount
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Include /dev/bpf for dhcpcd.

Revision 1.16.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 19 23:45:38 2014 UTC (10 years, 8 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +2 -2 lines
Rebase to HEAD as of a few days ago.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Aug 13 20:52:05 2014 UTC (10 years, 8 months ago) by joerg
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -2 lines
Bump ramdisk size to 3.2MB and include dhcpcd.

Revision 1.16.10.1: download - view: text, markup, annotated - select for diffs
Sun Aug 10 06:48:02 2014 UTC (10 years, 8 months ago) by tls
Branches: tls-earlyentropy
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +2 -2 lines
Rebase.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Aug 8 16:56:30 2014 UTC (10 years, 8 months ago) by joerg
Branches: MAIN
CVS tags: tls-maxphys-base, tls-earlyentropy-base, netbsd-7-base
Branch point for: netbsd-7
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Don't set -mmultiple or -mno-string for PowerPC, the difference is too
small to really matter and it sometimes even increases the size.

Revision 1.10.2.2: download - view: text, markup, annotated - select for diffs
Tue Oct 30 18:48:30 2012 UTC (12 years, 6 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.10.2.1: preferred, colored; branchpoint 1.10: preferred, colored; next MAIN 1.11: preferred, colored
Changes since revision 1.10.2.1: +6 -3 lines
sync with head

Revision 1.11.2.1: download - view: text, markup, annotated - select for diffs
Wed Aug 15 01:26:19 2012 UTC (12 years, 8 months ago) by riz
Branches: netbsd-6
CVS tags: 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, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus
Diff to: previous 1.11: preferred, colored; next MAIN 1.12: preferred, colored
Changes since revision 1.11: +2 -2 lines
Pull up following revision(s) (requested by martin in ticket #500):
	distrib/evbppc/ramdisk/Makefile: revision 1.16
	distrib/emips/ramdisk/Makefile: revision 1.2
	distrib/sandpoint/ramdisk/Makefile: revision 1.10
	distrib/evbmips/instkernel/ramdisk/Makefile: revision 1.12
	distrib/i386/ramdisks/ramdisk-rescuetiny/Makefile: revision 1.2
	distrib/ibmnws/netboot/ramdisk/Makefile: revision 1.11
	distrib/pmax/ramdisk/Makefile: revision 1.46
	distrib/i386/ramdisks/ramdisk-tiny/Makefile: revision 1.2
just make the installation ptys (ipty); change it to opty if more needed.
Change all install media to use ipty instead of pty0

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Aug 14 07:24:40 2012 UTC (12 years, 8 months ago) by martin
Branches: MAIN
CVS tags: yamt-pagecache-base9, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, 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, khorben-n900, agc-symver-base, agc-symver
Branch point for: tls-maxphys, tls-earlyentropy
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Change all install media to use ipty instead of pty0

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Jul 27 22:40:48 2012 UTC (12 years, 9 months ago) by matt
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Increase ramdisk size.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Jul 24 20:50:14 2012 UTC (12 years, 9 months ago) by matt
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Add dkctl / drvctl support.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Jul 23 04:25:03 2012 UTC (12 years, 9 months ago) by matt
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -1 lines
Add dk and flash depends.
Make ramdiskbin dependent on Makefile.

Revision 1.10.2.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:02:33 2012 UTC (13 years ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -2 lines
sync with head

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Feb 23 00:22:08 2012 UTC (13 years, 2 months ago) by kiyohara
Branches: MAIN
CVS tags: yamt-pagecache-base5, yamt-pagecache-base4
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Fix build failure.  Remove unknown device ttyv0.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Feb 1 21:57:13 2012 UTC (13 years, 2 months ago) by matt
Branches: MAIN
CVS tags: netbsd-6-base
Branch point for: netbsd-6
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
Put ld0/ld1 on the ramdisk (for sdmmc).

Revision 1.9.4.1: download - view: text, markup, annotated - select for diffs
Thu Jun 23 14:18:18 2011 UTC (13 years, 10 months ago) by cherry
Branches: cherry-xenmp
Diff to: previous 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9: +3 -3 lines
Catchup with rmind-uvmplock merge.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Jun 20 21:39:18 2011 UTC (13 years, 10 months ago) by matt
Branches: MAIN
CVS tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base
Branch point for: yamt-pagecache
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
Make sure to build -fno-pie -fno-pic in case MKPIE=yes

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jan 18 01:25:29 2011 UTC (14 years, 3 months ago) by matt
Branches: MAIN
CVS tags: cherry-xenmp-base, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: cherry-xenmp
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Don't use string instructions (not on mpc85xx)

Revision 1.3.28.1: download - view: text, markup, annotated - select for diffs
Fri Jan 7 03:05:44 2011 UTC (14 years, 3 months ago) by matt
Branches: matt-nb5-pq3
Diff to: previous 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3: +2 -2 lines
Don't use string instructions.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Feb 11 09:06:48 2010 UTC (15 years, 2 months ago) by roy
Branches: MAIN
CVS tags: matt-mips64-premerge-20101231
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -2 lines
Remove terminfo.db as it's now embedded in libterminfo.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Feb 5 10:01:18 2010 UTC (15 years, 2 months ago) by roy
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -2 lines
Use the rescue terminfo.db in our images instead of termcap.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Sep 24 21:04:45 2009 UTC (15 years, 7 months ago) by he
Branches: MAIN
CVS tags: matt-premerge-20091211
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Replace references to local and now no-longer-existing termcap files
with references to ${DISTRIBB}/common/termcap.  Hi, abs@!

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Sep 20 19:49:08 2009 UTC (15 years, 7 months ago) by abs
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols
${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jan 25 22:08:37 2009 UTC (16 years, 3 months ago) by abs
Branches: MAIN
CVS tags: jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Use the cutdown distrib/common/services and distrib/common/protocols
rather than the full fat etc versions

Revision 1.3.12.1
Sun Oct 5 20:10:17 2008 UTC (16 years, 6 months ago) by mjf
Branches: mjf-devfs2
FILE REMOVED
Changes since revision 1.3: +1 -1 lines
Sync with HEAD.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu May 10 23:22:29 2007 UTC (17 years, 11 months ago) by dogcow
Branches: 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, mjf-devfs, matt-nb5-pq3-base, 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-mips64-base, matt-mips64, matt-armv6-prevmlocking, matt-armv6-nbase, matt-armv6-base, matt-armv6, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-nbase, hpcarm-cleanup-base, hpcarm-cleanup, cube-autoconf-base, cube-autoconf
Branch point for: mjf-devfs2, matt-nb5-pq3
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
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.6.1: download - view: text, markup, annotated - select for diffs
Thu Sep 15 20:31:36 2005 UTC (19 years, 7 months ago) by tron
Branches: netbsd-3
CVS tags: netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0
Diff to: previous 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1: +2 -1 lines
Apply patch (requested by shige in ticket #790):
Build installation kernel for OpenBlockS266(IBM405GP CPU) products.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Sep 4 16:34:45 2005 UTC (19 years, 7 months ago) by kiyohara
Branches: 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
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Set variable MAKEDEVTARGETS.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Dec 9 14:20:54 2002 UTC (22 years, 4 months ago) by scw
Branches: MAIN
CVS tags: netbsd-3-base, netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2, fvdl_fs64_base
Branch point for: netbsd-3
The walnut port has been subsumed by the new evbppc port.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>