.. |
default_pager.c
|
|
|
device_pager.c
|
Do the dreaded s/dev_t/struct cdev */
|
2004-06-16 09:47:26 +00:00 |
phys_pager.c
|
|
|
pmap.h
|
|
|
swap_pager.c
|
- Change uma_zone_set_obj() to call kmem_alloc_nofault() instead of
|
2004-07-22 19:44:49 +00:00 |
swap_pager.h
|
|
|
uma_core.c
|
Rework the way slab header storage space is calculated in UMA.
|
2004-07-29 15:25:40 +00:00 |
uma_dbg.c
|
Bring in mbuma to replace mballoc.
|
2004-05-31 21:46:06 +00:00 |
uma_dbg.h
|
|
|
uma_int.h
|
Rework the way slab header storage space is calculated in UMA.
|
2004-07-29 15:25:40 +00:00 |
uma.h
|
Fix a comment above uma_zsecond_create(), describing its arguments.
|
2004-06-01 01:36:26 +00:00 |
vm_contig.c
|
Remove extraneous locks on the VM free page queue mutex; it is not
|
2004-07-19 23:29:36 +00:00 |
vm_extern.h
|
For years, kmem_alloc_pageable() has been misused. Now that the last of
|
2004-07-25 20:08:59 +00:00 |
vm_fault.c
|
To date, unwiring a fictitious page has produced a panic. The reason
|
2004-05-22 04:53:51 +00:00 |
vm_glue.c
|
- Use atomic ops for updating the vmspace's refcnt and exitingcnt.
|
2004-07-27 03:53:41 +00:00 |
vm_init.c
|
|
|
vm_kern.c
|
For years, kmem_alloc_pageable() has been misused. Now that the last of
|
2004-07-25 20:08:59 +00:00 |
vm_kern.h
|
|
|
vm_map.c
|
Get rid of another lockmgr(9) consumer by using sx locks for the user
|
2004-07-30 09:10:28 +00:00 |
vm_map.h
|
Get rid of another lockmgr(9) consumer by using sx locks for the user
|
2004-07-30 09:10:28 +00:00 |
vm_meter.c
|
|
|
vm_mmap.c
|
Deorbit COMPAT_SUNOS.
|
2004-06-11 11:16:26 +00:00 |
vm_object.c
|
Fix handling of msync(2) for character special files.
|
2004-07-30 11:08:02 +00:00 |
vm_object.h
|
Make the code and comments for vm_object_coalesce() consistent.
|
2004-07-25 07:48:47 +00:00 |
vm_page.c
|
Advance the state of pmap locking on alpha, amd64, and i386.
|
2004-07-29 18:56:31 +00:00 |
vm_page.h
|
Reimplement contigmalloc(9) with an algorithm which stands a greatly-
|
2004-07-19 06:21:27 +00:00 |
vm_pageout.c
|
Remove the GIANT_REQUIRED preceding pmap_remove() in
|
2004-07-18 04:38:11 +00:00 |
vm_pageout.h
|
|
|
vm_pageq.c
|
Remove references to L1 in the comments, according to Alan they are
|
2004-06-07 19:33:05 +00:00 |
vm_pager.c
|
|
|
vm_pager.h
|
|
|
vm_param.h
|
Second half of the dev_t cleanup.
|
2004-06-17 17:16:53 +00:00 |
vm_unix.c
|
|
|
vm_zeroidle.c
|
Implement preemption of kernel threads natively in the scheduler rather
|
2004-07-02 20:21:44 +00:00 |
vm.h
|
|
|
vnode_pager.c
|
|
|
vnode_pager.h
|
|
|