CVS log for src/sys/arch/sun3/sun3/dvma.c
Up to [cvs.NetBSD.org] / src / sys / arch / sun3 / sun3
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Dec 20 05:18:00 2023 UTC (11 months, 2 weeks ago) by thorpej
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -3
lines
Remove unnecessary <sys/malloc.h>.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Dec 1 23:56:30 2023 UTC (12 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +50 -47
lines
Use vmem(9) rather than extent(9) to manage DVMA mappings.
Revision 1.38.6.2: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:36:46 2017 UTC (7 years ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.38.6.1: preferred, colored; branchpoint 1.38: preferred, colored; next MAIN 1.39: preferred, colored
Changes since revision 1.38.6.1: +0 -3
lines
update from HEAD
Revision 1.40.6.1: download - view: text, markup, annotated - select for diffs
Mon Aug 28 17:51:53 2017 UTC (7 years, 3 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.40: preferred, colored; next MAIN 1.41: preferred, colored
Changes since revision 1.40: +2 -5
lines
Sync with HEAD
Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Jun 1 02:45:07 2017 UTC (7 years, 6 months ago) by chs
Branches: MAIN
CVS tags: tls-maxphys-base-20171202,
thorpej-ifq-base,
thorpej-ifq,
thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-futex-base,
thorpej-futex,
thorpej-cfargs2-base,
thorpej-cfargs2,
thorpej-cfargs-base,
thorpej-cfargs,
thorpej-altq-separation-base,
thorpej-altq-separation,
phil-wifi-base,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
phil-wifi,
pgoyette-compat-merge-20190127,
pgoyette-compat-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
pgoyette-compat,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
nick-nhusb-base-20170825,
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,
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-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
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,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
ad-namecache-base3,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base,
ad-namecache
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -5
lines
remove checks for failure after memory allocation calls that cannot fail:
kmem_alloc() with KM_SLEEP
kmem_zalloc() with KM_SLEEP
percpu_alloc()
pserialize_create()
psref_class_create()
all of these paths include an assertion that the allocation has not failed,
so callers should not assert that again.
Revision 1.38.6.1: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:03:26 2014 UTC (10 years, 3 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +11 -11
lines
Rebase to HEAD as of a few days ago.
Revision 1.36.12.2: download - view: text, markup, annotated - select for diffs
Thu May 22 11:40:10 2014 UTC (10 years, 6 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.36.12.1: preferred, colored; branchpoint 1.36: preferred, colored; next MAIN 1.37: preferred, colored
Changes since revision 1.36.12.1: +11 -11
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.38.10.1: download - view: text, markup, annotated - select for diffs
Sun May 18 17:45:27 2014 UTC (10 years, 6 months ago) by rmind
Branches: rmind-smpnet
Diff to: previous 1.38: preferred, colored; next MAIN 1.39: preferred, colored
Changes since revision 1.38: +11 -11
lines
sync with head
Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Nov 7 17:50:18 2013 UTC (11 years ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base9,
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,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
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,
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,
localcount-20160914,
jdolecek-ncq-base,
jdolecek-ncq,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Branch point for: nick-nhusb
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +5 -5
lines
fix unused warnings
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat Sep 7 15:56:11 2013 UTC (11 years, 3 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +8 -8
lines
Whitespace cleanup.
Revision 1.36.12.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:06:58 2012 UTC (12 years, 7 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +7 -5
lines
sync with head
Revision 1.36.16.1: download - view: text, markup, annotated - select for diffs
Sat Feb 18 07:33:21 2012 UTC (12 years, 9 months ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.36: preferred, colored; next MAIN 1.37: preferred, colored
Changes since revision 1.36: +7 -5
lines
merge to -current.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Jan 29 16:24:01 2012 UTC (12 years, 10 months ago) by para
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.37: preferred, colored
Changes since revision 1.37: +6 -4
lines
adapt to recent changes in uvm
Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Jan 27 18:53:03 2012 UTC (12 years, 10 months ago) by para
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -3
lines
converting extent(9) from malloc(9) to kmem(9)
preceding kmem-vmem-pool-uvm patch
releng@ acknowledged
Revision 1.33.44.2: download - view: text, markup, annotated - select for diffs
Thu Mar 11 15:03:03 2010 UTC (14 years, 8 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.33.44.1: preferred, colored; branchpoint 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33.44.1: +4 -5
lines
sync with head
Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Dec 11 13:52:57 2009 UTC (14 years, 11 months ago) by tsutsui
Branches: MAIN
CVS tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-nfs-mp-base9,
yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base7,
uebayasi-xip-base6,
uebayasi-xip-base5,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
uebayasi-xip-base1,
uebayasi-xip-base,
uebayasi-xip,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
rmind-uvmplock,
matt-premerge-20091211,
matt-mips64-premerge-20101231,
jym-xensuspend-nbase,
jym-xensuspend-base,
jruoho-x86intr-base,
jruoho-x86intr,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: yamt-pagecache,
jmcneill-usbmp
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +4 -4
lines
Refactoring MD segment related definitions on m68k ports:
- move macro SEGSHIFT, NBSG, and SEGOFFSET from <machine/param.h>
to <machine/pmap.h> where they should belong
- don't use m68k_round_seg() and m68k_trunc_seg() in sun3 pmap sources
and instead define and use sun3_round_seg() and sun3_trunc_seg()
since they are quite pmap implementation dependent
Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat Nov 21 04:16:52 2009 UTC (15 years ago) by rmind
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -3
lines
Use lwp_getpcb() on sparc{64} and sun2/3 MD code, clean from struct user usage.
Revision 1.33.40.1: download - view: text, markup, annotated - select for diffs
Mon Jun 2 13:22:46 2008 UTC (16 years, 6 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33: +2 -9
lines
Sync with HEAD.
Revision 1.33.42.1: download - view: text, markup, annotated - select for diffs
Sun May 18 12:32:57 2008 UTC (16 years, 6 months ago) by yamt
Branches: yamt-pf42
Diff to: previous 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33: +2 -9
lines
sync with head.
Revision 1.33.44.1: download - view: text, markup, annotated - select for diffs
Fri May 16 02:23:21 2008 UTC (16 years, 6 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -9
lines
sync with head.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Apr 28 20:23:38 2008 UTC (16 years, 7 months ago) by martin
Branches: MAIN
CVS tags: yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
yamt-nfs-mp-base2,
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-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base2,
nick-hppapmap-base,
nick-hppapmap,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
mjf-devfs2-base,
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,
jymxensuspend-base,
jym-xensuspend,
hpcarm-cleanup-nbase,
haad-nbase2,
haad-dm-base2,
haad-dm-base1,
haad-dm-base,
haad-dm,
ad-audiomp2-base,
ad-audiomp2
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -9
lines
Remove clause 3 and 4 from TNF licenses
Revision 1.27.2.3: download - view: text, markup, annotated - select for diffs
Mon Sep 3 14:30:39 2007 UTC (17 years, 3 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.27.2.2: preferred, colored; branchpoint 1.27: preferred, colored; next MAIN 1.28: preferred, colored
Changes since revision 1.27.2.2: +5 -5
lines
sync with head.
Revision 1.31.2.2: download - view: text, markup, annotated - select for diffs
Mon Mar 12 05:51:09 2007 UTC (17 years, 8 months ago) by rmind
Branches: yamt-idlelwp
Diff to: previous 1.31.2.1: preferred, colored; branchpoint 1.31: preferred, colored; next MAIN 1.32: preferred, colored
Changes since revision 1.31.2.1: +5 -5
lines
Sync with HEAD.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Mar 4 06:00:54 2007 UTC (17 years, 9 months ago) by christos
Branches: MAIN
CVS tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
yamt-pf42-baseX,
yamt-pf42-base,
yamt-nfs-mp-base,
yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
yamt-idlelwp-base8,
vmlocking2-base3,
vmlocking2-base2,
vmlocking2-base1,
vmlocking2,
vmlocking-nbase,
vmlocking-base,
vmlocking,
thorpej-atomic-base,
thorpej-atomic,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
reinoud-bufcleanup,
ppcoea-renovation-base,
ppcoea-renovation,
nick-net80211-sync-base,
nick-net80211-sync,
nick-csl-alignment-base5,
nick-csl-alignment-base,
nick-csl-alignment,
mjf-ufs-trans-base,
mjf-ufs-trans,
mjf-devfs-base,
mjf-devfs,
matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
matt-armv6-nbase,
matt-armv6-base,
matt-armv6,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
jmcneill-pm-base,
jmcneill-pm,
jmcneill-base,
hpcarm-cleanup-base,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf,
bouyer-xeni386-nbase,
bouyer-xeni386-merge1,
bouyer-xeni386-base,
bouyer-xeni386,
bouyer-xenamd64-base2,
bouyer-xenamd64-base,
bouyer-xenamd64,
ad-socklock-base1
Branch point for: yamt-pf42,
yamt-nfs-mp,
mjf-devfs2
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +5 -5
lines
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
Revision 1.31.2.1: download - view: text, markup, annotated - select for diffs
Tue Feb 27 16:53:19 2007 UTC (17 years, 9 months ago) by yamt
Branches: yamt-idlelwp
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +3 -3
lines
- sync with head.
- move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.
Revision 1.27.2.2: download - view: text, markup, annotated - select for diffs
Mon Feb 26 09:08:35 2007 UTC (17 years, 9 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.27.2.1: preferred, colored; branchpoint 1.27: preferred, colored
Changes since revision 1.27.2.1: +102 -16
lines
sync with head.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Feb 22 16:45:48 2007 UTC (17 years, 9 months ago) by thorpej
Branches: MAIN
CVS tags: ad-audiomp-base,
ad-audiomp
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +3 -3
lines
TRUE -> true, FALSE -> false
Revision 1.28.20.2: download - view: text, markup, annotated - select for diffs
Fri Feb 9 21:03:50 2007 UTC (17 years, 9 months ago) by ad
Branches: newlock2
Diff to: previous 1.28.20.1: preferred, colored; branchpoint 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28.20.1: +102 -16
lines
Sync with HEAD.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Feb 3 16:51:13 2007 UTC (17 years, 10 months ago) by tsutsui
Branches: MAIN
CVS tags: post-newlock2-merge,
newlock2-nbase,
newlock2-base
Branch point for: yamt-idlelwp
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +90 -4
lines
Implement bus_dmamap_load(9) and bus_dmamap_unload(9) for sun3.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Feb 2 15:50:58 2007 UTC (17 years, 10 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +14 -14
lines
KNF
Revision 1.27.2.1: download - view: text, markup, annotated - select for diffs
Sat Dec 30 20:47:12 2006 UTC (17 years, 11 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +27 -2
lines
sync with head.
Revision 1.28.20.1: download - view: text, markup, annotated - select for diffs
Sat Nov 18 21:29:36 2006 UTC (18 years ago) by ad
Branches: newlock2
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +27 -2
lines
Sync with head.
Revision 1.28.22.1: download - view: text, markup, annotated - select for diffs
Fri Oct 6 13:27:04 2006 UTC (18 years, 2 months ago) by tsutsui
Branches: yamt-splraiseipl
Diff to: previous 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28: +27 -2
lines
Sync files of recent sun3 and sun68k merge and intersil7170(4) changes
with HEAD to build sun3 kernel on this branch.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Oct 1 03:53:27 2006 UTC (18 years, 2 months ago) by tsutsui
Branches: MAIN
CVS tags: yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
yamt-splraiseipl-base2,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4,
matt-nb4-arm-base,
matt-nb4-arm
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +27 -2
lines
First attempt at bus_space(9) support for sun3 with common sun68k/bus.c:
- make sun3 port use common sun68k files as much as possible
- add temporary options _SUN2_ in std.sun2 until sun3 can share all
sun68k files (autoconf.c and isr.c are not yet)
- move sun68kvme declaration temporary as well from files.sun68k to files.sun2
- rename and move sun68k_find_prom_map() function to MD sources since it
can't be shared with sun3
- add bus tag members to struct confargs and initilize them where appropriate
XXX1: MD bus_dma(9) backends are not implemented (yet).
XXX2: more code (obio etc.) should be shared among sun3, sun3x and sun2.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Dec 11 12:19:27 2005 UTC (18 years, 11 months ago) by christos
Branches: MAIN
CVS tags: yamt-uio_vmspace-base5,
yamt-uio_vmspace,
yamt-splraiseipl-base,
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,
simonb-timecounters-base,
simonb-timecounters,
simonb-timcounters-final,
rpaulo-netinet-merge-pcb-base,
rpaulo-netinet-merge-pcb,
peter-altq-base,
peter-altq,
gdamore-uart-base,
gdamore-uart,
elad-kernelauth-base,
elad-kernelauth,
chap-midi-nbase,
chap-midi-base,
chap-midi,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: yamt-splraiseipl,
newlock2
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2
lines
merge ktrace-lwp.
Revision 1.25.8.1: download - view: text, markup, annotated - select for diffs
Fri Apr 29 11:28:26 2005 UTC (19 years, 7 months ago) by kent
Branches: kent-audio2
Diff to: previous 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25: +16 -25
lines
sync with -current
Revision 1.24.6.5: download - view: text, markup, annotated - select for diffs
Fri Apr 1 14:28:41 2005 UTC (19 years, 8 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.24.6.4: preferred, colored; branchpoint 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24.6.4: +6 -5
lines
Sync with HEAD.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Apr 1 11:59:35 2005 UTC (19 years, 8 months ago) by yamt
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,
thorpej-vnode-attr-base,
thorpej-vnode-attr,
ktrace-lwp-base,
kent-audio2-base
Branch point for: yamt-lazymbuf
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +6 -5
lines
merge yamt-km branch.
- don't use managed mappings/backing objects for wired memory allocations.
save some resources like pv_entry. also fix (most of) PR/27030.
- simplify kernel memory management API.
- simplify pmap bootstrap of some ports.
- some related cleanups.
Revision 1.26.2.1: download - view: text, markup, annotated - select for diffs
Sat Feb 12 12:26:27 2005 UTC (19 years, 9 months ago) by yamt
Branches: yamt-km
Diff to: previous 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26: +6 -5
lines
use new apis.
Revision 1.24.6.4: download - view: text, markup, annotated - select for diffs
Mon Jan 24 08:34:54 2005 UTC (19 years, 10 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.24.6.3: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.6.3: +12 -22
lines
Sync with HEAD.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Jan 22 15:36:10 2005 UTC (19 years, 10 months ago) by chs
Branches: MAIN
CVS tags: yamt-km-base4,
yamt-km-base3,
yamt-km-base2,
yamt-km-base,
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
Branch point for: yamt-km
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +12 -22
lines
de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.
Revision 1.24.6.3: download - view: text, markup, annotated - select for diffs
Tue Sep 21 13:23:28 2004 UTC (20 years, 2 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.24.6.2: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.6.2: +2 -2
lines
Fix the sync with head I botched.
Revision 1.24.6.2: download - view: text, markup, annotated - select for diffs
Sat Sep 18 14:41:47 2004 UTC (20 years, 2 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.24.6.1: preferred, colored; branchpoint 1.24: preferred, colored
Changes since revision 1.24.6.1: +0 -0
lines
Sync with HEAD.
Revision 1.24.6.1: download - view: text, markup, annotated - select for diffs
Tue Aug 3 10:42:11 2004 UTC (20 years, 4 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +4 -1
lines
Sync with HEAD
Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Jul 15 03:36:17 2003 UTC (21 years, 4 months ago) by lukem
Branches: MAIN
CVS tags: 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,
kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Branch point for: kent-audio2
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +4 -1
lines
__KERNEL_RCSID()
Revision 1.22.6.2: download - view: text, markup, annotated - select for diffs
Fri Oct 18 02:40:24 2002 UTC (22 years, 1 month ago) by nathanw
Branches: nathanw_sa
CVS tags: nathanw_sa_end
Diff to: previous 1.22.6.1: preferred, colored; branchpoint 1.22: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22.6.1: +287 -0
lines
Catch up to -current.
Revision 1.21.4.2: download - view: text, markup, annotated - select for diffs
Thu Oct 10 18:37:08 2002 UTC (22 years, 2 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.21.4.1: preferred, colored; branchpoint 1.21: preferred, colored; next MAIN 1.22: preferred, colored
Changes since revision 1.21.4.1: +36 -30
lines
sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Sep 27 15:36:55 2002 UTC (22 years, 2 months ago) by provos
Branches: MAIN
CVS tags: nathanw_sa_before_merge,
nathanw_sa_base,
kqueue-beforemerge,
kqueue-base,
kqueue-aftermerge,
gmcgarry_ucred_base,
gmcgarry_ucred,
gmcgarry_ctxsw_base,
gmcgarry_ctxsw,
fvdl_fs64_base
Branch point for: ktrace-lwp
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2
lines
remove trailing \n in panic(). approved perry.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Sep 25 21:58:39 2002 UTC (22 years, 2 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +35 -29
lines
Don't use rmaps; use extent maps.
Revision 1.21.4.1: download - view: text, markup, annotated - select for diffs
Thu Sep 13 01:14:55 2001 UTC (23 years, 2 months ago) by thorpej
Branches: kqueue
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +18 -16
lines
Update the kqueue branch to HEAD.
Revision 1.22.6.1
Wed Sep 5 13:21:09 2001 UTC (23 years, 3 months ago) by nathanw
Branches: nathanw_sa
FILE REMOVED
Changes since revision 1.22: +0 -281
lines
file dvma.c was added on branch nathanw_sa on 2002-10-18 02:40:24 +0000
Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Sep 5 13:21:09 2001 UTC (23 years, 3 months ago) by tsutsui
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,
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,
gehenna-devsw-base,
gehenna-devsw,
eeh-devprop-base,
eeh-devprop
Branch point for: nathanw_sa
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +18 -16
lines
- vm_offset_t -> vaddr_t, vsize_t, paddr_t
- vm_size_t -> vsize_t
- remove register prefixes
- misc cleanup
Revision 1.17.2.3: download - view: text, markup, annotated - select for diffs
Thu Jan 18 09:23:06 2001 UTC (23 years, 10 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.17.2.2: preferred, colored; branchpoint 1.17: preferred, colored; next MAIN 1.18: preferred, colored
Changes since revision 1.17.2.2: +2 -2
lines
Sync with head (for UBC+NFS fixes, mostly).
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Jan 14 03:24:28 2001 UTC (23 years, 10 months ago) by thorpej
Branches: MAIN
CVS tags: thorpej_scsipi_nbase,
thorpej_scsipi_beforemerge,
thorpej_scsipi_base
Branch point for: kqueue
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -3
lines
splimp() -> splvm()
Revision 1.17.2.2: download - view: text, markup, annotated - select for diffs
Wed Nov 22 16:02:03 2000 UTC (24 years ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.17.2.1: preferred, colored; branchpoint 1.17: preferred, colored
Changes since revision 1.17.2.1: +2 -2
lines
Sync with HEAD.
Revision 1.17.2.1: download - view: text, markup, annotated - select for diffs
Mon Nov 20 20:28:00 2000 UTC (24 years ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -5
lines
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.20: download - view: text, markup, annotated - select for diffs
Fri Nov 3 04:52:27 2000 UTC (24 years, 1 month ago) by tsutsui
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2
lines
Fix printf formats in panic messages.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Jun 29 07:19:05 2000 UTC (24 years, 5 months ago) by mrg
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -3
lines
remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>
Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Jun 26 14:21:03 2000 UTC (24 years, 5 months ago) by mrg
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -3
lines
remove/move more mach vm header files:
<vm/pglist.h> -> <uvm/uvm_pglist.h>
<vm/vm_inherit.h> -> <uvm/uvm_inherit.h>
<vm/vm_kern.h> -> into <uvm/uvm_extern.h>
<vm/vm_object.h> -> nothing
<vm/vm_pager.h> -> into <uvm/uvm_pager.h>
also includes a bunch of <vm/vm_page.h> include removals (due to redudancy
with <vm/vm.h>), and a scattering of other similar headers.
Revision 1.15.4.1: download - view: text, markup, annotated - select for diffs
Mon Jun 21 01:03:18 1999 UTC (25 years, 5 months ago) by thorpej
Branches: chs-ubc2
Diff to: previous 1.15: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15: +6 -2
lines
Sync w/ -current.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed May 26 19:23:13 1999 UTC (25 years, 6 months ago) by thorpej
Branches: MAIN
CVS tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
wrstuden-devbsize,
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,
fvdl-softdep-base,
fvdl-softdep,
comdex-fall-1999-base,
comdex-fall-1999,
chs-ubc2-newbase,
chs-ubc2-base
Branch point for: thorpej_scsipi
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +5 -1
lines
Add a comment explaining why INTRSAFE isn't needed here.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed May 26 19:16:34 1999 UTC (25 years, 6 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2
lines
Change the vm_map's "entries_pageable" member to a r/o flags member, which
has PAGEABLE and INTRSAFE flags. PAGEABLE now really means "pageable",
not "allocate vm_map_entry's from non-static pool", so update all map
creations to reflect that. INTRSAFE maps are maps that are used in
interrupt context (e.g. kmem_map, mb_map), and thus use the static
map entry pool (XXX as does kernel_map, for now). This will eventually
change now these maps are locked, as well.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Mar 24 05:51:14 1999 UTC (25 years, 8 months ago) by mrg
Branches: MAIN
CVS tags: netbsd-1-4-base,
netbsd-1-4-RELEASE,
netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002,
netbsd-1-4-PATCH001,
netbsd-1-4,
kame_14_19990705,
kame_14_19990628,
kame_141_19991130,
kame
Branch point for: chs-ubc2
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +6 -15
lines
completely remove Mach VM support. all that is left is the all the
header files as UVM still uses (most of) these.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Jun 8 20:47:46 1998 UTC (26 years, 6 months ago) by gwr
Branches: MAIN
CVS tags: kenh-if-detach-base,
kenh-if-detach,
eeh-paddr_t-base,
eeh-paddr_t,
chs-ubc-base,
chs-ubc
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +12 -1
lines
Add UVM support
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Feb 5 04:57:32 1998 UTC (26 years, 10 months ago) by gwr
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +8 -7
lines
Merge arch/sun3x into arch/sun3
Revision 1.12.2.1: download - view: text, markup, annotated - select for diffs
Tue Jan 27 19:51:01 1998 UTC (26 years, 10 months ago) by gwr
Branches: gwr-3x3
Diff to: previous 1.12: preferred, colored; next MAIN 1.13: preferred, colored
Changes since revision 1.12: +8 -7
lines
Merged Sun3 and Sun3X kernel sources.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jan 22 23:45:06 1998 UTC (26 years, 10 months ago) by gwr
Branches: MAIN
CVS tags: gwr-3x3-base
Branch point for: gwr-3x3
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +15 -20
lines
Use the same names as the sun3x (DVMA_MAP_*)
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Oct 17 03:23:06 1997 UTC (27 years, 1 month ago) by gwr
Branches: MAIN
CVS tags: netbsd-1-3-base,
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,
netbsd-1-3
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +22 -12
lines
Make DVMA space pointers (void *) like the sun3x.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Jun 10 19:17:15 1997 UTC (27 years, 6 months ago) by veego
Branches: MAIN
CVS tags: thorpej-signal-base,
thorpej-signal,
marc-pcmcia-bp,
marc-pcmcia-base,
marc-pcmcia,
bouyer-scsipi
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -5
lines
s/_round_seg/m68k_round_seg/ s/_round_page/m68k_round_page/
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Mar 13 15:58:53 1997 UTC (27 years, 8 months ago) by gwr
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +5 -5
lines
s/sun3_/_/ in sun3_(round|trunc)_(page|seg) macros
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jan 27 20:43:54 1997 UTC (27 years, 10 months ago) by gwr
Branches: MAIN
CVS tags: mrg-vm-swap,
is-newarp-before-merge,
is-newarp-base,
is-newarp
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -3
lines
Changed "machdep.h" to <machine/machdep.h>
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jan 27 19:41:15 1997 UTC (27 years, 10 months ago) by gwr
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3
lines
Fix copyrights (/s/REGENTS/FOUNDATION/)
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Dec 17 21:11:23 1996 UTC (27 years, 11 months ago) by gwr
Branches: MAIN
CVS tags: thorpej-setroot
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -4
lines
Make this compile with -Werror -Wall -Wstrict-prototypes
(finally! yea!) Also get rid of __BROKEN_INDIRECT_CONFIG
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Nov 20 18:57:29 1996 UTC (28 years ago) by gwr
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +23 -17
lines
Most files that were copyright Adam Glass and/or Gordon W. Ross
are now copyright The NetBSD Foundation (rights assigned).
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Feb 20 22:05:32 1996 UTC (28 years, 9 months ago) by gwr
Branches: MAIN
CVS tags: netbsd-1-2-base,
netbsd-1-2-RELEASE,
netbsd-1-2-PATCH001,
netbsd-1-2-BETA,
netbsd-1-2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +30 -20
lines
use phys_map for DVMA like the sparc
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Oct 10 21:37:29 1995 UTC (29 years, 2 months ago) by gwr
Branches: MAIN
CVS tags: netbsd-1-1-RELEASE,
netbsd-1-1-PATCH001,
netbsd-1-1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +27 -22
lines
Need to use set_segmap_allctx() on kernel-space segments.
(Thanks again to David Jones!)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Oct 8 23:45:10 1995 UTC (29 years, 2 months ago) by gwr
Branches: MAIN
CVS tags: netbsd-1-1-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -2
lines
Fix a big "oops" (Many thanks to David Jones!)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Sep 26 04:02:16 1995 UTC (29 years, 2 months ago) by gwr
Branches: MAIN
New DVMA interface, and various cleanup.
CVSweb <webmaster@jp.NetBSD.org>