Up to [cvs.NetBSD.org] / src / sys / arch / i386 / conf
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.197 / (download) - annotate - [select for diffs], Fri Jan 6 15:35:05 2023 UTC (4 months, 3 weeks ago) by christos
Branch: MAIN
CVS Tags: HEAD
Changes since 1.196: +2 -1
lines
Diff to previous 1.196 (colored)
Explicitly set -z noseparate-code because the default is about to change and the boot blocks might not be able to load binaries with more than two PT_LOAD sections.
Revision 1.196 / (download) - annotate - [select for diffs], Mon May 11 15:15:15 2020 UTC (3 years ago) by joerg
Branch: MAIN
CVS Tags: 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,
netbsd-10-base,
netbsd-10,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm
Changes since 1.195: +4 -4
lines
Diff to previous 1.195 (colored)
Fix GCC flags for Spectre mitigation to really only apply to GCC.
Revision 1.195 / (download) - annotate - [select for diffs], Sat Apr 25 15:26:16 2020 UTC (3 years, 1 month ago) by bouyer
Branch: MAIN
Changes since 1.194: +2 -1
lines
Diff to previous 1.194 (colored)
Merge the bouyer-xenpvh branch, bringing in Xen PV drivers support under HVM guests in GENERIC. Xen support can be disabled at runtime with boot -c disable hypervisor
Revision 1.194.10.1 / (download) - annotate - [select for diffs], Thu Apr 16 08:46:34 2020 UTC (3 years, 1 month ago) by bouyer
Branch: bouyer-xenpvh
Changes since 1.194: +2 -1
lines
Diff to previous 1.194 (colored) next main 1.195 (colored)
Reorganise sources to make it possible to include Xen PVHVM support in native kernels. Among others: - move xen/include/amd64/hypercall.h to amd64/include/xen and xen/include/i386/hypercall.h to i386/include/xen - exclude some native files from the build for xenpv - add xen to "machine" config statement for amd64 and i386 - split arch/xen/conf/files.xen to arch/xen/conf/files.xen (for pv drivers) and arch/xen/conf/files.xen.pv (for full pv support) - add GENERIC_XENHVM kernel config which includes GENERIC and add Xen PV drivers.
Revision 1.193.2.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:06:20 2019 UTC (3 years, 11 months ago) by christos
Branch: phil-wifi
Changes since 1.193: +1 -6
lines
Diff to previous 1.193 (colored) next main 1.194 (colored)
Sync with HEAD
Revision 1.189.2.4 / (download) - annotate - [select for diffs], Sun Sep 30 01:45:44 2018 UTC (4 years, 8 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.189.2.3: +1 -6
lines
Diff to previous 1.189.2.3 (colored) to branchpoint 1.189 (colored) next main 1.190 (colored)
Ssync with HEAD
Revision 1.194 / (download) - annotate - [select for diffs], Sat Sep 22 12:24:02 2018 UTC (4 years, 8 months ago) by rin
Branch: MAIN
CVS Tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
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,
is-mlppp-base,
is-mlppp,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
ad-namecache-base3,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base,
ad-namecache
Branch point for: bouyer-xenpvh
Changes since 1.193: +1 -6
lines
Diff to previous 1.193 (colored)
- 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.189.2.3 / (download) - annotate - [select for diffs], Mon Jun 25 07:25:42 2018 UTC (4 years, 11 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.189.2.2: +2 -1
lines
Diff to previous 1.189.2.2 (colored) to branchpoint 1.189 (colored)
Sync with HEAD
Revision 1.193 / (download) - annotate - [select for diffs], Tue Jun 5 00:58:42 2018 UTC (5 years ago) by christos
Branch: MAIN
CVS Tags: phil-wifi-base,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625
Branch point for: phil-wifi
Changes since 1.192: +1 -2
lines
Diff to previous 1.192 (colored)
No need for NORELRO here.
Revision 1.192 / (download) - annotate - [select for diffs], Mon Jun 4 20:28:44 2018 UTC (5 years ago) by christos
Branch: MAIN
Changes since 1.191: +3 -1
lines
Diff to previous 1.191 (colored)
Disable RELRO/SANITIZER
Revision 1.189.2.2 / (download) - annotate - [select for diffs], Sun Apr 22 07:20:17 2018 UTC (5 years, 1 month ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.189.2.1: +2 -2
lines
Diff to previous 1.189.2.1 (colored) to branchpoint 1.189 (colored)
Sync with HEAD
Revision 1.191 / (download) - annotate - [select for diffs], Wed Apr 18 10:40:22 2018 UTC (5 years, 1 month ago) by martin
Branch: MAIN
CVS Tags: pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422
Changes since 1.190: +2 -2
lines
Diff to previous 1.190 (colored)
Make SPECTRE_V2_GCC_MITIGATION overridable at the make command line.
Revision 1.189.2.1 / (download) - annotate - [select for diffs], Mon Apr 16 01:59:54 2018 UTC (5 years, 1 month ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.189: +6 -1
lines
Diff to previous 1.189 (colored)
Sync with HEAD, resolve some conflicts
Revision 1.185.10.1 / (download) - annotate - [select for diffs], Wed Apr 11 14:23:30 2018 UTC (5 years, 1 month ago) by martin
Branch: netbsd-8
CVS Tags: netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1
Changes since 1.185: +6 -1
lines
Diff to previous 1.185 (colored) next main 1.186 (colored)
Pull up following revision(s) (requested by mrg in ticket #731): sys/arch/i386/conf/files.i386: revision 1.392 sys/arch/i386/conf/GENERIC: revision 1.1175 sys/arch/i386/conf/GENERIC: revision 1.1176 sys/arch/amd64/conf/files.amd64: revision 1.102 sys/arch/i386/conf/GENERIC: revision 1.1177 share/man/man4/options.4: revision 1.485 (patch) sys/arch/i386/conf/Makefile.i386: revision 1.190 sys/arch/amd64/conf/GENERIC: revision 1.487 sys/arch/amd64/conf/ALL: revision 1.85 sys/arch/amd64/conf/GENERIC: revision 1.488 sys/arch/amd64/conf/GENERIC: revision 1.489 sys/arch/amd64/conf/Makefile.amd64: revision 1.67 sys/arch/i386/conf/ALL: revision 1.437 add an SPECTRE_V2_GCC_MITIGATION option to x86 kernels, that turns on the GCC spectre v2 mitigation options. XXX: pullup-8. XXX: turn on in all kernels. actually do what the previous change said: don't turn on the new 'SPECTRE_V2_GCC_MITIGATION' option yet. turn on GCC spectre v2 mitigation options. XXX: amd64 ALL doesn't build for me right now
Revision 1.190 / (download) - annotate - [select for diffs], Sat Apr 7 19:38:06 2018 UTC (5 years, 1 month ago) by mrg
Branch: MAIN
CVS Tags: pgoyette-compat-0415
Changes since 1.189: +6 -1
lines
Diff to previous 1.189 (colored)
add an SPECTRE_V2_GCC_MITIGATION option to x86 kernels, that turns on the GCC spectre v2 mitigation options. XXX: pullup-8. XXX: turn on in all kernels.
Revision 1.189 / (download) - annotate - [select for diffs], Fri Feb 23 14:16:52 2018 UTC (5 years, 3 months ago) by maxv
Branch: MAIN
CVS Tags: pgoyette-compat-base,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315
Branch point for: pgoyette-compat
Changes since 1.188: +2 -2
lines
Diff to previous 1.188 (colored)
Revert previous, we'll need something better (and compatible with Clang).
Revision 1.188 / (download) - annotate - [select for diffs], Fri Feb 23 09:00:55 2018 UTC (5 years, 3 months ago) by maxv
Branch: MAIN
Changes since 1.187: +2 -2
lines
Diff to previous 1.187 (colored)
Add -fno-shrink-wrap, to force GCC to push the frames at the very beginning of the functions. Otherwise DDB is unable to display a correct stack trace if a fault occurred in a function before the frame was pushed. Discussed on tech-kern@, flag suggested by Krister Walfridsson. Should fix PR/52560.
Revision 1.187 / (download) - annotate - [select for diffs], Sun Dec 10 14:29:47 2017 UTC (5 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.186: +3 -3
lines
Diff to previous 1.186 (colored)
- Allow multiple .BEGIN targets - Make their protection consistent
Revision 1.176.6.3 / (download) - annotate - [select for diffs], Sun Dec 3 11:36:17 2017 UTC (5 years, 6 months ago) by jdolecek
Branch: tls-maxphys
Changes since 1.176.6.2: +3 -4
lines
Diff to previous 1.176.6.2 (colored) to branchpoint 1.176 (colored) next main 1.177 (colored)
update from HEAD
Revision 1.183.2.2 / (download) - annotate - [select for diffs], Mon Aug 28 17:51:40 2017 UTC (5 years, 9 months ago) by skrll
Branch: nick-nhusb
Changes since 1.183.2.1: +3 -3
lines
Diff to previous 1.183.2.1 (colored) to branchpoint 1.183 (colored) next main 1.184 (colored)
Sync with HEAD
Revision 1.186 / (download) - annotate - [select for diffs], Wed Aug 9 19:11:13 2017 UTC (5 years, 9 months ago) by maxv
Branch: MAIN
CVS Tags: tls-maxphys-base-20171202,
nick-nhusb-base-20170825
Changes since 1.185: +3 -3
lines
Diff to previous 1.185 (colored)
Remove several dead entries from the x86 makefiles. Looks like people (me included) regularly forget to take care of this.
Revision 1.183.2.1 / (download) - annotate - [select for diffs], Tue Sep 22 12:05:44 2015 UTC (7 years, 8 months ago) by skrll
Branch: nick-nhusb
Changes since 1.183: +2 -3
lines
Diff to previous 1.183 (colored)
Sync with HEAD
Revision 1.185 / (download) - annotate - [select for diffs], Mon Aug 24 14:04:24 2015 UTC (7 years, 9 months ago) by uebayasi
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,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
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,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
localcount-20160914,
jdolecek-ncq-base,
jdolecek-ncq,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Branch point for: netbsd-8
Changes since 1.184: +0 -1
lines
Diff to previous 1.184 (colored)
Define ${LINKSCRIPT} in one place.
Revision 1.184 / (download) - annotate - [select for diffs], Tue Aug 18 10:18:20 2015 UTC (7 years, 9 months ago) by uebayasi
Branch: MAIN
Changes since 1.183: +2 -2
lines
Diff to previous 1.183 (colored)
${KERN_LDSCRIPT} -> ${KERNLDSCRIPT}
Revision 1.183 / (download) - annotate - [select for diffs], Sat Nov 15 12:26:44 2014 UTC (8 years, 6 months ago) by uebayasi
Branch: MAIN
CVS Tags: nick-nhusb-base-20150606,
nick-nhusb-base-20150406,
nick-nhusb-base
Branch point for: nick-nhusb
Changes since 1.182: +2 -2
lines
Diff to previous 1.182 (colored)
Use LINKSCRIPT.
Revision 1.176.6.2 / (download) - annotate - [select for diffs], Wed Aug 20 00:03:06 2014 UTC (8 years, 9 months ago) by tls
Branch: tls-maxphys
Changes since 1.176.6.1: +5 -6
lines
Diff to previous 1.176.6.1 (colored) to branchpoint 1.176 (colored)
Rebase to HEAD as of a few days ago.
Revision 1.181.2.1 / (download) - annotate - [select for diffs], Sun Aug 10 06:53:59 2014 UTC (8 years, 9 months ago) by tls
Branch: tls-earlyentropy
Changes since 1.181: +2 -1
lines
Diff to previous 1.181 (colored) next main 1.182 (colored)
Rebase.
Revision 1.182 / (download) - annotate - [select for diffs], Sat May 24 18:39:04 2014 UTC (9 years ago) by jakllsch
Branch: MAIN
CVS Tags: tls-maxphys-base,
tls-earlyentropy-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
Changes since 1.181: +2 -1
lines
Diff to previous 1.181 (colored)
Now that GCC 4.8 on i486 has stolen the frame pointer, do like amd64 and add -fno-omit-frame-pointer to kernel DEFCOPTS and modules CFLAGS.
Revision 1.175.2.3 / (download) - annotate - [select for diffs], Thu May 22 11:39:51 2014 UTC (9 years ago) by yamt
Branch: yamt-pagecache
Changes since 1.175.2.2: +4 -6
lines
Diff to previous 1.175.2.2 (colored) to branchpoint 1.175 (colored) next main 1.176 (colored)
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")
Revision 1.178.2.1 / (download) - annotate - [select for diffs], Sun May 18 17:45:12 2014 UTC (9 years ago) by rmind
Branch: rmind-smpnet
Changes since 1.178: +4 -6
lines
Diff to previous 1.178 (colored) next main 1.179 (colored)
sync with head
Revision 1.181 / (download) - annotate - [select for diffs], Fri Feb 7 00:25:45 2014 UTC (9 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base9,
rmind-smpnet-nbase,
rmind-smpnet-base,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3
Branch point for: tls-earlyentropy
Changes since 1.180: +2 -2
lines
Diff to previous 1.180 (colored)
Like amd64, use -msoft-float.
Revision 1.180 / (download) - annotate - [select for diffs], Wed Feb 5 18:52:22 2014 UTC (9 years, 3 months ago) by dsl
Branch: MAIN
Changes since 1.179: +4 -2
lines
Diff to previous 1.179 (colored)
Change the compiler options to explicitly specify: -mno-mmx -mno-sse -mno-avx -mno-80387 -mno-fp-ret-in-387 Since no-sse implies no-sse2 that should ensure that the compiler really doesn't emit any instructions that might trap trying to use the FPU. On amd64 at least some of those are needed to stop the compiler saving the registers to stack on every varargs function. It might be that -mno-sse did that before.
Revision 1.179 / (download) - annotate - [select for diffs], Wed Jan 15 22:25:22 2014 UTC (9 years, 4 months ago) by joerg
Branch: MAIN
Changes since 1.178: +1 -5
lines
Diff to previous 1.178 (colored)
Reduce amount of -no-integrated-as on x86 as .code16 is now supported by LLVM.
Revision 1.176.6.1 / (download) - annotate - [select for diffs], Tue Nov 20 03:01:26 2012 UTC (10 years, 6 months ago) by tls
Branch: tls-maxphys
Changes since 1.176: +3 -3
lines
Diff to previous 1.176 (colored)
Resync to 2012-11-19 00:00:00 UTC
Revision 1.175.2.2 / (download) - annotate - [select for diffs], Tue Oct 30 17:19:48 2012 UTC (10 years, 7 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.175.2.1: +3 -3
lines
Diff to previous 1.175.2.1 (colored) to branchpoint 1.175 (colored)
sync with head
Revision 1.178 / (download) - annotate - [select for diffs], Wed Oct 3 18:58:31 2012 UTC (10 years, 8 months ago) by dsl
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
khorben-n900,
agc-symver-base,
agc-symver
Branch point for: rmind-smpnet
Changes since 1.177: +2 -2
lines
Diff to previous 1.177 (colored)
Remove all references to KVM86. It was only ever used by APMBIOS - and then only if an option was selected. Probably didn't work well at all!
Revision 1.177 / (download) - annotate - [select for diffs], Mon Oct 1 17:35:57 2012 UTC (10 years, 8 months ago) by dsl
Branch: MAIN
Changes since 1.176: +2 -2
lines
Diff to previous 1.176 (colored)
apmcall.o no longer exists.
Revision 1.175.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:06:28 2012 UTC (11 years, 1 month ago) by yamt
Branch: yamt-pagecache
Changes since 1.175: +1 -2
lines
Diff to previous 1.175 (colored)
sync with head
Revision 1.175.6.1 / (download) - annotate - [select for diffs], Sat Feb 18 07:32:19 2012 UTC (11 years, 3 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.175: +1 -2
lines
Diff to previous 1.175 (colored) next main 1.176 (colored)
merge to -current.
Revision 1.176 / (download) - annotate - [select for diffs], Mon Dec 19 14:06:16 2011 UTC (11 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
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,
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
Branch point for: tls-maxphys
Changes since 1.175: +1 -2
lines
Diff to previous 1.175 (colored)
Move Clang-warning flags for ah_regdomain.c into sys/conf, they are platform independent. Use the selective -Wno-* flags instead of -Wno-error.
Revision 1.175 / (download) - annotate - [select for diffs], Wed Sep 14 14:58:08 2011 UTC (11 years, 8 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base,
jmcneill-audiomp3-base,
jmcneill-audiomp3
Branch point for: yamt-pagecache,
jmcneill-usbmp
Changes since 1.174: +4 -4
lines
Diff to previous 1.174 (colored)
include wakecode after so that the depend rules are defined!
Revision 1.162.2.5 / (download) - annotate - [select for diffs], Sat Aug 27 15:37:24 2011 UTC (11 years, 9 months ago) by jym
Branch: jym-xensuspend
Changes since 1.162.2.4: +7 -2
lines
Diff to previous 1.162.2.4 (colored) to branchpoint 1.162 (colored) next main 1.163 (colored)
Sync with HEAD. Most notably: uvm/pmap work done by rmind@, and MP Xen work of cherry@. No regression observed on suspend/restore.
Revision 1.174 / (download) - annotate - [select for diffs], Sun Aug 7 14:39:15 2011 UTC (11 years, 10 months ago) by jakllsch
Branch: MAIN
CVS Tags: jym-xensuspend-nbase,
jym-xensuspend-base
Changes since 1.173: +2 -1
lines
Diff to previous 1.173 (colored)
Try to ensure no SSE instructions are generated for kernel code, as is already done on amd64.
Revision 1.173 / (download) - annotate - [select for diffs], Mon Jul 4 16:20:45 2011 UTC (11 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.172: +1 -2
lines
Diff to previous 1.172 (colored)
Use integrated assembler with clang for Via PadLock.
Revision 1.171.2.1 / (download) - annotate - [select for diffs], Thu Jun 23 14:19:14 2011 UTC (11 years, 11 months ago) by cherry
Branch: cherry-xenmp
Changes since 1.171: +4 -1
lines
Diff to previous 1.171 (colored) next main 1.172 (colored)
Catchup with rmind-uvmplock merge.
Revision 1.166.4.3 / (download) - annotate - [select for diffs], Sun Jun 12 00:23:58 2011 UTC (11 years, 11 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.166.4.2: +3 -0
lines
Diff to previous 1.166.4.2 (colored) to branchpoint 1.166 (colored) next main 1.167 (colored)
sync with head
Revision 1.172 / (download) - annotate - [select for diffs], Fri Jun 10 03:19:25 2011 UTC (11 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: rmind-uvmplock-nbase,
rmind-uvmplock-base
Changes since 1.171: +4 -1
lines
Diff to previous 1.171 (colored)
Add a few more cases that need GNU as. One of the padlock instructions is missing in LLVM. spl.S and lock_stubs.S break with patchfunc otherwise.
Revision 1.168.2.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:05:47 2011 UTC (12 years ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.168: +4 -2
lines
Diff to previous 1.168 (colored) next main 1.169 (colored)
Sync with HEAD.
Revision 1.166.4.2 / (download) - annotate - [select for diffs], Tue May 31 03:04:03 2011 UTC (12 years ago) by rmind
Branch: rmind-uvmplock
Changes since 1.166.4.1: +3 -1
lines
Diff to previous 1.166.4.1 (colored) to branchpoint 1.166 (colored)
sync with head
Revision 1.171 / (download) - annotate - [select for diffs], Mon May 30 15:06:32 2011 UTC (12 years ago) by joerg
Branch: MAIN
CVS Tags: cherry-xenmp-base
Branch point for: cherry-xenmp
Changes since 1.170: +2 -1
lines
Diff to previous 1.170 (colored)
Disable -Werror for ah_regdomain.c if building with clang as workaround for http://llvm.org/bugs/show_bug.cgi?id=10030.
Revision 1.170 / (download) - annotate - [select for diffs], Fri May 20 13:22:53 2011 UTC (12 years ago) by joerg
Branch: MAIN
Changes since 1.169: +2 -2
lines
Diff to previous 1.169 (colored)
Use -x assembler-with-cpp from sys.mk.
Revision 1.169 / (download) - annotate - [select for diffs], Fri May 20 13:22:30 2011 UTC (12 years ago) by joerg
Branch: MAIN
Changes since 1.168: +2 -1
lines
Diff to previous 1.168 (colored)
LLVM's assembler parser doesn't support .code16 yet, so disable it as needed.
Revision 1.162.2.4 / (download) - annotate - [select for diffs], Tue Mar 29 20:42:58 2011 UTC (12 years, 2 months ago) by jym
Branch: jym-xensuspend
Changes since 1.162.2.3: +2 -4
lines
Diff to previous 1.162.2.3 (colored) to branchpoint 1.162 (colored)
More sync fixes. And add the mbr_gpt files.
Revision 1.162.2.3 / (download) - annotate - [select for diffs], Mon Mar 28 23:04:39 2011 UTC (12 years, 2 months ago) by jym
Branch: jym-xensuspend
Changes since 1.162.2.2: +2 -2
lines
Diff to previous 1.162.2.2 (colored) to branchpoint 1.162 (colored)
Sync with HEAD. TODO before merge: - shortcut for suspend code in sysmon, when powerd(8) is not running. Borrow ``xs_watch'' thread context? - bug hunting in xbd + xennet resume. Rings are currently thrashed upon resume, so current implementation force flush them on suspend. It's not really needed.
Revision 1.166.4.1 / (download) - annotate - [select for diffs], Sat Mar 5 20:50:38 2011 UTC (12 years, 3 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.166: +2 -6
lines
Diff to previous 1.166 (colored)
sync with head
Revision 1.168 / (download) - annotate - [select for diffs], Wed Jan 12 23:12:12 2011 UTC (12 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: uebayasi-xip-base7,
jruoho-x86intr-base,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: jruoho-x86intr
Changes since 1.167: +2 -2
lines
Diff to previous 1.167 (colored)
Allow use of traditional CPP to be set on a per platform base in sys.mk. Honour this for dependency processing in bsd.dep.mk. Switch i386 and amd64 assembly to use ISO C90 preprocessor concat and drop the -traditional-cpp on this platform.
Revision 1.166.2.1 / (download) - annotate - [select for diffs], Tue Aug 17 06:44:35 2010 UTC (12 years, 9 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.166: +1 -5
lines
Diff to previous 1.166 (colored) next main 1.167 (colored)
Sync with HEAD.
Revision 1.158.10.3 / (download) - annotate - [select for diffs], Wed Aug 11 22:52:10 2010 UTC (12 years, 9 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.158.10.2: +1 -5
lines
Diff to previous 1.158.10.2 (colored) to branchpoint 1.158 (colored) next main 1.159 (colored)
sync with head.
Revision 1.167 / (download) - annotate - [select for diffs], Tue Jul 6 05:59:59 2010 UTC (12 years, 11 months ago) by mrg
Branch: MAIN
CVS Tags: yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base6,
uebayasi-xip-base5,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
matt-mips64-premerge-20101231
Changes since 1.166: +1 -5
lines
Diff to previous 1.166 (colored)
remove almost all the ability to build netbsd with an a.out target. we're ELF now, and there are many missing checks against OBJECT_FMT. if we ever consider switching, the we can figure out what new ones we need but for now it's just clutter. this doesn't remove any of the support for exec_aout or any actually required-for-boot a.out support, only the ability to build a netbsd release in a.out format. ie, most of this code has been dead for over a decade. i've tested builds on vax, amd64, i386, mac68k, macppc, sparc, atari, amiga, shark, cats, dreamcast, landisk, mmeye and x68k. this covers the 5 MACHINE_ARCH's affected, and all the other arch code touched. it also includes some actual run-time testing of sparc, i386 and shark, and i performed binary comparison upon amiga and x68k as well. some minor details relevant: - move shlib.[ch] from ld.aout_so into ldconfig proper, and cut them down to only the parts ldconfig needs - remove various unused source files - switch amiga bootblocks to using elf2bb.h instead of aout2bb.h
Revision 1.159.8.1 / (download) - annotate - [select for diffs], Wed Apr 21 00:33:50 2010 UTC (13 years, 1 month ago) by matt
Branch: matt-nb5-mips64
CVS Tags: matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-k15
Changes since 1.159: +2 -3
lines
Diff to previous 1.159 (colored) next main 1.160 (colored)
sync to netbsd-5
Revision 1.158.10.2 / (download) - annotate - [select for diffs], Thu Mar 11 15:02:27 2010 UTC (13 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.158.10.1: +3 -1
lines
Diff to previous 1.158.10.1 (colored) to branchpoint 1.158 (colored)
sync with head
Revision 1.166 / (download) - annotate - [select for diffs], Wed Nov 25 17:08:08 2009 UTC (13 years, 6 months ago) by tron
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9,
uebayasi-xip-base1,
uebayasi-xip-base,
matt-premerge-20091211
Branch point for: uebayasi-xip,
rmind-uvmplock
Changes since 1.165: +3 -1
lines
Diff to previous 1.165 (colored)
Enable SSP (Stack Smash Protection) in x86 kernels by default (except in i386 *TINY kernels). The NetBSD/i386 "ALL" kernel is unconditionally compiled with SSP enabled. Change approved by the core team.
Revision 1.162.2.2 / (download) - annotate - [select for diffs], Sun Nov 1 13:58:20 2009 UTC (13 years, 7 months ago) by jym
Branch: jym-xensuspend
Changes since 1.162.2.1: +0 -0
lines
Diff to previous 1.162.2.1 (colored) to branchpoint 1.162 (colored)
Sync with HEAD.
Revision 1.159.4.1 / (download) - annotate - [select for diffs], Fri Aug 7 18:33:48 2009 UTC (13 years, 9 months ago) by snj
Branch: netbsd-5
CVS Tags: 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,
matt-nb5-pq3-base,
matt-nb5-pq3
Changes since 1.159: +2 -3
lines
Diff to previous 1.159 (colored) next main 1.160 (colored)
Pull up following revision(s) (requested by sborrill in ticket #905): sys/arch/alpha/conf/Makefile.alpha: revision 1.81 sys/arch/amd64/conf/Makefile.amd64: revision 1.26 sys/arch/i386/conf/Makefile.i386: revision 1.162 sys/arch/macppc/conf/Makefile.macppc: revision 1.31 sys/arch/mips/conf/Makefile.mips: revision 1.52 sys/arch/sparc64/conf/Makefile.sparc64: revision 1.68 sys/arch/xen/conf/Makefile.xen: revision 1.28 Clean-up makefile stub used to include in the build the binary HAL object
Revision 1.162.2.1 / (download) - annotate - [select for diffs], Wed May 13 17:17:49 2009 UTC (14 years ago) by jym
Branch: jym-xensuspend
Changes since 1.162: +4 -7
lines
Diff to previous 1.162 (colored)
Sync with HEAD. Commit is split, to avoid a "too many arguments" protocol error.
Revision 1.158.10.1 / (download) - annotate - [select for diffs], Mon May 4 08:11:15 2009 UTC (14 years, 1 month ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.158: +12 -6
lines
Diff to previous 1.158 (colored)
sync with head.
Revision 1.159.2.3 / (download) - annotate - [select for diffs], Tue Apr 28 07:34:07 2009 UTC (14 years, 1 month ago) by skrll
Branch: nick-hppapmap
Changes since 1.159.2.2: +2 -6
lines
Diff to previous 1.159.2.2 (colored) to branchpoint 1.159 (colored) next main 1.160 (colored)
Sync with HEAD.
Revision 1.165 / (download) - annotate - [select for diffs], Sun Mar 15 05:45:32 2009 UTC (14 years, 2 months ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base,
jymxensuspend-base
Changes since 1.164: +2 -6
lines
Diff to previous 1.164 (colored)
Make sure to create i386 symlink on more generic targets.
Revision 1.159.2.2 / (download) - annotate - [select for diffs], Tue Mar 3 18:28:59 2009 UTC (14 years, 3 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.159.2.1: +3 -2
lines
Diff to previous 1.159.2.1 (colored) to branchpoint 1.159 (colored)
Sync with HEAD.
Revision 1.164 / (download) - annotate - [select for diffs], Sun Feb 15 01:58:01 2009 UTC (14 years, 3 months ago) by cube
Branch: MAIN
CVS Tags: nick-hppapmap-base2
Changes since 1.163: +2 -3
lines
Diff to previous 1.163 (colored)
Convert the recently introduced awk command to retrieve the value of the option MODULAR to using %MODULAR%. While it is now possible to only request the new version in the affected Makefiles, it is made mandatory for everybody because I just fixed a bug in config(1) that would not make it fail in the case of a syntax error in the Makefile template.
Revision 1.163 / (download) - annotate - [select for diffs], Sat Feb 14 16:53:55 2009 UTC (14 years, 3 months ago) by apb
Branch: MAIN
Changes since 1.162: +4 -2
lines
Diff to previous 1.162 (colored)
Now that "options MODULAR" is handled via defflag, the Makefile generated by config(1) in the kernel compile directory no longer contains IDENT=-DMODULAR. Instead, there's an opt_modular.h file that might or might not contain "#define MODULAR 1". Adapt to this by adding an OPT_MODULAR variable to relevant Makefiles, set via an awk script that parses opt_modular.h.
Revision 1.159.2.1 / (download) - annotate - [select for diffs], Mon Jan 19 13:16:15 2009 UTC (14 years, 4 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.159: +5 -6
lines
Diff to previous 1.159 (colored)
Sync with HEAD.
Revision 1.158.6.1 / (download) - annotate - [select for diffs], Sat Jan 17 13:28:03 2009 UTC (14 years, 4 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.158: +15 -6
lines
Diff to previous 1.158 (colored) next main 1.159 (colored)
Sync with HEAD.
Revision 1.158.16.1 / (download) - annotate - [select for diffs], Sat Dec 13 01:13:13 2008 UTC (14 years, 5 months ago) by haad
Branch: haad-dm
Changes since 1.158: +15 -6
lines
Diff to previous 1.158 (colored) next main 1.159 (colored)
Update haad-dm branch to haad-dm-base2.
Revision 1.162 / (download) - annotate - [select for diffs], Thu Dec 11 05:27:42 2008 UTC (14 years, 5 months ago) by alc
Branch: MAIN
CVS Tags: mjf-devfs2-base,
haad-nbase2,
haad-dm-base2,
haad-dm-base
Branch point for: jym-xensuspend
Changes since 1.161: +2 -3
lines
Diff to previous 1.161 (colored)
Clean-up makefile stub used to include in the build the binary HAL object
Revision 1.161 / (download) - annotate - [select for diffs], Thu Nov 27 01:57:40 2008 UTC (14 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: ad-audiomp2-base,
ad-audiomp2
Changes since 1.160: +3 -3
lines
Diff to previous 1.160 (colored)
Another assym.h dependency.
Revision 1.160 / (download) - annotate - [select for diffs], Thu Nov 13 10:51:23 2008 UTC (14 years, 6 months ago) by ad
Branch: MAIN
Changes since 1.159: +2 -2
lines
Diff to previous 1.159 (colored)
LKM -> MODULAR
Revision 1.159 / (download) - annotate - [select for diffs], Sun Oct 26 06:56:39 2008 UTC (14 years, 7 months ago) by mrg
Branch: MAIN
CVS Tags: netbsd-5-base,
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,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20091211,
matt-nb4-mips64-k7-u2a-k9b
Branch point for: nick-hppapmap,
netbsd-5,
matt-nb5-mips64
Changes since 1.158: +11 -1
lines
Diff to previous 1.158 (colored)
provide an i386/ symlink.
Revision 1.150.10.3 / (download) - annotate - [select for diffs], Sun Mar 23 02:04:06 2008 UTC (15 years, 2 months ago) by matt
Branch: matt-armv6
Changes since 1.150.10.2: +2 -3
lines
Diff to previous 1.150.10.2 (colored) to branchpoint 1.150 (colored) next main 1.151 (colored)
sync with HEAD
Revision 1.152.2.3 / (download) - annotate - [select for diffs], Mon Feb 18 21:04:37 2008 UTC (15 years, 3 months ago) by mjf
Branch: mjf-devfs
Changes since 1.152.2.2: +4 -5
lines
Diff to previous 1.152.2.2 (colored) to branchpoint 1.152 (colored) next main 1.153 (colored)
Sync with HEAD.
Revision 1.139.2.7 / (download) - annotate - [select for diffs], Mon Feb 4 09:22:02 2008 UTC (15 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.139.2.6: +2 -2
lines
Diff to previous 1.139.2.6 (colored) to branchpoint 1.139 (colored) next main 1.140 (colored)
sync with head.
Revision 1.158 / (download) - annotate - [select for diffs], Fri Jan 25 21:12:11 2008 UTC (15 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
yamt-nfs-mp-base2,
yamt-nfs-mp-base,
yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
simonb-wapbl-nbase,
simonb-wapbl-base,
simonb-wapbl,
nick-net80211-sync-base,
nick-net80211-sync,
mjf-devfs-base,
matt-mips64-base2,
matt-armv6-nbase,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
haad-dm-base1,
ad-socklock-base1
Branch point for: yamt-nfs-mp,
mjf-devfs2,
haad-dm
Changes since 1.157: +2 -2
lines
Diff to previous 1.157 (colored)
Refactor in_cksum/in4_cksum/in6_cksum implementations: - All three functions are included in the kernel by default. They call a backend function cpu_in_cksum after possibly computing the checksum of the pseudo header. - cpu_in_cksum is the core to implement the one-complement sum. The default implementation is moderate fast on most platforms and provides a 32bit accumulator with 16bit addends for L32 platforms and a 64bit accumulator with 32bit addends for L64 platforms. It handles edge cases like very large mbuf chains (could happen with native IPv6 in the future) and provides a good base for new native implementations. - Modify i386 and amd64 assembly to use the new interface. This disables the MD implementations on !x86 until the conversion is done. For Alpha, the portable version is faster.
Revision 1.139.2.6 / (download) - annotate - [select for diffs], Mon Jan 21 09:36:52 2008 UTC (15 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.139.2.5: +5 -5
lines
Diff to previous 1.139.2.5 (colored) to branchpoint 1.139 (colored)
sync with head
Revision 1.154.2.3 / (download) - annotate - [select for diffs], Sat Jan 19 12:14:17 2008 UTC (15 years, 4 months ago) by bouyer
Branch: bouyer-xeni386
Changes since 1.154.2.2: +0 -1
lines
Diff to previous 1.154.2.2 (colored) to branchpoint 1.154 (colored) next main 1.155 (colored)
Sync with HEAD
Revision 1.157 / (download) - annotate - [select for diffs], Thu Jan 17 01:56:02 2008 UTC (15 years, 4 months ago) by lukem
Branch: MAIN
CVS Tags: bouyer-xeni386-nbase,
bouyer-xeni386-base
Changes since 1.156: +1 -2
lines
Diff to previous 1.156 (colored)
Remove unnecessary references to config_time.h.
Revision 1.150.10.2 / (download) - annotate - [select for diffs], Wed Jan 9 01:46:29 2008 UTC (15 years, 4 months ago) by matt
Branch: matt-armv6
Changes since 1.150.10.1: +5 -4
lines
Diff to previous 1.150.10.1 (colored) to branchpoint 1.150 (colored)
sync with HEAD
Revision 1.154.2.2 / (download) - annotate - [select for diffs], Tue Jan 8 22:09:55 2008 UTC (15 years, 4 months ago) by bouyer
Branch: bouyer-xeni386
CVS Tags: bouyer-xeni386-merge1
Changes since 1.154.2.1: +1 -1
lines
Diff to previous 1.154.2.1 (colored) to branchpoint 1.154 (colored)
Sync with HEAD
Revision 1.156 / (download) - annotate - [select for diffs], Thu Jan 3 20:58:06 2008 UTC (15 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: matt-armv6-base
Changes since 1.155: +2 -2
lines
Diff to previous 1.155 (colored)
Missing assym.h dependency.
Revision 1.154.2.1 / (download) - annotate - [select for diffs], Wed Jan 2 21:48:10 2008 UTC (15 years, 5 months ago) by bouyer
Branch: bouyer-xeni386
Changes since 1.154: +2 -2
lines
Diff to previous 1.154 (colored)
Sync with HEAD
Revision 1.155 / (download) - annotate - [select for diffs], Sun Dec 30 12:34:12 2007 UTC (15 years, 5 months ago) by joerg
Branch: MAIN
Changes since 1.154: +2 -2
lines
Diff to previous 1.154 (colored)
i386func.S needs assym.h.
Revision 1.152.2.2 / (download) - annotate - [select for diffs], Thu Dec 27 00:43:01 2007 UTC (15 years, 5 months ago) by mjf
Branch: mjf-devfs
Changes since 1.152.2.1: +3 -2
lines
Diff to previous 1.152.2.1 (colored) to branchpoint 1.152 (colored)
Sync with HEAD.
Revision 1.153.2.1 / (download) - annotate - [select for diffs], Wed Dec 26 19:42:13 2007 UTC (15 years, 5 months ago) by ad
Branch: vmlocking2
Changes since 1.153: +3 -2
lines
Diff to previous 1.153 (colored) next main 1.154 (colored)
Sync with head.
Revision 1.153.4.1 / (download) - annotate - [select for diffs], Tue Dec 11 15:20:29 2007 UTC (15 years, 5 months ago) by yamt
Branch: yamt-kmem
Changes since 1.153: +3 -2
lines
Diff to previous 1.153 (colored) next main 1.154 (colored)
sync with head.
Revision 1.154 / (download) - annotate - [select for diffs], Sun Dec 9 20:27:46 2007 UTC (15 years, 5 months ago) by jmcneill
Branch: MAIN
CVS Tags: yamt-kmem-base3,
yamt-kmem-base2,
vmlocking2-base3,
cube-autoconf-base,
cube-autoconf
Branch point for: bouyer-xeni386
Changes since 1.153: +3 -2
lines
Diff to previous 1.153 (colored)
Merge jmcneill-pm branch.
Revision 1.152.2.1 / (download) - annotate - [select for diffs], Sat Dec 8 18:17:07 2007 UTC (15 years, 5 months ago) by mjf
Branch: mjf-devfs
Changes since 1.152: +2 -2
lines
Diff to previous 1.152 (colored)
Sync with HEAD.
Revision 1.139.2.5 / (download) - annotate - [select for diffs], Fri Dec 7 17:24:56 2007 UTC (15 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.139.2.4: +2 -2
lines
Diff to previous 1.139.2.4 (colored) to branchpoint 1.139 (colored)
sync with head
Revision 1.149.12.2 / (download) - annotate - [select for diffs], Mon Dec 3 18:36:30 2007 UTC (15 years, 6 months ago) by ad
Branch: vmlocking
Changes since 1.149.12.1: +3 -3
lines
Diff to previous 1.149.12.1 (colored) to branchpoint 1.149 (colored) next main 1.150 (colored)
Sync with HEAD.
Revision 1.150.8.6 / (download) - annotate - [select for diffs], Mon Dec 3 16:14:01 2007 UTC (15 years, 6 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.150.8.5: +2 -3
lines
Diff to previous 1.150.8.5 (colored) to branchpoint 1.150 (colored) next main 1.151 (colored)
Sync with HEAD.
Revision 1.153 / (download) - annotate - [select for diffs], Sun Dec 2 04:24:44 2007 UTC (15 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: yamt-kmem-base,
vmlocking2-base2,
vmlocking2-base1,
vmlocking-nbase,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
jmcneill-pm-base
Branch point for: yamt-kmem,
vmlocking2
Changes since 1.152: +2 -2
lines
Diff to previous 1.152 (colored)
busfunc needs assym.h too.
Revision 1.150.14.1 / (download) - annotate - [select for diffs], Tue Nov 13 15:58:31 2007 UTC (15 years, 6 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.150: +2 -2
lines
Diff to previous 1.150 (colored) next main 1.151 (colored)
Sync with HEAD
Revision 1.150.10.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:17:16 2007 UTC (15 years, 7 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.150: +2 -2
lines
Diff to previous 1.150 (colored)
sync with HEAD
Revision 1.139.2.4 / (download) - annotate - [select for diffs], Sat Oct 27 11:26:27 2007 UTC (15 years, 7 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.139.2.3: +2 -2
lines
Diff to previous 1.139.2.3 (colored) to branchpoint 1.139 (colored)
sync with head.
Revision 1.150.8.5 / (download) - annotate - [select for diffs], Fri Oct 26 15:42:32 2007 UTC (15 years, 7 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.150.8.4: +2 -2
lines
Diff to previous 1.150.8.4 (colored) to branchpoint 1.150 (colored)
Sync with HEAD. Follow the merge of pmap.c on i386 and amd64 and move pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup code to restore CR4 before jumping back into kernel space as the large page option might cover that.
Revision 1.152 / (download) - annotate - [select for diffs], Wed Oct 24 06:26:56 2007 UTC (15 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: jmcneill-base,
bouyer-xenamd64-base2,
bouyer-xenamd64-base
Branch point for: mjf-devfs
Changes since 1.151: +2 -2
lines
Diff to previous 1.151 (colored)
cpufunc.S depends on assym.h.
Revision 1.151 / (download) - annotate - [select for diffs], Wed Oct 17 19:54:43 2007 UTC (15 years, 7 months ago) by garbled
Branch: MAIN
CVS Tags: yamt-x86pmap-base4
Changes since 1.150: +1 -1
lines
Diff to previous 1.150 (colored)
Merge the ppcoea-renovation branch to HEAD. This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the various ports to eliminate near-identical copies of files in every tree. Additionally there is a new PIC system that unifies the interface to interrupt code for all different OEA ppc arches. The work for this branch was done by a variety of people, too long to list here. TODO: bebox still needs work to complete the transition to -renovation. ofppc still needs a bunch of work, which I will be looking at. ev64260 still needs to be renovated amigappc was not attempted. NOTES: pmppc was removed as an arch, and moved to a evbppc target.
Revision 1.150.8.4 / (download) - annotate - [select for diffs], Mon Sep 24 16:33:01 2007 UTC (15 years, 8 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.150.8.3: +2 -1
lines
Diff to previous 1.150.8.3 (colored) to branchpoint 1.150 (colored)
Generate the ACPI wakecode image dynamically at build time.
Revision 1.150.8.3 / (download) - annotate - [select for diffs], Mon Sep 10 20:36:28 2007 UTC (15 years, 8 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.150.8.2: +1 -2
lines
Diff to previous 1.150.8.2 (colored) to branchpoint 1.150 (colored)
Depending once is good enough.
Revision 1.150.8.2 / (download) - annotate - [select for diffs], Sun Sep 9 20:11:42 2007 UTC (15 years, 8 months ago) by christos
Branch: jmcneill-pm
Changes since 1.150.8.1: +2 -1
lines
Diff to previous 1.150.8.1 (colored) to branchpoint 1.150 (colored)
acpi_wakeup_low.S needs assym.h
Revision 1.150.8.1 / (download) - annotate - [select for diffs], Sun Sep 9 20:08:30 2007 UTC (15 years, 8 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.150: +2 -1
lines
Diff to previous 1.150 (colored)
acpi_wakeup_low.o depends on assym.h
Revision 1.139.2.3 / (download) - annotate - [select for diffs], Mon Sep 3 14:26:34 2007 UTC (15 years, 9 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.139.2.2: +6 -3
lines
Diff to previous 1.139.2.2 (colored) to branchpoint 1.139 (colored)
sync with head.
Revision 1.149.14.1 / (download) - annotate - [select for diffs], Wed Jul 11 19:59:52 2007 UTC (15 years, 10 months ago) by mjf
Branch: mjf-ufs-trans
Changes since 1.149: +6 -3
lines
Diff to previous 1.149 (colored) next main 1.150 (colored)
Sync with head.
Revision 1.149.20.1 / (download) - annotate - [select for diffs], Tue Jun 26 18:12:36 2007 UTC (15 years, 11 months ago) by garbled
Branch: ppcoea-renovation
Changes since 1.149: +6 -3
lines
Diff to previous 1.149 (colored) next main 1.150 (colored)
Sync with HEAD.
Revision 1.149.12.1 / (download) - annotate - [select for diffs], Sat Jun 9 23:55:09 2007 UTC (15 years, 11 months ago) by ad
Branch: vmlocking
Changes since 1.149: +6 -3
lines
Diff to previous 1.149 (colored)
Sync with head.
Revision 1.150 / (download) - annotate - [select for diffs], Wed May 30 17:16:55 2007 UTC (16 years ago) by christos
Branch: MAIN
CVS Tags: yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
vmlocking-base,
ppcoea-renovation-base,
nick-csl-alignment-base5,
nick-csl-alignment-base,
nick-csl-alignment,
mjf-ufs-trans-base,
matt-mips64-base,
matt-mips64,
hpcarm-cleanup
Branch point for: matt-armv6,
jmcneill-pm,
bouyer-xenamd64
Changes since 1.149: +6 -3
lines
Diff to previous 1.149 (colored)
lock_stubs.S depends on assym.h
Revision 1.139.2.2 / (download) - annotate - [select for diffs], Sat Dec 30 20:46:05 2006 UTC (16 years, 5 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.139.2.1: +2 -1
lines
Diff to previous 1.139.2.1 (colored) to branchpoint 1.139 (colored)
sync with head.
Revision 1.142.4.1 / (download) - annotate - [select for diffs], Sat Sep 9 02:39:53 2006 UTC (16 years, 8 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.142: +6 -21
lines
Diff to previous 1.142 (colored) next main 1.143 (colored)
sync with head
Revision 1.142.8.4 / (download) - annotate - [select for diffs], Sun Sep 3 15:22:58 2006 UTC (16 years, 9 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.142.8.3: +1 -3
lines
Diff to previous 1.142.8.3 (colored) to branchpoint 1.142 (colored) next main 1.143 (colored)
sync with head.
Revision 1.148.2.1 / (download) - annotate - [select for diffs], Sun Aug 27 06:32:46 2006 UTC (16 years, 9 months ago) by riz
Branch: abandoned-netbsd-4
Changes since 1.148: +1 -3
lines
Diff to previous 1.148 (colored) next main 1.149 (colored)
Pull up following revision(s) (requested by dsl in ticket #70): sys/arch/i386/conf/Makefile.i386: revision 1.149 There is no need to compile machdep.c with -O2 anymore. Fixed by changing the asm for lidt() in cpufunc.h
Revision 1.149 / (download) - annotate - [select for diffs], Sat Aug 19 17:50:56 2006 UTC (16 years, 9 months ago) by dsl
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
yamt-splraiseipl-base2,
yamt-splraiseipl-base,
yamt-splraiseipl,
yamt-pdpolicy-base9,
yamt-pdpolicy-base8,
yamt-idlelwp-base8,
yamt-idlelwp,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
thorpej-atomic-base,
thorpej-atomic,
rpaulo-netinet-merge-pcb-base,
reinoud-bufcleanup,
post-newlock2-merge,
newlock2-nbase,
newlock2-base,
newlock2,
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,
matt-nb4-arm-base,
matt-nb4-arm,
ad-audiomp-base,
ad-audiomp
Branch point for: vmlocking,
ppcoea-renovation,
mjf-ufs-trans
Changes since 1.148: +1 -3
lines
Diff to previous 1.148 (colored)
There is no need to compile machdep.c with -O2 anymore. Fixed by changing the asm for lidt() in cpufunc.h
Revision 1.142.8.3 / (download) - annotate - [select for diffs], Fri Aug 11 15:41:53 2006 UTC (16 years, 9 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.142.8.2: +4 -1
lines
Diff to previous 1.142.8.2 (colored) to branchpoint 1.142 (colored)
sync with head
Revision 1.148 / (download) - annotate - [select for diffs], Mon Jul 31 18:40:41 2006 UTC (16 years, 10 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pdpolicy-base7,
abandoned-netbsd-4-base
Branch point for: abandoned-netbsd-4
Changes since 1.147: +2 -2
lines
Diff to previous 1.147 (colored)
mention the correct PR/33725
Revision 1.147 / (download) - annotate - [select for diffs], Mon Jul 31 17:07:27 2006 UTC (16 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.146: +3 -1
lines
Diff to previous 1.146 (colored)
workaround for PR 33918
Revision 1.145.2.1 / (download) - annotate - [select for diffs], Thu Jul 13 17:48:52 2006 UTC (16 years, 10 months ago) by gdamore
Branch: gdamore-uart
Changes since 1.145: +2 -1
lines
Diff to previous 1.145 (colored) next main 1.146 (colored)
Merge from HEAD.
Revision 1.146 / (download) - annotate - [select for diffs], Tue Jul 4 18:41:41 2006 UTC (16 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.145: +2 -1
lines
Diff to previous 1.145 (colored)
Another missed dependency.
Revision 1.142.8.2 / (download) - annotate - [select for diffs], Mon Jun 26 12:44:39 2006 UTC (16 years, 11 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.142.8.1: +3 -6
lines
Diff to previous 1.142.8.1 (colored) to branchpoint 1.142 (colored)
sync with head.
Revision 1.139.2.1 / (download) - annotate - [select for diffs], Wed Jun 21 14:52:10 2006 UTC (16 years, 11 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.139: +9 -25
lines
Diff to previous 1.139 (colored)
sync with head.
Revision 1.144.2.1 / (download) - annotate - [select for diffs], Mon Jun 19 03:44:03 2006 UTC (16 years, 11 months ago) by chap
Branch: chap-midi
Changes since 1.144: +3 -6
lines
Diff to previous 1.144 (colored) next main 1.145 (colored)
Sync with head.
Revision 1.145 / (download) - annotate - [select for diffs], Wed Jun 7 22:37:57 2006 UTC (17 years ago) by kardel
Branch: MAIN
CVS Tags: yamt-pdpolicy-base6,
gdamore-uart-base,
chap-midi-nbase,
chap-midi-base
Branch point for: gdamore-uart
Changes since 1.144: +3 -6
lines
Diff to previous 1.144 (colored)
convert to timecounters (from branch simonb-timecounters)
Revision 1.142.12.1 / (download) - annotate - [select for diffs], Wed May 24 15:47:57 2006 UTC (17 years ago) by tron
Branch: peter-altq
Changes since 1.142: +3 -16
lines
Diff to previous 1.142 (colored) next main 1.143 (colored)
Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
Revision 1.142.6.2 / (download) - annotate - [select for diffs], Sat Apr 22 11:37:32 2006 UTC (17 years, 1 month ago) by simonb
Branch: simonb-timecounters
CVS Tags: simonb-timcounters-final
Changes since 1.142.6.1: +3 -16
lines
Diff to previous 1.142.6.1 (colored) to branchpoint 1.142 (colored) next main 1.143 (colored)
Sync with head.
Revision 1.142.10.1 / (download) - annotate - [select for diffs], Wed Apr 19 02:32:44 2006 UTC (17 years, 1 month ago) by elad
Branch: elad-kernelauth
Changes since 1.142: +3 -16
lines
Diff to previous 1.142 (colored) next main 1.143 (colored)
sync with head - hopefully this will work
Revision 1.142.8.1 / (download) - annotate - [select for diffs], Tue Apr 11 11:53:27 2006 UTC (17 years, 1 month ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.142: +3 -16
lines
Diff to previous 1.142 (colored)
sync with head
Revision 1.144 / (download) - annotate - [select for diffs], Tue Apr 4 03:13:12 2006 UTC (17 years, 2 months ago) by gdamore
Branch: MAIN
CVS Tags: yamt-pdpolicy-base5,
yamt-pdpolicy-base4,
simonb-timecounters-base,
elad-kernelauth-base
Branch point for: chap-midi
Changes since 1.143: +3 -16
lines
Diff to previous 1.143 (colored)
Convert existing ath users to new Makefile, except for amd64, which needs the rules due to needing to conditionally postprocess the HAL object file. Macppc needs a a non-ELF HAL (EABI) object, so take care of that by default in the atheros include file.
Revision 1.143 / (download) - annotate - [select for diffs], Sun Apr 2 05:52:14 2006 UTC (17 years, 2 months ago) by gdamore
Branch: MAIN
Changes since 1.142: +4 -4
lines
Diff to previous 1.142 (colored)
Reorganize ath layout as requested by sam@ and suggested by dyoung@ in http://mail-index.netbsd.org/tech-net/2006/03/15/0000.html. The new layout almost precisely matches FreeBSD, and should make future imports much easier. At the same time, import the current 0.9.16.16 HAL from FreeBSD. According to sam@, this is the proper version we should be using.
Revision 1.142.6.1 / (download) - annotate - [select for diffs], Sat Feb 4 15:08:44 2006 UTC (17 years, 4 months ago) by simonb
Branch: simonb-timecounters
Changes since 1.142: +3 -6
lines
Diff to previous 1.142 (colored)
Don't need old i8254 microtime() with timecounters.
Revision 1.142 / (download) - annotate - [select for diffs], Sun Dec 11 12:17:40 2005 UTC (17 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5,
yamt-uio_vmspace,
yamt-pdpolicy-base3,
yamt-pdpolicy-base2,
yamt-pdpolicy-base,
peter-altq-base
Branch point for: yamt-pdpolicy,
simonb-timecounters,
rpaulo-netinet-merge-pcb,
peter-altq,
elad-kernelauth
Changes since 1.141: +1 -1
lines
Diff to previous 1.141 (colored)
merge ktrace-lwp.
Revision 1.131.2.5 / (download) - annotate - [select for diffs], Thu Nov 10 13:56:32 2005 UTC (17 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.131.2.4: +11 -8
lines
Diff to previous 1.131.2.4 (colored) next main 1.132 (colored)
Sync with HEAD. Here we go again...
Revision 1.141 / (download) - annotate - [select for diffs], Mon Nov 7 11:42:34 2005 UTC (17 years, 7 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-readahead-pervnode,
yamt-readahead-perfile,
yamt-readahead-base3,
yamt-readahead-base2,
yamt-readahead-base,
yamt-readahead,
ktrace-lwp-base
Changes since 1.140: +6 -3
lines
Diff to previous 1.140 (colored)
some assym cleanup. - move copyin and friends from locore.S to their own file, copy.S. share it between i386 and xen. - defparam KERNBASE and kill KERNBASE_LOCORE hack. - add more symbols to assym.h and use it where appropriate.
Revision 1.139.4.1 / (download) - annotate - [select for diffs], Wed Oct 26 08:32:44 2005 UTC (17 years, 7 months ago) by yamt
Branch: yamt-vop
Changes since 1.139: +1 -4
lines
Diff to previous 1.139 (colored) next main 1.140 (colored)
sync with head
Revision 1.140 / (download) - annotate - [select for diffs], Wed Oct 19 09:01:27 2005 UTC (17 years, 7 months ago) by dyoung
Branch: MAIN
CVS Tags: yamt-vop-base3,
yamt-vop-base2,
thorpej-vnode-attr-base,
thorpej-vnode-attr
Changes since 1.139: +1 -4
lines
Diff to previous 1.139 (colored)
No need to create opt_ah.h in these makefiles, config(8) takes care of it.
Revision 1.139 / (download) - annotate - [select for diffs], Wed Jun 22 06:14:51 2005 UTC (17 years, 11 months ago) by dyoung
Branch: MAIN
CVS Tags: yamt-vop-base
Branch point for: yamt-vop,
yamt-lazymbuf
Changes since 1.138: +8 -5
lines
Diff to previous 1.138 (colored)
Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9) from FreeBSD. Introduce compatibility shims (sys/dev/ic/ath_netbsd.[ch], sys/net80211/ieee80211_netbsd.[ch]). Update drivers (an, atu, atw, awi, ipw, iwi, rtw, wi) for the new net80211(9) API.
Revision 1.138 / (download) - annotate - [select for diffs], Tue May 31 04:03:10 2005 UTC (18 years ago) by christos
Branch: MAIN
Changes since 1.137: +2 -2
lines
Diff to previous 1.137 (colored)
s/GENASSYM/GENASSYM_CONF/ so we can use "GENASSYM" as the program name.
Revision 1.136.4.1 / (download) - annotate - [select for diffs], Fri Apr 29 11:28:12 2005 UTC (18 years, 1 month ago) by kent
Branch: kent-audio2
Changes since 1.136: +5 -1
lines
Diff to previous 1.136 (colored) next main 1.137 (colored)
sync with -current
Revision 1.131.2.4 / (download) - annotate - [select for diffs], Fri Apr 1 14:27:39 2005 UTC (18 years, 2 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.131.2.3: +5 -1
lines
Diff to previous 1.131.2.3 (colored)
Sync with HEAD.
Revision 1.136.6.1 / (download) - annotate - [select for diffs], Sat Mar 19 08:33:01 2005 UTC (18 years, 2 months ago) by yamt
Branch: yamt-km
Changes since 1.136: +5 -1
lines
Diff to previous 1.136 (colored) next main 1.137 (colored)
sync with head. xen and whitespace. xen part is not finished.
Revision 1.137 / (download) - annotate - [select for diffs], Sat Mar 12 14:39:12 2005 UTC (18 years, 2 months ago) by dsl
Branch: MAIN
CVS Tags: yamt-km-base4,
yamt-km-base3,
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
Changes since 1.136: +5 -1
lines
Diff to previous 1.136 (colored)
Use an archive library for libkern if we don't support LKMs. Enough to get INSTALL_TINY small enough again. Someone else can fix it next time...
Revision 1.133.2.2.2.1 / (download) - annotate - [select for diffs], Sun Feb 6 07:45:25 2005 UTC (18 years, 4 months ago) by jmc
Branch: netbsd-2
CVS Tags: 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
Changes since 1.133.2.2: +6 -1
lines
Diff to previous 1.133.2.2 (colored) next main 1.134 (colored)
Pull up patch (requested by martti in ticket #1086) Move ipf to sys/dist/ipf and sync w. trunk
Revision 1.131.2.3 / (download) - annotate - [select for diffs], Tue Sep 21 13:16:38 2004 UTC (18 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.131.2.2: +1 -1
lines
Diff to previous 1.131.2.2 (colored)
Fix the sync with head I botched.
Revision 1.131.2.2 / (download) - annotate - [select for diffs], Sat Sep 18 14:35:22 2004 UTC (18 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.131.2.1: +0 -0
lines
Diff to previous 1.131.2.1 (colored)
Sync with HEAD.
Revision 1.131.2.1 / (download) - annotate - [select for diffs], Tue Aug 3 10:35:47 2004 UTC (18 years, 10 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.131: +23 -1
lines
Diff to previous 1.131 (colored)
Sync with HEAD
Revision 1.133.2.2 / (download) - annotate - [select for diffs], Thu Jul 15 19:26:49 2004 UTC (18 years, 10 months ago) by he
Branch: netbsd-2-0
CVS Tags: netbsd-2-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
Branch point for: netbsd-2
Changes since 1.133.2.1: +8 -10
lines
Diff to previous 1.133.2.1 (colored) to branchpoint 1.133 (colored) next main 1.134 (colored)
Pull up revision 1.136 (requested by atatat in ticket #661): Make uudecode into a tool which can be used to build a kernel and redo the athhal-elf.o handling to take advantage of it. This means that bsd.files.mk is no longer included by Makefile.i386 so CFLAGS will not be duplicated.
Revision 1.136 / (download) - annotate - [select for diffs], Thu Jul 15 03:35:20 2004 UTC (18 years, 10 months ago) by atatat
Branch: MAIN
CVS Tags: yamt-km-base2,
yamt-km-base,
kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Branch point for: yamt-km,
kent-audio2
Changes since 1.135: +8 -10
lines
Diff to previous 1.135 (colored)
Make uudecode into a tool that can be used to build a kernel and redo the athhal-elf.o handling to take advantage of it. This means that bsd.files.mk is no longer included by Makefile.i386 so CFLAGS won't be duplicated.
Revision 1.135 / (download) - annotate - [select for diffs], Fri Jun 4 04:45:50 2004 UTC (19 years ago) by thorpej
Branch: MAIN
Changes since 1.134: +6 -1
lines
Diff to previous 1.134 (colored)
Add the %MAKEOPTIONSAPPEND token at the end of the file, after the common Makefile.kern.inc has been included.
Revision 1.133.2.1 / (download) - annotate - [select for diffs], Sun Apr 18 02:21:57 2004 UTC (19 years, 1 month ago) by jmc
Branch: netbsd-2-0
Changes since 1.133: +3 -1
lines
Diff to previous 1.133 (colored)
Pullup rev 1.134 (requested by he in ticket #148) We need to also clean out athhal-elf-o, so that "make clean; make" after an initial "make" will also (re)build athhal-elf.o.
Revision 1.134 / (download) - annotate - [select for diffs], Thu Apr 15 15:02:17 2004 UTC (19 years, 1 month ago) by he
Branch: MAIN
Changes since 1.133: +3 -1
lines
Diff to previous 1.133 (colored)
We need to also clean out athhal-elf-o, so that "make clean; make" after an initial "make" will also (re)build athhal-elf.o.
Revision 1.133 / (download) - annotate - [select for diffs], Thu Mar 25 23:32:10 2004 UTC (19 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Changes since 1.132: +17 -1
lines
Diff to previous 1.132 (colored)
Convert athhal-elf.o to a .uue and add appropriate make hooks to use it
Revision 1.132 / (download) - annotate - [select for diffs], Sat Jul 5 16:56:10 2003 UTC (19 years, 11 months ago) by simonb
Branch: MAIN
Changes since 1.131: +2 -1
lines
Diff to previous 1.131 (colored)
Make mptrap.o depend on assym.h; fixes GENERIC.MP -j N kernel build.
Revision 1.131 / (download) - annotate - [select for diffs], Fri May 2 17:40:13 2003 UTC (20 years, 1 month ago) by yamt
Branch: MAIN
Branch point for: ktrace-lwp
Changes since 1.130: +3 -2
lines
Diff to previous 1.130 (colored)
add spl.S, vector.S and microtime.S to MD_SFILES so that 'make depend' takes care of them.
Revision 1.130 / (download) - annotate - [select for diffs], Wed Apr 2 22:10:23 2003 UTC (20 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.129: +2 -2
lines
Diff to previous 1.129 (colored)
bioscall.S needs assym.h now.
Revision 1.129 / (download) - annotate - [select for diffs], Sun Mar 2 22:19:05 2003 UTC (20 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.128: +5 -2
lines
Diff to previous 1.128 (colored)
microtime.S depends on assym.h
Revision 1.112.2.7 / (download) - annotate - [select for diffs], Thu Dec 19 00:33:46 2002 UTC (20 years, 5 months ago) by thorpej
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.112.2.6: +2 -1
lines
Diff to previous 1.112.2.6 (colored) to branchpoint 1.112 (colored) next main 1.113 (colored)
Sync with HEAD.
Revision 1.128 / (download) - annotate - [select for diffs], Thu Dec 12 17:41:19 2002 UTC (20 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: nathanw_sa_before_merge,
nathanw_sa_base,
gmcgarry_ucred_base,
gmcgarry_ucred,
gmcgarry_ctxsw_base,
gmcgarry_ctxsw,
fvdl_fs64_base
Changes since 1.127: +2 -1
lines
Diff to previous 1.127 (colored)
add missing dependency.
Revision 1.112.2.6 / (download) - annotate - [select for diffs], Wed Dec 11 06:00:50 2002 UTC (20 years, 5 months ago) by thorpej
Branch: nathanw_sa
Changes since 1.112.2.5: +11 -8
lines
Diff to previous 1.112.2.5 (colored) to branchpoint 1.112 (colored)
Sync with HEAD.
Revision 1.127 / (download) - annotate - [select for diffs], Tue Nov 26 18:51:14 2002 UTC (20 years, 6 months ago) by thorpej
Branch: MAIN
Changes since 1.126: +1 -5
lines
Diff to previous 1.126 (colored)
The traditional C preprocessor is fixed in GCC 3.3 now, so no need to skip -traditional-cpp for HAVE_GCC3.
Revision 1.126 / (download) - annotate - [select for diffs], Sun Nov 24 18:56:01 2002 UTC (20 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.125: +3 -2
lines
Diff to previous 1.125 (colored)
add mach_sigcode.o to the files that depend on assym.h
Revision 1.125 / (download) - annotate - [select for diffs], Fri Nov 22 15:23:36 2002 UTC (20 years, 6 months ago) by fvdl
Branch: MAIN
Changes since 1.124: +10 -4
lines
Diff to previous 1.124 (colored)
New interrupt code. The basic idea behind it is to hide the differences in interrupt controllers in struct pic, and try to keep as much common code as possible. At the lowest (asm) level, this is done with CPP macros. The main structure is now struct intrsource, describing an established interrupt line, of any kind (soft/hard local apic/legacy apic/IO apic). For quick masking, there may be a maximum of 32 sources per CPU. Sources can be assigned to any CPU in the MP case, though currently they all go to the boot CPU.
Revision 1.112.2.5 / (download) - annotate - [select for diffs], Mon Nov 11 21:58:54 2002 UTC (20 years, 6 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.112.2.4: +1 -2
lines
Diff to previous 1.112.2.4 (colored) to branchpoint 1.112 (colored)
Catch up to -current
Revision 1.124 / (download) - annotate - [select for diffs], Sat Nov 2 07:59:26 2002 UTC (20 years, 7 months ago) by perry
Branch: MAIN
Changes since 1.123: +1 -2
lines
Diff to previous 1.123 (colored)
We don't need our on KERNLINTFLAGS any longer.
Revision 1.122.10.1 / (download) - annotate - [select for diffs], Sun Jul 14 17:47:54 2002 UTC (20 years, 10 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.122: +5 -1
lines
Diff to previous 1.122 (colored) next main 1.123 (colored)
catch up with -current.
Revision 1.116.2.2 / (download) - annotate - [select for diffs], Sun Jun 23 17:37:21 2002 UTC (20 years, 11 months ago) by jdolecek
Branch: kqueue
Changes since 1.116.2.1: +5 -1
lines
Diff to previous 1.116.2.1 (colored) to branchpoint 1.116 (colored) next main 1.117 (colored)
catch up with -current on kqueue branch
Revision 1.112.2.4 / (download) - annotate - [select for diffs], Thu Jun 20 03:39:07 2002 UTC (20 years, 11 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.112.2.3: +5 -1
lines
Diff to previous 1.112.2.3 (colored) to branchpoint 1.112 (colored)
Catch up to -current.
Revision 1.123.2.2 / (download) - annotate - [select for diffs], Tue Jun 4 21:39:11 2002 UTC (21 years ago) by thorpej
Branch: sommerfeld_i386mp_1
Changes since 1.123.2.1: +98 -0
lines
Diff to previous 1.123.2.1 (colored) to branchpoint 1.123 (colored) next main 1.124 (colored)
Don't use -traditional-cpp if HAVE_GCC3.
Revision 1.123.2.1, Tue Jun 4 21:39:10 2002 UTC (21 years ago) by thorpej
Branch: sommerfeld_i386mp_1
Changes since 1.123: +0 -98
lines
FILE REMOVED
file Makefile.i386 was added on branch sommerfeld_i386mp_1 on 2002-06-04 21:39:11 +0000
Revision 1.123 / (download) - annotate - [select for diffs], Tue Jun 4 21:39:10 2002 UTC (21 years ago) by thorpej
Branch: MAIN
CVS Tags: sommerfeld_i386mpnext,
sommerfeld_i386mpbase_1,
kqueue-beforemerge,
kqueue-base,
kqueue-aftermerge,
gehenna-devsw-base
Branch point for: sommerfeld_i386mp_1
Changes since 1.122: +5 -1
lines
Diff to previous 1.122 (colored)
Don't use -traditional-cpp if HAVE_GCC3.
Revision 1.116.2.1 / (download) - annotate - [select for diffs], Thu Jan 10 19:44:31 2002 UTC (21 years, 4 months ago) by thorpej
Branch: kqueue
Changes since 1.116: +58 -191
lines
Diff to previous 1.116 (colored)
Sync kqueue branch with -current.
Revision 1.112.2.3 / (download) - annotate - [select for diffs], Tue Jan 8 00:25:14 2002 UTC (21 years, 5 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.112.2.2: +57 -193
lines
Diff to previous 1.112.2.2 (colored) to branchpoint 1.112 (colored)
Catch up to -current.
Revision 1.122 / (download) - annotate - [select for diffs], Sun Dec 9 05:00:45 2001 UTC (21 years, 6 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,
i386mp_plus16_stable,
eeh-devprop-base,
eeh-devprop
Branch point for: gehenna-devsw
Changes since 1.121: +2 -2
lines
Diff to previous 1.121 (colored)
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.121 / (download) - annotate - [select for diffs], Fri Nov 23 05:19:00 2001 UTC (21 years, 6 months ago) by atatat
Branch: MAIN
Changes since 1.120: +4 -8
lines
Diff to previous 1.120 (colored)
Instead of checking for previous usage, just append to some make variables. Tweak some variables to provide for more uniform defaults. Minor adaption to makefiles for already converted ports.
Revision 1.120 / (download) - annotate - [select for diffs], Tue Nov 20 12:56:30 2001 UTC (21 years, 6 months ago) by lukem
Branch: MAIN
Changes since 1.119: +3 -3
lines
Diff to previous 1.119 (colored)
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.119 / (download) - annotate - [select for diffs], Fri Nov 16 00:23:03 2001 UTC (21 years, 6 months ago) by atatat
Branch: MAIN
Changes since 1.118: +61 -193
lines
Diff to previous 1.118 (colored)
Abstract out a large chunk of the kernel build machinery so that new build features (such as ross's DEBUGLIST) can easily be applied to all ports. This should reduce the complexity of each port's kernel Makefile considerably. Line counts: 227 arch/i386/conf/Makefile.i386.orig 98 arch/i386/conf/Makefile.i386 227 arch/alpha/conf/Makefile.alpha.orig 99 arch/alpha/conf/Makefile.alpha 219 arch/sparc/conf/Makefile.sparc.orig 102 arch/sparc/conf/Makefile.sparc 215 arch/vax/conf/Makefile.vax.orig 102 arch/vax/conf/Makefile.vax 253 conf/Makefile.kern.inc Roll i386, alpha, sparc, and vax over to the new build machinery.
Revision 1.112.2.2 / (download) - annotate - [select for diffs], Wed Nov 14 19:12:44 2001 UTC (21 years, 6 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.112.2.1: +4 -1
lines
Diff to previous 1.112.2.1 (colored) to branchpoint 1.112 (colored)
Catch up to -current.
Revision 1.117.2.1 / (download) - annotate - [select for diffs], Mon Nov 12 21:17:03 2001 UTC (21 years, 6 months ago) by thorpej
Branch: thorpej-mips-cache
Changes since 1.117: +2 -1
lines
Diff to previous 1.117 (colored) next main 1.118 (colored)
Sync the thorpej-mips-cache branch with -current.
Revision 1.118 / (download) - annotate - [select for diffs], Fri Oct 26 06:45:37 2001 UTC (21 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: thorpej-mips-cache-base
Changes since 1.117: +2 -1
lines
Diff to previous 1.117 (colored)
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.117 / (download) - annotate - [select for diffs], Tue Oct 23 19:26:45 2001 UTC (21 years, 7 months ago) by thorpej
Branch: MAIN
Branch point for: thorpej-mips-cache
Changes since 1.116: +3 -1
lines
Diff to previous 1.116 (colored)
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.112.2.1 / (download) - annotate - [select for diffs], Thu Jun 21 19:25:19 2001 UTC (21 years, 11 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.112: +17 -8
lines
Diff to previous 1.112 (colored)
Catch up to -current.
Revision 1.116 / (download) - annotate - [select for diffs], Tue Jun 5 05:05:46 2001 UTC (22 years ago) by thorpej
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.115: +4 -2
lines
Diff to previous 1.115 (colored)
Allow the text address to be set with makeoptions.
Revision 1.115 / (download) - annotate - [select for diffs], Tue May 29 02:20:23 2001 UTC (22 years ago) by mrg
Branch: MAIN
Changes since 1.114: +2 -2
lines
Diff to previous 1.114 (colored)
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.114 / (download) - annotate - [select for diffs], Wed May 16 03:48:45 2001 UTC (22 years ago) by lukem
Branch: MAIN
Changes since 1.113: +4 -6
lines
Diff to previous 1.113 (colored)
changes to lint invocation: - sort lint flags - add flags -F (full pathname), -g (gcc extensions; XXX for now) - lint CFILES before LINTSTUBS - don't -Dvolatile= - don't grep -v 'static function.*unused'
Revision 1.113 / (download) - annotate - [select for diffs], Tue May 15 22:34:36 2001 UTC (22 years ago) by perry
Branch: MAIN
Changes since 1.112: +12 -3
lines
Diff to previous 1.112 (colored)
1) Add infrastructure to generate lint stub files from stylized comments in .S files. 2) Update "make lint" target to use generated lint stubs.
Revision 1.99.2.3 / (download) - annotate - [select for diffs], Sun Feb 11 19:10:53 2001 UTC (22 years, 3 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.99.2.2: +8 -7
lines
Diff to previous 1.99.2.2 (colored) to branchpoint 1.99 (colored) next main 1.100 (colored)
Sync with HEAD.
Revision 1.112 / (download) - annotate - [select for diffs], Sat Jan 20 07:18:06 2001 UTC (22 years, 4 months ago) by lukem
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase,
thorpej_scsipi_beforemerge,
thorpej_scsipi_base
Branch point for: nathanw_sa
Changes since 1.111: +5 -2
lines
Diff to previous 1.111 (colored)
a few things depend upon assym.h, so add appropriate dependencies.
Revision 1.111 / (download) - annotate - [select for diffs], Sat Jan 20 01:05:53 2001 UTC (22 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.110: +4 -6
lines
Diff to previous 1.110 (colored)
In the ELF case, use the kern.ldscript unless overridden by the kernel config file.
Revision 1.110 / (download) - annotate - [select for diffs], Tue Jan 9 12:03:15 2001 UTC (22 years, 4 months ago) by fvdl
Branch: MAIN
Changes since 1.109: +2 -2
lines
Diff to previous 1.109 (colored)
Revert apparently accidental commit.
Revision 1.109 / (download) - annotate - [select for diffs], Mon Jan 8 21:46:36 2001 UTC (22 years, 4 months ago) by martin
Branch: MAIN
Changes since 1.108: +2 -2
lines
Diff to previous 1.108 (colored)
Add isdn devices to all archs that seem to support at least one of the necessary busses. Sync comments with reality for archs that already had the devices.
Revision 1.99.2.2 / (download) - annotate - [select for diffs], Fri Jan 5 17:34:28 2001 UTC (22 years, 5 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.99.2.1: +1 -7
lines
Diff to previous 1.99.2.1 (colored) to branchpoint 1.99 (colored)
Sync with HEAD
Revision 1.108 / (download) - annotate - [select for diffs], Sun Dec 17 15:52:41 2000 UTC (22 years, 5 months ago) by jdolecek
Branch: MAIN
Changes since 1.107: +1 -7
lines
Diff to previous 1.107 (colored)
delete obsolete comment
Revision 1.99.2.1 / (download) - annotate - [select for diffs], Mon Nov 20 20:09:17 2000 UTC (22 years, 6 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.99: +27 -5
lines
Diff to previous 1.99 (colored)
Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
Revision 1.107 / (download) - annotate - [select for diffs], Thu Sep 7 06:39:36 2000 UTC (22 years, 9 months ago) by thorpej
Branch: MAIN
Changes since 1.106: +6 -1
lines
Diff to previous 1.106 (colored)
If KERN_LDSCRIPT is specified as a makeoption, then add it to the linker flags.
Revision 1.106 / (download) - annotate - [select for diffs], Tue May 9 00:56:24 2000 UTC (23 years, 1 month ago) by hubertf
Branch: MAIN
CVS Tags: sommerfeld_i386mp_houseclean,
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.105: +13 -1
lines
Diff to previous 1.105 (colored)
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.105 / (download) - annotate - [select for diffs], Tue May 9 00:32:23 2000 UTC (23 years, 1 month ago) by thorpej
Branch: MAIN
Changes since 1.104: +6 -3
lines
Diff to previous 1.104 (colored)
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.97.2.1 / (download) - annotate - [select for diffs], Sat Feb 19 00:20:18 2000 UTC (23 years, 3 months ago) by he
Branch: netbsd-1-4
CVS Tags: netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002
Changes since 1.97: +2 -2
lines
Diff to previous 1.97 (colored) next main 1.98 (colored)
Apply patch (requested by thorpej): Move KERNBASE to 0xc0000000, giving the kernel a more-or-less full 1GB of virtual address space, leaving userland with 3GB, and update comments to match the new reality.
Revision 1.104 / (download) - annotate - [select for diffs], Fri Feb 11 07:00:11 2000 UTC (23 years, 3 months ago) by thorpej
Branch: MAIN
CVS Tags: sommerfeld_i386mpbase_20000422,
chs-ubc2-newbase
Changes since 1.103: +2 -2
lines
Diff to previous 1.103 (colored)
Move KERNBASE to 0xc0000000, giving the kernel a more-or-less full 1G of virtual address space, leaving userland with 3G, and update comments to match the new reality. We knew we were going to have to bite this bullet eventually, and there are a couple of outstanding PRs related to this issue (9389 and 9313). Complete solution to those PRs is going to involve some sort of run-time decision on how large kmem_map should be, as well as changing some data structure allocation strategies in UVM. However, this change will at least allow the PR submitter to simply throw resources at the problem.
Revision 1.103 / (download) - annotate - [select for diffs], Tue Feb 1 05:25:32 2000 UTC (23 years, 4 months ago) by tsutsui
Branch: MAIN
Changes since 1.102: +4 -4
lines
Diff to previous 1.102 (colored)
Revert STRIPPROG -> STRIP
Revision 1.102 / (download) - annotate - [select for diffs], Mon Jan 24 20:36:13 2000 UTC (23 years, 4 months ago) by tron
Branch: MAIN
Changes since 1.101: +3 -1
lines
Diff to previous 1.101 (colored)
Add "dependall" target for comfort.
Revision 1.101 / (download) - annotate - [select for diffs], Wed Jan 19 16:29:57 2000 UTC (23 years, 4 months ago) by tsutsui
Branch: MAIN
Changes since 1.100: +4 -4
lines
Diff to previous 1.100 (colored)
STRIP -> STRIPPROG
Revision 1.100 / (download) - annotate - [select for diffs], Wed Jan 19 14:45:03 2000 UTC (23 years, 4 months ago) by tsutsui
Branch: MAIN
Changes since 1.99: +2 -2
lines
Diff to previous 1.99 (colored)
Change STRIPFLAGS=-g for cross-toolchains.
Revision 1.97.4.1 / (download) - annotate - [select for diffs], Mon Aug 2 19:50:31 1999 UTC (23 years, 10 months ago) by thorpej
Branch: chs-ubc2
Changes since 1.97: +6 -3
lines
Diff to previous 1.97 (colored) next main 1.98 (colored)
Update from trunk.
Revision 1.99 / (download) - annotate - [select for diffs], Mon Jul 26 05:20:46 1999 UTC (23 years, 10 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.98: +4 -3
lines
Diff to previous 1.98 (colored)
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.98 / (download) - annotate - [select for diffs], Fri Jul 9 09:52:57 1999 UTC (23 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.97: +3 -1
lines
Diff to previous 1.97 (colored)
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.97 / (download) - annotate - [select for diffs], Thu Jan 28 20:04:54 1999 UTC (24 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-1-4-base,
netbsd-1-4-RELEASE,
netbsd-1-4-PATCH001,
kame_14_19990705,
kame_14_19990628,
kame_141_19991130,
kame
Branch point for: netbsd-1-4,
chs-ubc2
Changes since 1.96: +9 -2
lines
Diff to previous 1.96 (colored)
Add ELF bits. -N does not work, because ld does not compute the correct memsz.
Revision 1.96 / (download) - annotate - [select for diffs], Fri Jan 15 23:37:06 1999 UTC (24 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.95: +2 -3
lines
Diff to previous 1.95 (colored)
Some minor, mostly costmetic, changes to CPPFLAGS/CFLAGS.
Revision 1.95 / (download) - annotate - [select for diffs], Fri Jan 8 19:26:13 1999 UTC (24 years, 5 months ago) by augustss
Branch: MAIN
Changes since 1.94: +3 -2
lines
Diff to previous 1.94 (colored)
Add -Wpointer-arith warning since `void *' arithmetic is not ANSI C.
Revision 1.94 / (download) - annotate - [select for diffs], Thu Oct 15 18:37:14 1998 UTC (24 years, 7 months ago) by drochner
Branch: MAIN
CVS Tags: kenh-if-detach-base,
kenh-if-detach,
chs-ubc-base,
chs-ubc
Changes since 1.93: +3 -2
lines
Diff to previous 1.93 (colored)
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.93 / (download) - annotate - [select for diffs], Sat Sep 5 15:15:15 1998 UTC (24 years, 9 months ago) by lukem
Branch: MAIN
Changes since 1.92: +2 -2
lines
Diff to previous 1.92 (colored)
distclean is a synonym for cleandir
Revision 1.92 / (download) - annotate - [select for diffs], Sun Jun 7 03:01:06 1998 UTC (25 years ago) by enami
Branch: MAIN
CVS Tags: eeh-paddr_t-base,
eeh-paddr_t
Changes since 1.91: +6 -6
lines
Diff to previous 1.91 (colored)
Also, remove space at the end of line.
Revision 1.91 / (download) - annotate - [select for diffs], Sun May 31 23:25:42 1998 UTC (25 years ago) by thorpej
Branch: MAIN
Changes since 1.90: +2 -1
lines
Diff to previous 1.90 (colored)
Specify a non-profiling C rule.
Revision 1.90 / (download) - annotate - [select for diffs], Sun Apr 12 23:47:43 1998 UTC (25 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.89: +6 -2
lines
Diff to previous 1.89 (colored)
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.89 / (download) - annotate - [select for diffs], Fri Feb 6 07:21:48 1998 UTC (25 years, 4 months ago) by mrg
Branch: MAIN
Changes since 1.88: +2 -2
lines
Diff to previous 1.88 (colored)
add the i386 MD portions for UVM.
Revision 1.86.2.1 / (download) - annotate - [select for diffs], Wed Nov 12 23:45:32 1997 UTC (25 years, 6 months ago) by thorpej
Branch: netbsd-1-3
CVS Tags: netbsd-1-3-RELEASE,
netbsd-1-3-PATCH003-CANDIDATE2,
netbsd-1-3-PATCH003-CANDIDATE1,
netbsd-1-3-PATCH003-CANDIDATE0,
netbsd-1-3-PATCH003,
netbsd-1-3-PATCH002,
netbsd-1-3-PATCH001,
netbsd-1-3-BETA
Changes since 1.86: +9 -1
lines
Diff to previous 1.86 (colored) next main 1.87 (colored)
Pull up "make sure tools are defined" changes from trunk.
Revision 1.88 / (download) - annotate - [select for diffs], Wed Nov 12 23:12:09 1997 UTC (25 years, 6 months ago) by thorpej
Branch: MAIN
Changes since 1.87: +6 -1
lines
Diff to previous 1.87 (colored)
Make sure CPP, AR, AS, and RANLIB are defined.
Revision 1.87 / (download) - annotate - [select for diffs], Wed Nov 12 22:26:02 1997 UTC (25 years, 6 months ago) by thorpej
Branch: MAIN
Changes since 1.86: +4 -1
lines
Diff to previous 1.86 (colored)
Define LORDER, NM, and TSORT here, like we do the rest of the tools.
Revision 1.86 / (download) - annotate - [select for diffs], Mon Oct 20 00:43:21 1997 UTC (25 years, 7 months ago) by fvdl
Branch: MAIN
CVS Tags: netbsd-1-3-base
Branch point for: netbsd-1-3
Changes since 1.85: +2 -2
lines
Diff to previous 1.85 (colored)
Move kernel entry address down to f0100000
Revision 1.83.2.1 / (download) - annotate - [select for diffs], Tue Oct 14 09:09:30 1997 UTC (25 years, 7 months ago) by thorpej
Branch: marc-pcmcia
Changes since 1.83: +13 -5
lines
Diff to previous 1.83 (colored) next main 1.84 (colored)
Update marc-pcmcia branch from trunk.
Revision 1.85 / (download) - annotate - [select for diffs], Fri Oct 3 07:17:39 1997 UTC (25 years, 8 months ago) by lukem
Branch: MAIN
CVS Tags: marc-pcmcia-base
Changes since 1.84: +4 -3
lines
Diff to previous 1.84 (colored)
define SIZE?=size, and use ${SIZE} instead of size. makes cross compilation easier
Revision 1.84 / (download) - annotate - [select for diffs], Tue Sep 30 22:10:32 1997 UTC (25 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.83: +10 -3
lines
Diff to previous 1.83 (colored)
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.83 / (download) - annotate - [select for diffs], Sat Jul 12 22:07:57 1997 UTC (25 years, 10 months ago) by leo
Branch: MAIN
CVS Tags: thorpej-signal-base,
thorpej-signal,
marc-pcmcia-bp
Branch point for: marc-pcmcia
Changes since 1.82: +5 -1
lines
Diff to previous 1.82 (colored)
Generate assym.h dependencies when making 'depend'.
Revision 1.82 / (download) - annotate - [select for diffs], Fri Mar 14 23:16:08 1997 UTC (26 years, 2 months ago) by mycroft
Branch: MAIN
CVS Tags: bouyer-scsipi
Changes since 1.81: +7 -6
lines
Diff to previous 1.81 (colored)
Put the genassym.sh output in a temp file, and mv -f it, in case it fails spectacularly and doesn't clean up. Also, remove dependencies for genassym.o (since it no longer exists).
Revision 1.80.4.1 / (download) - annotate - [select for diffs], Wed Mar 12 14:34:38 1997 UTC (26 years, 2 months ago) by is
Branch: is-newarp
Changes since 1.80: +4 -17
lines
Diff to previous 1.80 (colored) next main 1.81 (colored)
Merge in Changes from The Trunk.
Revision 1.67.4.1 / (download) - annotate - [select for diffs], Tue Mar 4 14:57:11 1997 UTC (26 years, 3 months ago) by mycroft
Branch: netbsd-1-2
CVS Tags: netbsd-1-2-PATCH001
Changes since 1.67: +1 -4
lines
Diff to previous 1.67 (colored) next main 1.68 (colored)
Pull up latest ahc driver. Fixes several bugs.
Revision 1.81 / (download) - annotate - [select for diffs], Wed Feb 26 23:50:04 1997 UTC (26 years, 3 months ago) by mycroft
Branch: MAIN
CVS Tags: is-newarp-before-merge
Changes since 1.80: +4 -17
lines
Diff to previous 1.80 (colored)
Use genassym.sh, to support cross-compilation.
Revision 1.80 / (download) - annotate - [select for diffs], Tue Feb 4 05:08:34 1997 UTC (26 years, 4 months ago) by perry
Branch: MAIN
CVS Tags: mrg-vm-swap,
is-newarp-base
Branch point for: is-newarp
Changes since 1.79: +2 -2
lines
Diff to previous 1.79 (colored)
Nuke some options GENERIC residue.
Revision 1.79 / (download) - annotate - [select for diffs], Tue Feb 4 04:32:04 1997 UTC (26 years, 4 months ago) by perry
Branch: MAIN
Changes since 1.78: +2 -2
lines
Diff to previous 1.78 (colored)
Nuke some GENERIC residue.
Revision 1.77.2.1 / (download) - annotate - [select for diffs], Thu Jan 30 05:46:22 1997 UTC (26 years, 4 months ago) by thorpej
Branch: thorpej-setroot
Changes since 1.77: +4 -3
lines
Diff to previous 1.77 (colored) next main 1.78 (colored)
update from trunk
Revision 1.78 / (download) - annotate - [select for diffs], Thu Jan 23 23:07:56 1997 UTC (26 years, 4 months ago) by cgd
Branch: MAIN
Changes since 1.77: +4 -3
lines
Diff to previous 1.77 (colored)
update for new kernel library Makefile.inc expectations
Revision 1.77 / (download) - annotate - [select for diffs], Sun Dec 1 06:12:31 1996 UTC (26 years, 6 months ago) by jonathan
Branch: MAIN
Branch point for: thorpej-setroot
Changes since 1.76: +3 -2
lines
Diff to previous 1.76 (colored)
* 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.76 / (download) - annotate - [select for diffs], Fri Oct 11 00:04:22 1996 UTC (26 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.75: +2 -2
lines
Diff to previous 1.75 (colored)
add -Wall -Wstrict-prototypes -Wmissing-prototypes. We are compiling cleanly now!
Revision 1.75 / (download) - annotate - [select for diffs], Fri Sep 13 00:02:41 1996 UTC (26 years, 8 months ago) by jtk
Branch: MAIN
Changes since 1.74: +2 -6
lines
Diff to previous 1.74 (colored)
BIOS trampoline is a static beast; generate it in the sources like syscalls.h & friends, and include it when needed from the source directory.
Revision 1.74 / (download) - annotate - [select for diffs], Mon Sep 9 21:07:00 1996 UTC (26 years, 9 months ago) by mycroft
Branch: MAIN
Changes since 1.73: +11 -7
lines
Diff to previous 1.73 (colored)
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.73 / (download) - annotate - [select for diffs], Sat Aug 31 21:41:16 1996 UTC (26 years, 9 months ago) by mycroft
Branch: MAIN
Changes since 1.72: +3 -1
lines
Diff to previous 1.72 (colored)
Wrap the default definition of `S' in `.ifndef'.
Revision 1.72 / (download) - annotate - [select for diffs], Sun Aug 25 23:39:29 1996 UTC (26 years, 9 months ago) by jtk
Branch: MAIN
Changes since 1.71: +7 -2
lines
Diff to previous 1.71 (colored)
add Advanced Power Management driver Includes bootstrap support from FreeBSD (Tatsumi HOSOKAWA and <ukai>)
Revision 1.71 / (download) - annotate - [select for diffs], Mon Aug 12 00:51:40 1996 UTC (26 years, 9 months ago) by mycroft
Branch: MAIN
Changes since 1.70: +10 -17
lines
Diff to previous 1.70 (colored)
Put into . Remove hooks for `config-dependent' and `device-driver' flags.
Revision 1.70 / (download) - annotate - [select for diffs], Sat Aug 10 08:40:53 1996 UTC (26 years, 10 months ago) by mycroft
Branch: MAIN
Changes since 1.69: +1 -4
lines
Diff to previous 1.69 (colored)
Theres no microcode/Makefile.inc now.
Revision 1.69 / (download) - annotate - [select for diffs], Sat Aug 10 06:09:00 1996 UTC (26 years, 10 months ago) by mycroft
Branch: MAIN
Changes since 1.68: +5 -3
lines
Diff to previous 1.68 (colored)
* 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.68 / (download) - annotate - [select for diffs], Sat Aug 10 05:29:36 1996 UTC (26 years, 10 months ago) by mycroft
Branch: MAIN
Changes since 1.67: +11 -11
lines
Diff to previous 1.67 (colored)
* 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.67 / (download) - annotate - [select for diffs], Sat May 11 16:12:11 1996 UTC (27 years ago) by mycroft
Branch: MAIN
CVS Tags: netbsd-1-2-base,
netbsd-1-2-RELEASE,
netbsd-1-2-BETA
Branch point for: netbsd-1-2
Changes since 1.66: +2 -2
lines
Diff to previous 1.66 (colored)
Make `make depend' work for libraries.
Revision 1.66 / (download) - annotate - [select for diffs], Thu Feb 29 20:56:16 1996 UTC (27 years, 3 months ago) by cgd
Branch: MAIN
Changes since 1.65: +6 -10
lines
Diff to previous 1.65 (colored)
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.65 / (download) - annotate - [select for diffs], Mon Feb 26 02:53:37 1996 UTC (27 years, 3 months ago) by mycroft
Branch: MAIN
Changes since 1.64: +7 -7
lines
Diff to previous 1.64 (colored)
Define build programs with `?=', so they can be overridden with `makeoptions'.
Revision 1.64 / (download) - annotate - [select for diffs], Fri Feb 9 02:21:25 1996 UTC (27 years, 4 months ago) by mycroft
Branch: MAIN
Changes since 1.63: +6 -6
lines
Diff to previous 1.63 (colored)
Fix mkdep problems due to missing flags.
Revision 1.63 / (download) - annotate - [select for diffs], Sat Feb 3 00:44:02 1996 UTC (27 years, 4 months ago) by mycroft
Branch: MAIN
Changes since 1.62: +3 -3
lines
Diff to previous 1.62 (colored)
Use `-traditional-cpp' when building .s and .S files.
Revision 1.62 / (download) - annotate - [select for diffs], Fri Feb 2 20:09:06 1996 UTC (27 years, 4 months ago) by mycroft
Branch: MAIN
Changes since 1.61: +88 -89
lines
Diff to previous 1.61 (colored)
Clone these, and fix many bugs.
Revision 1.61 / (download) - annotate - [select for diffs], Fri Feb 2 02:36:34 1996 UTC (27 years, 4 months ago) by mycroft
Branch: MAIN
Changes since 1.60: +6 -6
lines
Diff to previous 1.60 (colored)
assym.s -> assym.h (Some ports did this already.)
Revision 1.60 / (download) - annotate - [select for diffs], Thu Feb 1 22:30:32 1996 UTC (27 years, 4 months ago) by mycroft
Branch: MAIN
Changes since 1.59: +4 -4
lines
Diff to previous 1.59 (colored)
LOCORE -> _LOCORE
Revision 1.59 / (download) - annotate - [select for diffs], Tue Oct 10 05:58:00 1995 UTC (27 years, 8 months ago) by mycroft
Branch: MAIN
CVS Tags: netbsd-1-1-base,
netbsd-1-1-RELEASE,
netbsd-1-1-PATCH001,
netbsd-1-1
Changes since 1.58: +5 -2
lines
Diff to previous 1.58 (colored)
Pull in microcode dependencies. Remove -fno-builtin.
Revision 1.58 / (download) - annotate - [select for diffs], Tue Sep 19 23:25:29 1995 UTC (27 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.57: +2 -2
lines
Diff to previous 1.57 (colored)
Compile the kernel with -fno-builtin.
Revision 1.57 / (download) - annotate - [select for diffs], Mon Jul 24 03:30:07 1995 UTC (27 years, 10 months ago) by mycroft
Branch: MAIN
Changes since 1.56: +8 -10
lines
Diff to previous 1.56 (colored)
Add -Werror.
Revision 1.56 / (download) - annotate - [select for diffs], Sat Jun 24 20:39:42 1995 UTC (27 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.55: +13 -4
lines
Diff to previous 1.55 (colored)
GENERIC: Add COMPAT_IBCS2 in too by default. 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.55 / (download) - annotate - [select for diffs], Tue May 16 22:24:50 1995 UTC (28 years ago) by jtc
Branch: MAIN
Changes since 1.54: +2 -2
lines
Diff to previous 1.54 (colored)
Removing -DKERNEL, transition to _KERNEL has been completed
Revision 1.54 / (download) - annotate - [select for diffs], Mon Apr 17 12:06:30 1995 UTC (28 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.53: +2 -2
lines
Diff to previous 1.53 (colored)
clean up several ISA device interfaces: autoconfiguration, header inclusion, and interrupt configuration. more work still needs to be done, but it's getting better...
Revision 1.53 / (download) - annotate - [select for diffs], Mon Apr 17 07:30:54 1995 UTC (28 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.52: +10 -9
lines
Diff to previous 1.52 (colored)
allow most program names to be overridden. kill a bogus } in a comment, and an unnecessary blank line.
Revision 1.52 / (download) - annotate - [select for diffs], Thu Mar 23 19:46:50 1995 UTC (28 years, 2 months ago) by jtc
Branch: MAIN
Changes since 1.51: +2 -2
lines
Diff to previous 1.51 (colored)
Added -D_KERNEL to CFLAGS alongside each -DKERNEL.
Revision 1.51 / (download) - annotate - [select for diffs], Tue Dec 6 06:07:39 1994 UTC (28 years, 6 months ago) by mycroft
Branch: MAIN
Changes since 1.50: +9 -7
lines
Diff to previous 1.50 (colored)
Don't ignore the exit status of ld(1).
Revision 1.50 / (download) - annotate - [select for diffs], Fri Nov 4 01:22:26 1994 UTC (28 years, 7 months ago) by mycroft
Branch: MAIN
Changes since 1.49: +3 -1
lines
Diff to previous 1.49 (colored)
Add `newvers' target.
Revision 1.49 / (download) - annotate - [select for diffs], Fri Nov 4 00:02:39 1994 UTC (28 years, 7 months ago) by mycroft
Branch: MAIN
Changes since 1.48: +2 -2
lines
Diff to previous 1.48 (colored)
vector.h should have been nuked ages ago.
Revision 1.48 / (download) - annotate - [select for diffs], Fri Nov 4 00:01:19 1994 UTC (28 years, 7 months ago) by mycroft
Branch: MAIN
Changes since 1.47: +2 -2
lines
Diff to previous 1.47 (colored)
isa.h -> isareg.h
Revision 1.47 / (download) - annotate - [select for diffs], Fri Oct 28 17:05:29 1994 UTC (28 years, 7 months ago) by mycroft
Branch: MAIN
CVS Tags: before_newconf_base
Changes since 1.46: +3 -3
lines
Diff to previous 1.46 (colored)
Add vnode_if.[ch] to the clean target.
Revision 1.46 / (download) - annotate - [select for diffs], Thu Oct 27 04:14:54 1994 UTC (28 years, 7 months ago) by cgd
Branch: MAIN
Changes since 1.45: +2 -2
lines
Diff to previous 1.45 (colored)
new RCS ID format.
Revision 1.45 / (download) - annotate - [select for diffs], Wed Jun 15 16:46:39 1994 UTC (28 years, 11 months ago) by mycroft
Branch: MAIN
CVS Tags: netbsd-1-0-base,
netbsd-1-0-RELEASE,
netbsd-1-0-PATCH1,
netbsd-1-0-PATCH06,
netbsd-1-0-PATCH05,
netbsd-1-0-PATCH04,
netbsd-1-0-PATCH03,
netbsd-1-0-PATCH02,
netbsd-1-0-PATCH0,
netbsd-1-0
Changes since 1.44: +4 -5
lines
Diff to previous 1.44 (colored)
Allow overriding the name of the awk program. This is a bit different from how Gordon did it.
Revision 1.44 / (download) - annotate - [select for diffs], Wed Jun 15 02:13:47 1994 UTC (28 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.43: +2 -2
lines
Diff to previous 1.43 (colored)
build vnode_if.* early in a kernel compile
Revision 1.43 / (download) - annotate - [select for diffs], Wed Jun 8 07:51:48 1994 UTC (29 years ago) by mycroft
Branch: MAIN
Changes since 1.42: +3 -3
lines
Diff to previous 1.42 (colored)
Build vnode_if.o.
Revision 1.42 / (download) - annotate - [select for diffs], Mon May 23 10:18:52 1994 UTC (29 years ago) by mycroft
Branch: MAIN
Changes since 1.41: +78 -62
lines
Diff to previous 1.41 (colored)
Clone from hp300 version.
Revision 1.41 / (download) - annotate - [select for diffs], Sat Apr 16 08:38:08 1994 UTC (29 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.40: +6 -7
lines
Diff to previous 1.40 (colored)
kill symbols.{raw,sort}; no longer necessary, with kvm dbs.
Revision 1.28.2.5 / (download) - annotate - [select for diffs], Tue Feb 1 20:48:30 1994 UTC (29 years, 4 months ago) by mycroft
Branch: magnum
Changes since 1.28.2.4: +2 -3
lines
Diff to previous 1.28.2.4 (colored) next main 1.29 (colored)
Use new link address, and junk dbsym.
Revision 1.40 / (download) - annotate - [select for diffs], Fri Jan 28 08:43:10 1994 UTC (29 years, 4 months ago) by cgd
Branch: MAIN
Changes since 1.39: +3 -7
lines
Diff to previous 1.39 (colored)
kill refs to dbsym, and note that we have a working 'ex' now.
Revision 1.39 / (download) - annotate - [select for diffs], Wed Jan 5 16:03:32 1994 UTC (29 years, 5 months ago) by mycroft
Branch: MAIN
Changes since 1.38: +2 -2
lines
Diff to previous 1.38 (colored)
LOAD_ADDRESS is now fixed at 0xf8100000.
Revision 1.38 / (download) - annotate - [select for diffs], Thu Dec 30 06:56:48 1993 UTC (29 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.37: +2 -2
lines
Diff to previous 1.37 (colored)
compile genassym -static as suggested by Jim McKim <mckim@lerc.nasa.gov>
Revision 1.37 / (download) - annotate - [select for diffs], Sat Dec 18 04:23:04 1993 UTC (29 years, 5 months ago) by mycroft
Branch: MAIN
Changes since 1.36: +2 -2
lines
Diff to previous 1.36 (colored)
Clean bogus arguments to newvers, and don't pass KERN_IDENT any more.
Revision 1.36 / (download) - annotate - [select for diffs], Wed Dec 15 01:06:55 1993 UTC (29 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.35: +3 -3
lines
Diff to previous 1.35 (colored)
correct docs
Revision 1.28.2.4 / (download) - annotate - [select for diffs], Sat Dec 4 07:28:01 1993 UTC (29 years, 6 months ago) by cgd
Branch: magnum
Changes since 1.28.2.3: +10 -3
lines
Diff to previous 1.28.2.3 (colored)
use new libkern setup
Revision 1.35 / (download) - annotate - [select for diffs], Mon Oct 18 14:35:45 1993 UTC (29 years, 7 months ago) by pk
Branch: MAIN
Changes since 1.34: +2 -2
lines
Diff to previous 1.34 (colored)
Fixed typo.
Revision 1.34 / (download) - annotate - [select for diffs], Sun Oct 17 20:56:09 1993 UTC (29 years, 7 months ago) by pk
Branch: MAIN
Changes since 1.33: +2 -2
lines
Diff to previous 1.33 (colored)
Explicit entry point specified in kernel link command. (so far, we've been lucky only because vers.o doesn't contain text)
Revision 1.33 / (download) - annotate - [select for diffs], Wed Oct 13 06:43:17 1993 UTC (29 years, 7 months ago) by cgd
Branch: MAIN
Changes since 1.32: +10 -2
lines
Diff to previous 1.32 (colored)
use the new location for libkern, auto-depend on it, and include the right one, for profiling or non-profiling.
Revision 1.28.2.3 / (download) - annotate - [select for diffs], Sat Oct 9 09:14:19 1993 UTC (29 years, 8 months ago) by mycroft
Branch: magnum
Changes since 1.28.2.2: +2 -2
lines
Diff to previous 1.28.2.2 (colored)
Oops. Add some missing dependencies for locore.o.
Revision 1.28.2.2 / (download) - annotate - [select for diffs], Sat Oct 9 08:55:41 1993 UTC (29 years, 8 months ago) by mycroft
Branch: magnum
Changes since 1.28.2.1: +77 -89
lines
Diff to previous 1.28.2.1 (colored)
Majorly redone.
Revision 1.32 / (download) - annotate - [select for diffs], Sat Oct 9 00:31:21 1993 UTC (29 years, 8 months ago) by cgd
Branch: MAIN
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (colored)
genassym needs a dependency...
Revision 1.31 / (download) - annotate - [select for diffs], Wed Oct 6 21:19:11 1993 UTC (29 years, 8 months ago) by cgd
Branch: MAIN
Changes since 1.30: +2 -2
lines
Diff to previous 1.30 (colored)
get rid of excess target line for machdep.o
Revision 1.28.2.1 / (download) - annotate - [select for diffs], Tue Sep 14 17:28:05 1993 UTC (29 years, 8 months ago) by mycroft
Branch: magnum
Changes since 1.28: +43 -25
lines
Diff to previous 1.28 (colored)
New i386 code.
Revision 1.30 / (download) - annotate - [select for diffs], Mon Sep 13 15:28:23 1993 UTC (29 years, 8 months ago) by brezak
Branch: MAIN
CVS Tags: magnum-base
Changes since 1.29: +5 -1
lines
Diff to previous 1.29 (colored)
Default LOAD_ADDRESS at 0xfe100000 (1M)
Revision 1.29 / (download) - annotate - [select for diffs], Sat Sep 11 00:14:13 1993 UTC (29 years, 9 months ago) by jtc
Branch: MAIN
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
Link with libkern.
Revision 1.28 / (download) - annotate - [select for diffs], Sun Aug 29 12:48:10 1993 UTC (29 years, 9 months ago) by brezak
Branch: MAIN
Branch point for: magnum
Changes since 1.27: +4 -2
lines
Diff to previous 1.27 (colored)
Changes for boot loading of symbols.
Revision 1.27 / (download) - annotate - [select for diffs], Fri Aug 27 23:58:20 1993 UTC (29 years, 9 months ago) by brezak
Branch: MAIN
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
Need LOAD_ADDRESS for depend pass.
Revision 1.26 / (download) - annotate - [select for diffs], Sat Jul 31 15:26:37 1993 UTC (29 years, 10 months ago) by mycroft
Branch: MAIN
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (colored)
Add RCS indentifiers.
Revision 1.25.2.2 / (download) - annotate - [select for diffs], Mon Jul 19 16:52:17 1993 UTC (29 years, 10 months ago) by mycroft
Branch: netbsd-0-9
Changes since 1.25.2.1: +142 -0
lines
Diff to previous 1.25.2.1 (colored) to branchpoint 1.25 (colored) next main 1.26 (colored)
Add ${DEBUG} to CFLAGS and -f to dbsym.
Revision 1.25.2.1, Mon Jul 19 16:52:16 1993 UTC (29 years, 10 months ago) by mycroft
Branch: netbsd-0-9
Changes since 1.25: +0 -142
lines
FILE REMOVED
file Makefile.i386 was added on branch netbsd-0-9 on 1993-07-19 16:52:17 +0000
Revision 1.25 / (download) - annotate - [select for diffs], Mon Jul 19 16:52:16 1993 UTC (29 years, 10 months ago) by mycroft
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
Branch point for: netbsd-0-9
Changes since 1.24: +3 -3
lines
Diff to previous 1.24 (colored)
Add ${DEBUG} to CFLAGS and -f to dbsym.
Revision 1.24 / (download) - annotate - [select for diffs], Sun Jul 18 21:26:34 1993 UTC (29 years, 10 months ago) by mycroft
Branch: MAIN
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
Phooey. Need a better mechanism for dealing with multiple sets of local changes.
Revision 1.23 / (download) - annotate - [select for diffs], Sun Jul 18 16:44:16 1993 UTC (29 years, 10 months ago) by cgd
Branch: MAIN
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
CC should be cc. cc is gcc2...
Revision 1.22 / (download) - annotate - [select for diffs], Sun Jul 18 10:08:22 1993 UTC (29 years, 10 months ago) by mycroft
Branch: MAIN
Changes since 1.21: +5 -6
lines
Diff to previous 1.21 (colored)
Change to work with new config stuff for specifying load address.
Revision 1.21 / (download) - annotate - [select for diffs], Sun Jul 18 09:48:49 1993 UTC (29 years, 10 months ago) by mycroft
Branch: MAIN
Changes since 1.20: +3 -3
lines
Diff to previous 1.20 (colored)
Oops. Back out a change that shouldn't be committed...
Revision 1.20 / (download) - annotate - [select for diffs], Sun Jul 18 09:47:40 1993 UTC (29 years, 10 months ago) by mycroft
Branch: MAIN
Changes since 1.19: +6 -5
lines
Diff to previous 1.19 (colored)
Use new -T option to dbsym.
Revision 1.19 / (download) - annotate - [select for diffs], Sat Jul 17 12:22:00 1993 UTC (29 years, 10 months ago) by cgd
Branch: MAIN
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
gcc-2.4.5's ffs() has been rendered safe for kernel compiling...
Revision 1.18 / (download) - annotate - [select for diffs], Mon Jul 12 11:58:27 1993 UTC (29 years, 10 months ago) by cgd
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
add -fno-builtin to CFLAGS until gcc bug fixed
Revision 1.17 / (download) - annotate - [select for diffs], Sun Jul 11 08:42:22 1993 UTC (29 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
don't ignore errors from dbsym... it might say that, e.g. there's not enough symbol space!
Revision 1.16 / (download) - annotate - [select for diffs], Fri Jun 18 02:03:34 1993 UTC (29 years, 11 months ago) by brezak
Branch: MAIN
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Use NNPX instead of NPX from npx.h for activating npx.
Revision 1.15 / (download) - annotate - [select for diffs], Fri Jun 11 02:59:54 1993 UTC (30 years ago) by cgd
Branch: MAIN
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
note gprof.ex is in csu/i386 not csu.i386 like it used to be...
Revision 1.14 / (download) - annotate - [select for diffs], Sun Jun 6 23:29:03 1993 UTC (30 years ago) by cgd
Branch: MAIN
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
make conf.o actually depend on conf.c...
Revision 1.13 / (download) - annotate - [select for diffs], Sun Jun 6 04:15:38 1993 UTC (30 years ago) by cgd
Branch: MAIN
Changes since 1.12: +7 -6
lines
Diff to previous 1.12 (colored)
incorporate Bruce Evans' interrupt changes, as hacked by Rod grimes, for patchkit patch 158. it appears to work well.
Revision 1.12 / (download) - annotate - [select for diffs], Mon May 24 11:04:52 1993 UTC (30 years ago) by cgd
Branch: MAIN
Changes since 1.11: +4 -5
lines
Diff to previous 1.11 (colored)
do the right thing for vers.o. i.e. don't make newvers if nothing has changed.
Revision 1.11 / (download) - annotate - [select for diffs], Tue May 18 08:54:21 1993 UTC (30 years ago) by cgd
Branch: MAIN
Changes since 1.10: +4 -4
lines
Diff to previous 1.10 (colored)
changes for 'arch'
Revision 1.10 / (download) - annotate - [select for diffs], Mon May 17 09:10:36 1993 UTC (30 years ago) by cgd
Branch: MAIN
Changes since 1.9: +3 -3
lines
Diff to previous 1.9 (colored)
make config use a /sys/${machine}/compile directory, rather than /sys/compile
Revision 1.9 / (download) - annotate - [select for diffs], Fri May 7 08:33:27 1993 UTC (30 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.8: +3 -1
lines
Diff to previous 1.8 (colored)
add rcsid, and kernel description where necessary
Revision 1.8 / (download) - annotate - [select for diffs], Thu Apr 29 03:27:39 1993 UTC (30 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.7: +5 -10
lines
Diff to previous 1.7 (colored)
use ed instead of ex. the script to use is identical, and we might want to switch back to using ex when our ex supports -.
Revision 1.7 / (download) - annotate - [select for diffs], Wed Apr 28 06:39:30 1993 UTC (30 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.6: +1 -1
lines
Diff to previous 1.6 (colored)
bsd->netbsd
Revision 1.6 / (download) - annotate - [select for diffs], Wed Apr 28 05:29:08 1993 UTC (30 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.5: +1 -1
lines
Diff to previous 1.5 (colored)
new kernel name is bsd
Revision 1.5 / (download) - annotate - [select for diffs], Wed Mar 24 18:48:57 1993 UTC (30 years, 2 months ago) by cgd
Branch: MAIN
CVS Tags: netbsd-alpha-1,
netbsd-0-8
Changes since 1.4: +1 -1
lines
Diff to previous 1.4 (colored)
now use absolute path for dbsym
Revision 1.4 / (download) - annotate - [select for diffs], Tue Mar 23 08:22:28 1993 UTC (30 years, 2 months ago) by cgd
Branch: MAIN
Changes since 1.3: +1 -1
lines
Diff to previous 1.3 (colored)
automatically run dbsym on kernel
Revision 1.3 / (download) - annotate - [select for diffs], Tue Mar 23 08:12:09 1993 UTC (30 years, 2 months ago) by cgd
Branch: MAIN
Changes since 1.2: +1 -0
lines
Diff to previous 1.2 (colored)
added support for microtime routines by Steve McCanne (mccanne@ee.lbl.gov)
Revision 1.2 / (download) - annotate - [select for diffs], Sun Mar 21 18:04:42 1993 UTC (30 years, 2 months ago) by cgd
Branch: MAIN
CVS Tags: patchkit-0-2-2
Changes since 1.1: +19 -1
lines
Diff to previous 1.1 (colored)
after 0.2.2 "stable" patches applied
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Mar 21 09:45:37 1993 UTC (30 years, 2 months ago) by cgd
Branch: WFJ-920714
CVS Tags: WFJ-386bsd-01
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
initial import of 386bsd-0.1 sources
Revision 1.1 / (download) - annotate - [select for diffs], Sun Mar 21 09:45:37 1993 UTC (30 years, 2 months ago) by cgd
Branch: MAIN
Initial revision