projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
3f5f7fb
)
Add zalloc removal project
author
sjg <sjg@web>
Wed, 1 Sep 2010 22:32:45 +0000 (15:32 -0700)
committer
Charlie <root@leaf.dragonflybsd.org>
Wed, 1 Sep 2010 22:32:45 +0000 (15:32 -0700)
docs/developer/ProjectsPage.mdwn
patch
|
blob
|
blame
|
history
diff --git
a/docs/developer/ProjectsPage.mdwn
b/docs/developer/ProjectsPage.mdwn
index
5315c0a
..
321f42b
100644
(file)
--- a/
docs/developer/ProjectsPage.mdwn
+++ b/
docs/developer/ProjectsPage.mdwn
@@
-170,3
+170,9
@@
This page shall serve as a common place to look if you're in search of a DragonF
### Kernel VIRTUAL MACHINE
* opcode vm in kernel for various purposes? What could be accomplished with this?
+
+### Remove zalloc
+* zalloc is a deprecated kernel interface and all current consumers can be ported to objcache, with varying levels of difficulty.
+* Easier: kqueue, nfs nodes, ufs dirhash, aio, crypto, vm_map_entry
+* Harder: zlib, pv entries
+* Once all consumers are ported, zalloc can be removed.