index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
uvm
Age
Commit message (
Expand
)
Author
2001-11-15
Remove creds from struct buf, move the creds that nfs need into the nfs node.
Artur Grabowski
2001-11-12
Bring in more changes from NetBSD. Mostly pagedaemon improvements.
Artur Grabowski
2001-11-11
Sync in more stuff from NetBSD.
Artur Grabowski
2001-11-10
Move maxdmap and maxsmap to kern_resource.c
Artur Grabowski
2001-11-10
Merge in some parts of the ubc work that has been done in NetBSD that are not
Artur Grabowski
2001-11-09
various style fixes.
Artur Grabowski
2001-11-09
minor sync to NetBSD.
Artur Grabowski
2001-11-07
Another sync of uvm to NetBSD. Just minor fiddling, no major changes.
Artur Grabowski
2001-11-07
Add an alignment argument to uvm_map that specifies an alignment hint
Artur Grabowski
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-11-06
Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument,
Artur Grabowski
2001-11-06
More sync to NetBSD.
Artur Grabowski
2001-11-06
Move the last content from vm/ to uvm/
Artur Grabowski
2001-11-06
Kill vm/vm_param.h, move it to uvm/uvm_param.h
Artur Grabowski
2001-11-06
Sync to NetBSD.
Artur Grabowski
2001-11-06
sync to NetBSD.
Artur Grabowski
2001-11-06
Minor sync to NetBSD.
Artur Grabowski
2001-11-05
Minor sync to NetBSD.
Artur Grabowski
2001-11-01
Don't allow negative offsets. Some type confusion.
Artur Grabowski
2001-11-01
Change d_mmap in struct cdevsw from:
Artur Grabowski
2001-10-26
- every new fd created by falloc() is marked as larval and should not be used
Artur Grabowski
2001-09-20
occured->occurred
Mike Pechkin
2001-09-20
Avoid leaking memory if uiomove fails.
Artur Grabowski
2001-09-19
merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok
Michael Shalayeff
2001-09-11
Don't include <vm/vm_kern.h> if you don't need foo_map.
Miod Vallat
2001-09-05
use %ll instead of %q
Theo de Raadt
2001-08-31
do not init swapdev_vp if it's already done elsewhere; art@ ok
Michael Shalayeff
2001-08-25
Default to disabled zeroing of pages in the idle loop.
Artur Grabowski
2001-08-24
switch to the optimised AES reference code from
Markus Friedl
2001-08-12
merge vm_map.h into uvm_map.h, kinda matches netbsd's approach
Michael Shalayeff
2001-08-12
vm_pager.h no more
Michael Shalayeff
2001-08-12
vm_inherit.h no more
Michael Shalayeff
2001-08-12
vm_extern.h no more
Michael Shalayeff
2001-08-12
moce pglisth into uvm_pglist.h
Michael Shalayeff
2001-08-12
vm/vm_prot.h no more
Michael Shalayeff
2001-08-11
Various random fixes from NetBSD.
Artur Grabowski
2001-08-08
nuke __attribute__((__noreturn__)) when used in conjunction with __dead
Todd C. Miller
2001-08-06
remove vm_conf.h; art@ ok
Michael Shalayeff
2001-08-06
Add a new type voff_t (right now it's typedefed as off_t) used for offsets
Artur Grabowski
2001-08-02
Sysctl for finding out how many pages there are in kmem_map.
Artur Grabowski
2001-07-31
Allocate page buckets from kernel_map. This should save a good
Artur Grabowski
2001-07-31
minor sync to NetBSD.
Artur Grabowski
2001-07-26
Add support for disabling swap devices (swapctl -d).
Artur Grabowski
2001-07-25
Some updates to UVM from NetBSD. Nothing really critical, just a sync.
Artur Grabowski
2001-07-25
Change the pmap_enter interface to merge access_type and the wired boolean
Artur Grabowski
2001-07-19
Missed one in PMAP_NEW fix.
Artur Grabowski
2001-07-18
Unconfuse UVM_UNLOCK_AND_WAIT. From NetBSD.
Artur Grabowski
2001-07-18
Correct the NetBSD tag.
Artur Grabowski
2001-07-18
Sync in more from NetBSD.
Artur Grabowski
2001-07-18
Change some annoying DIAGNOSTIC printfs to DEBUG.
Artur Grabowski
[next]