Up to [cvs.netbsd.org] / src / sys / kern
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.65.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:08:28 2012 UTC (5 weeks, 4 days ago) by yamt
Branch: yamt-pagecache
Changes since 1.65: +385 -110
lines
Diff to previous 1.65 (colored) next main 1.66 (colored)
sync with head
Revision 1.72.2.1 / (download) - annotate - [select for diffs], Tue Apr 3 16:14:02 2012 UTC (7 weeks, 3 days ago) by riz
Branch: netbsd-6
Changes since 1.72: +6 -6
lines
Diff to previous 1.72 (colored) next main 1.73 (colored)
Pull up following revision(s) (requested by para in ticket #155): sys/kern/subr_vmem.c: revision 1.73 sys/kern/subr_kmem.c: revision 1.43 sys/rump/librump/rumpkern/vm.c: revision 1.124 make accounting for vm_inuse sane while here don't statically allocated for more caches then required adjust rump for static pool_cache count should have went in with subr_vmem 1.73 don't overallocated once we leave the caches
Revision 1.65.6.2 / (download) - annotate - [select for diffs], Tue Mar 6 18:26:48 2012 UTC (2 months, 2 weeks ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.65.6.1: +6 -6
lines
Diff to previous 1.65.6.1 (colored) to branchpoint 1.65 (colored) next main 1.66 (colored)
sync to -current
Revision 1.73 / (download) - annotate - [select for diffs], Sun Mar 4 14:28:49 2012 UTC (2 months, 3 weeks ago) by para
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
HEAD
Changes since 1.72: +6 -6
lines
Diff to previous 1.72 (colored)
make accounting for vm_inuse sane while here don't statically allocated for more caches then required
Revision 1.65.6.1 / (download) - annotate - [select for diffs], Sat Feb 18 07:35:33 2012 UTC (3 months ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.65: +385 -110
lines
Diff to previous 1.65 (colored)
merge to -current.
Revision 1.72 / (download) - annotate - [select for diffs], Fri Feb 10 17:35:47 2012 UTC (3 months, 2 weeks ago) by para
Branch: MAIN
CVS Tags: netbsd-6-base,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2
Branch point for: netbsd-6
Changes since 1.71: +3 -3
lines
Diff to previous 1.71 (colored)
proper sizing of kmem_arena on different ports PR port-i386/45946: Kernel locks up in VMEM system
Revision 1.71 / (download) - annotate - [select for diffs], Wed Feb 1 23:43:49 2012 UTC (3 months, 3 weeks ago) by para
Branch: MAIN
Changes since 1.70: +7 -2
lines
Diff to previous 1.70 (colored)
allocate uareas and buffers from kernel_map again add code to drain pools if kmem_arena runs out of space
Revision 1.70 / (download) - annotate - [select for diffs], Mon Jan 30 17:35:18 2012 UTC (3 months, 3 weeks ago) by para
Branch: MAIN
Changes since 1.69: +3 -2
lines
Diff to previous 1.69 (colored)
do the bookkeeping right
Revision 1.69 / (download) - annotate - [select for diffs], Sun Jan 29 17:27:37 2012 UTC (3 months, 3 weeks ago) by rmind
Branch: MAIN
Changes since 1.68: +7 -15
lines
Diff to previous 1.68 (colored)
- vmem_xalloc: remove call to uvm_kick_pdaemon() as it is not right. - Reduce some #ifdefs. Misc.
Revision 1.68 / (download) - annotate - [select for diffs], Sun Jan 29 13:38:15 2012 UTC (3 months, 3 weeks ago) by para
Branch: MAIN
Changes since 1.67: +15 -6
lines
Diff to previous 1.67 (colored)
move condvar calls under interlock protection call uvm_kick_pdaemon in case we can sleep and no space in arena
Revision 1.67 / (download) - annotate - [select for diffs], Sat Jan 28 23:05:48 2012 UTC (3 months, 3 weeks ago) by rmind
Branch: MAIN
Changes since 1.66: +12 -46
lines
Diff to previous 1.66 (colored)
- Make subr_vmem.c compile as standalone again. - Reduce some #ifdefs.
Revision 1.66 / (download) - annotate - [select for diffs], Fri Jan 27 19:48:40 2012 UTC (3 months, 4 weeks ago) by para
Branch: MAIN
Changes since 1.65: +403 -101
lines
Diff to previous 1.65 (colored)
extending vmem(9) to be able to allocated resources for it's own needs. simplifying uvm_map handling (no special kernel entries anymore no relocking) make malloc(9) a thin wrapper around kmem(9) (with private interface for interrupt safety reasons) releng@ acknowledged
Revision 1.65 / (download) - annotate - [select for diffs], Thu Oct 20 03:05:14 2011 UTC (7 months ago) by yamt
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.64: +2 -4
lines
Diff to previous 1.64 (colored)
revert a debug printf slipped in with subr_vmem.c rev.1.64. pointed out by Nicolas Joly.
Revision 1.64 / (download) - annotate - [select for diffs], Wed Oct 19 11:12:37 2011 UTC (7 months ago) by yamt
Branch: MAIN
Changes since 1.63: +9 -4
lines
Diff to previous 1.63 (colored)
vmem_create: copy the 'name' string rather than just keeping a reference to it. i think it's what solaris does as at least dtrace relies on this behaviour.
Revision 1.63 / (download) - annotate - [select for diffs], Sat Oct 15 19:02:27 2011 UTC (7 months, 1 week ago) by rmind
Branch: MAIN
Changes since 1.62: +5 -4
lines
Diff to previous 1.62 (colored)
Avoid return with expression in void functions.
Revision 1.62 / (download) - annotate - [select for diffs], Sun Oct 2 21:32:48 2011 UTC (7 months, 3 weeks ago) by rmind
Branch: MAIN
Changes since 1.61: +25 -62
lines
Diff to previous 1.61 (colored)
- Replace calc_order() with ilog2(), wrap into SIZE2ORDER(). - Inline some functions, reduce some #ifdefs.
Revision 1.61 / (download) - annotate - [select for diffs], Fri Sep 2 22:25:08 2011 UTC (8 months, 3 weeks ago) by dyoung
Branch: MAIN
Changes since 1.60: +105 -81
lines
Diff to previous 1.60 (colored)
Report vmem(9) errors out-of-band so that we can use vmem(9) to manage ranges that include the least and the greatest vmem_addr_t. Update vmem(9) uses throughout the kernel. Slightly expand on the tests in subr_vmem.c, which still pass. I've been running a kernel with this patch without any trouble.
Revision 1.60 / (download) - annotate - [select for diffs], Tue Aug 23 22:00:57 2011 UTC (9 months ago) by dyoung
Branch: MAIN
Changes since 1.59: +72 -39
lines
Diff to previous 1.59 (colored)
Introduce a couple of new constants, VMEM_ADDR_MIN (the least possible address in a vmem(9) arena, 0) and VMEM_ADDR_MAX (the maximum possible address, currently 0xFFFFFFFF). Modify several boundary conditions so that a vmem(9) arena can allocate ranges including VMEM_ADDR_MAX. Update documentation and tests. These changes pass the tests in sys/kern/subr_vmem.c. To compile the and run the test program, run "cd sys/kern/ && gcc -DVMEM_SANITY -o subr_vmem ./subr_vmem.c && ./subr_vmem".
Revision 1.59 / (download) - annotate - [select for diffs], Tue Jul 26 13:09:11 2011 UTC (10 months ago) by yamt
Branch: MAIN
Changes since 1.58: +47 -3
lines
Diff to previous 1.58 (colored)
comments. related to PR/44969
Revision 1.57.4.1 / (download) - annotate - [select for diffs], Sat Mar 5 20:55:21 2011 UTC (14 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.57: +4 -3
lines
Diff to previous 1.57 (colored) next main 1.58 (colored)
sync with head
Revision 1.58 / (download) - annotate - [select for diffs], Fri Dec 17 22:24:11 2010 UTC (17 months, 1 week ago) by yamt
Branch: MAIN
CVS Tags: rmind-uvmplock-nbase,
rmind-uvmplock-base,
matt-mips64-premerge-20101231,
jruoho-x86intr-base,
jruoho-x86intr,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Changes since 1.57: +4 -3
lines
Diff to previous 1.57 (colored)
wrap a long line.
Revision 1.54.2.1 / (download) - annotate - [select for diffs], Wed May 13 17:21:57 2009 UTC (3 years ago) by jym
Branch: jym-xensuspend
Changes since 1.54: +122 -225
lines
Diff to previous 1.54 (colored) next main 1.55 (colored)
Sync with HEAD. Commit is split, to avoid a "too many arguments" protocol error.
Revision 1.42.4.1 / (download) - annotate - [select for diffs], Mon May 4 08:13:48 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.42: +139 -49
lines
Diff to previous 1.42 (colored) next main 1.43 (colored)
sync with head.
Revision 1.42.12.3 / (download) - annotate - [select for diffs], Tue Apr 28 07:37:00 2009 UTC (3 years ago) by skrll
Branch: nick-hppapmap
Changes since 1.42.12.2: +3 -3
lines
Diff to previous 1.42.12.2 (colored) to branchpoint 1.42 (colored) next main 1.43 (colored)
Sync with HEAD.
Revision 1.57 / (download) - annotate - [select for diffs], Wed Mar 18 10:22:42 2009 UTC (3 years, 2 months ago) by cegger
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9,
yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
uebayasi-xip-base1,
uebayasi-xip-base,
uebayasi-xip,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base,
matt-premerge-20091211,
jymxensuspend-base,
jym-xensuspend-nbase,
jym-xensuspend-base
Branch point for: rmind-uvmplock
Changes since 1.56: +3 -3
lines
Diff to previous 1.56 (colored)
Ansify function definitions w/o arguments. Generated with sed.
Revision 1.42.12.2 / (download) - annotate - [select for diffs], Tue Mar 3 18:32:56 2009 UTC (3 years, 2 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.42.12.1: +123 -226
lines
Diff to previous 1.42.12.1 (colored) to branchpoint 1.42 (colored)
Sync with HEAD.
Revision 1.56 / (download) - annotate - [select for diffs], Wed Feb 18 13:33:46 2009 UTC (3 years, 3 months ago) by yamt
Branch: MAIN
CVS Tags: nick-hppapmap-base2
Changes since 1.55: +2 -4
lines
Diff to previous 1.55 (colored)
vmem_rehash_all: remove a debug printf slipped in with the previous changes.
Revision 1.55 / (download) - annotate - [select for diffs], Wed Feb 18 13:31:59 2009 UTC (3 years, 3 months ago) by yamt
Branch: MAIN
Changes since 1.54: +123 -224
lines
Diff to previous 1.54 (colored)
- fix vmem unittest. rename VMEM_DEBUG so that it won't be abused again. - reimplement vmem sanity checks with less code duplication. - reimplement ddb vmem-related commands in a more consistent ways. remove automatic whatis.
Revision 1.42.14.1 / (download) - annotate - [select for diffs], Mon Feb 2 02:40:27 2009 UTC (3 years, 3 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
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-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
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
Changes since 1.42: +4 -3
lines
Diff to previous 1.42 (colored) next main 1.43 (colored)
Pull up following revision(s) (requested by ad in ticket #340): sys/kern/subr_vmem.c: revision 1.52 Put vm_lock into its own cache line.
Revision 1.54 / (download) - annotate - [select for diffs], Sun Jan 25 13:08:56 2009 UTC (3 years, 4 months ago) by yamt
Branch: MAIN
Branch point for: jym-xensuspend
Changes since 1.53: +3 -3
lines
Diff to previous 1.53 (colored)
bump VMEM_HASHSIZE_MAX from 8192 to 65536.
Revision 1.53 / (download) - annotate - [select for diffs], Fri Jan 23 13:45:06 2009 UTC (3 years, 4 months ago) by pooka
Branch: MAIN
Changes since 1.52: +3 -3
lines
Diff to previous 1.52 (colored)
Change VMEM_HASHSIZE_INIT from 1 to 128. This mainly benefits quick-running or non-threaded rump jobs, where the rehash algorithm does not have a chance to run. For other cases it doesn't make much difference, since the size will grow or decrease when the rehash algorithm runs for the first time (t=10*hz currently).
Revision 1.42.12.1 / (download) - annotate - [select for diffs], Mon Jan 19 13:19:39 2009 UTC (3 years, 4 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.42: +197 -4
lines
Diff to previous 1.42 (colored)
Sync with HEAD.
Revision 1.41.6.2 / (download) - annotate - [select for diffs], Sat Jan 17 13:29:20 2009 UTC (3 years, 4 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.41.6.1: +195 -2
lines
Diff to previous 1.41.6.1 (colored) to branchpoint 1.41 (colored) next main 1.42 (colored)
Sync with HEAD.
Revision 1.52 / (download) - annotate - [select for diffs], Mon Dec 15 10:26:10 2008 UTC (3 years, 5 months ago) by ad
Branch: MAIN
CVS Tags: mjf-devfs2-base
Changes since 1.51: +4 -3
lines
Diff to previous 1.51 (colored)
Put vm_lock into its own cache line.
Revision 1.42.10.1 / (download) - annotate - [select for diffs], Sat Dec 13 01:15:08 2008 UTC (3 years, 5 months ago) by haad
Branch: haad-dm
Changes since 1.42: +195 -3
lines
Diff to previous 1.42 (colored) next main 1.43 (colored)
Update haad-dm branch to haad-dm-base2.
Revision 1.51 / (download) - annotate - [select for diffs], Wed Dec 10 18:07:30 2008 UTC (3 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: haad-nbase2,
haad-dm-base2,
haad-dm-base
Changes since 1.50: +3 -3
lines
Diff to previous 1.50 (colored)
fix endif comment
Revision 1.50 / (download) - annotate - [select for diffs], Wed Dec 10 17:32:32 2008 UTC (3 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.49: +2 -3
lines
Diff to previous 1.49 (colored)
disable VMEM_DEBUG by default.
Revision 1.49 / (download) - annotate - [select for diffs], Wed Dec 10 16:59:12 2008 UTC (3 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.48: +3 -3
lines
Diff to previous 1.48 (colored)
vmem_check_sanity is just too expensive for DEBUG. Enable it only for VMEM_DEBUG.
Revision 1.48 / (download) - annotate - [select for diffs], Tue Dec 9 07:54:59 2008 UTC (3 years, 5 months ago) by cegger
Branch: MAIN
Changes since 1.47: +82 -57
lines
Diff to previous 1.47 (colored)
vmem_check_sanity: refactor overlapping check for better readability. Move use of vmem_check_sanity into locked sections. Pointed out by ad@
Revision 1.47 / (download) - annotate - [select for diffs], Sun Dec 7 22:39:01 2008 UTC (3 years, 5 months ago) by cegger
Branch: MAIN
Changes since 1.46: +43 -13
lines
Diff to previous 1.46 (colored)
ddb: make show vmem print exact span type vmem_check_sanity: print exact span type vmem_add1: KASSERT span types
Revision 1.46 / (download) - annotate - [select for diffs], Sun Dec 7 11:49:51 2008 UTC (3 years, 5 months ago) by cegger
Branch: MAIN
Changes since 1.45: +3 -6
lines
Diff to previous 1.45 (colored)
vmem_check_sanity: fix check to correctly detect even exactly duplicate spans.
Revision 1.45 / (download) - annotate - [select for diffs], Sun Dec 7 09:40:42 2008 UTC (3 years, 5 months ago) by cegger
Branch: MAIN
CVS Tags: ad-audiomp2-base,
ad-audiomp2
Changes since 1.44: +13 -8
lines
Diff to previous 1.44 (colored)
build fix: make i386 build again
Revision 1.44 / (download) - annotate - [select for diffs], Sun Dec 7 02:21:04 2008 UTC (3 years, 5 months ago) by cegger
Branch: MAIN
Changes since 1.43: +86 -2
lines
Diff to previous 1.43 (colored)
Spans may never overlap. Overlapping spans mean memory corruption when used by kmem(9), for example. Do sanity checks to detect such spans on DEBUG kernels.
Revision 1.43 / (download) - annotate - [select for diffs], Sun Dec 7 00:51:15 2008 UTC (3 years, 5 months ago) by cegger
Branch: MAIN
Changes since 1.42: +54 -2
lines
Diff to previous 1.42 (colored)
ddb: new 'show vmem' and 'show all vmems' commands. Useful to inspect vmem(9) structures.
Revision 1.41.6.1 / (download) - annotate - [select for diffs], Thu Apr 3 12:43:04 2008 UTC (4 years, 1 month ago) by mjf
Branch: mjf-devfs2
Changes since 1.41: +5 -6
lines
Diff to previous 1.41 (colored)
Sync with HEAD.
Revision 1.41.2.1 / (download) - annotate - [select for diffs], Mon Mar 24 07:16:14 2008 UTC (4 years, 2 months ago) by keiichi
Branch: keiichi-mipv6
Changes since 1.41: +5 -6
lines
Diff to previous 1.41 (colored) next main 1.42 (colored)
sync with head.
Revision 1.32.8.4 / (download) - annotate - [select for diffs], Sun Mar 23 02:05:00 2008 UTC (4 years, 2 months ago) by matt
Branch: matt-armv6
Changes since 1.32.8.3: +7 -8
lines
Diff to previous 1.32.8.3 (colored) to branchpoint 1.32 (colored) next main 1.33 (colored)
sync with HEAD
Revision 1.24.4.10 / (download) - annotate - [select for diffs], Mon Mar 17 09:15:34 2008 UTC (4 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.24.4.9: +5 -6
lines
Diff to previous 1.24.4.9 (colored) to branchpoint 1.24 (colored) next main 1.25 (colored)
sync with head.
Revision 1.42 / (download) - annotate - [select for diffs], Mon Mar 17 08:27:50 2008 UTC (4 years, 2 months ago) by yamt
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,
netbsd-5-base,
netbsd-5-0-RC1,
matt-mips64-base2,
matt-armv6-nbase,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
hpcarm-cleanup-nbase,
haad-dm-base1,
ad-socklock-base1
Branch point for: yamt-nfs-mp,
nick-hppapmap,
netbsd-5,
haad-dm
Changes since 1.41: +5 -6
lines
Diff to previous 1.41 (colored)
- simplify ASSERT_SLEEPABLE. - move it from proc.h to systm.h. - add some more checks. - make it a little more lkm friendly.
Revision 1.33.2.4 / (download) - annotate - [select for diffs], Mon Feb 18 21:06:47 2008 UTC (4 years, 3 months ago) by mjf
Branch: mjf-devfs
Changes since 1.33.2.3: +4 -5
lines
Diff to previous 1.33.2.3 (colored) next main 1.34 (colored)
Sync with HEAD.
Revision 1.24.4.9 / (download) - annotate - [select for diffs], Mon Feb 4 09:24:17 2008 UTC (4 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.24.4.8: +4 -4
lines
Diff to previous 1.24.4.8 (colored) to branchpoint 1.24 (colored)
sync with head.
Revision 1.41 / (download) - annotate - [select for diffs], Thu Jan 24 13:57:52 2008 UTC (4 years, 4 months ago) by ad
Branch: MAIN
CVS Tags: nick-net80211-sync-base,
nick-net80211-sync,
mjf-devfs-base,
hpcarm-cleanup-base
Branch point for: mjf-devfs2,
keiichi-mipv6
Changes since 1.40: +4 -4
lines
Diff to previous 1.40 (colored)
Mark some callouts/workqueues/kthreads MPSAFE.
Revision 1.24.4.8 / (download) - annotate - [select for diffs], Mon Jan 21 09:46:22 2008 UTC (4 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.24.4.7: +44 -8
lines
Diff to previous 1.24.4.7 (colored) to branchpoint 1.24 (colored)
sync with head
Revision 1.32.8.3 / (download) - annotate - [select for diffs], Wed Jan 9 01:56:20 2008 UTC (4 years, 4 months ago) by matt
Branch: matt-armv6
Changes since 1.32.8.2: +45 -9
lines
Diff to previous 1.32.8.2 (colored) to branchpoint 1.32 (colored)
sync with HEAD
Revision 1.36.4.3 / (download) - annotate - [select for diffs], Tue Jan 8 22:11:41 2008 UTC (4 years, 4 months ago) by bouyer
Branch: bouyer-xeni386
CVS Tags: bouyer-xeni386-merge1
Changes since 1.36.4.2: +0 -1
lines
Diff to previous 1.36.4.2 (colored) to branchpoint 1.36 (colored) next main 1.37 (colored)
Sync with HEAD
Revision 1.40 / (download) - annotate - [select for diffs], Fri Jan 4 21:18:14 2008 UTC (4 years, 4 months ago) by ad
Branch: MAIN
CVS Tags: matt-armv6-base,
bouyer-xeni386-nbase,
bouyer-xeni386-base
Changes since 1.39: +2 -3
lines
Diff to previous 1.39 (colored)
Start detangling lock.h from intr.h. This is likely to cause short term breakage, but the mess of dependencies has been regularly breaking the build recently anyhow.
Revision 1.36.4.2 / (download) - annotate - [select for diffs], Wed Jan 2 21:56:11 2008 UTC (4 years, 4 months ago) by bouyer
Branch: bouyer-xeni386
Changes since 1.36.4.1: +13 -15
lines
Diff to previous 1.36.4.1 (colored) to branchpoint 1.36 (colored)
Sync with HEAD
Revision 1.33.2.3 / (download) - annotate - [select for diffs], Thu Dec 27 00:46:08 2007 UTC (4 years, 5 months ago) by mjf
Branch: mjf-devfs
Changes since 1.33.2.2: +44 -7
lines
Diff to previous 1.33.2.2 (colored)
Sync with HEAD.
Revision 1.35.2.2 / (download) - annotate - [select for diffs], Wed Dec 26 21:39:43 2007 UTC (4 years, 5 months ago) by ad
Branch: vmlocking2
Changes since 1.35.2.1: +44 -7
lines
Diff to previous 1.35.2.1 (colored) to branchpoint 1.35 (colored) next main 1.36 (colored)
Sync with head.
Revision 1.39 / (download) - annotate - [select for diffs], Sat Dec 22 03:27:10 2007 UTC (4 years, 5 months ago) by yamt
Branch: MAIN
CVS Tags: vmlocking2-base3
Changes since 1.38: +10 -10
lines
Diff to previous 1.38 (colored)
vmem_whatis: print "free" btags as well.
Revision 1.38 / (download) - annotate - [select for diffs], Sat Dec 22 01:11:37 2007 UTC (4 years, 5 months ago) by yamt
Branch: MAIN
Changes since 1.37: +5 -7
lines
Diff to previous 1.37 (colored)
vmem_alloc: round-up size only when necessary. suggested by Andrew Doran.
Revision 1.36.4.1 / (download) - annotate - [select for diffs], Thu Dec 13 21:56:55 2007 UTC (4 years, 5 months ago) by bouyer
Branch: bouyer-xeni386
Changes since 1.36: +41 -2
lines
Diff to previous 1.36 (colored)
Sync with HEAD
Revision 1.36.2.2 / (download) - annotate - [select for diffs], Thu Dec 13 05:06:01 2007 UTC (4 years, 5 months ago) by yamt
Branch: yamt-kmem
Changes since 1.36.2.1: +41 -2
lines
Diff to previous 1.36.2.1 (colored) to branchpoint 1.36 (colored) next main 1.37 (colored)
sync with head.
Revision 1.37 / (download) - annotate - [select for diffs], Thu Dec 13 02:45:10 2007 UTC (4 years, 5 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-kmem-base3
Changes since 1.36: +41 -2
lines
Diff to previous 1.36 (colored)
add ddb "whatis" command. inspired from solaris ::whatis dcmd.
Revision 1.36.2.1 / (download) - annotate - [select for diffs], Mon Dec 10 12:56:11 2007 UTC (4 years, 5 months ago) by yamt
Branch: yamt-kmem
Changes since 1.36: +397 -68
lines
Diff to previous 1.36 (colored)
- separate kernel va allocation (kernel_va_arena) from in-kernel fault handling (kernel_map). - add vmem bootstrap code. vmem doesn't rely on malloc anymore. - make kmem_alloc interrupt-safe. - kill kmem_map. make malloc a wrapper of kmem_alloc.
Revision 1.32.6.4 / (download) - annotate - [select for diffs], Sun Dec 9 19:38:24 2007 UTC (4 years, 5 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.32.6.3: +3 -3
lines
Diff to previous 1.32.6.3 (colored) to branchpoint 1.32 (colored) next main 1.33 (colored)
Sync with HEAD.
Revision 1.33.2.2 / (download) - annotate - [select for diffs], Sat Dec 8 18:20:37 2007 UTC (4 years, 5 months ago) by mjf
Branch: mjf-devfs
Changes since 1.33.2.1: +3 -3
lines
Diff to previous 1.33.2.1 (colored)
Sync with HEAD.
Revision 1.35.2.1 / (download) - annotate - [select for diffs], Sat Dec 8 17:57:47 2007 UTC (4 years, 5 months ago) by ad
Branch: vmlocking2
Changes since 1.35: +3 -3
lines
Diff to previous 1.35 (colored)
Sync with head.
Revision 1.24.4.7 / (download) - annotate - [select for diffs], Fri Dec 7 17:33:08 2007 UTC (4 years, 5 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.24.4.6: +3 -3
lines
Diff to previous 1.24.4.6 (colored) to branchpoint 1.24 (colored)
sync with head
Revision 1.36 / (download) - annotate - [select for diffs], Wed Dec 5 07:06:54 2007 UTC (4 years, 5 months ago) by ad
Branch: MAIN
CVS Tags: yamt-kmem-base2,
yamt-kmem-base,
vmlocking2-base2,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
jmcneill-pm-base,
cube-autoconf-base,
cube-autoconf
Branch point for: yamt-kmem,
bouyer-xeni386
Changes since 1.35: +3 -3
lines
Diff to previous 1.35 (colored)
Match the docs: MUTEX_DRIVER/SPIN are now only for porting code written for Solaris.
Revision 1.33.2.1 / (download) - annotate - [select for diffs], Mon Nov 19 00:48:51 2007 UTC (4 years, 6 months ago) by mjf
Branch: mjf-devfs
Changes since 1.33: +23 -37
lines
Diff to previous 1.33 (colored)
Sync with HEAD.
Revision 1.24.4.6 / (download) - annotate - [select for diffs], Thu Nov 15 11:44:50 2007 UTC (4 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.24.4.5: +23 -37
lines
Diff to previous 1.24.4.5 (colored) to branchpoint 1.24 (colored)
sync with head.
Revision 1.32.12.1 / (download) - annotate - [select for diffs], Tue Nov 13 16:02:23 2007 UTC (4 years, 6 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.32: +23 -43
lines
Diff to previous 1.32 (colored) next main 1.33 (colored)
Sync with HEAD
Revision 1.32.6.3 / (download) - annotate - [select for diffs], Sun Nov 11 16:48:10 2007 UTC (4 years, 6 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.32.6.2: +22 -36
lines
Diff to previous 1.32.6.2 (colored) to branchpoint 1.32 (colored)
Sync with HEAD.
Revision 1.27.2.9 / (download) - annotate - [select for diffs], Sat Nov 10 12:14:38 2007 UTC (4 years, 6 months ago) by yamt
Branch: vmlocking
Changes since 1.27.2.8: +0 -6
lines
Diff to previous 1.27.2.8 (colored) next main 1.28 (colored)
pull subr_vmem.c rev.1.33.
Revision 1.32.8.2 / (download) - annotate - [select for diffs], Thu Nov 8 11:00:06 2007 UTC (4 years, 6 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.32.8.1: +22 -36
lines
Diff to previous 1.32.8.1 (colored) to branchpoint 1.32 (colored)
sync with -HEAD
Revision 1.35 / (download) - annotate - [select for diffs], Wed Nov 7 00:23:23 2007 UTC (4 years, 6 months ago) by ad
Branch: MAIN
CVS Tags: vmlocking2-base1,
vmlocking-nbase,
bouyer-xenamd64-base2,
bouyer-xenamd64-base
Branch point for: vmlocking2
Changes since 1.34: +22 -36
lines
Diff to previous 1.34 (colored)
Merge from vmlocking: - pool_cache changes. - Debugger/procfs locking fixes. - Other minor changes.
Revision 1.32.8.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:32:19 2007 UTC (4 years, 6 months ago) by matt
Branch: matt-armv6
Changes since 1.32: +3 -9
lines
Diff to previous 1.32 (colored)
sync with HEAD
Revision 1.32.6.2 / (download) - annotate - [select for diffs], Tue Nov 6 19:25:34 2007 UTC (4 years, 6 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.32.6.1: +3 -3
lines
Diff to previous 1.32.6.1 (colored) to branchpoint 1.32 (colored)
Sync with HEAD.
Revision 1.34 / (download) - annotate - [select for diffs], Tue Nov 6 00:42:44 2007 UTC (4 years, 6 months ago) by ad
Branch: MAIN
CVS Tags: jmcneill-base
Changes since 1.33: +3 -3
lines
Diff to previous 1.33 (colored)
Merge scheduler changes from the vmlocking branch. All discussed on tech-kern: - Invert priority space so that zero is the lowest priority. Rearrange number and type of priority levels into bands. Add new bands like 'kernel real time'. - Ignore the priority level passed to tsleep. Compute priority for sleep dynamically. - For SCHED_4BSD, make priority adjustment per-LWP, not per-process.
Revision 1.24.4.5 / (download) - annotate - [select for diffs], Sat Oct 27 11:35:34 2007 UTC (4 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.24.4.4: +2 -8
lines
Diff to previous 1.24.4.4 (colored) to branchpoint 1.24 (colored)
sync with head.
Revision 1.27.2.8 / (download) - annotate - [select for diffs], Sat Oct 27 09:24:14 2007 UTC (4 years, 7 months ago) by yamt
Branch: vmlocking
Changes since 1.27.2.7: +0 -4
lines
Diff to previous 1.27.2.7 (colored)
remove #ifdef notyet which is not necessary.
Revision 1.27.2.7 / (download) - annotate - [select for diffs], Sat Oct 27 09:18:54 2007 UTC (4 years, 7 months ago) by yamt
Branch: vmlocking
Changes since 1.27.2.6: +3 -3
lines
Diff to previous 1.27.2.6 (colored)
fix priorities for some kernel threads. advised and ok'ed by Andrew Doran.
Revision 1.32.6.1 / (download) - annotate - [select for diffs], Fri Oct 26 15:48:41 2007 UTC (4 years, 7 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.32: +2 -8
lines
Diff to previous 1.32 (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.33 / (download) - annotate - [select for diffs], Tue Oct 23 11:29:06 2007 UTC (4 years, 7 months ago) by yamt
Branch: MAIN
Branch point for: mjf-devfs
Changes since 1.32: +2 -8
lines
Diff to previous 1.32 (colored)
vmem_rehash_all: remove no longer unnecessary splvm/splx pairs.
Revision 1.24.4.4 / (download) - annotate - [select for diffs], Mon Sep 3 14:41:07 2007 UTC (4 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.24.4.3: +158 -56
lines
Diff to previous 1.24.4.3 (colored) to branchpoint 1.24 (colored)
sync with head.
Revision 1.27.2.6 / (download) - annotate - [select for diffs], Sat Sep 1 12:56:48 2007 UTC (4 years, 8 months ago) by ad
Branch: vmlocking
Changes since 1.27.2.5: +22 -32
lines
Diff to previous 1.27.2.5 (colored)
Update for pool_cache API changes.
Revision 1.27.2.5 / (download) - annotate - [select for diffs], Sun Jul 15 13:27:44 2007 UTC (4 years, 10 months ago) by ad
Branch: vmlocking
Changes since 1.27.2.4: +159 -37
lines
Diff to previous 1.27.2.4 (colored)
Sync with head.
Revision 1.32 / (download) - annotate - [select for diffs], Thu Jul 12 20:39:56 2007 UTC (4 years, 10 months ago) by rmind
Branch: MAIN
CVS Tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
vmlocking-base,
nick-csl-alignment-base5,
nick-csl-alignment-base,
nick-csl-alignment,
matt-mips64-base,
matt-mips64,
hpcarm-cleanup
Branch point for: matt-armv6,
jmcneill-pm,
bouyer-xenamd64
Changes since 1.31: +3 -3
lines
Diff to previous 1.31 (colored)
Implementation of per-CPU work-queues support for workqueue(9) interface. WQ_PERCPU flag for workqueue and additional argument for workqueue_enqueue() to assign a CPU might be used. Notes: - For now, the list is used for workqueue_queue, which is non-optimal, and will be changed with array, where index would be CPU ID. - The data structures should be changed to be cache-friendly. Reviewed by: <yamt>, <tech-kern>
Revision 1.28.2.1 / (download) - annotate - [select for diffs], Wed Jul 11 20:10:07 2007 UTC (4 years, 10 months ago) by mjf
Branch: mjf-ufs-trans
Changes since 1.28: +155 -55
lines
Diff to previous 1.28 (colored) next main 1.29 (colored)
Sync with head.
Revision 1.31 / (download) - annotate - [select for diffs], Mon Jul 9 21:10:55 2007 UTC (4 years, 10 months ago) by ad
Branch: MAIN
CVS Tags: mjf-ufs-trans-base
Changes since 1.30: +29 -35
lines
Diff to previous 1.30 (colored)
Merge some of the less invasive changes from the vmlocking branch: - kthread, callout, devsw API changes - select()/poll() improvements - miscellaneous MT safety improvements
Revision 1.30 / (download) - annotate - [select for diffs], Sun Jun 17 13:34:43 2007 UTC (4 years, 11 months ago) by yamt
Branch: MAIN
Changes since 1.29: +133 -25
lines
Diff to previous 1.29 (colored)
periodically resize vmem hash table.
Revision 1.24.6.4 / (download) - annotate - [select for diffs], Sun Apr 15 16:03:51 2007 UTC (5 years, 1 month ago) by yamt
Branch: yamt-idlelwp
Changes since 1.24.6.3: +2 -4
lines
Diff to previous 1.24.6.3 (colored) to branchpoint 1.24 (colored) next main 1.25 (colored)
sync with head.
Revision 1.27.2.4 / (download) - annotate - [select for diffs], Tue Apr 10 13:26:40 2007 UTC (5 years, 1 month ago) by ad
Branch: vmlocking
Changes since 1.27.2.3: +2 -4
lines
Diff to previous 1.27.2.3 (colored)
Sync with head.
Revision 1.28.4.1 / (download) - annotate - [select for diffs], Thu Mar 29 19:27:57 2007 UTC (5 years, 1 month ago) by reinoud
Branch: reinoud-bufcleanup
Changes since 1.28: +2 -4
lines
Diff to previous 1.28 (colored) next main 1.29 (colored)
Pullup to -current
Revision 1.29 / (download) - annotate - [select for diffs], Mon Mar 26 22:52:44 2007 UTC (5 years, 2 months ago) by hubertf
Branch: MAIN
CVS Tags: yamt-idlelwp-base8,
thorpej-atomic-base,
thorpej-atomic
Changes since 1.28: +2 -4
lines
Diff to previous 1.28 (colored)
Remove duplicate #include's From: Slava Semushin <php-coder@altlinux.ru>
Revision 1.24.6.3 / (download) - annotate - [select for diffs], Sat Mar 24 14:56:04 2007 UTC (5 years, 2 months ago) by yamt
Branch: yamt-idlelwp
Changes since 1.24.6.2: +5 -4
lines
Diff to previous 1.24.6.2 (colored) to branchpoint 1.24 (colored)
sync with head.
Revision 1.27.2.3 / (download) - annotate - [select for diffs], Wed Mar 21 20:11:52 2007 UTC (5 years, 2 months ago) by ad
Branch: vmlocking
Changes since 1.27.2.2: +8 -12
lines
Diff to previous 1.27.2.2 (colored)
- Replace more simple_locks, and fix up in a few places. - Use condition variables. - LOCK_ASSERT -> KASSERT.
Revision 1.27.2.2 / (download) - annotate - [select for diffs], Tue Mar 13 17:50:58 2007 UTC (5 years, 2 months ago) by ad
Branch: vmlocking
Changes since 1.27.2.1: +30 -46
lines
Diff to previous 1.27.2.1 (colored)
Pull in the initial set of changes for the vmlocking branch.
Revision 1.27.2.1 / (download) - annotate - [select for diffs], Tue Mar 13 16:51:57 2007 UTC (5 years, 2 months ago) by ad
Branch: vmlocking
Changes since 1.27: +5 -4
lines
Diff to previous 1.27 (colored)
Sync with head.
Revision 1.28 / (download) - annotate - [select for diffs], Mon Mar 12 18:18:34 2007 UTC (5 years, 2 months ago) by ad
Branch: MAIN
Branch point for: reinoud-bufcleanup,
mjf-ufs-trans
Changes since 1.27: +5 -4
lines
Diff to previous 1.27 (colored)
Pass an ipl argument to pool_init/POOL_INIT to be used when initializing the pool's lock.
Revision 1.24.6.2 / (download) - annotate - [select for diffs], Mon Mar 12 05:58:41 2007 UTC (5 years, 2 months ago) by rmind
Branch: yamt-idlelwp
Changes since 1.24.6.1: +3 -2
lines
Diff to previous 1.24.6.1 (colored) to branchpoint 1.24 (colored)
Sync with HEAD.
Revision 1.27 / (download) - annotate - [select for diffs], Sat Mar 10 15:54:14 2007 UTC (5 years, 2 months ago) by ad
Branch: MAIN
Branch point for: vmlocking
Changes since 1.26: +3 -2
lines
Diff to previous 1.26 (colored)
qc_init: don't leave pointers to destroyed pools hanging or we will allocate from them later.
Revision 1.24.6.1 / (download) - annotate - [select for diffs], Tue Feb 27 16:54:30 2007 UTC (5 years, 2 months ago) by yamt
Branch: yamt-idlelwp
Changes since 1.24: +12 -12
lines
Diff to previous 1.24 (colored)
- sync with head. - move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.
Revision 1.24.4.3 / (download) - annotate - [select for diffs], Mon Feb 26 09:11:16 2007 UTC (5 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.24.4.2: +12 -12
lines
Diff to previous 1.24.4.2 (colored) to branchpoint 1.24 (colored)
sync with head.
Revision 1.26 / (download) - annotate - [select for diffs], Thu Feb 22 06:34:45 2007 UTC (5 years, 3 months ago) by thorpej
Branch: MAIN
CVS Tags: ad-audiomp-base,
ad-audiomp
Changes since 1.25: +8 -8
lines
Diff to previous 1.25 (colored)
TRUE -> true, FALSE -> false
Revision 1.25 / (download) - annotate - [select for diffs], Wed Feb 21 23:00:05 2007 UTC (5 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.24: +8 -8
lines
Diff to previous 1.24 (colored)
Replace the Mach-derived boolean_t type with the C99 bool type. A future commit will replace use of TRUE and FALSE with true and false.
Revision 1.8.2.2 / (download) - annotate - [select for diffs], Fri Jan 12 01:04:07 2007 UTC (5 years, 4 months ago) by ad
Branch: newlock2
Changes since 1.8.2.1: +50 -9
lines
Diff to previous 1.8.2.1 (colored) to branchpoint 1.8 (colored) next main 1.9 (colored)
Sync with head.
Revision 1.24.4.2 / (download) - annotate - [select for diffs], Sat Dec 30 20:50:06 2006 UTC (5 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.24.4.1: +1290 -0
lines
Diff to previous 1.24.4.1 (colored) to branchpoint 1.24 (colored)
sync with head.
Revision 1.8.6.2 / (download) - annotate - [select for diffs], Sun Dec 10 07:18:45 2006 UTC (5 years, 5 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.8.6.1: +86 -26
lines
Diff to previous 1.8.6.1 (colored) to branchpoint 1.8 (colored) next main 1.9 (colored)
sync with head.
Revision 1.8.2.1 / (download) - annotate - [select for diffs], Sat Nov 18 21:39:23 2006 UTC (5 years, 6 months ago) by ad
Branch: newlock2
Changes since 1.8: +219 -24
lines
Diff to previous 1.8 (colored)
Sync with head.
Revision 1.24.4.1, Sat Nov 18 07:51:54 2006 UTC (5 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.24: +0 -1290
lines
FILE REMOVED
file subr_vmem.c was added on branch yamt-lazymbuf on 2006-12-30 20:50:06 +0000
Revision 1.24 / (download) - annotate - [select for diffs], Sat Nov 18 07:51:54 2006 UTC (5 years, 6 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
post-newlock2-merge,
newlock2-nbase,
newlock2-base,
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
Branch point for: yamt-lazymbuf,
yamt-idlelwp
Changes since 1.23: +6 -6
lines
Diff to previous 1.23 (colored)
qc_reap, qc_destroy: simplify.
Revision 1.23 / (download) - annotate - [select for diffs], Sat Nov 18 07:51:34 2006 UTC (5 years, 6 months ago) by yamt
Branch: MAIN
Changes since 1.22: +26 -2
lines
Diff to previous 1.22 (colored)
vmem_destroy: don't forget to clean up qcache_t.
Revision 1.22 / (download) - annotate - [select for diffs], Sat Nov 18 07:51:06 2006 UTC (5 years, 6 months ago) by yamt
Branch: MAIN
Changes since 1.21: +25 -8
lines
Diff to previous 1.21 (colored)
vmem: share qcache_t if itemsperpage is same.
Revision 1.21 / (download) - annotate - [select for diffs], Sun Nov 12 22:28:17 2006 UTC (5 years, 6 months ago) by yamt
Branch: MAIN
Changes since 1.20: +10 -2
lines
Diff to previous 1.20 (colored)
protect bt_poolcache by splvm because it's shared among all arenas including ones which can be used in interrupt context. PR/35042 from Manuel Bouyer.
Revision 1.20 / (download) - annotate - [select for diffs], Thu Nov 9 10:08:53 2006 UTC (5 years, 6 months ago) by yamt
Branch: MAIN
Changes since 1.19: +6 -3
lines
Diff to previous 1.19 (colored)
vmem_xalloc: plug memory leak on error.
Revision 1.19 / (download) - annotate - [select for diffs], Sat Nov 4 13:26:22 2006 UTC (5 years, 6 months ago) by yamt
Branch: MAIN
Changes since 1.18: +13 -6
lines
Diff to previous 1.18 (colored)
- define some macros and use them. - fix an off-by-one in testcode.
Revision 1.18 / (download) - annotate - [select for diffs], Sat Nov 4 13:25:52 2006 UTC (5 years, 6 months ago) by yamt
Branch: MAIN
Changes since 1.17: +4 -0
lines
Diff to previous 1.17 (colored)
todo.
Revision 1.17 / (download) - annotate - [select for diffs], Wed Nov 1 10:17:59 2006 UTC (5 years, 6 months ago) by yamt
Branch: MAIN
Changes since 1.16: +4 -4
lines
Diff to previous 1.16 (colored)
remove some __unused from function parameters.
Revision 1.16 / (download) - annotate - [select for diffs], Fri Oct 27 15:05:16 2006 UTC (5 years, 6 months ago) by yamt
Branch: MAIN
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
vmem: use correct function names for ASSERT_SLEEPABLE.
Revision 1.15 / (download) - annotate - [select for diffs], Mon Oct 23 13:36:33 2006 UTC (5 years, 7 months ago) by yamt
Branch: MAIN
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
qc_init: fix a problem introduced by rev.1.13. namely, use quantum-size alignment rather than no alignment. PR/34879 from Peter Postma.
Revision 1.14 / (download) - annotate - [select for diffs], Sun Oct 22 10:19:25 2006 UTC (5 years, 7 months ago) by yamt
Branch: MAIN
Changes since 1.13: +0 -3
lines
Diff to previous 1.13 (colored)
remove a todo which has been done.
Revision 1.13 / (download) - annotate - [select for diffs], Sun Oct 22 09:42:30 2006 UTC (5 years, 7 months ago) by yamt
Branch: MAIN
Changes since 1.12: +1 -1
lines
Diff to previous 1.12 (colored)
qc_init: when initializing pools, use align==1 (ie. no alignment) rather than align==0, which is converted to ALIGN(1) by pool_init.
Revision 1.8.6.1 / (download) - annotate - [select for diffs], Sun Oct 22 06:07:11 2006 UTC (5 years, 7 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.8: +198 -22
lines
Diff to previous 1.8 (colored)
sync with head
Revision 1.12 / (download) - annotate - [select for diffs], Tue Oct 17 08:54:03 2006 UTC (5 years, 7 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2
Changes since 1.11: +4 -5
lines
Diff to previous 1.11 (colored)
vmem_alloc: use __unused rather than a cryptic
"do { if (&strat) {} } while (/* CONSTCOND */ 0);"
Revision 1.11 / (download) - annotate - [select for diffs], Mon Oct 16 16:05:34 2006 UTC (5 years, 7 months ago) by dogcow
Branch: MAIN
Changes since 1.10: +4 -3
lines
Diff to previous 1.10 (colored)
another day, another __unused sprinkle.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Oct 16 13:09:42 2006 UTC (5 years, 7 months ago) by yamt
Branch: MAIN
Changes since 1.9: +194 -18
lines
Diff to previous 1.9 (colored)
implement vmem_xalloc/xfree. XXX importing needs some more thoughts.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Oct 12 01:32:18 2006 UTC (5 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.8: +5 -5
lines
Diff to previous 1.8 (colored)
- sprinkle __unused on function decls. - fix a couple of unused bugs - no more -Wno-unused for i386
Revision 1.8.4.2 / (download) - annotate - [select for diffs], Sat Sep 9 02:57:16 2006 UTC (5 years, 8 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.8.4.1: +1054 -0
lines
Diff to previous 1.8.4.1 (colored) to branchpoint 1.8 (colored) next main 1.9 (colored)
sync with head
Revision 1.2.2.4 / (download) - annotate - [select for diffs], Sun Sep 3 15:25:22 2006 UTC (5 years, 8 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.2.2.3: +188 -12
lines
Diff to previous 1.2.2.3 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)
sync with head.
Revision 1.8.4.1, Mon Aug 21 09:05:22 2006 UTC (5 years, 9 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.8: +0 -1054
lines
FILE REMOVED
file subr_vmem.c was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:57:16 +0000
Revision 1.8 / (download) - annotate - [select for diffs], Mon Aug 21 09:05:22 2006 UTC (5 years, 9 months ago) by martin
Branch: MAIN
CVS Tags: yamt-splraiseipl-base,
yamt-pdpolicy-base9,
yamt-pdpolicy-base8,
rpaulo-netinet-merge-pcb-base
Branch point for: yamt-splraiseipl,
rpaulo-netinet-merge-pcb,
newlock2
Changes since 1.7: +3 -3
lines
Diff to previous 1.7 (colored)
Use %zu for size_t
Revision 1.7 / (download) - annotate - [select for diffs], Sun Aug 20 13:14:03 2006 UTC (5 years, 9 months ago) by yamt
Branch: MAIN
Changes since 1.6: +2 -11
lines
Diff to previous 1.6 (colored)
vmf_to_prf: tweak code to avoid a "may be used uninitialized" warning. pointed by Kurt Schreiner.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Aug 20 09:45:59 2006 UTC (5 years, 9 months ago) by yamt
Branch: MAIN
Changes since 1.5: +38 -0
lines
Diff to previous 1.5 (colored)
implement kva reclamation for kmem_alloc quantum cache.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Aug 20 09:43:08 2006 UTC (5 years, 9 months ago) by yamt
Branch: MAIN
Changes since 1.4: +147 -4
lines
Diff to previous 1.4 (colored)
implement vmem quantum cache.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Aug 16 13:19:03 2006 UTC (5 years, 9 months ago) by yamt
Branch: MAIN
Changes since 1.3: +10 -6
lines
Diff to previous 1.3 (colored)
- fix integer overflows. - bump VMEM_MAXORDER. should fix "idx < VMEM_MAXORDER" assertion failure reported by Martijn van Buul on current-users@.
Revision 1.2.2.3 / (download) - annotate - [select for diffs], Fri Aug 11 15:45:46 2006 UTC (5 years, 9 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.2.2.2: +7 -2
lines
Diff to previous 1.2.2.2 (colored) to branchpoint 1.2 (colored)
sync with head
Revision 1.3 / (download) - annotate - [select for diffs], Fri Jul 21 10:08:41 2006 UTC (5 years, 10 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-pdpolicy-base7,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Changes since 1.2: +5 -0
lines
Diff to previous 1.2 (colored)
use ASSERT_SLEEPABLE where appropriate.
Revision 1.2.4.2 / (download) - annotate - [select for diffs], Thu Jul 13 17:49:51 2006 UTC (5 years, 10 months ago) by gdamore
Branch: gdamore-uart
Changes since 1.2.4.1: +873 -0
lines
Diff to previous 1.2.4.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)
Merge from HEAD.
Revision 1.2.2.2 / (download) - annotate - [select for diffs], Mon Jun 26 12:52:57 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.2.2.1: +873 -0
lines
Diff to previous 1.2.2.1 (colored) to branchpoint 1.2 (colored)
sync with head.
Revision 1.2.4.1, Mon Jun 26 10:23:20 2006 UTC (5 years, 11 months ago) by gdamore
Branch: gdamore-uart
Changes since 1.2: +0 -873
lines
FILE REMOVED
file subr_vmem.c was added on branch gdamore-uart on 2006-07-13 17:49:51 +0000
Revision 1.2.2.1, Mon Jun 26 10:23:20 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.2: +0 -873
lines
FILE REMOVED
file subr_vmem.c was added on branch yamt-pdpolicy on 2006-06-26 12:52:57 +0000
Revision 1.2 / (download) - annotate - [select for diffs], Mon Jun 26 10:23:20 2006 UTC (5 years, 11 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-pdpolicy-base6
Branch point for: yamt-pdpolicy,
gdamore-uart
Changes since 1.1: +24 -16
lines
Diff to previous 1.1 (colored)
fix VM_BESTFIT.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Jun 25 08:00:01 2006 UTC (5 years, 11 months ago) by yamt
Branch: MAIN
1. implement solaris-like vmem. (still primitive, though) 2. implement solaris-like kmem_alloc/free api, using #1. (note: this implementation is backed by kernel_map, thus can't be used from interrupt context.)