| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Plug hole reported on Bugtraq: do not allow mmap with WRITE privs for | Guido van Rooij | 1998-05-24 | 1 | -6/+21 |
| * | MFC: mmap for char device patch | Guido van Rooij | 1998-03-12 | 1 | -7/+38 |
| * | 1. Fix the vm_page_zero_count accounting. This should improve the | John Dyson | 1997-03-25 | 1 | -8/+25 |
| * | YAMFC: Make DFLDSIZ and MAXDSIZ fully-supported options. | Joerg Wunsch | 1996-12-22 | 1 | -1/+3 |
| * | Change mmap to use OBJT_DEFAULT instead of OBJT_SWAP by default | John Dyson | 1996-10-29 | 1 | -2/+2 |
| * | Remove a bogus optimization in the mmap code. It is superfluous, | John Dyson | 1996-10-24 | 1 | -24/+5 |
| * | Remove a stale comment. | Poul-Henning Kamp | 1996-10-13 | 1 | -2/+1 |
| * | Fixed bug with reversed trunc/round_page() in madvise...start must be | David Greenman | 1996-09-19 | 1 | -3/+3 |
| * | Backed out the recent changes/enhancements to the VM code. The | John Dyson | 1996-07-30 | 1 | -196/+33 |
| * | Slight performance tweak for previous commit. | David Greenman | 1996-07-28 | 1 | -2/+3 |
| * | Allow sequentially created mmap'ed anonymous regions to coalesce. There | John Dyson | 1996-07-27 | 1 | -23/+33 |
| * | Remove experimental header file. My test-build must have picked it | John Dyson | 1996-07-27 | 1 | -1/+3 |
| * | This commit is meant to solve a couple of VM system problems or | John Dyson | 1996-07-27 | 1 | -27/+177 |
| * | This commit is dual-purpose, to fix more of the pageout daemon | John Dyson | 1996-05-31 | 1 | -2/+2 |
| * | Initial support for mincore and madvise. Both are almost fully | John Dyson | 1996-05-19 | 1 | -16/+171 |
| * | This set of commits to the VM system does the following, and contain | John Dyson | 1996-05-18 | 1 | -3/+2 |
| * | Another sweep over the pmap/vm macros, this time with more focus on | Poul-Henning Kamp | 1996-05-03 | 1 | -2/+2 |
| * | Force device mappings to always be shared. It doesn't make sense for them | David Greenman | 1996-03-16 | 1 | -4/+5 |
| * | Allow mmap'ed devices to work correctly across forks. The sanest | John Dyson | 1996-03-12 | 1 | -3/+11 |
| * | Oops.. I nearly forgot the actual core of the length/rounding/etc fixes | Peter Wemm | 1996-03-02 | 1 | -46/+37 |
| * | 1) Eliminate unnecessary bzero of UPAGES. | John Dyson | 1996-03-02 | 1 | -1/+2 |
| * | kern_descrip.c: add fdshare()/fdcopy() | Peter Wemm | 1996-02-23 | 1 | -17/+110 |
| * | Eliminated many redundant vm_map_lookup operations for vm_mmap. | John Dyson | 1996-01-19 | 1 | -43/+36 |
| * | Fixed 1TB filesize changes. Some pindexes had bogus names and types | Bruce Evans | 1995-12-17 | 1 | -5/+1 |
| * | There was a bug that the size for an msync'ed region was not rounded | John Dyson | 1995-12-13 | 1 | -2/+2 |
| * | Changes to support 1Tb filesizes. Pages are now named by an | John Dyson | 1995-12-11 | 1 | -4/+5 |
| * | Untangled the vm.h include file spaghetti. | David Greenman | 1995-12-07 | 1 | -2/+10 |
| * | Completed function declarations and/or added prototypes. | Bruce Evans | 1995-12-03 | 1 | -2/+4 |
| * | Included <sys/sysproto.h> to get central declarations for syscall args | Bruce Evans | 1995-11-12 | 1 | -1/+26 |
| * | First phase of removing the PG_COPYONWRITE flag, and an architectural | John Dyson | 1995-10-23 | 1 | -36/+17 |
| * | Implement mincore system call. | John Dyson | 1995-10-21 | 1 | -3/+25 |
| * | NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct | David Greenman | 1995-07-13 | 1 | -161/+34 |
| * | Moved call to VOP_GETATTR() out of vnode_pager_alloc() and into the places | David Greenman | 1995-07-09 | 1 | -14/+24 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -3/+3 |
| * | Accessing pages beyond the end of a mapped file results in internal | David Greenman | 1995-05-18 | 1 | -3/+8 |
| * | Moved some zero-initialized variables into .bss. Made code intended to be | David Greenman | 1995-04-16 | 1 | -2/+2 |
| * | Fix logic bug I just introduced with the flags to msync(). | David Greenman | 1995-03-25 | 1 | -2/+2 |
| * | Disallow both MS_ASYNC and MS_INVALIDATE flags being set at the same time | David Greenman | 1995-03-25 | 1 | -3/+6 |
| * | Added "flags" argument to msync, and implemented MS_ASYNC and MS_INVALIDATE. | David Greenman | 1995-03-25 | 1 | -14/+11 |
| * | Fixed bug in vm_mmap() where the object that is created in some cases | David Greenman | 1995-03-22 | 1 | -2/+2 |
| * | Disallow non page-aligned file offsets in vm_mmap(). We don't support this | David Greenman | 1995-03-21 | 1 | -1/+12 |
| * | Fixed bug in the size == 0 case of msync() caused by a bogus return value | David Greenman | 1995-03-21 | 1 | -2/+2 |
| * | Removed redundant newlines that were in some panic strings. | David Greenman | 1995-03-19 | 1 | -2/+2 |
| * | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | Bruce Evans | 1995-03-16 | 1 | -2/+2 |
| * | Fixed obsolete comment. | David Greenman | 1995-03-12 | 1 | -2/+2 |
| * | Fixed object reference count problem that occurred in the MAP_PRIVATE | David Greenman | 1995-03-07 | 1 | -9/+29 |
| * | Rewrote MAP_PRIVATE case of vm_mmap() - all of the COW portion of this | David Greenman | 1995-02-22 | 1 | -52/+51 |
| * | Deprecated remaining use of vm_deallocate. Deprecated vm_allocate_with_ | David Greenman | 1995-02-21 | 1 | -151/+93 |
| * | Don't bother calling pmap_create() when creating the temporary map. | David Greenman | 1995-02-15 | 1 | -2/+2 |
| * | These changes embody the support of the fully coherent merged VM buffer cache, | David Greenman | 1995-01-09 | 1 | -166/+169 |