| Commit message (Expand) | Author | Age | Files | Lines |
| * | KNFize, by bde. | Eivind Eklund | 1999-01-10 | 6 | -28/+27 |
| * | Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as | Eivind Eklund | 1999-01-08 | 8 | -74/+42 |
| * | Changes to the LINUX_THREADS support to only allocate extra memory for | Julian Elischer | 1999-01-07 | 1 | -1/+10 |
| * | Add (but don't activate) code for a special VM option to make | Julian Elischer | 1999-01-06 | 4 | -4/+235 |
| * | Ifdefed conditionally used simplock variables. | Bruce Evans | 1999-01-02 | 1 | -1/+3 |
| * | Don't free swap in swap_pager_getpages(): this code probably cause the | Dmitrij Tejblum | 1998-12-29 | 1 | -23/+1 |
| * | Update comments to routines in vm_page.c, most especially whether a | Matthew Dillon | 1998-12-23 | 1 | -19/+106 |
| * | Fix two bogons created by 'patch(1)' in my last commit. | Julian Elischer | 1998-12-19 | 1 | -6/+8 |
| * | Reviewed by: Luoqi Chen, Jordan Hubbard | Julian Elischer | 1998-12-19 | 1 | -1/+8 |
| * | Don't disable mmap with large file offset. | Dmitrij Tejblum | 1998-12-09 | 1 | -3/+2 |
| * | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | Archie Cobbs | 1998-12-07 | 1 | -2/+1 |
| * | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | Archie Cobbs | 1998-12-04 | 1 | -3/+4 |
| * | In vnode_pager_input_old, set auio.uio_procp = curproc | Robert V. Baron | 1998-12-04 | 1 | -2/+2 |
| * | Add missing splvm protection around unqueue call. Without this, the page | David Greenman | 1998-11-25 | 1 | -4/+4 |
| * | Fixed a null pointer panic in spc_free(). swap_pager_putpages() | Bruce Evans | 1998-11-19 | 1 | -7/+9 |
| * | Closed a small race condition between wiring/unwiring pages that involved | David Greenman | 1998-11-11 | 1 | -4/+4 |
| * | add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE() | Peter Wemm | 1998-11-10 | 1 | -1/+2 |
| * | * Fix a couple of places in the device pager where an address was | Doug Rabson | 1998-11-08 | 1 | -3/+4 |
| * | Implemented zero-copy TCP/IP extensions via sendfile(2) - send a | David Greenman | 1998-11-05 | 1 | -3/+1 |
| * | Add John Dyson's SYSCTL descriptions, and an export of more stats to | Peter Wemm | 1998-10-31 | 3 | -16/+118 |
| * | Use TAILQ macros for clean/dirty block list processing. Set b_xflags | Peter Wemm | 1998-10-31 | 2 | -5/+5 |
| * | Fixed wrong comments in and about vm_page_deactivate(). | David Greenman | 1998-10-28 | 1 | -13/+3 |
| * | Added a second argument, "activate" to the vm_page_unwire() call so that | David Greenman | 1998-10-28 | 3 | -11/+19 |
| * | Added needed splvm() protection around object page traversal in | David Greenman | 1998-10-27 | 1 | -1/+4 |
| * | Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rotted | Bruce Evans | 1998-10-25 | 1 | -7/+4 |
| * | Nitpicking and dusting performed on a train. Removes trivial warnings | Poul-Henning Kamp | 1998-10-25 | 5 | -23/+9 |
| * | Oops, revert part of last fix. vm_pager_dealloc() can't be called until | David Greenman | 1998-10-23 | 1 | -7/+8 |
| * | Fixed two bugs in recent commit: in vm_object_terminate, vm_pager_dealloc | David Greenman | 1998-10-23 | 1 | -8/+10 |
| * | Make the VM system handle the case where a terminating object contains | David Greenman | 1998-10-22 | 1 | -43/+31 |
| * | Convert fake page allocs to use the zone allocator, thus eliminating the | David Greenman | 1998-10-22 | 1 | -14/+8 |
| * | Set m->object to NULL in dev_pager_getfake(). | David Greenman | 1998-10-21 | 1 | -1/+2 |
| * | Nuked PG_TABLED flag. Replaced with m->object != NULL. | David Greenman | 1998-10-21 | 2 | -10/+5 |
| * | Add a diagnostic printf for freeing a wired page. This will eventually | David Greenman | 1998-10-21 | 1 | -1/+2 |
| * | Fixed two potentially serious classes of bugs: | David Greenman | 1998-10-13 | 11 | -45/+47 |
| * | Fix a panic on SMP systems, caused by sleeping while holding a | John Polstra | 1998-10-09 | 1 | -1/+13 |
| * | Fix a bug in which a page index was used where a byte offset was | John Polstra | 1998-10-01 | 1 | -2/+2 |
| * | Make #define NO_SWAPPING a normal kernel config option. | Andrzej Bialecki | 1998-09-29 | 2 | -2/+4 |
| * | John Dyson approved of this solution; make vnode_pager_input_old set m->valid | Robert V. Baron | 1998-09-28 | 1 | -1/+3 |
| * | Be more selctive about when we clear p->valid. | David Greenman | 1998-09-28 | 1 | -3/+5 |
| * | Removed unused file. | Bruce Evans | 1998-09-20 | 1 | -46/+0 |
| * | Instantiate `nfs_mount_type' in a standard file so that it is present | Bruce Evans | 1998-09-05 | 1 | -3/+2 |
| * | Cosmetic changes to the PAGE_XXX macros to make them consistent with | Doug Rabson | 1998-09-04 | 10 | -104/+130 |
| * | Separate wakeup conditions for page I/O count (pg_busy) and lock (PG_BUSY). | Garrett Wollman | 1998-09-01 | 1 | -4/+3 |
| * | Fix a rounding problem that causes vnode pager to fail to remove the last | Luoqi Chen | 1998-08-25 | 1 | -11/+9 |
| * | Change various syscalls to use size_t arguments instead of u_int. | Doug Rabson | 1998-08-24 | 12 | -119/+143 |
| * | Correct/clarify some comments. | Stephen McKay | 1998-08-22 | 1 | -3/+3 |
| * | Protect all modifications to paging_in_progress with splvm(). | Doug Rabson | 1998-08-13 | 1 | -1/+3 |
| * | Protect all modifications to paging_in_progress with splvm(). The i386 | Doug Rabson | 1998-08-06 | 5 | -14/+25 |
| * | Fixed two spl nesting bugs. They caused (at least) the entire pageout | Bruce Evans | 1998-07-28 | 1 | -2/+2 |
| * | Notify pmap when a page is freed on the alpha to allow it to clean up | Doug Rabson | 1998-07-26 | 2 | -2/+9 |