aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_extern.h
Commit message (Expand)AuthorAgeFilesLines
...
* Eliminate dead code.Alan Cox2009-04-011-13/+0
* Introduce a new parameter "superpage_align" to kmem_suballoc() that isAlan Cox2008-05-101-1/+2
* Fix for the panic("vm_thread_new: kstack allocation failed") andKonstantin Belousov2007-11-051-5/+5
* Close race between vmspace_exitfree() and exit1() and races betweenTor Egge2006-05-291-0/+2
* Use sf_buf_alloc() instead of vm_map_find() on exec_map to create theAlan Cox2005-12-161-0/+2
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingJohn Baldwin2005-04-011-1/+1
* Disable U area swapping and remove the routines that create, destroy,David Schultz2004-11-201-2/+0
* For years, kmem_alloc_pageable() has been misused. Now that the last ofAlan Cox2004-07-251-1/+0
* To date, unwiring a fictitious page has produced a panic. The reasonAlan Cox2004-05-221-2/+2
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-061-4/+0
* Revert to the original vslock() and vsunlock() API with the followingDon Lewis2004-03-151-2/+2
* Undo the merger of mlock()/vslock and munlock()/vsunlock() and theDon Lewis2004-03-051-2/+2
* Split the mlock() kernel code into two parts, mlock(), which unpacksDon Lewis2004-02-261-2/+2
* Remove vm_page_alloc_contig(). It's now unused.Alan Cox2004-01-141-1/+0
* Remove long dead code, specifically, code related to munmapfd().Alan Cox2004-01-111-1/+0
* Revert previous commit. Come back vslock(), all is forgiven.Bruce M Simpson2003-10-051-0/+2
* Retire vslock() and vsunlock() with extreme prejudice.Bruce M Simpson2003-10-051-2/+0
* Make swaponvp() static to the swap_pager.Poul-Henning Kamp2003-08-151-1/+0
* Migrate the thread stack management functions from the machine-dependentAlan Cox2003-06-141-1/+5
* Move the *_new_altkstack() and *_dispose_altkstack() functions out of theAlan Cox2003-06-141-0/+2
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-1/+1
* use 'void *' instead of 'caddr_t' for useracc, kernacc, vslock and vsunlock.Alfred Perlstein2003-01-211-4/+4
* o Merge vm_fault_wire() and vm_fault_user_wire() by adding a new parameter,Alan Cox2002-07-241-2/+1
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablePeter Wemm2002-07-201-1/+1
* Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/Peter Wemm2002-07-071-0/+2
* o Eliminate the use of grow_stack() and useracc() from sendsig(), osendsig(),Alan Cox2002-04-051-1/+0
* Remove an unused prototype.Alan Cox2002-03-261-1/+0
* Remove __P.Alfred Perlstein2002-03-191-48/+48
* - Remove a number of extra newlines that do not belong here according toEivind Eklund2002-03-101-3/+1
* Pre-KSE/M3 commit.Julian Elischer2002-02-071-1/+1
* Fix a race with free'ing vmspaces at process exit when vmspaces areAlfred Perlstein2002-02-051-0/+1
* Move the code that computes the system load average from vm_meter.cIan Dowse2001-10-201-1/+0
* KSE Milestone 2Julian Elischer2001-09-121-13/+13
* Rip some well duplicated code out of cpu_wait() and cpu_exit() and movePeter Wemm2001-09-101-1/+2
* Remove unused 3rd argument from vsunlock() which abused B_WRITE.Poul-Henning Kamp2000-03-131-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