| Age | Commit message (Expand) | Author |
| 2002-03-22 | Return EFBIG from mmap() if we try to map too much data and in the fixed | darrenr |
| 2002-03-18 | Move swapctl(SWAP_STATS) implementation to a separate function called | manu |
| 2002-03-09 | Remove PR_MALLOCOK. | thorpej |
| 2002-03-09 | a vm_prot_t is a bit-mask, fix an assertion which was treating one | chs |
| 2002-03-08 | Pool deals fairly well with physical memory shortage, but it doesn't | thorpej |
| 2002-03-07 | If the bootstrapping process didn't actually use any KVA space, don't | thorpej |
| 2002-03-05 | Include <sys/kernel.h> if UVMHIST is defined - the "cold" variable is | simonb |
| 2002-03-04 | Don't "extern int cold;" - this is in <sys/kernel.h>. | simonb |
| 2002-02-28 | use the <sys/conf.h> macro to get the mmap footprint. | christos |
| 2002-02-27 | honor the PG_RDONLY flag (so that NFS can clear the PG_NEEDCOMMIT flag | chs |
| 2002-02-25 | in amap_pp_adjref(), avoid unnecessary fragmentation of the am_ppref array | chs |
| 2002-02-20 | In the function uvm_page_own(), clear owner_tag after assertion so that | enami |
| 2002-02-15 | Add a space after a comma in a few places (KNF). | simonb |
| 2002-01-21 | deamon -> daemon | wiz |
| 2002-01-19 | add a new flag PMAP_CACHE_VIVT for the pmap to inform the MI code that | chs |
| 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 |