| Commit message (Expand) | Author | Age | Files | Lines |
| * | Properly set the PG_MAPPED and PG_WRITEABLE flags. This fixes some potential | John Dyson | 1996-07-02 | 1 | -3/+3 |
| * | Make -current consistant with -stable regarding time that a process | John Dyson | 1996-06-30 | 1 | -2/+2 |
| * | This commit is dual-purpose, to fix more of the pageout daemon | John Dyson | 1996-05-31 | 1 | -16/+3 |
| * | This set of commits to the VM system does the following, and contain | John Dyson | 1996-05-18 | 1 | -74/+30 |
| * | KGDB is dead. It may come back one day if somebody does it. | Poul-Henning Kamp | 1996-05-02 | 1 | -17/+1 |
| * | Reinstitute the map lock for processes being swapped out. This | John Dyson | 1996-04-09 | 1 | -1/+18 |
| * | Map lock checks not needed anymore for swapping out. We don't use | John Dyson | 1996-04-08 | 1 | -12/+2 |
| * | Removed never-used #includes of <machine/cpu.h>. Many were apparently | Bruce Evans | 1996-04-07 | 1 | -2/+1 |
| * | Fixed a problem that the UPAGES of a process were being run down | John Dyson | 1996-04-03 | 1 | -7/+41 |
| * | For Lite2: proc LIST changes. | Jeffrey Hsu | 1996-03-11 | 1 | -3/+3 |
| * | Delay forking a process until there are more pages available. It was | John Dyson | 1996-03-09 | 1 | -2/+2 |
| * | 1) Eliminate unnecessary bzero of UPAGES. | John Dyson | 1996-03-02 | 1 | -4/+4 |
| * | kern_descrip.c: add fdshare()/fdcopy() | Peter Wemm | 1996-02-23 | 1 | -7/+3 |
| * | Add a "NO_SWAPPING" option to disable swapping. This was originally done | David Greenman | 1996-02-22 | 1 | -3/+4 |
| * | Added a check/panic for vm_map_find failing to find space for the page | David Greenman | 1996-01-29 | 1 | -5/+7 |
| * | Don't use %r, we havn't got it anymore. | Poul-Henning Kamp | 1996-01-25 | 1 | -2/+2 |
| * | Eliminated many redundant vm_map_lookup operations for vm_mmap. | John Dyson | 1996-01-19 | 1 | -48/+99 |
| * | Convert DDB to new-style option. | Garrett Wollman | 1996-01-04 | 1 | -0/+1 |
| * | Convert SYSV IPC to new-style options. (I hope I got everything...) | Garrett Wollman | 1996-01-04 | 1 | -1/+3 |
| * | Another mega commit to staticize things. | Poul-Henning Kamp | 1995-12-14 | 1 | -2/+4 |
| * | Untangled the vm.h include file spaghetti. | David Greenman | 1995-12-07 | 1 | -2/+11 |
| * | Finished (?) cleaning up sysinit stuff. | Bruce Evans | 1995-12-02 | 1 | -4/+4 |
| * | Greatly simplify the msync code. Eliminate complications in vm_pageout | John Dyson | 1995-11-05 | 1 | -10/+7 |
| * | Get rid of machine-dependent NBPG and replace with PAGE_SIZE. | John Dyson | 1995-10-23 | 1 | -13/+13 |
| * | Remove an unnecessary tsleep in the swapin code. This tsleep | John Dyson | 1995-10-16 | 1 | -2/+1 |
| * | Perform more checking for proper loading of the UPAGES when a process | John Dyson | 1995-09-24 | 1 | -13/+19 |
| * | Check the return value from vm_map_pageable() when mapping the process's | David Greenman | 1995-09-17 | 1 | -4/+8 |
| * | Fixed init functions argument type - caddr_t -> void *. Fixed a couple of | David Greenman | 1995-09-09 | 1 | -8/+8 |
| * | Reviewed by: julian with quick glances by bruce and others | Julian Elischer | 1995-08-28 | 1 | -6/+29 |
| * | NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct | David Greenman | 1995-07-13 | 1 | -53/+4 |
| * | swapout_threads() -> swapout_procs(). | David Greenman | 1995-07-10 | 1 | -2/+2 |
| * | Increased global RSS limit to total RAM. | David Greenman | 1995-07-10 | 1 | -2/+2 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -2/+2 |
| * | Moved some zero-initialized variables into .bss. Made code intended to be | David Greenman | 1995-04-16 | 1 | -13/+5 |
| * | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | Bruce Evans | 1995-03-28 | 1 | -1/+2 |
| * | Panic if u_map allocation fails. | David Greenman | 1995-02-21 | 1 | -1/+3 |
| * | VM for the kernel stack and page tables doesn't need to be explicitly | David Greenman | 1995-02-20 | 1 | -5/+2 |
| * | YF Fix. | Poul-Henning Kamp | 1995-02-14 | 1 | -3/+1 |
| * | swap_pager.c: | David Greenman | 1995-02-02 | 1 | -2/+6 |
| * | Added ability to detect sequential faults and DTRT. (swap_pager.c) | David Greenman | 1995-01-24 | 1 | -10/+5 |
| * | Fixed some formatting weirdness that I overlooked in the previous commit. | David Greenman | 1995-01-10 | 1 | -8/+8 |
| * | These changes embody the support of the fully coherent merged VM buffer cache, | David Greenman | 1995-01-09 | 1 | -226/+137 |
| * | Change swapping policy to be a bit more aggressive about finding a | David Greenman | 1994-12-18 | 1 | -5/+6 |
| * | Implemented swap locking via P_SWAPPING flag. It was possible for a process | David Greenman | 1994-11-13 | 1 | -5/+11 |
| * | Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc. | Poul-Henning Kamp | 1994-10-09 | 1 | -13/+3 |
| * | Fixed a bug I introduced when fixing the rss limit code. Changed swapout | David Greenman | 1994-09-12 | 1 | -3/+11 |
| * | Fix up some sloppy coding practices: | Garrett Wollman | 1994-08-18 | 1 | -2/+1 |
| * | Removed an old, obsolete call to vmmeter(). This is called now in the | David Greenman | 1994-08-09 | 1 | -2/+1 |
| * | Integrated VM system improvements/fixes from FreeBSD-1.1.5. | David Greenman | 1994-08-04 | 1 | -20/+18 |
| * | Added $Id$ | David Greenman | 1994-08-02 | 1 | -1/+3 |