| Commit message (Expand) | Author | Age | Files | Lines |
* | unifdef -DVM_STACK - it's been on for a while for x86 and was checked | peter | 1999-04-19 | 1 | -9/+3 |
* | To avoid a conflict for the vm_map's lock with vm_fault, release | alc | 1999-03-02 | 1 | -4/+33 |
* | mincore doesn't modify the vm_map. Therefore, it doesn't require | alc | 1999-03-01 | 1 | -6/+6 |
* | Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). This | luoqi | 1999-02-19 | 1 | -3/+3 |
* | Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used to | dillon | 1999-02-07 | 1 | -2/+2 |
* | Mostly remove the VM_STACK OPTION. | julian | 1999-01-26 | 1 | -3/+6 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -1/+2 |
* | Add (but don't activate) code for a special VM option to make | julian | 1999-01-06 | 1 | -1/+16 |
* | Don't disable mmap with large file offset. | dt | 1998-12-09 | 1 | -3/+2 |
* | Fixed two potentially serious classes of bugs: | dg | 1998-10-13 | 1 | -4/+4 |
* | Cosmetic changes to the PAGE_XXX macros to make them consistent with | dfr | 1998-09-04 | 1 | -2/+2 |
* | Change various syscalls to use size_t arguments instead of u_int. | dfr | 1998-08-24 | 1 | -2/+2 |
* | Cast pointers to uintptr_t/intptr_t instead of to u_long/long, | bde | 1998-07-15 | 1 | -2/+2 |
* | Don't truncate the return value of mmap to sizeof(int). | dfr | 1998-07-05 | 1 | -2/+2 |
* | Removed unused includes. | bde | 1998-06-21 | 1 | -2/+1 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -2/+3 |
* | Make the previous commit compile.. | peter | 1998-05-19 | 1 | -1/+3 |
* | Plug hole reported on Bugtraq: do not allow mmap with WRITE privs for | guido | 1998-05-18 | 1 | -6/+18 |
* | Fix for mmap of char devices bug as described in OpenBSD advisory of | guido | 1998-03-12 | 1 | -7/+36 |
* | This mega-commit is meant to fix numerous interrelated problems. There | dyson | 1998-03-07 | 1 | -8/+1 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -2/+1 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+2 |
* | caddr_t --> void * | alex | 1997-12-31 | 1 | -14/+14 |
* | Make COMPAT_43 and COMPAT_SUNOS new-style options. | eivind | 1997-12-16 | 1 | -1/+2 |
* | Move the "retval" (3rd) parameter from all syscall functions and put | phk | 1997-11-06 | 1 | -34/+19 |
* | 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 |