The NetBSD Project

CVS log for src/sys/arch/hp300/conf/Makefile.hp300

[BACK] Up to [cvs.NetBSD.org] / src / sys / arch / hp300 / conf

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.95 / (download) - annotate - [select for diffs], Wed Aug 21 20:31:23 2019 UTC (4 years, 7 months ago) by skrll
Branch: MAIN
CVS Tags: thorpej-ifq-base, thorpej-ifq, thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-i2c-spi-conf-base, thorpej-i2c-spi-conf, thorpej-futex2-base, thorpej-futex2, thorpej-futex-base, thorpej-futex, thorpej-cfargs2-base, thorpej-cfargs2, thorpej-cfargs-base, thorpej-cfargs, thorpej-altq-separation-base, thorpej-altq-separation, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, netbsd-10-base, 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, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh, bouyer-sunxi-drm-base, bouyer-sunxi-drm, ad-namecache-base3, ad-namecache-base2, ad-namecache-base1, ad-namecache-base, ad-namecache, HEAD
Changes since 1.94: +2 -2 lines
Diff to previous 1.94 (unified) to selected 1.42 (unified)

Fix the pmap_bootstrap.o dependency (it was spelt pmap_boostrap.o before)

Revision 1.94 / (download) - annotate - [select for diffs], Sat Sep 22 12:24:01 2018 UTC (5 years, 6 months ago) by rin
Branch: MAIN
CVS Tags: phil-wifi-20190609, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, netbsd-9-base, 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, isaki-audio2-base, isaki-audio2
Changes since 1.93: +2 -2 lines
Diff to previous 1.93 (unified) to selected 1.42 (unified)

- Determine KERN_AS automatically depending on whether OPT_MODULAR is
  set or not, in the same way as libcompat.

- Specify OPT_MODULAR in the port Makefile instead of KERN_AS.

Now, KERN_AS=library is used for kernels without module(7) for all ports.

OK christos

Revision 1.93 / (download) - annotate - [select for diffs], Sun Feb 25 00:27:16 2018 UTC (6 years, 1 month ago) by mrg
Branch: MAIN
CVS Tags: phil-wifi-base, pgoyette-compat-base, 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
Branch point for: phil-wifi, pgoyette-compat
Changes since 1.92: +3 -1 lines
Diff to previous 1.92 (unified) to selected 1.42 (unified)

add a special rule to build m68k/fpu.c to avoid passing -msoft-float.
fixes GCC 6 kernel builds that use this file.

Revision 1.92 / (download) - annotate - [select for diffs], Sun Sep 6 02:17:30 2015 UTC (8 years, 6 months ago) by uebayasi
Branch: MAIN
CVS Tags: tls-maxphys-base-20171202, 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, perseant-stdc-iso10646-base, perseant-stdc-iso10646, nick-nhusb-base-20170825, nick-nhusb-base-20170204, nick-nhusb-base-20161204, nick-nhusb-base-20161004, nick-nhusb-base-20160907, nick-nhusb-base-20160529, nick-nhusb-base-20160422, nick-nhusb-base-20160319, nick-nhusb-base-20151226, nick-nhusb-base-20150921, 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, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Changes since 1.91: +2 -1 lines
Diff to previous 1.91 (unified) to selected 1.42 (unified)

Declare dependency on fpsp.o via newly introduced ${MD_LIBS} instead of
${MD_OBJS}.

${MD_OBJS} should be used only for objects that must be linked first (i.e.,
start code).  Objects have to be compiled following common compile rules,
and have to be generated into common places (i.e., top of kernel build
directory).

${MD_LIBS} defines libraries that are built by separate makefiles, under
separate directories.  `Makefile.kern.inc' doesn't know intermediate library
objects.

Revision 1.91 / (download) - annotate - [select for diffs], Mon Aug 31 05:46:41 2015 UTC (8 years, 7 months ago) by uebayasi
Branch: MAIN
Changes since 1.90: +2 -2 lines
Diff to previous 1.90 (unified) to selected 1.42 (unified)

Fix build of .s files.

Revision 1.90 / (download) - annotate - [select for diffs], Wed Apr 15 19:13:47 2015 UTC (8 years, 11 months ago) by mrg
Branch: MAIN
CVS Tags: nick-nhusb-base-20150606
Changes since 1.89: +1 -5 lines
Diff to previous 1.89 (unified) to selected 1.42 (unified)

remove various HAVE_GCC=45 fragments.

Revision 1.89 / (download) - annotate - [select for diffs], Sat Jul 9 15:01:33 2011 UTC (12 years, 8 months ago) by mrg
Branch: MAIN
CVS Tags: yamt-pagecache-tag8, yamt-pagecache-base9, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-pagecache, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, rmind-smpnet-nbase, rmind-smpnet-base, rmind-smpnet, 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, nick-nhusb-base-20150406, nick-nhusb-base, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, 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, netbsd-7, 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, khorben-n900, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2, jmcneill-usbmp-base10, jmcneill-usbmp-base, jmcneill-usbmp, jmcneill-audiomp3-base, jmcneill-audiomp3, agc-symver-base, agc-symver
Branch point for: tls-maxphys, nick-nhusb
Changes since 1.88: +5 -1 lines
Diff to previous 1.88 (unified) to selected 1.42 (unified)

apply -Wno-cast-qual upon diofb.c.

Revision 1.88 / (download) - annotate - [select for diffs], Fri Jan 21 15:59:06 2011 UTC (13 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: uebayasi-xip-base7, rmind-uvmplock-nbase, rmind-uvmplock-base, jym-xensuspend-nbase, jym-xensuspend-base, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base
Changes since 1.87: +2 -2 lines
Diff to previous 1.87 (unified) to selected 1.42 (unified)

Switch remaining platforms to modern CPP for assembler.

Revision 1.87 / (download) - annotate - [select for diffs], Sun Dec 11 12:17:13 2005 UTC (18 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, yamt-uio_vmspace-base5, yamt-uio_vmspace, yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, yamt-splraiseipl-base2, yamt-splraiseipl-base, yamt-splraiseipl, yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, yamt-pdpolicy-base9, yamt-pdpolicy-base8, yamt-pdpolicy-base7, yamt-pdpolicy-base6, yamt-pdpolicy-base5, yamt-pdpolicy-base4, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, yamt-pdpolicy, yamt-nfs-mp-base9, yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, yamt-nfs-mp-base5, yamt-nfs-mp-base4, yamt-nfs-mp-base3, yamt-nfs-mp-base2, yamt-nfs-mp-base11, yamt-nfs-mp-base10, yamt-nfs-mp-base, yamt-nfs-mp, yamt-lazymbuf-base15, yamt-lazymbuf-base14, yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, yamt-idlelwp-base8, yamt-idlelwp, wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, vmlocking2-base3, vmlocking2-base2, vmlocking2-base1, vmlocking2, vmlocking-nbase, vmlocking-base, vmlocking, uebayasi-xip-base6, uebayasi-xip-base5, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, uebayasi-xip-base1, uebayasi-xip-base, uebayasi-xip, thorpej-atomic-base, thorpej-atomic, simonb-wapbl-nbase, simonb-wapbl-base, simonb-wapbl, simonb-timecounters-base, simonb-timecounters, simonb-timcounters-final, rpaulo-netinet-merge-pcb-base, rpaulo-netinet-merge-pcb, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, reinoud-bufcleanup, ppcoea-renovation-base, ppcoea-renovation, post-newlock2-merge, peter-altq-base, peter-altq, nick-net80211-sync-base, nick-net80211-sync, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base2, nick-hppapmap-base, nick-hppapmap, nick-csl-alignment-base5, nick-csl-alignment-base, nick-csl-alignment, newlock2-nbase, newlock2-base, newlock2, 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, 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, mjf-ufs-trans-base, mjf-ufs-trans, mjf-devfs2-base, mjf-devfs2, mjf-devfs-base, mjf-devfs, matt-premerge-20091211, 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-nb4-arm-base, matt-nb4-arm, matt-mips64-premerge-20101231, matt-mips64-base2, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, matt-armv6-nbase, matt-armv6-base, matt-armv6, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, jymxensuspend-base, jym-xensuspend, jruoho-x86intr-base, jmcneill-pm-base, jmcneill-pm, jmcneill-base, hpcarm-cleanup-nbase, hpcarm-cleanup-base, hpcarm-cleanup, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, haad-dm, gdamore-uart-base, gdamore-uart, elad-kernelauth-base, elad-kernelauth, cube-autoconf-base, cube-autoconf, chap-midi-nbase, chap-midi-base, chap-midi, bouyer-xeni386-nbase, bouyer-xeni386-merge1, bouyer-xeni386-base, bouyer-xeni386, bouyer-xenamd64-base2, bouyer-xenamd64-base, bouyer-xenamd64, ad-socklock-base1, ad-audiomp2-base, ad-audiomp2, ad-audiomp-base, ad-audiomp, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: rmind-uvmplock, jruoho-x86intr, bouyer-quota2
Changes since 1.86: +1 -1 lines
Diff to previous 1.86 (unified) to selected 1.42 (unified)

merge ktrace-lwp.

Revision 1.86 / (download) - annotate - [select for diffs], Tue May 31 04:03:10 2005 UTC (18 years, 10 months ago) by christos
Branch: MAIN
CVS Tags: yamt-vop-base3, yamt-vop-base2, yamt-vop-base, yamt-vop, yamt-readahead-pervnode, yamt-readahead-perfile, yamt-readahead-base3, yamt-readahead-base2, yamt-readahead-base, yamt-readahead, yamt-lazymbuf, thorpej-vnode-attr-base, thorpej-vnode-attr, ktrace-lwp-base
Changes since 1.85: +2 -2 lines
Diff to previous 1.85 (unified) to selected 1.42 (unified)

s/GENASSYM/GENASSYM_CONF/ so we can use "GENASSYM" as the program name.

Revision 1.85 / (download) - annotate - [select for diffs], Fri Jun 4 04:45:50 2004 UTC (19 years, 9 months ago) by thorpej
Branch: MAIN
CVS Tags: yamt-km-base4, yamt-km-base3, yamt-km-base2, yamt-km-base, yamt-km, netbsd-3-base, 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, netbsd-3, kent-audio2-base, kent-audio2, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Changes since 1.84: +6 -1 lines
Diff to previous 1.84 (unified) to selected 1.42 (unified)

Add the %MAKEOPTIONSAPPEND token at the end of the file, after the
common Makefile.kern.inc has been included.

Revision 1.84 / (download) - annotate - [select for diffs], Tue Nov 26 18:51:14 2002 UTC (21 years, 4 months ago) by thorpej
Branch: MAIN
CVS Tags: netbsd-2-base, 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, nathanw_sa_before_merge, nathanw_sa_base, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw, fvdl_fs64_base
Branch point for: netbsd-2, ktrace-lwp
Changes since 1.83: +1 -5 lines
Diff to previous 1.83 (unified) to selected 1.42 (unified)

The traditional C preprocessor is fixed in GCC 3.3 now, so no need
to skip -traditional-cpp for HAVE_GCC3.

Revision 1.83 / (download) - annotate - [select for diffs], Tue Jun 4 21:39:10 2002 UTC (21 years, 10 months ago) by thorpej
Branch: MAIN
CVS Tags: kqueue-beforemerge, kqueue-base, kqueue-aftermerge, gehenna-devsw-base
Changes since 1.82: +5 -1 lines
Diff to previous 1.82 (unified) to selected 1.42 (unified)

Don't use -traditional-cpp if HAVE_GCC3.

Revision 1.82 / (download) - annotate - [select for diffs], Sun Dec 9 05:00:44 2001 UTC (22 years, 3 months ago) by atatat
Branch: MAIN
CVS Tags: newlock-base, newlock, netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6, ifpoll-base, eeh-devprop-base, eeh-devprop
Branch point for: gehenna-devsw
Changes since 1.81: +58 -186 lines
Diff to previous 1.81 (unified) to selected 1.42 (unified)

Roll the rest of the ports over to the new MI kernel build machinery.
Any problems reported by testers have been fixed, and massive
cross-compiling of kernels has shown that any problems that remain
with actually building kernels are not related to this.

Revision 1.81 / (download) - annotate - [select for diffs], Tue Nov 20 12:56:27 2001 UTC (22 years, 4 months ago) by lukem
Branch: MAIN
Changes since 1.80: +7 -7 lines
Diff to previous 1.80 (unified) to selected 1.42 (unified)

cleanup:
	options SPACE TAB
	makeoptions TAB
	psuedo-device TAB
	remove trailing whitespace
	replace multiple spaces -> tabs
	options "FOO" -> options FOO
	options "FOO=bar" -> options FOO=bar
	options "FOO=\"bar\"" -> options FOO="\"bar\""

Revision 1.80 / (download) - annotate - [select for diffs], Fri Oct 26 06:45:36 2001 UTC (22 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: thorpej-mips-cache-base
Branch point for: nathanw_sa
Changes since 1.79: +4 -1 lines
Diff to previous 1.79 (unified) to selected 1.42 (unified)

Change defaults for kernel compiles. Default all to USETOOLS?=no and have
the etc Makefile override that by putting USETOOLS into $.MAKEOVERRIDES
This way the default for kernel compiles is still to use the installed
toolchain instead of depending on $TOOLDIR. $TOOLDIR can be used by
simply adding USETOOLS=yes to the command line as usual.

Adjust each ports template to set the default no setting and also pull in
bsd.own.mk if they weren't already to ensure they'll build correctly
with the new toolchain setup.

Revision 1.79 / (download) - annotate - [select for diffs], Tue Oct 23 19:26:44 2001 UTC (22 years, 5 months ago) by thorpej
Branch: MAIN
Branch point for: thorpej-mips-cache
Changes since 1.78: +3 -1 lines
Diff to previous 1.78 (unified) to selected 1.42 (unified)

Set MACHINE_ARCH explicitly in Makefiles for which it is constant.
Also, since config(8) now explcitly sets MACHINE, there is no need
to do it here in the Makefile.

Revision 1.78 / (download) - annotate - [select for diffs], Tue May 29 02:20:22 2001 UTC (22 years, 10 months ago) by mrg
Branch: MAIN
CVS Tags: thorpej-devvp-base3, thorpej-devvp-base2, thorpej-devvp-base, thorpej-devvp, pre-chs-ubcperf, post-chs-ubcperf
Branch point for: kqueue
Changes since 1.77: +2 -2 lines
Diff to previous 1.77 (unified) to selected 1.42 (unified)

define _KERNEL_OPT as well as _KERNEL. we will use this in the future to
get kernel "opt_foo.h" headers, rather than _KERNEL && !_LKM.

Revision 1.77 / (download) - annotate - [select for diffs], Sun Dec 17 15:52:41 2000 UTC (23 years, 3 months ago) by jdolecek
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base
Changes since 1.76: +1 -7 lines
Diff to previous 1.76 (unified) to selected 1.42 (unified)

delete obsolete comment

Revision 1.76 / (download) - annotate - [select for diffs], Tue May 9 00:56:24 2000 UTC (23 years, 10 months ago) by hubertf
Branch: MAIN
CVS Tags: netbsd-1-5-base, netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2, netbsd-1-5, minoura-xpg4dl-base, minoura-xpg4dl
Changes since 1.75: +13 -1 lines
Diff to previous 1.75 (unified) to selected 1.42 (unified)

Add "install" target, so "make install" after building the kernel
does something useful.  The target can be redefined by putting a
install-kernel-${MACHINE_NAME} target that fits your needs into
/etc/mk.conf.

Revision 1.75 / (download) - annotate - [select for diffs], Tue May 9 00:32:22 2000 UTC (23 years, 10 months ago) by thorpej
Branch: MAIN
Changes since 1.74: +6 -3 lines
Diff to previous 1.74 (unified) to selected 1.42 (unified)

HAVE_GCC28 -> HAVE_EGCS, and make it match gcc 2.9 as well.  Also,
make the use of -Wno-uninitialized explicit, don't rely on a compiler
hack to do it for us.

Revision 1.74 / (download) - annotate - [select for diffs], Tue Feb 1 05:25:30 2000 UTC (24 years, 2 months ago) by tsutsui
Branch: MAIN
CVS Tags: chs-ubc2-newbase
Changes since 1.73: +4 -4 lines
Diff to previous 1.73 (unified) to selected 1.42 (unified)

Revert STRIPPROG -> STRIP

Revision 1.73 / (download) - annotate - [select for diffs], Mon Jan 24 20:36:12 2000 UTC (24 years, 2 months ago) by tron
Branch: MAIN
Changes since 1.72: +3 -1 lines
Diff to previous 1.72 (unified) to selected 1.42 (unified)

Add "dependall" target for comfort.

Revision 1.72 / (download) - annotate - [select for diffs], Wed Jan 19 16:29:56 2000 UTC (24 years, 2 months ago) by tsutsui
Branch: MAIN
Changes since 1.71: +4 -4 lines
Diff to previous 1.71 (unified) to selected 1.42 (unified)

STRIP -> STRIPPROG

Revision 1.71 / (download) - annotate - [select for diffs], Wed Jan 19 14:45:02 2000 UTC (24 years, 2 months ago) by tsutsui
Branch: MAIN
Changes since 1.70: +2 -2 lines
Diff to previous 1.70 (unified) to selected 1.42 (unified)

Change STRIPFLAGS=-g for cross-toolchains.

Revision 1.70 / (download) - annotate - [select for diffs], Mon Jul 26 05:20:46 1999 UTC (24 years, 8 months ago) by cgd
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, wrstuden-devbsize, fvdl-softdep-base, fvdl-softdep, comdex-fall-1999-base, comdex-fall-1999, chs-ubc2-base
Branch point for: thorpej_scsipi
Changes since 1.69: +4 -3 lines
Diff to previous 1.69 (unified) to selected 1.42 (unified)

be more efficient when doing the SYSTEM_LD_TAIL for -g kernels: don't
copy them just to strip them, use strip -o.

Revision 1.69 / (download) - annotate - [select for diffs], Fri Jul 9 09:52:57 1999 UTC (24 years, 8 months ago) by mrg
Branch: MAIN
Changes since 1.68: +3 -1 lines
Diff to previous 1.68 (unified) to selected 1.42 (unified)

clean up a bit after jason :)

- fix emitrules() like emitfiles() to deal with the prefix (otherwise it
  would attempt to find the file in the normal base for the NORMAL_C rule).
- add emitincludes() which adds include directives for each prefix to the
  $INCLUDES variable in the makefile.
- add %INCLUDES to each Makefile.arch to deal with the above.

this makes "prefix" actually work in a usable manner, and now i can move
on to fixing compiler warnings (errors) in the ESP code. :)

Revision 1.68 / (download) - annotate - [select for diffs], Fri Jan 15 23:37:06 1999 UTC (25 years, 2 months ago) by thorpej
Branch: MAIN
CVS Tags: netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, netbsd-1-4, kame_14_19990705, kame_14_19990628, kame_141_19991130, kame
Branch point for: chs-ubc2
Changes since 1.67: +2 -3 lines
Diff to previous 1.67 (unified) to selected 1.42 (unified)

Some minor, mostly costmetic, changes to CPPFLAGS/CFLAGS.

Revision 1.67 / (download) - annotate - [select for diffs], Fri Jan 15 23:21:26 1999 UTC (25 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (unified) to selected 1.42 (unified)

Don't define "mc68020".  Nothing uses it.

Revision 1.66 / (download) - annotate - [select for diffs], Fri Jan 8 19:26:12 1999 UTC (25 years, 2 months ago) by augustss
Branch: MAIN
Changes since 1.65: +3 -2 lines
Diff to previous 1.65 (unified) to selected 1.42 (unified)

Add -Wpointer-arith warning since `void *' arithmetic is not ANSI C.

Revision 1.65 / (download) - annotate - [select for diffs], Thu Oct 15 18:37:14 1998 UTC (25 years, 5 months ago) by drochner
Branch: MAIN
CVS Tags: kenh-if-detach-base, kenh-if-detach, chs-ubc-base, chs-ubc
Changes since 1.64: +3 -2 lines
Diff to previous 1.64 (unified) to selected 1.42 (unified)

change handling of libkern:
-sys/lib/libkern builds as library per default (as it was documented all
 the time)
-ports able to LKM set "KERN_AS=obj" explicitely in their Makefiles
 (for now; should depend on actual "option LKM" or -better- functions
 included for LKM use should be pulled in by a stub)
-always link libcompat before libkern - libkern stuff can be referred to
 by libcompat, but not the other way

Revision 1.64 / (download) - annotate - [select for diffs], Sat Sep 5 15:15:15 1998 UTC (25 years, 6 months ago) by lukem
Branch: MAIN
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (unified) to selected 1.42 (unified)

distclean is a synonym for cleandir

Revision 1.63 / (download) - annotate - [select for diffs], Sun May 31 23:18:05 1998 UTC (25 years, 10 months ago) by thorpej
Branch: MAIN
CVS Tags: eeh-paddr_t-base, eeh-paddr_t
Changes since 1.62: +2 -1 lines
Diff to previous 1.62 (unified) to selected 1.42 (unified)

Specify a non-profiling C rule.

Revision 1.62 / (download) - annotate - [select for diffs], Sun Apr 12 23:47:43 1998 UTC (25 years, 11 months ago) by tv
Branch: MAIN
Changes since 1.61: +6 -2 lines
Diff to previous 1.61 (unified) to selected 1.42 (unified)

Add -Wno-main conditional on compiler being gcc 2.8 or egcs.  (This adds
a HAVE_GCC28 check-variable that can now be used to add other gcc-2.8
flags in cases where they may be useful, or to remove gcc 2.7.2 "bug
workaround" flags.)

Revision 1.61 / (download) - annotate - [select for diffs], Wed Nov 12 23:12:06 1997 UTC (26 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.60: +6 -1 lines
Diff to previous 1.60 (unified) to selected 1.42 (unified)

Make sure CPP, AR, AS, and RANLIB are defined.

Revision 1.60 / (download) - annotate - [select for diffs], Wed Nov 12 22:25:56 1997 UTC (26 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.59: +4 -1 lines
Diff to previous 1.59 (unified) to selected 1.42 (unified)

Define LORDER, NM, and TSORT here, like we do the rest of the tools.

Revision 1.59 / (download) - annotate - [select for diffs], Fri Oct 3 07:17:38 1997 UTC (26 years, 6 months ago) by lukem
Branch: MAIN
CVS Tags: netbsd-1-3-base, marc-pcmcia-base
Branch point for: netbsd-1-3
Changes since 1.58: +4 -3 lines
Diff to previous 1.58 (unified) to selected 1.42 (unified)

define SIZE?=size, and use ${SIZE} instead of size. makes cross
compilation easier

Revision 1.58 / (download) - annotate - [select for diffs], Tue Sep 30 22:49:45 1997 UTC (26 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.57: +10 -3 lines
Diff to previous 1.57 (unified) to selected 1.42 (unified)

PR/4162: Chris Jones: make cleandir does not work properly; it does not
remove the object files and the .depend file in the kernel build directory.

Revision 1.57 / (download) - annotate - [select for diffs], Fri Sep 12 08:04:14 1997 UTC (26 years, 6 months ago) by mycroft
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (unified) to selected 1.42 (unified)

The FPCOPROC option no longer exists.

Revision 1.56 / (download) - annotate - [select for diffs], Fri Sep 12 07:56:37 1997 UTC (26 years, 6 months ago) by mycroft
Branch: MAIN
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (unified) to selected 1.42 (unified)

Fix an error from when Locore.c was removed.

Revision 1.55 / (download) - annotate - [select for diffs], Sat Jul 12 22:07:55 1997 UTC (26 years, 8 months ago) by leo
Branch: MAIN
CVS Tags: thorpej-signal-base, thorpej-signal, marc-pcmcia-bp
Branch point for: marc-pcmcia
Changes since 1.54: +5 -1 lines
Diff to previous 1.54 (unified) to selected 1.42 (unified)

Generate assym.h dependencies when making 'depend'.

Revision 1.54 / (download) - annotate - [select for diffs], Tue Apr 1 23:16:41 1997 UTC (27 years ago) by scottr
Branch: MAIN
CVS Tags: bouyer-scsipi
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (unified) to selected 1.42 (unified)

Specify more aggressive warning options for C code.

Revision 1.53 / (download) - annotate - [select for diffs], Sun Mar 16 09:47:48 1997 UTC (27 years ago) by thorpej
Branch: MAIN
Changes since 1.52: +1 -2 lines
Diff to previous 1.52 (unified) to selected 1.42 (unified)

Remove reference to Locore.c

Revision 1.52 / (download) - annotate - [select for diffs], Fri Mar 14 23:14:39 1997 UTC (27 years ago) by mycroft
Branch: MAIN
Changes since 1.51: +6 -7 lines
Diff to previous 1.51 (unified) to selected 1.42 (unified)

Put the genassym.sh output in a temp file, and mv -f it, in case
it fails spectacularly and doesn't clean up.  Also, don't depend genassym.c
(since it no longer exists), and remove dependencies for genassym.o (since it
no longer exists).

Revision 1.51 / (download) - annotate - [select for diffs], Thu Mar 13 09:24:21 1997 UTC (27 years ago) by thorpej
Branch: MAIN
Changes since 1.50: +4 -14 lines
Diff to previous 1.50 (unified) to selected 1.42 (unified)

Use genassym.sh to facilitate cross compiling.

Revision 1.50 / (download) - annotate - [select for diffs], Tue Feb 4 05:08:33 1997 UTC (27 years, 2 months ago) by perry
Branch: MAIN
CVS Tags: mrg-vm-swap, is-newarp-before-merge, is-newarp-base, is-newarp
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (unified) to selected 1.42 (unified)

Nuke some options GENERIC residue.

Revision 1.49 / (download) - annotate - [select for diffs], Tue Feb 4 04:32:00 1997 UTC (27 years, 2 months ago) by perry
Branch: MAIN
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (unified) to selected 1.42 (unified)

Nuke some GENERIC residue.

Revision 1.48 / (download) - annotate - [select for diffs], Sat Feb 1 23:55:10 1997 UTC (27 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.47: +8 -5 lines
Diff to previous 1.47 (unified) to selected 1.42 (unified)

- Garbage-collect a kludge necessary when we were using old config.
- Synch the "clean" rule with the i386 port's.
- Add a commented-out rule for generating assym.h w/ the new genassym.sh.
  Some slight changes need to be made to genassym.h to make it work with
  m68k, so we can't use it just yet.

Revision 1.47 / (download) - annotate - [select for diffs], Sun Jan 26 17:55:52 1997 UTC (27 years, 2 months ago) by hpeyerl
Branch: MAIN
Changes since 1.46: +3 -3 lines
Diff to previous 1.46 (unified) to selected 1.42 (unified)

::->:   :-)

Revision 1.46 / (download) - annotate - [select for diffs], Mon Jan 6 08:49:30 1997 UTC (27 years, 2 months ago) by thorpej
Branch: MAIN
Branch point for: thorpej-setroot
Changes since 1.45: +4 -2 lines
Diff to previous 1.45 (unified) to selected 1.42 (unified)

Kludge newvers rule, so that it works with old and new config.

Revision 1.45 / (download) - annotate - [select for diffs], Sun Dec 1 06:12:30 1996 UTC (27 years, 4 months ago) by jonathan
Branch: MAIN
Changes since 1.44: +3 -2 lines
Diff to previous 1.44 (unified) to selected 1.42 (unified)

* Replace explicit -O2 in CFLAGS with  COPTS macro. Default COPTS?= -O2.
  Lets users over-ride with makeoptions COPTS="..." in kernel config files.

  Leave `mandatory' flags (like  -msoft-float which  on m68k enforces no
  FP in kernel) in CFLAGS.

Revision 1.44 / (download) - annotate - [select for diffs], Mon Sep 9 21:06:59 1996 UTC (27 years, 6 months ago) by mycroft
Branch: MAIN
Changes since 1.43: +11 -6 lines
Diff to previous 1.43 (unified) to selected 1.42 (unified)

Move strip(1) flags into a separate variable, so that $STRIP can
be passed to subordinate make(1)s.  Remove $TOUCH.  Add HOSTED_CC,
HOSTED_CPPFLAGS, and HOSTED_CFLAGS, and use them when depending genassym.

Revision 1.43 / (download) - annotate - [select for diffs], Sat Aug 31 21:41:07 1996 UTC (27 years, 7 months ago) by mycroft
Branch: MAIN
Changes since 1.42: +3 -1 lines
Diff to previous 1.42 (unified)

Wrap the default definition of `S' in `.ifndef'.

Revision 1.42 / (download) - annotate - [selected], Mon Aug 12 00:51:35 1996 UTC (27 years, 7 months ago) by mycroft
Branch: MAIN
Changes since 1.41: +10 -17 lines
Diff to previous 1.41 (unified)

Put  into .  Remove hooks for `config-dependent' and
`device-driver' flags.

Revision 1.41 / (download) - annotate - [select for diffs], Sat Aug 10 06:08:51 1996 UTC (27 years, 7 months ago) by mycroft
Branch: MAIN
Changes since 1.40: +5 -3 lines
Diff to previous 1.40 (unified) to selected 1.42 (unified)

* Add a HOSTED_C_C variable, which strips `-p', `-pg', and
`-nostdinc', and use it when building genassym.
* Use `-nostdinc' just to be sure we're self-contained.

Revision 1.40 / (download) - annotate - [select for diffs], Sat Aug 10 05:29:34 1996 UTC (27 years, 7 months ago) by mycroft
Branch: MAIN
Changes since 1.39: +11 -11 lines
Diff to previous 1.39 (unified) to selected 1.42 (unified)

* Define CWARNFLAGS and MKDEP in some moderately consistent fashion.
* Make S expand to an absolute path at compile time.
* Use `-S' rather than `-x' to remove debugging symbols.
* Garbage collect unused variables.
* Reverse a handful of port-specific changes that do not correspond to
the common build model and are not needed.

Revision 1.39 / (download) - annotate - [select for diffs], Sat May 11 16:12:02 1996 UTC (27 years, 10 months ago) by mycroft
Branch: MAIN
CVS Tags: netbsd-1-2-base, netbsd-1-2-RELEASE, netbsd-1-2-PATCH001, netbsd-1-2-BETA, netbsd-1-2
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (unified) to selected 1.42 (unified)

Make `make depend' work for libraries.

Revision 1.38 / (download) - annotate - [select for diffs], Fri Mar 1 17:03:17 1996 UTC (28 years, 1 month ago) by scottr
Branch: MAIN
Changes since 1.37: +4 -2 lines
Diff to previous 1.37 (unified) to selected 1.42 (unified)

Don't try to make dependencies for SFILES if it isn't defined.

Revision 1.37 / (download) - annotate - [select for diffs], Thu Feb 29 20:55:53 1996 UTC (28 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.36: +6 -10 lines
Diff to previous 1.36 (unified) to selected 1.42 (unified)

Do not build vnode_if.[ch] for each kernel.  Build them once, like the
various syscall sources/headers, and just compile them.  From PR 2142, OK'd
by mycroft.

Revision 1.36 / (download) - annotate - [select for diffs], Mon Feb 26 02:53:33 1996 UTC (28 years, 1 month ago) by mycroft
Branch: MAIN
Changes since 1.35: +7 -7 lines
Diff to previous 1.35 (unified) to selected 1.42 (unified)

Define build programs with `?=', so they can be overridden with `makeoptions'.

Revision 1.35 / (download) - annotate - [select for diffs], Fri Feb 9 02:21:23 1996 UTC (28 years, 1 month ago) by mycroft
Branch: MAIN
Changes since 1.34: +6 -6 lines
Diff to previous 1.34 (unified) to selected 1.42 (unified)

Fix mkdep problems due to missing flags.

Revision 1.34 / (download) - annotate - [select for diffs], Sat Feb 3 01:17:22 1996 UTC (28 years, 2 months ago) by mycroft
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (unified) to selected 1.42 (unified)

config.old uses vers.o, not newvers.

Revision 1.33 / (download) - annotate - [select for diffs], Sat Feb 3 00:44:00 1996 UTC (28 years, 2 months ago) by mycroft
Branch: MAIN
Changes since 1.32: +3 -3 lines
Diff to previous 1.32 (unified) to selected 1.42 (unified)

Use `-traditional-cpp' when building .s and .S files.

Revision 1.32 / (download) - annotate - [select for diffs], Fri Feb 2 23:49:19 1996 UTC (28 years, 2 months ago) by mycroft
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (unified) to selected 1.42 (unified)

config.old doesn't grok %SFILES.

Revision 1.31 / (download) - annotate - [select for diffs], Fri Feb 2 20:08:59 1996 UTC (28 years, 2 months ago) by mycroft
Branch: MAIN
Changes since 1.30: +89 -82 lines
Diff to previous 1.30 (unified) to selected 1.42 (unified)

Clone these, and fix many bugs.

Revision 1.30 / (download) - annotate - [select for diffs], Fri Feb 2 02:36:27 1996 UTC (28 years, 2 months ago) by mycroft
Branch: MAIN
Changes since 1.29: +6 -6 lines
Diff to previous 1.29 (unified) to selected 1.42 (unified)

assym.s -> assym.h
(Some ports did this already.)

Revision 1.29 / (download) - annotate - [select for diffs], Thu Feb 1 22:30:09 1996 UTC (28 years, 2 months ago) by mycroft
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (unified) to selected 1.42 (unified)

LOCORE -> _LOCORE

Revision 1.28 / (download) - annotate - [select for diffs], Sun Oct 22 06:05:21 1995 UTC (28 years, 5 months ago) by thorpej
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (unified) to selected 1.42 (unified)

We no longer need -fno-builtin; syscall namespace has been cleaned up a bit.

Revision 1.27 / (download) - annotate - [select for diffs], Wed Oct 18 22:50:15 1995 UTC (28 years, 5 months ago) by thorpej
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (unified) to selected 1.42 (unified)

Recompile genassym if the Makefile changes.

Revision 1.26 / (download) - annotate - [select for diffs], Tue Sep 19 23:34:06 1995 UTC (28 years, 6 months ago) by thorpej
Branch: MAIN
CVS Tags: netbsd-1-1-base
Branch point for: netbsd-1-1
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (unified) to selected 1.42 (unified)

Compile the kernel with -fno-builtin.

Revision 1.25 / (download) - annotate - [select for diffs], Sat Aug 5 23:39:41 1995 UTC (28 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (unified) to selected 1.42 (unified)

Remove vnode_if.[ch] when cleaning.

Revision 1.24 / (download) - annotate - [select for diffs], Mon Jul 24 03:30:47 1995 UTC (28 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (unified) to selected 1.42 (unified)

Add -Werror.

Revision 1.23 / (download) - annotate - [select for diffs], Sat Jun 24 20:42:58 1995 UTC (28 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.22: +13 -4 lines
Diff to previous 1.22 (unified) to selected 1.42 (unified)

Makefile.`arch`:	- Add -lcompat
			- Change clean: target to be a double dep one,
			  so libraries can use the clean target too
			- Add genassym to the clean targets

Revision 1.22 / (download) - annotate - [select for diffs], Tue May 16 22:24:40 1995 UTC (28 years, 10 months ago) by jtc
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (unified) to selected 1.42 (unified)

Removing -DKERNEL, transition to _KERNEL has been completed

Revision 1.21 / (download) - annotate - [select for diffs], Thu Mar 23 19:46:38 1995 UTC (29 years ago) by jtc
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (unified) to selected 1.42 (unified)

Added -D_KERNEL to CFLAGS alongside each -DKERNEL.

Revision 1.20 / (download) - annotate - [select for diffs], Wed Oct 26 07:23:13 1994 UTC (29 years, 5 months ago) by cgd
Branch: MAIN
Changes since 1.19: +3 -2 lines
Diff to previous 1.19 (unified) to selected 1.42 (unified)

new RCS ID format.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Sep 18 00:57:38 1994 UTC (29 years, 6 months ago) by mycroft
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (unified) to selected 1.42 (unified)

Make genassym depend on genassym.c

Revision 1.18 / (download) - annotate - [select for diffs], Mon Jul 18 07:15:49 1994 UTC (29 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (unified) to selected 1.42 (unified)

Add some missing options to GENERIC, and rename.

Revision 1.17 / (download) - annotate - [select for diffs], Tue Jul 5 17:11:24 1994 UTC (29 years, 9 months ago) by mycroft
Branch: MAIN
CVS Tags: netbsd-1-0-base
Branch point for: netbsd-1-0
Changes since 1.16: +5 -2 lines
Diff to previous 1.16 (unified) to selected 1.42 (unified)

Add FPSP magic.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Jun 16 02:14:26 1994 UTC (29 years, 9 months ago) by hpeyerl
Branch: MAIN
Changes since 1.15: +5 -6 lines
Diff to previous 1.15 (unified) to selected 1.42 (unified)

Fix for vnode_if

Revision 1.15 / (download) - annotate - [select for diffs], Wed Jun 8 07:51:36 1994 UTC (29 years, 9 months ago) by mycroft
Branch: MAIN
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (unified) to selected 1.42 (unified)

Build vnode_if.o.

Revision 1.14 / (download) - annotate - [select for diffs], Mon May 23 10:17:41 1994 UTC (29 years, 10 months ago) by mycroft
Branch: MAIN
Changes since 1.13: +24 -16 lines
Diff to previous 1.13 (unified) to selected 1.42 (unified)

Merge with 4.4-Lite.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Apr 16 08:38:00 1994 UTC (29 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.12: +1 -8 lines
Diff to previous 1.12 (unified) to selected 1.42 (unified)

kill symbols.{raw,sort}; no longer necessary, with kvm dbs.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Jan 25 03:18:23 1994 UTC (30 years, 2 months ago) by brezak
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (unified) to selected 1.42 (unified)

Set text address at 0

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jan 10 02:34:51 1994 UTC (30 years, 2 months ago) by mycroft
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (unified) to selected 1.42 (unified)

Nuke args to newvers.sh.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Jan 6 17:29:59 1994 UTC (30 years, 2 months ago) by mycroft
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (unified) to selected 1.42 (unified)

Don't know why LOAD_ADDRESS was ever here, but it's toast.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Oct 13 08:29:45 1993 UTC (30 years, 5 months ago) by cgd
Branch: MAIN
Changes since 1.8: +10 -2 lines
Diff to previous 1.8 (unified) to selected 1.42 (unified)

deal with libkern

Revision 1.8 / (download) - annotate - [select for diffs], Mon Aug 16 16:23:38 1993 UTC (30 years, 7 months ago) by mycroft
Branch: MAIN
CVS Tags: magnum-base
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (unified) to selected 1.42 (unified)

Remove *netbsd, not *vmunix.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Aug 14 14:20:08 1993 UTC (30 years, 7 months ago) by mycroft
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (unified) to selected 1.42 (unified)

Note new location of pte.h, and don't strip kernel by default.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Jul 31 15:26:48 1993 UTC (30 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (unified) to selected 1.42 (unified)

Add RCS indentifiers.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Jul 7 07:49:09 1993 UTC (30 years, 9 months ago) by cgd
Branch: MAIN
CVS Tags: netbsd-0-9-patch-001, netbsd-0-9-base, netbsd-0-9-RELEASE, netbsd-0-9-BETA, netbsd-0-9-ALPHA2, netbsd-0-9-ALPHA, netbsd-0-9
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (unified) to selected 1.42 (unified)

deal with make/shell strangenesses, and fix newvers problem

Revision 1.4 / (download) - annotate - [select for diffs], Sat May 29 19:25:17 1993 UTC (30 years, 10 months ago) by cgd
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 (unified) to selected 1.42 (unified)

update for "arch"

Revision 1.3 / (download) - annotate - [select for diffs], Thu May 27 11:36:25 1993 UTC (30 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (unified) to selected 1.42 (unified)

compile directory has moved, relative paths change
-DKERNEL in Makefile, not in genassym.c, same as i386

Revision 1.2 / (download) - annotate - [select for diffs], Tue May 18 10:36:06 1993 UTC (30 years, 10 months ago) by cgd
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 (unified) to selected 1.42 (unified)

pseudo-update for new config changes

Revision 1.1 / (download) - annotate - [select for diffs], Thu May 13 13:56:23 1993 UTC (30 years, 10 months ago) by cgd
Branch: MAIN
Diff to selected 1.42 (unified)

Initial revision

This form allows you to request diff's 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.




CVSweb <webmaster@jp.NetBSD.org>