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-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
2001-07-18
minor sync to NetBSD, nothing changed.
Artur Grabowski
2001-07-18
Make uvm_wait take a const char *
Artur Grabowski
2001-07-18
Get rid of the PMAP_NEW option by making it mandatory for all archs.
Artur Grabowski
2001-07-17
i suk. needs &'s on the locks...
mts
2001-07-17
current netbsd's uvm_map uses a 3-parm SAVE_HINT to perform a test/swap
mts
2001-07-11
need to save hint (verified from current netbsd uvm_map.c) -- need mod
mts
2001-07-05
Get rid of the wrapper macros around extent_alloc*1
Artur Grabowski
2001-06-24
cold is in systm now
Michael Shalayeff
2001-06-23
Sync with NetBSD 19990911 (just before PMAP_NEW was required)
smart
2001-06-23
convert to use pool_init.
Artur Grabowski
2001-06-08
Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to
Artur Grabowski
2001-05-10
More sync to NetBSD.
Artur Grabowski
2001-05-10
Some locking protocol fixes and better enforcement of wiring limits.
Artur Grabowski
[next]