aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_extern.h
Commit message (Expand)AuthorAgeFilesLines
* MFC: move the code for calculating the system load average intoIan Dowse2001-11-141-1/+0
* MFC: eliminate useless (and unused) third arg to vsunlock().Peter Wemm2000-08-021-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Remove unused declarations.Alan Cox1999-11-081-4/+0
* Fix bug in pipe code relating to writes of mmap'd but illegal addressMatthew Dillon1999-09-201-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add a function kmem_alloc_nofault() - same as kmem_alloc_pageable(), butDmitrij Tejblum1999-06-081-1/+2
* Move the declaration of faultin() from the vm headers to proc.h, sincePeter Wemm1999-04-131-2/+1
* Mostly remove the VM_STACK OPTION.Julian Elischer1999-01-261-4/+1
* Add (but don't activate) code for a special VM option to makeJulian Elischer1999-01-061-1/+5
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* VM level code cleanups.John Dyson1998-01-221-3/+3
* caddr_t --> void *Alexander Langer1997-12-311-2/+2
* Support an optional, sysctl enabled feature of idle process swapout. ThisJohn Dyson1997-12-061-2/+2
* Fully implement vfork. Vfork is now much much faster than even ourJohn Dyson1997-04-131-1/+3
* The biggie: Get rid of the UPAGES from the top of the per-process addressPeter Wemm1997-04-071-2/+2
* Correction to the prototype for vm_fault.John Dyson1997-04-061-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Implement closer-to POSIX mlock semantics. The major difference isJohn Dyson1996-12-141-1/+2
* Removed iprintf(). It was copied to db_iprintf() in ddb.Bruce Evans1996-09-151-2/+1
* Attached vm ddb commands `show map', `show vmochk', `show object',Bruce Evans1996-09-141-4/+1
* KGDB is dead. It may come back one day if somebody does it.Poul-Henning Kamp1996-05-021-6/+1
* kern_descrip.c: add fdshare()/fdcopy()Peter Wemm1996-02-231-2/+2
* Changed vm_fault_quick in vm_machdep.c to be global. Needed forJohn Dyson1996-02-041-1/+2
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-3/+1
* Changes to support 1Tb filesizes. Pages are now named by anJohn Dyson1995-12-111-5/+6
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+3
* Move all the VM sysctl stuff home where it belongs.Poul-Henning Kamp1995-11-141-2/+1
* Reviewed by: julian with quick glances by bruce and othersJulian Elischer1995-08-281-3/+1
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structDavid Greenman1995-07-131-23/+2
* swapout_threads() -> swapout_procs().David Greenman1995-07-101-2/+2
* Changed swap partition handling/allocation so that it doesn'tDavid Greenman1995-05-141-3/+2
* Changed "handle" from type caddr_t to void *; "handle" is several differentDavid Greenman1995-05-101-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-2/+6
* vm_extern.h: removed vm_allocate_with_pager.David Greenman1995-02-211-2/+1
* Removed vm_allocate(), vm_deallocate(), and vm_protect() functions. TheDavid Greenman1995-02-201-4/+1
* vm_inherit function has been deprecated.David Greenman1995-02-201-2/+1
* Killed MACHVMCOMPAT function prototypes as the functions don't exist.David Greenman1995-02-091-5/+1
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-091-79/+75
* Clean up previous commits (format for 80 columns...).Bruce Evans1994-12-301-7/+8
* 1) New "vm_page_alloc_contig" routine by me.David Greenman1994-09-271-1/+2
* Whoops, accidently left out some pieces of the munmapfd patch.David Greenman1994-09-021-2/+2
* Made idempotentPaul Richards1994-08-211-1/+6
* 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-1/+11
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+125