summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_glue.c
Commit message (Expand)AuthorAgeFilesLines
* Unused variable (upobj is now purely handled within pmap)peter1997-04-141-2/+1
* Fully implement vfork. Vfork is now much much faster than even ourdyson1997-04-131-5/+7
* The biggie: Get rid of the UPAGES from the top of the per-process addresspeter1997-04-071-16/+18
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-3/+5
* Removed redundant spl0()'s from kernel processes. They were work-aroundsbde1997-01-151-1/+0
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* EEEK!!! useracc and kernacc didn't lock their respectivedyson1996-12-301-2/+16
* Make DFLDSIZ and MAXDSIZ fully-supported options.joerg1996-12-221-1/+3
* Make processes waken up eligible for immediate swap-in.dyson1996-10-171-3/+8
* Move much of the machine dependent code from vm_glue.c intodyson1996-10-151-105/+6
* Removed iprintf(). It was copied to db_iprintf() in ddb.bde1996-09-151-38/+1
* Properly set the PG_MAPPED and PG_WRITEABLE flags. This fixes some potentialdyson1996-07-021-3/+3
* Make -current consistant with -stable regarding time that a processdyson1996-06-301-2/+2
* This commit is dual-purpose, to fix more of the pageout daemondyson1996-05-311-16/+3
* This set of commits to the VM system does the following, and containdyson1996-05-181-74/+30
* KGDB is dead. It may come back one day if somebody does it.phk1996-05-021-17/+1
* Reinstitute the map lock for processes being swapped out. Thisdyson1996-04-091-1/+18
* Map lock checks not needed anymore for swapping out. We don't usedyson1996-04-081-12/+2
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlybde1996-04-071-2/+1
* Fixed a problem that the UPAGES of a process were being run downdyson1996-04-031-7/+41
* For Lite2: proc LIST changes.hsu1996-03-111-3/+3
* Delay forking a process until there are more pages available. It wasdyson1996-03-091-2/+2
* 1) Eliminate unnecessary bzero of UPAGES.dyson1996-03-021-4/+4
* kern_descrip.c: add fdshare()/fdcopy()peter1996-02-231-7/+3
* Add a "NO_SWAPPING" option to disable swapping. This was originally donedg1996-02-221-3/+4
* Added a check/panic for vm_map_find failing to find space for the pagedg1996-01-291-5/+7
* Don't use %r, we havn't got it anymore.phk1996-01-251-2/+2
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-191-51/+102
* Convert DDB to new-style option.wollman1996-01-041-0/+1
* Convert SYSV IPC to new-style options. (I hope I got everything...)wollman1996-01-041-1/+3
* Another mega commit to staticize things.phk1995-12-141-2/+4
* Untangled the vm.h include file spaghetti.dg1995-12-071-2/+11
* Finished (?) cleaning up sysinit stuff.bde1995-12-021-4/+4
* Greatly simplify the msync code. Eliminate complications in vm_pageoutdyson1995-11-051-10/+7
* Get rid of machine-dependent NBPG and replace with PAGE_SIZE.dyson1995-10-231-13/+13
* Remove an unnecessary tsleep in the swapin code. This tsleepdyson1995-10-161-2/+1
* Perform more checking for proper loading of the UPAGES when a processdyson1995-09-241-13/+19
* Check the return value from vm_map_pageable() when mapping the process'sdg1995-09-171-4/+8
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-091-8/+8
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-281-6/+29
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-131-53/+4
* swapout_threads() -> swapout_procs().dg1995-07-101-2/+2
* Increased global RSS limit to total RAM.dg1995-07-101-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Moved some zero-initialized variables into .bss. Made code intended to bedg1995-04-161-13/+5
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-1/+2
* Panic if u_map allocation fails.dg1995-02-211-1/+3
* VM for the kernel stack and page tables doesn't need to be explicitlydg1995-02-201-5/+2
* YF Fix.phk1995-02-141-3/+1
OpenPOWER on IntegriCloud