| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed unused #includes. | bde | 1997-09-01 | 1 | -3/+1 |
* | Allow non-page aligned file offset mmap's, providing that the system is | peter | 1997-08-30 | 1 | -23/+47 |
* | Fixed type mismatches for functions with args of type vm_prot_t and/or | bde | 1997-08-25 | 1 | -9/+5 |
* | Add support for 4MB pages. This includes the .text, .data, .data parts | dyson | 1997-07-17 | 1 | -4/+8 |
* | Correct the return code for the mlock system call. Also add the stubs | dyson | 1997-06-15 | 1 | -2/+32 |
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | bde | 1997-03-23 | 1 | -1/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -1/+1 |
* | Change the map entry flags from bitfields to bitmasks. Allows | dyson | 1997-01-16 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Prepare better for multi-platform by eliminating another required | dyson | 1997-01-11 | 1 | -2/+4 |
* | Let the VM system know that on certain arch's that VM_PROT_READ | dyson | 1996-12-30 | 1 | -1/+13 |
* | The code unnecessarily created an object with no handle up-front, which | dyson | 1996-12-28 | 1 | -5/+10 |
* | Make DFLDSIZ and MAXDSIZ fully-supported options. | joerg | 1996-12-22 | 1 | -1/+3 |
* | Implement closer-to POSIX mlock semantics. The major difference is | dyson | 1996-12-14 | 1 | -3/+3 |
* | Change mmap to use OBJT_DEFAULT instead of OBJT_SWAP by default | dyson | 1996-10-29 | 1 | -2/+2 |
* | Remove a bogus optimization in the mmap code. It is superfluous, | dyson | 1996-10-24 | 1 | -24/+5 |
* | Remove a stale comment. | phk | 1996-10-13 | 1 | -2/+1 |
* | Fixed bug with reversed trunc/round_page() in madvise...start must be | dg | 1996-09-19 | 1 | -3/+3 |
* | Backed out the recent changes/enhancements to the VM code. The | dyson | 1996-07-30 | 1 | -196/+33 |
* | Slight performance tweak for previous commit. | dg | 1996-07-28 | 1 | -2/+3 |
* | Allow sequentially created mmap'ed anonymous regions to coalesce. There | dyson | 1996-07-27 | 1 | -23/+33 |
* | Remove experimental header file. My test-build must have picked it | dyson | 1996-07-27 | 1 | -1/+3 |
* | This commit is meant to solve a couple of VM system problems or | dyson | 1996-07-27 | 1 | -27/+177 |
* | This commit is dual-purpose, to fix more of the pageout daemon | dyson | 1996-05-31 | 1 | -2/+2 |
* | Initial support for mincore and madvise. Both are almost fully | dyson | 1996-05-19 | 1 | -16/+171 |
* | This set of commits to the VM system does the following, and contain | dyson | 1996-05-18 | 1 | -3/+2 |
* | Another sweep over the pmap/vm macros, this time with more focus on | phk | 1996-05-03 | 1 | -2/+2 |
* | Force device mappings to always be shared. It doesn't make sense for them | dg | 1996-03-16 | 1 | -4/+5 |
* | Allow mmap'ed devices to work correctly across forks. The sanest | dyson | 1996-03-12 | 1 | -3/+11 |
* | Oops.. I nearly forgot the actual core of the length/rounding/etc fixes | peter | 1996-03-02 | 1 | -46/+37 |
* | 1) Eliminate unnecessary bzero of UPAGES. | dyson | 1996-03-02 | 1 | -1/+2 |
* | kern_descrip.c: add fdshare()/fdcopy() | peter | 1996-02-23 | 1 | -17/+110 |
* | Eliminated many redundant vm_map_lookup operations for vm_mmap. | dyson | 1996-01-19 | 1 | -43/+36 |
* | Fixed 1TB filesize changes. Some pindexes had bogus names and types | bde | 1995-12-17 | 1 | -5/+1 |
* | There was a bug that the size for an msync'ed region was not rounded | dyson | 1995-12-13 | 1 | -2/+2 |
* | Changes to support 1Tb filesizes. Pages are now named by an | dyson | 1995-12-11 | 1 | -4/+5 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -2/+10 |
* | Completed function declarations and/or added prototypes. | bde | 1995-12-03 | 1 | -2/+4 |
* | Included <sys/sysproto.h> to get central declarations for syscall args | bde | 1995-11-12 | 1 | -1/+26 |
* | First phase of removing the PG_COPYONWRITE flag, and an architectural | dyson | 1995-10-23 | 1 | -36/+17 |
* | Implement mincore system call. | dyson | 1995-10-21 | 1 | -3/+25 |
* | NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct | dg | 1995-07-13 | 1 | -161/+34 |
* | Moved call to VOP_GETATTR() out of vnode_pager_alloc() and into the places | dg | 1995-07-09 | 1 | -14/+24 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -3/+3 |
* | Accessing pages beyond the end of a mapped file results in internal | dg | 1995-05-18 | 1 | -3/+8 |
* | Moved some zero-initialized variables into .bss. Made code intended to be | dg | 1995-04-16 | 1 | -2/+2 |
* | Fix logic bug I just introduced with the flags to msync(). | dg | 1995-03-25 | 1 | -2/+2 |
* | Disallow both MS_ASYNC and MS_INVALIDATE flags being set at the same time | dg | 1995-03-25 | 1 | -3/+6 |
* | Added "flags" argument to msync, and implemented MS_ASYNC and MS_INVALIDATE. | dg | 1995-03-25 | 1 | -14/+11 |