summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_glue.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a bug I introduced when fixing the rss limit code. Changed swapoutdg1994-09-121-3/+11
| | | | | | policy to be a bit more selective about what processes get swapped out. Reviewed by: John Dyson
* Fix up some sloppy coding practices:wollman1994-08-181-2/+1
| | | | | | | | | | | | - Delete redundant declarations. - Add -Wredundant-declarations to Makefile.i386 so they don't come back. - Delete sloppy COMMON-style declarations of uninitialized data in header files. - Add a few prototypes. - Clean up warnings resulting from the above. NB: ioconf.c will still generate a redundant-declaration warning, which is unavoidable unless somebody volunteers to make `config' smarter.
* Removed an old, obsolete call to vmmeter(). This is called now in thedg1994-08-091-2/+1
| | | | | schedcpu() routine in kern/kern_synch.c. This extra call to vmmeter() in vm_glue.c was what was totally messing up the load average calculations.
* Integrated VM system improvements/fixes from FreeBSD-1.1.5.dg1994-08-041-20/+18
|
* Added $Id$dg1994-08-021-1/+3
|
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-210/+290
| | | | | Reviewed by: Rodney W. Grimes Submitted by: John Dyson and David Greenman
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+605
OpenPOWER on IntegriCloud