| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'. | cvs2svn | 2002-07-03 | 4 | -218/+76 |
| * | MFC RLIMIT_VMEM resource Stage I - limit the total virtual memory use for | Matthew Dillon | 2002-07-02 | 3 | -0/+23 |
| * | MFC 1.201 - add a sequential iteration optimization to vm_object_page_clean(). | Matthew Dillon | 2002-06-18 | 1 | -76/+195 |
| * | MFC: r1.75 - don't deadlock if the system is low on physical memory and | Tor Egge | 2002-03-12 | 1 | -0/+12 |
| * | MFC: [vm/vm_contig.c rev 1.5] Call vm_page_unqueue_nowakeup() | Alan Cox | 2002-03-10 | 1 | -5/+1 |
| * | MFC 1.213, fix mmap/msync bug which can panic the kernel | Matthew Dillon | 2002-03-08 | 1 | -1/+4 |
| * | MFC of the vm_daemon speedup when many shared pages and processes are present. | Mike Silbersack | 2002-03-06 | 2 | -2/+2 |
| * | MFC __P() macro cleanup, register keyword removal in preparation for | Matthew Dillon | 2002-03-06 | 2 | -148/+98 |
| * | add a missing vmspace_free() that can occur when idle-process swapping | Matthew Dillon | 2002-03-06 | 1 | -0/+5 |
| * | MFC: [Revision 1.94] Add a new page queue, PQ_HOLD. | Alan Cox | 2002-03-03 | 2 | -20/+20 |
| * | MFC rev 1.177 | Mike Silbersack | 2002-02-26 | 1 | -0/+3 |
| * | MFC OOM killer changes: | Mike Silbersack | 2002-02-26 | 4 | -4/+28 |
| * | MFC remove P_BUFEXHAUST scraps | Matthew Dillon | 2002-01-31 | 1 | -1/+0 |
| * | MFC the following: | Matthew Dillon | 2001-12-25 | 1 | -4/+12 |
| * | MFC NFS and VM bug fixes (see my commit 2001/12/13 17:16:57 PST, | Matthew Dillon | 2001-12-20 | 2 | -2/+41 |
| * | MFC: r1.49; do not contstrain zone_interrupt objects to a page boundary. | Jonathan Lemon | 2001-12-14 | 1 | -2/+4 |
| * | MFC B_NOWDRAIN. This required moving B_AUTOCHAINDONE from flags to xflags | Matthew Dillon | 2001-11-18 | 1 | -3/+3 |
| * | MFC 1.127 - fix a deadlock that can occur in certain situations when a | Matthew Dillon | 2001-11-17 | 1 | -1/+5 |
| * | MFC: move the code for calculating the system load average into | Ian Dowse | 2001-11-14 | 2 | -46/+0 |
| * | MFC: 1.59; Remove the SSLEEP case from the load average computation, | Ian Dowse | 2001-11-14 | 1 | -4/+0 |
| * | MFC: Don't remove all mappings of a swapped out process if the vm map | Tor Egge | 2001-11-10 | 1 | -1/+5 |
| * | MFC: Fix locking violations during page wiring. | Tor Egge | 2001-11-10 | 1 | -3/+32 |
| * | MFC 1.139 - fix vnode_pager_input_smlfs() to not attempt to BMAP | Matthew Dillon | 2001-11-09 | 1 | -2/+7 |
| * | MFC implement kern.maxvnodes (primarily kern/vfs_subr.c 1.326), sync, | Matthew Dillon | 2001-11-03 | 4 | -5/+50 |
| * | MFC: | Paul Saab | 2001-11-03 | 4 | -11/+15 |
| * | MFC don't let pmap_object_init_pt() exhaust all available free | Matthew Dillon | 2001-11-03 | 2 | -1/+2 |
| * | MFC syntax cleanup and documentation, no operational changes. | Matthew Dillon | 2001-10-23 | 1 | -5/+9 |
| * | MFC vm_contig.c 1.4, properly track vm_page_zero_count in contigmalloc1() | Matthew Dillon | 2001-10-17 | 1 | -0/+2 |
| * | MFC kern/vfs_subr.c 1.263, sys/vnode.h 1.118, vm/vm_page.c 1.153. This | Matthew Dillon | 2001-10-16 | 1 | -6/+2 |
| * | MFC 1.138 fix VM bug related to dirty VM pages backed by a filesystem | Matthew Dillon | 2001-10-15 | 1 | -3/+21 |
| * | MFC vm_contig.c 1.3. note: contigmalloc in -4.x is in vm_page.c. Fix | Matthew Dillon | 2001-10-15 | 1 | -4/+12 |
| * | MFC: 1.110; permit direct swapping to NFS regular files using | Ian Dowse | 2001-10-14 | 1 | -3/+10 |
| * | MFC 1.150, 1.162 - reduce the size of the swap zone if we run out of KVM. | Matthew Dillon | 2001-10-03 | 1 | -9/+22 |
| * | MFC assert if vm_page_t->wire_count overflows | Matthew Dillon | 2001-10-01 | 1 | -0/+3 |
| * | MFC VM_SWZONE_SIZE_MAX and VM_BCACHE_SIZE_MAX features for i386. Other | Matthew Dillon | 2001-09-15 | 1 | -2/+4 |
| * | Cut the size of the (really over zealous) swap-meta allocation in half to | Matthew Dillon | 2001-08-24 | 1 | -1/+1 |
| * | MFC the two out-of-swap fixes (kill the correct process and start blasting | Matthew Dillon | 2001-06-13 | 3 | -3/+44 |
| * | MFC Tor's O_DIRECT patch with some modifications. As with the commit to | Matthew Dillon | 2001-06-03 | 2 | -0/+26 |
| * | MFC: introduce VOP_CREATEVOBJECT(), VOP_GETVOBJECT and VOP_DESTROYVOBJECT() | Boris Popov | 2001-05-18 | 1 | -0/+9 |
| * | Check return value from zinit. | David Malone | 2001-03-24 | 1 | -0/+2 |
| * | MFC lock reversal fix related to threaded programs. | Matthew Dillon | 2001-03-14 | 3 | -0/+10 |
| * | MFC 1.196 - undo a small piece of 1.194 to temporarily work around | Matthew Dillon | 2001-03-14 | 1 | -0/+7 |
| * | MFC: 1.195 Fix panic that occurs when mmap(2) is used with MAP_INHERIT. | Ian Dowse | 2001-03-09 | 1 | -0/+4 |
| * | MFC: Make zalloc and zfree non-inline functions. This avoids having to | Assar Westerlund | 2001-03-04 | 2 | -78/+77 |
| * | MFC: 1.157 - move vm_page_array and vm_page_buckets to the end of the | Andrew Gallatin | 2001-03-03 | 1 | -18/+16 |
| * | MFC 1.116 - VM fault resulting in writable page sets PG_NOSYNC properly, | Matthew Dillon | 2001-03-02 | 1 | -6/+6 |
| * | MFC: Add mibs to hold the number of forks since boot. New mibs are: | Hajimu UMEMOTO | 2001-02-18 | 1 | -0/+16 |
| * | MFC Tor's buffer cache fixes. This turns buffer_map into a system map, | Matthew Dillon | 2001-02-09 | 1 | -10/+31 |
| * | MFC: 1.27 Allow overallocated programs to lower their memory usage. | David Malone | 2001-02-02 | 1 | -3/+7 |
| * | MFC 1.113 - protect vm_pager_page_unswapped(). | Matthew Dillon | 2001-01-27 | 1 | -0/+3 |