CVS log for src/sys/arch/cesfic/cesfic/locore.s
Up to [cvs.NetBSD.org] / src / sys / arch / cesfic / cesfic
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.34.4.1: download - view: text, markup, annotated - select for diffs
Thu Jun 27 19:27:28 2024 UTC (9 months, 3 weeks ago) by martin
Branches: netbsd-10
CVS tags: netbsd-10-1-RELEASE
Diff to: previous 1.34: preferred, colored; next MAIN 1.35: preferred, colored
Changes since revision 1.34: +1 -4
lines
Pull up following revision(s) (requested by rin in ticket #724
to fix build fallout on the branch):
sys/arch/m68k/m68k/compat_16_sigreturn14.s: revision 1.6
sys/arch/mvme68k/mvme68k/locore.s: revision 1.129
sys/arch/news68k/news68k/locore.s: revision 1.84
sys/arch/hp300/hp300/locore.s: revision 1.183
sys/arch/m68k/m68k/compat_13_sigreturn13.s: revision 1.8
sys/arch/m68k/m68k/sigreturn.s: file removal
sys/arch/m68k/include/pte_motorola.h: revision 1.10
sys/arch/atari/atari/locore.s: revision 1.125
sys/arch/amiga/amiga/locore.s: revision 1.169
sys/arch/sun2/sun2/locore.s: revision 1.37
sys/arch/next68k/next68k/locore.s: revision 1.84
sys/arch/x68k/x68k/locore.s: revision 1.130
sys/arch/sun3/sun3x/locore.s: revision 1.77
sys/arch/cesfic/cesfic/locore.s: revision 1.45
sys/arch/m68k/conf/files.m68k: revision 1.53
sys/arch/sun3/sun3/locore.s: revision 1.109
sys/arch/luna68k/luna68k/locore.s: revision 1.81
sys/arch/mac68k/mac68k/locore.s: revision 1.182
Define PTE used in the pmap module int terms of the bit definitions
in mmu_{51,40}.h.
Make compat_13_sigreturn13.s and compat_16_sigreturn14.s build as their
own stand-alone files and G/C the now-empty sigreturn.s.
Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Jan 17 12:33:49 2024 UTC (15 months, 1 week ago) by thorpej
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -9
lines
Make sigcode.s and sunos_sigcode.s build as their own stand-alone files.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Jan 17 12:19:06 2024 UTC (15 months, 1 week ago) by thorpej
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -4
lines
Make compat_13_sigreturn13.s and compat_16_sigreturn14.s build as their
own stand-alone files and G/C the now-empty sigreturn.s.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Tue Jan 16 15:38:57 2024 UTC (15 months, 1 week ago) by thorpej
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -6
lines
Build m68k/support.s on its own; don't include it from locore.s
Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon Jan 15 19:28:06 2024 UTC (15 months, 1 week ago) by thorpej
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -11
lines
No need for our own spurious interrupt handler now that m68k_intr.c
handles them for us.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Jan 15 19:11:31 2024 UTC (15 months, 1 week ago) by thorpej
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +4 -20
lines
G/C __HAVE_LEGACY_INTRCNT from cesfic.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Jan 15 03:07:14 2024 UTC (15 months, 1 week ago) by thorpej
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -11
lines
Switch cesfic over to the common interrupt dispatch code.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Jan 15 02:40:52 2024 UTC (15 months, 1 week ago) by thorpej
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +3 -7
lines
Switch cesfic over to the common vector table.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Jan 9 07:28:25 2024 UTC (15 months, 2 weeks ago) by thorpej
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -4
lines
Statically-initialize the '851 / '030 protorp with MMU51_SRP_BITS. In
pmap_init(), re-initialize protorp with MMU51_CRP_BITS. Remove the now-
redundant code that does this in each of the m68k platforms.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Jan 9 04:16:24 2024 UTC (15 months, 2 weeks ago) by thorpej
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +3 -45
lines
Remove duplicated / slightly-tweaked loadustp() (load user segment table)
routines from all of the m68k ports using the shared pmap. Instead, in
pmap_init(), set up a function pointer to the appropriate mmu_load_urp*()
function in mmu_subr.s.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Dec 27 03:03:41 2023 UTC (15 months, 4 weeks ago) by thorpej
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +5 -5
lines
Stop using magic numbers for the MMU root pointer attributes and the
Translation Control register, and also get rid of "#if PGSHIFT == ..."
where those magic numbers are used.
Instead, define new macros: MMU51_SRP_BITS, MMU51_CRP_BITS, MMU51_TCR_BITS,
and MMU40_TCR_BITS, in terms of the definitions in mmu_{40,51}.h. These
automagically adapt to 8K and 4K pages based on the machine-specific value
of PGSHIFT.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Dec 26 02:38:27 2023 UTC (15 months, 4 weeks ago) by thorpej
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -17
lines
G/C unused ploadw().
Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Dec 25 21:32:56 2023 UTC (15 months, 4 weeks ago) by thorpej
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +5 -4
lines
loadustp(): Optimize for the overwhelmingly common case of "not the HP MMU".
Rather than converting the level 1 table address to a page number before
calling loadustp() only to have loadustp() convert it back to an address
for the '851, '030, '040, and '060, instead pass the address and convert
to a page number only in the case of the HP MMU.
This is a wash on HP MMU machines (9000/320 and 9000/350), and saves at
least 4 instructions (2x moveq + 2x lsXl) on every context switch on
everything else.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon May 30 09:56:03 2022 UTC (2 years, 10 months ago) by andvar
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-altq-separation-base,
thorpej-altq-separation,
netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm
Branch point for: netbsd-10
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2
lines
s/identifing/identifying/ and s/multipler/multiplier/ in comments.
Revision 1.32.30.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:06:00 2019 UTC (5 years, 10 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.32: preferred, colored; next MAIN 1.33: preferred, colored
Changes since revision 1.32: +1 -5
lines
Sync with HEAD
Revision 1.32.28.1: download - view: text, markup, annotated - select for diffs
Wed Dec 26 14:01:34 2018 UTC (6 years, 3 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.32: preferred, colored; next MAIN 1.33: preferred, colored
Changes since revision 1.32: +1 -5
lines
Sync with HEAD, resolve a few conflicts
Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Dec 19 13:57:46 2018 UTC (6 years, 4 months ago) by maxv
Branches: 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,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
isaki-audio2-base,
isaki-audio2,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh,
ad-namecache-base3,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base,
ad-namecache
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -5
lines
Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently,
but also as discussed several times in the past.
Revision 1.28.6.1: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:02:50 2014 UTC (10 years, 8 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28: +6 -195
lines
Rebase to HEAD as of a few days ago.
Revision 1.25.8.2: download - view: text, markup, annotated - select for diffs
Thu May 22 11:39:36 2014 UTC (10 years, 11 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.25.8.1: preferred, colored; branchpoint 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25.8.1: +6 -195
lines
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.28.10.1: download - view: text, markup, annotated - select for diffs
Sun May 18 17:45:01 2014 UTC (10 years, 11 months ago) by rmind
Branches: rmind-smpnet
Diff to: previous 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28: +6 -195
lines
sync with head
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Mar 15 11:53:30 2014 UTC (11 years, 1 month ago) by tsutsui
Branches: MAIN
CVS tags: yamt-pagecache-base9,
tls-maxphys-base-20171202,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
rmind-smpnet-nbase,
rmind-smpnet-base,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
pgoyette-compat-base,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
nick-nhusb-base-20170825,
nick-nhusb-base-20170204,
nick-nhusb-base-20161204,
nick-nhusb-base-20161004,
nick-nhusb-base-20160907,
nick-nhusb-base-20160529,
nick-nhusb-base-20160422,
nick-nhusb-base-20160319,
nick-nhusb-base-20151226,
nick-nhusb-base-20150921,
nick-nhusb-base-20150606,
nick-nhusb-base-20150406,
nick-nhusb-base,
nick-nhusb,
netbsd-8-base,
netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
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,
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: phil-wifi,
pgoyette-compat
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +5 -186
lines
Use common m68k/busaddrerr.s for bus error and address error handlers.
No binary changes on GENERIC.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Mar 9 16:28:43 2014 UTC (11 years, 1 month ago) by tsutsui
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -2
lines
Remove an instruction for nonexistent 060 branch prediction error accounting.
It's amiga and atari specific and copied from amiga/locore.s
to mac68k/locore.s in rev 1.80, then pasted into other ports.
Note this is harmless because all these ports don't have 68060 variants
(i.e. it's inside #if defined(M68060) block) and mvme68k (which has 68060)
has removed it since the initial import.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Mar 9 16:18:00 2014 UTC (11 years, 1 month ago) by tsutsui
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -8
lines
Remove unused m68k_fault_addr, which is required only on mac68k for SBC.
It looks hp300 one was copied from mac68k in rev 1.75
and then it was pasted to other ports again and again.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Jan 31 18:49:35 2014 UTC (11 years, 2 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2
lines
defined(LKM) -> defined(MODULAR)
Revision 1.25.8.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:06:10 2012 UTC (13 years ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -34
lines
sync with head
Revision 1.27.2.1: download - view: text, markup, annotated - select for diffs
Sat Feb 18 07:31:41 2012 UTC (13 years, 2 months ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.27: preferred, colored; next MAIN 1.28: preferred, colored
Changes since revision 1.27: +1 -26
lines
merge to -current.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Dec 22 15:33:29 2011 UTC (13 years, 4 months ago) by tsutsui
Branches: MAIN
CVS tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
khorben-n900,
jmcneill-usbmp-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,
agc-symver-base,
agc-symver
Branch point for: tls-maxphys,
rmind-smpnet
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -26
lines
Merge m68881_save() and m68881_restore() (using most common mvme68k ones).
All functions are checked by my eyes, and all GENERIC kernels compile.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Nov 26 14:05:52 2011 UTC (13 years, 5 months ago) by tsutsui
Branches: MAIN
CVS tags: jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base
Branch point for: jmcneill-usbmp
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -1
lines
Make sure to call pflusha before (not after) enabling MMU on
68030/68851 initialization paths.
Pointed out by isaki@ per observation of ATC status on XM6i emulator.
Tested on TT030, HP362, NWS-1750, and X68030 by me.
XXX: probably we can remove existing pflusha or TBIA calls after MMU turned
XXX: on (and before enabling cache) but I leave them as is for now to avoid
XXX: unexcpected side effects.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Nov 15 10:57:02 2011 UTC (13 years, 5 months ago) by tsutsui
Branches: MAIN
CVS tags: jmcneill-audiomp3-base,
jmcneill-audiomp3
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -9
lines
Move spread getsfc() and getdfc() functions into common m68k/support.s.
Note:
- ENTRY_NOPROFILE() is okay since they are used only for debug printf
- they are declared to return int so no need to put a return value into %a0
Revision 1.22.2.2: download - view: text, markup, annotated - select for diffs
Sat Mar 5 20:49:47 2011 UTC (14 years, 1 month ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.22.2.1: preferred, colored; branchpoint 1.22: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22.2.1: +5 -6
lines
sync with head
Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Dec 27 15:39:07 2010 UTC (14 years, 4 months ago) by tsutsui
Branches: MAIN
CVS tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
uebayasi-xip-base7,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
matt-mips64-premerge-20101231,
jym-xensuspend-nbase,
jym-xensuspend-base,
jruoho-x86intr-base,
jruoho-x86intr,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: yamt-pagecache
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2
lines
Fix typo (and pasted lines). From OpenBSD.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Dec 20 00:25:30 2010 UTC (14 years, 4 months ago) by matt
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +4 -5
lines
Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch
from uvmexp to per-cpu cpu_data and move them to 64bits. Remove unneeded
includes of <uvm/uvm_extern.h> and/or <uvm/uvm.h>.
Revision 1.21.2.2: download - view: text, markup, annotated - select for diffs
Tue Aug 17 06:44:12 2010 UTC (14 years, 8 months ago) by uebayasi
Branches: uebayasi-xip
Diff to: previous 1.21.2.1: preferred, colored; branchpoint 1.21: preferred, colored; next MAIN 1.22: preferred, colored
Changes since revision 1.21.2.1: +1 -0
lines
Sync with HEAD.
Revision 1.16.20.3: download - view: text, markup, annotated - select for diffs
Wed Aug 11 22:51:48 2010 UTC (14 years, 8 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.16.20.2: preferred, colored; branchpoint 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16.20.2: +2 -1
lines
sync with head.
Revision 1.22.2.1: download - view: text, markup, annotated - select for diffs
Sat Jul 3 01:19:15 2010 UTC (14 years, 9 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -1
lines
sync with head
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Jun 6 04:50:06 2010 UTC (14 years, 10 months ago) by mrg
Branches: 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
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -1
lines
fix PR 6724 - convert m68k options to defflag's. this means that
M680[12346] are now available from opt_m68k_arch.h. FPSP meantioned
in the PR has already been fixed, and i could not find any more.
i built these kernels to ensure i did not break their builds:
amiga: GENERIC DRACO
atari: HADES FALCON MILAN-PCIIDE
mac68k: GENERIC
sun2: GENERIC
sun3: GENERIC GENERIC3X
cesfic: attempted GENERIC, does not build due to lack of machine/bus.h
hp300: GENERIC
luna68k: GENERIC
mvme68k: GENERIC
news68k: GENERIC
next68k: GENERIC
x68k: GENERIC
Revision 1.21.2.1: download - view: text, markup, annotated - select for diffs
Fri Apr 30 14:39:13 2010 UTC (14 years, 11 months ago) by uebayasi
Branches: uebayasi-xip
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2
lines
Sync with HEAD.
Revision 1.16.20.2: download - view: text, markup, annotated - select for diffs
Thu Mar 11 15:02:11 2010 UTC (15 years, 1 month ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.16.20.1: preferred, colored; branchpoint 1.16: preferred, colored
Changes since revision 1.16.20.1: +9 -16
lines
sync with head
Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Feb 25 07:15:25 2010 UTC (15 years, 2 months ago) by skrll
Branches: MAIN
CVS tags: yamt-nfs-mp-base9,
uebayasi-xip-base1
Branch point for: rmind-uvmplock
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2
lines
s/cpu_fork/cpu_lwp_fork/ in comment.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Dec 13 11:24:02 2009 UTC (15 years, 4 months ago) by tsutsui
Branches: MAIN
CVS tags: uebayasi-xip-base,
matt-premerge-20091211
Branch point for: uebayasi-xip
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -5
lines
Now we have Sysseg_pa value so no need to calculate it from KVA Sysseg.
Tested on hp300.
XXX: mac68k seems to have a different VA vs PA mechanism so I leave it for now.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Dec 11 18:28:35 2009 UTC (15 years, 4 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -4
lines
Move uvm_setpagesize() calls from locore.s to pmap_bootstrap_finalize().
Also explicitly set uvmexp.pagesize to prepare 8KB/page settings.
XXX: There is #ifdef !defined(amiga) && !defined(atari) workaround
XXX: because they have different pmap initialization functions.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Dec 4 18:06:28 2009 UTC (15 years, 4 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +5 -6
lines
Use common pmap_bootstrap_finalize() to initialize lwp0 uarea etc.
Also update some comment.
Compile test only.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Nov 26 00:19:13 2009 UTC (15 years, 5 months ago) by matt
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -7
lines
Kill proc0paddr. Use lwp0.l_addr instead.
Revision 1.16.20.1: download - view: text, markup, annotated - select for diffs
Mon May 4 08:10:53 2009 UTC (15 years, 11 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2
lines
sync with head.
Revision 1.16.28.1: download - view: text, markup, annotated - select for diffs
Mon Jan 19 13:16:02 2009 UTC (16 years, 3 months ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +2 -2
lines
Sync with HEAD.
Revision 1.16.16.1: download - view: text, markup, annotated - select for diffs
Sat Jan 17 13:27:56 2009 UTC (16 years, 3 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +2 -2
lines
Sync with HEAD.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Jan 11 06:02:18 2009 UTC (16 years, 3 months ago) by tsutsui
Branches: 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-base2,
nick-hppapmap-base,
mjf-devfs2-base,
jymxensuspend-base,
jym-xensuspend
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2
lines
Fix inverted logic on FPU type check in fpfault(). From OpenBSD.
Revision 1.15.10.1: download - view: text, markup, annotated - select for diffs
Tue Nov 6 23:15:37 2007 UTC (17 years, 5 months ago) by matt
Branches: matt-armv6
CVS tags: matt-armv6-prevmlocking
Diff to: previous 1.15: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15: +1 -1
lines
sync with HEAD
Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Oct 17 19:54:07 2007 UTC (17 years, 6 months ago) by garbled
Branches: MAIN
CVS tags: yamt-x86pmap-base4,
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,
yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
vmlocking2-base3,
vmlocking2-base2,
vmlocking2-base1,
vmlocking2,
vmlocking-nbase,
simonb-wapbl-nbase,
simonb-wapbl-base,
simonb-wapbl,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
nick-net80211-sync-base,
nick-net80211-sync,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
mjf-devfs-base,
mjf-devfs,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
matt-armv6-nbase,
matt-armv6-base,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
jmcneill-pm-base,
jmcneill-base,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
haad-nbase2,
haad-dm-base2,
haad-dm-base1,
haad-dm-base,
haad-dm,
cube-autoconf-base,
cube-autoconf,
bouyer-xeni386-nbase,
bouyer-xeni386-merge1,
bouyer-xeni386-base,
bouyer-xeni386,
bouyer-xenamd64-base2,
bouyer-xenamd64-base,
ad-socklock-base1,
ad-audiomp2-base,
ad-audiomp2
Branch point for: yamt-nfs-mp,
nick-hppapmap,
mjf-devfs2
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1
lines
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.12.16.1: download - view: text, markup, annotated - select for diffs
Mon Sep 3 14:23:47 2007 UTC (17 years, 7 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.12: preferred, colored; next MAIN 1.13: preferred, colored
Changes since revision 1.12: +7 -11
lines
sync with head.
Revision 1.13.40.1: download - view: text, markup, annotated - select for diffs
Mon Sep 3 07:03:13 2007 UTC (17 years, 7 months ago) by wrstuden
Branches: wrstuden-fixsa
Diff to: previous 1.13: preferred, colored; next MAIN 1.14: preferred, colored
Changes since revision 1.13: +5 -3
lines
Sync w/ NetBSD-4-RC_1
Revision 1.13.30.2: download - view: text, markup, annotated - select for diffs
Sun Jul 15 13:15:44 2007 UTC (17 years, 9 months ago) by ad
Branches: vmlocking
Diff to: previous 1.13.30.1: preferred, colored; branchpoint 1.13: preferred, colored; next MAIN 1.14: preferred, colored
Changes since revision 1.13.30.1: +5 -3
lines
Sync with head.
Revision 1.13.32.1: download - view: text, markup, annotated - select for diffs
Wed Jul 11 19:58:28 2007 UTC (17 years, 9 months ago) by mjf
Branches: mjf-ufs-trans
Diff to: previous 1.13: preferred, colored; next MAIN 1.14: preferred, colored
Changes since revision 1.13: +7 -11
lines
Sync with head.
Revision 1.13.38.2: download - view: text, markup, annotated - select for diffs
Tue Jun 26 18:12:20 2007 UTC (17 years, 10 months ago) by garbled
Branches: ppcoea-renovation
Diff to: previous 1.13.38.1: preferred, colored; branchpoint 1.13: preferred, colored; next MAIN 1.14: preferred, colored
Changes since revision 1.13.38.1: +5 -3
lines
Sync with HEAD.
Revision 1.13.24.1: download - view: text, markup, annotated - select for diffs
Mon Jun 18 09:31:11 2007 UTC (17 years, 10 months ago) by liamjfoy
Branches: netbsd-4
CVS tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-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,
matt-nb4-arm-base,
matt-nb4-arm
Diff to: previous 1.13: preferred, colored; next MAIN 1.14: preferred, colored
Changes since revision 1.13: +5 -3
lines
Pull up following revision(s) (requested by mhitch in ticket #728):
sys/arch/mvme68k/mvme68k/locore.s: revision 1.98
sys/arch/mac68k/mac68k/trap.c: revision 1.128
sys/arch/next68k/next68k/locore.s: revision 1.48
sys/arch/mac68k/mac68k/locore.s: revision 1.152
sys/arch/sun3/sun3/locore.s: revision 1.88
sys/arch/sun2/sun2/locore.s: revision 1.19
sys/arch/sun2/sun2/trap.c: revision 1.32
sys/arch/m68k/m68k/db_trace.c: revision 1.51
sys/arch/mvme68k/mvme68k/trap.c: revision 1.90
sys/arch/news68k/news68k/trap.c: revision 1.53
sys/arch/luna68k/luna68k/locore.s: revision 1.27
sys/arch/atari/atari/locore.s: revision 1.99
sys/arch/sun3/sun3/trap.c: revision 1.130
sys/arch/x68k/x68k/trap.c: revision 1.89
sys/arch/next68k/next68k/trap.c: revision 1.67
sys/arch/x68k/x68k/locore.s: revision 1.79
sys/arch/news68k/news68k/locore.s: revision 1.43
sys/arch/luna68k/luna68k/trap.c: revision 1.46
sys/arch/hp300/hp300/locore.s: revision 1.140
sys/arch/cesfic/cesfic/locore.s: revision 1.15
sys/arch/cesfic/cesfic/trap.c: revision 1.35
sys/arch/m68k/m68k/trap_subr.s: revision 1.12
sys/arch/amiga/amiga/locore.s: revision 1.143
Pass a frame pointer to trap() rather than the 'entire frame' trick. Gcc4
was optimizing away modifications to the frame contents (it's not nice to
trick gcc). Pass the pointer as the first argument to reduce the number
of places that would be changed otherwise. Fixes the getcwd regression
test on most m68k ports.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Jun 12 03:34:30 2007 UTC (17 years, 10 months ago) by mhitch
Branches: 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,
jmcneill-pm,
hpcarm-cleanup,
bouyer-xenamd64
Branch point for: matt-armv6
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +5 -3
lines
Pass a frame pointer to trap() rather than the 'entire frame' trick. Gcc4
was optimizing away modifications to the frame contents (it's not nice to
trick gcc). Pass the pointer as the first argument to reduce the number
of places that would be changed otherwise. Fixes the getcwd regression
test on most m68k ports.
Revision 1.13.30.1: download - view: text, markup, annotated - select for diffs
Sun May 27 12:27:12 2007 UTC (17 years, 11 months ago) by ad
Branches: vmlocking
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -9
lines
Sync with head.
Revision 1.13.38.1: download - view: text, markup, annotated - select for diffs
Tue May 22 17:26:43 2007 UTC (17 years, 11 months ago) by matt
Branches: ppcoea-renovation
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -9
lines
Update to HEAD.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon May 21 15:06:16 2007 UTC (17 years, 11 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -9
lines
Adapt rest of m68k ports to yamt-idlelwp. Compile tested only.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Dec 11 12:17:04 2005 UTC (19 years, 4 months ago) by christos
Branches: MAIN
CVS tags: yamt-uio_vmspace-base5,
yamt-uio_vmspace,
yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
yamt-splraiseipl-base2,
yamt-splraiseipl-base,
yamt-splraiseipl,
yamt-pdpolicy-base9,
yamt-pdpolicy-base8,
yamt-pdpolicy-base7,
yamt-pdpolicy-base6,
yamt-pdpolicy-base5,
yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
yamt-pdpolicy-base2,
yamt-pdpolicy-base,
yamt-pdpolicy,
yamt-idlelwp-base8,
yamt-idlelwp,
thorpej-atomic-base,
thorpej-atomic,
simonb-timecounters-base,
simonb-timecounters,
simonb-timcounters-final,
rpaulo-netinet-merge-pcb-base,
rpaulo-netinet-merge-pcb,
reinoud-bufcleanup,
post-newlock2-merge,
peter-altq-base,
peter-altq,
newlock2-nbase,
newlock2-base,
newlock2,
netbsd-4-base,
gdamore-uart-base,
gdamore-uart,
elad-kernelauth-base,
elad-kernelauth,
chap-midi-nbase,
chap-midi-base,
chap-midi,
ad-audiomp-base,
ad-audiomp,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: wrstuden-fixsa,
vmlocking,
ppcoea-renovation,
netbsd-4,
mjf-ufs-trans
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1
lines
merge ktrace-lwp.
Revision 1.10.2.3: download - view: text, markup, annotated - select for diffs
Tue Sep 21 13:14:26 2004 UTC (20 years, 7 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.10.2.2: preferred, colored; next MAIN 1.11: preferred, colored
Changes since revision 1.10.2.2: +1 -1
lines
Fix the sync with head I botched.
Revision 1.10.2.2: download - view: text, markup, annotated - select for diffs
Sat Sep 18 14:33:26 2004 UTC (20 years, 7 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.10.2.1: preferred, colored
Changes since revision 1.10.2.1: +0 -0
lines
Sync with HEAD.
Revision 1.10.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 3 10:33:40 2004 UTC (20 years, 8 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +38 -14
lines
Sync with HEAD
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Mar 4 19:53:44 2004 UTC (21 years, 1 month ago) by nathanw
Branches: MAIN
CVS tags: yamt-vop-base3,
yamt-vop-base2,
yamt-vop-base,
yamt-vop,
yamt-readahead-pervnode,
yamt-readahead-perfile,
yamt-readahead-base3,
yamt-readahead-base2,
yamt-readahead-base,
yamt-readahead,
yamt-km-base4,
yamt-km-base3,
yamt-km-base2,
yamt-km-base,
yamt-km,
thorpej-vnode-attr-base,
thorpej-vnode-attr,
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,
netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0,
netbsd-2,
ktrace-lwp-base,
kent-audio2-base,
kent-audio2,
kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Branch point for: yamt-lazymbuf
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -12
lines
Centralize identical copies of proc_trampoline code.
(lots more opportunites here for the bored hacker, such as rei and trap0...)
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Aug 7 16:27:14 2003 UTC (21 years, 8 months ago) by agc
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +38 -3
lines
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Jun 23 11:01:11 2003 UTC (21 years, 10 months ago) by martin
Branches: MAIN
Branch point for: ktrace-lwp
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1
lines
Make sure to include opt_foo.h if a defflag option FOO is used.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Apr 27 10:42:49 2003 UTC (22 years ago) by ragge
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -2
lines
Preserve the symbol table in the LKM || KSYMS cases also.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Apr 8 22:57:55 2003 UTC (22 years ago) by thorpej
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3
lines
Use PAGE_SIZE rather than NBPG.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Jan 19 16:33:54 2003 UTC (22 years, 3 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +14 -197
lines
Merge the nathanw_sa branch.
Revision 1.3.6.6: download - view: text, markup, annotated - select for diffs
Mon Nov 11 21:57:37 2002 UTC (22 years, 5 months ago) by nathanw
Branches: nathanw_sa
CVS tags: nathanw_sa_end
Diff to: previous 1.3.6.5: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.6.5: +2 -293
lines
Catch up to -current
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Nov 2 20:03:05 2002 UTC (22 years, 5 months ago) by chs
Branches: MAIN
CVS tags: nathanw_sa_before_merge,
nathanw_sa_base,
gmcgarry_ucred_base,
gmcgarry_ucred,
gmcgarry_ctxsw_base,
gmcgarry_ctxsw,
fvdl_fs64_base
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -293
lines
finish conversion to the common m68k cacheops:
add support for machine-specific flavors of the ops for off-chip caches.
many thanks to Izumi Tsutsui for his help with this.
Revision 1.3.6.5: download - view: text, markup, annotated - select for diffs
Mon Jun 24 22:04:16 2002 UTC (22 years, 10 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.3.6.4: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.6.4: +2 -2
lines
Curproc->curlwp renaming.
Change uses of "curproc->l_proc" back to "curproc", which is more like the
original use. Bare uses of "curproc" are now "curlwp".
"curproc" is now #defined in proc.h as ((curlwp) ? (curlwp)->l_proc) : NULL)
so that it is always safe to reference curproc (*de*referencing curproc
is another story, but that's always been true).
Revision 1.2.2.2: download - view: text, markup, annotated - select for diffs
Sun Jun 23 17:35:29 2002 UTC (22 years, 10 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.2.2.1: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.2.1: +2 -2
lines
catch up with -current on kqueue branch
Revision 1.3.6.4: download - view: text, markup, annotated - select for diffs
Thu Jun 20 03:38:25 2002 UTC (22 years, 10 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.3.6.3: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.6.3: +2 -3
lines
Catch up to -current.
Revision 1.4.4.1: download - view: text, markup, annotated - select for diffs
Thu May 30 15:33:04 2002 UTC (22 years, 11 months ago) by gehenna
Branches: gehenna-devsw
Diff to: previous 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4: +2 -3
lines
Catch up with -current.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun May 19 21:34:16 2002 UTC (22 years, 11 months ago) by jdolecek
Branches: MAIN
CVS tags: 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,
kqueue-beforemerge,
kqueue-base,
kqueue-aftermerge,
gehenna-devsw-base
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -3
lines
use jmp label:l to force absolute, rather than pc-relative, adressing
Revision 1.3.6.3: download - view: text, markup, annotated - select for diffs
Mon Apr 1 07:39:40 2002 UTC (23 years ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.3.6.2: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.6.2: +3 -2
lines
Catch up to -current.
(CVS: It's not just a program. It's an adventure!)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Mar 19 17:59:04 2002 UTC (23 years, 1 month ago) by drochner
Branches: MAIN
CVS tags: eeh-devprop-base,
eeh-devprop
Branch point for: gehenna-devsw
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -2
lines
work around a pc-relative jump optimization in early startup
Revision 1.3.6.2: download - view: text, markup, annotated - select for diffs
Sun Nov 18 18:08:10 2001 UTC (23 years, 5 months ago) by scw
Branches: nathanw_sa
Diff to: previous 1.3.6.1: preferred, colored; branchpoint 1.3: preferred, colored
Changes since revision 1.3.6.1: +1435 -0
lines
MD Scheduler Activation bits for Cesfic.
Compile-tested only.
Revision 1.2.2.1: download - view: text, markup, annotated - select for diffs
Fri Aug 3 04:11:23 2001 UTC (23 years, 8 months ago) by lukem
Branches: kqueue
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
update to -current
Revision 1.3.6.1
Sun Jul 22 13:34:04 2001 UTC (23 years, 9 months ago) by scw
Branches: nathanw_sa
FILE REMOVED
Changes since revision 1.3: +0 -1618
lines
file locore.s was added on branch nathanw_sa on 2001-11-18 18:08:10 +0000
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jul 22 13:34:04 2001 UTC (23 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: thorpej-mips-cache-base,
thorpej-mips-cache,
thorpej-devvp-base3,
thorpej-devvp-base2,
thorpej-devvp-base,
thorpej-devvp,
pre-chs-ubcperf,
post-chs-ubcperf,
newlock-base,
newlock,
ifpoll-base
Branch point for: nathanw_sa
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
seperate -> separate
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri May 18 11:51:57 2001 UTC (23 years, 11 months ago) by drochner
Branches: MAIN
Branch point for: kqueue
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +10 -7
lines
cleanup and ELF preparation (_XXX_LABEL(), .align)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon May 14 18:23:02 2001 UTC (23 years, 11 months ago) by drochner
Branches: MAIN
Initial import of the known working kernel bits for the NetBSD/cesfic
port. cesfic is a VME board with one or two mc68040 processors. See
the README file for details.
The port is working well with a.out userland, there are some problems
with ELF still, like applications running out of memory where it is not
expected. Some parts, in particular the pmap (which was taken from hp300
four years ago), need updating, but this is easier done within the NetBSD
CVS tree.
CVSweb <webmaster@jp.NetBSD.org>