| Age | Commit message (Expand) | Author |
| 2002-01-02 | in uvm_fault_unwire_locked(), if we find that a pmap entry is missing, | chs |
| 2002-01-01 | redo part of the last commit. | chs |
| 2001-12-31 | introduce a new UVM fault type, VM_FAULT_WIREMAX. this is different | chs |
| 2001-12-31 | in uvm_map_clean(), add PGO_CLEANIT to the flags passed to an object's pager. | chs |
| 2001-12-31 | fix locking for loaning. in general we should be looking at the page's | chs |
| 2001-12-31 | in uvm_vnp_setsize(), wait for any i/o in progress on pages that we free. | chs |
| 2001-12-16 | G/C no longer used saved credential for file i/o. | enami |
| 2001-12-14 | in sys_mincore(), check the return value of uvm_vslock() to determine | chs |
| 2001-12-10 | Move the code that walks the process's VM map during a coredump | thorpej |
| 2001-12-09 | replace "vnode" and "vtext" with "file" and "exec" in uvmexp field names. | chs |
| 2001-12-09 | add {anon,file,exec}max as a upper bound on the amount of memory that | chs |
| 2001-12-08 | Make the coredump routine exec-format/emulation specific. Split | thorpej |
| 2001-12-05 | When initially allocating or extending arrays in struct uvm_amap, | enami |
| 2001-12-05 | No need to zero clear after amap->am_bckptr[amap->am_nslot], since we're | enami |
| 2001-12-01 | fix bug in amap_wiperange() detected by enami tsugutomo. | chuck |
| 2001-11-25 | disallow mapping negative offsets for both regular files and block devices. | chs |
| 2001-11-19 | Zero clear an array of vm_page * before passing it to VOP_GETPAGES(). | enami |
| 2001-11-10 | add RCSIDs, and in some cases, slightly cleanup #include order | lukem |
| 2001-11-07 | only acquire the lock for swpgonly if we actually need to adjust it. | chs |
| 2001-11-07 | only acquire the lock for swpgonly if we actually need to adjust it. | chs |
| 2001-11-06 | several changes prompted by loaning problems: | chs |
| 2001-11-06 | Change some unsigned int variables and parameters to plain ints so | simonb |
| 2001-11-06 | Remove some variables that are set but never used. | simonb |
| 2001-11-06 | add an assert and rename some variables. | chs |
| 2001-11-06 | in uvm_exit(), don't bother to unwire the uarea before we free it, | chs |
| 2001-11-06 | don't call pmap_copy() from uvmspace_fork(). | chs |
| 2001-11-01 | allow SWAP_GETDUMPDEV for all users. | chs |
| 2001-10-30 | uvm_map_protect(): Don't allow VM_PROT_EXECUTE to be set on entries | thorpej |
| 2001-10-30 | Correct a comment. | thorpej |
| 2001-10-30 | - Add a new vnode flag VEXECMAP, which indicates that a vnode has | thorpej |
| 2001-10-29 | uvm_mmap(): If a vnode mapping is established with PROT_EXEC, mark the | thorpej |
| 2001-10-21 | add some missing spinlocks. | chs |
| 2001-10-16 | it is with great chagrin that I must fix yet another 64-bit math bug. | chs |
| 2001-10-15 | fix an uninitialized-variable problem in an error case. | chs |
| 2001-10-03 | protect against traditional macro expansion. | christos |
| 2001-10-03 | skip the MADV_SEQUENTIAL processing if we refault. fixes PR 14060. | chs |
| 2001-09-30 | skip the swap-out code if there's no swap space configured. | chs |
| 2001-09-28 | don't depend on other headers to include sys/proc.h for us. | chs |
| 2001-09-26 | change the names of the arguments to uvn_put() to match their usage. | chs |
| 2001-09-26 | move call to pool_drain() outside the pageq lock. | chs |
| 2001-09-23 | bump the rusage counter for "swaps" when we swap out a process. | chs |
| 2001-09-23 | make pmap_resident_count() non-optional. | chs |
| 2001-09-22 | VOP_PUTPAGES must release the uobj's lock for us, so ensure it's locked | sommerfeld |
| 2001-09-22 | add new UVM_LOAN_WIRED flag - the memory pages loaned in TOPAGE case | jdolecek |
| 2001-09-21 | add an assert. | chs |
| 2001-09-19 | work around swap-space/extent performance problem which causes | chs |
| 2001-09-15 | a whole bunch of changes to improve performance and robustness under load: | chs |
| 2001-09-10 | Update pmap_update to now take the updated pmap as an argument. | chris |
| 2001-09-09 | create a new pool for map entries, allocated from kmem_map instead of | chs |
| 2001-09-07 | let user know current value of MAX_KMAPENT in panic | lukem |