ad
|
06c343ac94
|
vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both.
|
2008-06-04 12:41:40 +00:00 |
martin
|
813190b43d
|
Swap sysctl -d description of vm.filemin and vm.execmin. Noted by
Raymond Meyer on current-users.
|
2008-03-07 08:44:51 +00:00 |
yamt
|
2b40f35040
|
push pmap_clear_reference calls into pdpolicy code, where reference bits
actually matter.
|
2008-01-18 10:48:23 +00:00 |
ad
|
4a780c9ae2
|
Merge vmlocking2 to head.
|
2008-01-02 11:48:20 +00:00 |
thorpej
|
b3667ada6d
|
TRUE -> true, FALSE -> false
|
2007-02-22 06:05:00 +00:00 |
thorpej
|
712239e366
|
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.
|
2007-02-21 22:59:35 +00:00 |
skrll
|
4b3e98dc1b
|
Remove useless double assignment.
PR 35442
|
2007-01-19 15:52:24 +00:00 |
yamt
|
1a7bc55dcc
|
remove some __unused from function parameters.
|
2006-11-01 10:17:58 +00:00 |
yamt
|
9de1cdc8fe
|
move some knowledge about vnode into uvm_vnode.c.
|
2006-10-12 10:14:20 +00:00 |
christos
|
4d595fd7b1
|
- sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386
|
2006-10-12 01:30:41 +00:00 |
yamt
|
9d3e3eab23
|
merge yamt-pdpolicy branch.
- separate page replacement policy from the rest of kernel
- implement an alternative replacement policy
|
2006-09-15 15:51:12 +00:00 |