aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/device_pager.c
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
* Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT asEivind Eklund1999-01-081-5/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-2/+1
* * Fix a couple of places in the device pager where an address wasDoug Rabson1998-11-081-3/+4
* Convert fake page allocs to use the zone allocator, thus eliminating theDavid Greenman1998-10-221-14/+8
* Set m->object to NULL in dev_pager_getfake().David Greenman1998-10-211-1/+2
* Fixed two potentially serious classes of bugs:David Greenman1998-10-131-7/+9
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,Bruce Evans1998-07-151-3/+3
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+3
* Change the busy page mgmt, so that when pages are freed, theyJohn Dyson1998-01-311-2/+1
* Removed unused #includes.Bruce Evans1997-09-011-6/+1
* Fixed type mismatches for functions with args of type vm_prot_t and/orBruce Evans1997-08-251-6/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* This set of commits to the VM system does the following, and containJohn Dyson1996-05-181-4/+4
* Another sweep over the pmap/vm macros, this time with more focus onPoul-Henning Kamp1996-05-031-2/+2
* Add a missing initialization of the hold_count for device pager ficticiouseJohn Dyson1996-03-091-1/+2
* Eliminated many redundant vm_map_lookup operations for vm_mmap.John Dyson1996-01-191-6/+6
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-9/+22
* devsw tables are now arrays of POINTERS to struct [cb]devswJulian Elischer1995-12-131-3/+3
* Changes to support 1Tb filesizes. Pages are now named by anJohn Dyson1995-12-111-10/+12
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+5
* Fixed the type mismatch in check for the bogus mmap function `nullop'.Bruce Evans1995-12-031-3/+5
* Completed function declarations and/or added prototypes.Bruce Evans1995-12-031-3/+4
* Replaced bogus macros for dummy devswitch entries by functions.Bruce Evans1995-11-061-3/+3
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structDavid Greenman1995-07-131-167/+74
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Accessing pages beyond the end of a mapped file results in internalDavid Greenman1995-05-181-4/+4
* Changed "handle" from type caddr_t to void *; "handle" is several differentDavid Greenman1995-05-101-3/+3
* Moved some zero-initialized variables into .bss. Made code intended to beDavid Greenman1995-04-161-2/+2
* Clear OBJ_INTERNAL flag for device pager objects and named anonymousDavid Greenman1995-03-111-1/+2
* Deprecated remaining use of vm_deallocate. Deprecated vm_allocate_with_David Greenman1995-02-211-4/+3
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-091-63/+63
* GCC cleanup.Poul-Henning Kamp1994-10-021-2/+3
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-37/+35
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+368