| Commit message (Expand) | Author | Age | Files | Lines |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-29 | 1 | -1/+1 |
| * | Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as | Eivind Eklund | 1999-01-08 | 1 | -5/+2 |
| * | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | Archie Cobbs | 1998-12-07 | 1 | -2/+1 |
| * | * Fix a couple of places in the device pager where an address was | Doug Rabson | 1998-11-08 | 1 | -3/+4 |
| * | Convert fake page allocs to use the zone allocator, thus eliminating the | David Greenman | 1998-10-22 | 1 | -14/+8 |
| * | Set m->object to NULL in dev_pager_getfake(). | David Greenman | 1998-10-21 | 1 | -1/+2 |
| * | Fixed two potentially serious classes of bugs: | David Greenman | 1998-10-13 | 1 | -7/+9 |
| * | Cast pointers to uintptr_t/intptr_t instead of to u_long/long, | Bruce Evans | 1998-07-15 | 1 | -3/+3 |
| * | Back out DIAGNOSTIC changes. | Eivind Eklund | 1998-02-06 | 1 | -3/+1 |
| * | Turn DIAGNOSTIC into a new-style option. | Eivind Eklund | 1998-02-04 | 1 | -1/+3 |
| * | Change the busy page mgmt, so that when pages are freed, they | John Dyson | 1998-01-31 | 1 | -2/+1 |
| * | Removed unused #includes. | Bruce Evans | 1997-09-01 | 1 | -6/+1 |
| * | Fixed type mismatches for functions with args of type vm_prot_t and/or | Bruce Evans | 1997-08-25 | 1 | -6/+2 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | This set of commits to the VM system does the following, and contain | John Dyson | 1996-05-18 | 1 | -4/+4 |
| * | Another sweep over the pmap/vm macros, this time with more focus on | Poul-Henning Kamp | 1996-05-03 | 1 | -2/+2 |
| * | Add a missing initialization of the hold_count for device pager ficticiouse | John Dyson | 1996-03-09 | 1 | -1/+2 |
| * | Eliminated many redundant vm_map_lookup operations for vm_mmap. | John Dyson | 1996-01-19 | 1 | -6/+6 |
| * | Another mega commit to staticize things. | Poul-Henning Kamp | 1995-12-14 | 1 | -9/+22 |
| * | devsw tables are now arrays of POINTERS to struct [cb]devsw | Julian Elischer | 1995-12-13 | 1 | -3/+3 |
| * | Changes to support 1Tb filesizes. Pages are now named by an | John Dyson | 1995-12-11 | 1 | -10/+12 |
| * | Untangled the vm.h include file spaghetti. | David Greenman | 1995-12-07 | 1 | -1/+5 |
| * | Fixed the type mismatch in check for the bogus mmap function `nullop'. | Bruce Evans | 1995-12-03 | 1 | -3/+5 |
| * | Completed function declarations and/or added prototypes. | Bruce Evans | 1995-12-03 | 1 | -3/+4 |
| * | Replaced bogus macros for dummy devswitch entries by functions. | Bruce Evans | 1995-11-06 | 1 | -3/+3 |
| * | NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct | David Greenman | 1995-07-13 | 1 | -167/+74 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -2/+2 |
| * | Accessing pages beyond the end of a mapped file results in internal | David Greenman | 1995-05-18 | 1 | -4/+4 |
| * | Changed "handle" from type caddr_t to void *; "handle" is several different | David Greenman | 1995-05-10 | 1 | -3/+3 |
| * | Moved some zero-initialized variables into .bss. Made code intended to be | David Greenman | 1995-04-16 | 1 | -2/+2 |
| * | Clear OBJ_INTERNAL flag for device pager objects and named anonymous | David Greenman | 1995-03-11 | 1 | -1/+2 |
| * | Deprecated remaining use of vm_deallocate. Deprecated vm_allocate_with_ | David Greenman | 1995-02-21 | 1 | -4/+3 |
| * | These changes embody the support of the fully coherent merged VM buffer cache, | David Greenman | 1995-01-09 | 1 | -63/+63 |
| * | GCC cleanup. | Poul-Henning Kamp | 1994-10-02 | 1 | -2/+3 |
| * | Added $Id$ | David Greenman | 1994-08-02 | 1 | -0/+1 |
| * | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | Rodney W. Grimes | 1994-05-25 | 1 | -37/+35 |
| * | BSD 4.4 Lite Kernel Sources | Rodney W. Grimes | 1994-05-24 | 1 | -0/+368 |