ad
|
e071d39c84
|
- Convert hashinit() to use kmem_alloc(). The hash tables can be large
and it's better to not have them in kmem_map.
- Convert a couple of minor items along the way to kmem_alloc().
- Fix some memory leaks.
|
2008-05-05 17:11:16 +00:00 |
ad
|
3490efcc63
|
Replace struct lock on vnodes with a simpler lock object built on
krwlock_t. This is a step towards removing lockmgr and simplifying
vnode locking. Discussed on tech-kern.
|
2008-01-30 09:50:19 +00:00 |
ad
|
4a780c9ae2
|
Merge vmlocking2 to head.
|
2008-01-02 11:48:20 +00:00 |
rumble
|
6912898dc8
|
Add read-only support for SGI's Extent File System.
Reviewed by pooka@.
|
2007-06-29 23:30:16 +00:00 |