| Age | Commit message (Expand) | Author |
| 1998-09-18 | Add a comment documenting the last change. | thorpej |
| 1998-09-18 | Don't use the nointr pool page allocator for the uao_swhash_elt pool. We | thorpej |
| 1998-09-08 | Implement uvm_exit(), which frees VM resources when a process finishes | thorpej |
| 1998-09-06 | Panic instead failing the syscall on an impossible condition (from Robert Elz). | pk |
| 1998-08-31 | Allocate vm_anon arrays from kernel_map, not via MALLOC(). Helps relieve | thorpej |
| 1998-08-31 | Back out previous; I should have instrumented the benefit of this one | thorpej |
| 1998-08-31 | Use the pool allocator and the "nointr" pool page allocator for vm_map's. | thorpej |
| 1998-08-31 | Use the pool allocator and the "nointr" pool page allocator for dynamically | thorpej |
| 1998-08-31 | Use the pool allocator and the "nointr" pool page allocator for vmspace | thorpej |
| 1998-08-31 | Make sure the aobj_pager gets initialized! | thorpej |
| 1998-08-31 | Use the pool allocator w/ the "nointr" pool page allocator for uvm_aobj | thorpej |
| 1998-08-30 | Define `len' as size_t rather than int so that correct type is passed | enami |
| 1998-08-29 | move <vm/vm_swap.h> to <sys/swap.h>. <vm/vm_swap.h> still works for now (goes... | mrg |
| 1998-08-29 | add a `char se_path[PATH_MAX]' member to struct swapent, that | mrg |
| 1998-08-29 | Use the pool allocator (and the "nointr" pool page allocator) for | thorpej |
| 1998-08-28 | Add a couple of comments about how the pool page allocator functions | thorpej |
| 1998-08-28 | Add a waitok boolean argument to the VM system's pool page allocator backend. | thorpej |
| 1998-08-13 | minor consistency nit: the page index into an anon object is always | drochner |
| 1998-08-13 | Merge paddr_t changes into the main branch. | eeh |
| 1998-08-09 | bzero->memset, bcopy->memcpy, bcmp->memcmp | perry |
| 1998-08-01 | We need to be able to specify a uvm_object to the pool page allocator, too. | thorpej |
| 1998-07-31 | Allow an alternate splimp-protected map to be specified in the pool page | thorpej |
| 1998-07-28 | Don't cast the null residual pointer passed to vn_rdwr(). | thorpej |
| 1998-07-24 | Implement uvm_km_{alloc,free}_poolpage(). These functions use pmap hooks to | thorpej |
| 1998-07-24 | Put back swap_data_lock, which was apparently deleted accidentally during | thorpej |
| 1998-07-23 | Use memory pools to allocate swap buffers. Allocations are all dynamic; | pk |
| 1998-07-23 | Include pool_drain() in page scans. | pk |
| 1998-07-08 | Make sure to release buffers only once. | pk |
| 1998-07-08 | Add support for multiple memory free lists. There is at least one | thorpej |
| 1998-07-07 | Add support for mmap'ing disk block devices. | thorpej |
| 1998-07-04 | defopt DDB. | jonathan |
| 1998-07-04 | Shield `#include opt_*.h'. | pk |
| 1998-06-24 | Always include fifos; "not an option any more". | sommerfe |
| 1998-06-22 | defopt for options FIFO | sommerfe |
| 1998-06-20 | Add new history grovelling function uvm_hist() that takes a bitmask of | mrg |
| 1998-06-20 | add a "<-done!" log | mrg |
| 1998-06-17 | Correct an expression that tried to compute the swap size in bytes using | ross |
| 1998-06-12 | Rework the way kernel include files are installed. In the new method, | cgd |
| 1998-06-09 | correct counting for uvmexp.wired: | chs |
| 1998-06-02 | Use the sparc's GCC lossage fix for the arm32 port as well. Problem appears | mark |
| 1998-05-30 | Per XSH98, const'ify the `addr' arguments to mlock() and munlock(). | kleink |
| 1998-05-28 | unstatic uvm_page_physload so pmap modules can use it too. | chuck |
| 1998-05-22 | fix bug in uvm_map_extract, remove case. make sure we update the loop | chuck |
| 1998-05-20 | defopt LOCKDEBUG | thorpej |
| 1998-05-18 | No dummy locks if LOCKDEBUG. | pk |
| 1998-05-14 | detect ending VA wrap-around in the chunking code of amap_copy. | chuck |
| 1998-05-10 | reject attempts to map an immutable or append-only file, shared with | mrg |
| 1998-05-09 | Minor KNF. | kleink |
| 1998-05-09 | Use size_t to pass the length of the memory region to operate on to chgkprot(), | kleink |
| 1998-05-08 | Make uvm_vsunlock() actually use the proc * passed to it; per discussion | kleink |