| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'. | cvs2svn | 2002-07-03 | 1 | -14/+0 |
| * | MFC RLIMIT_VMEM resource Stage I - limit the total virtual memory use for | Matthew Dillon | 2002-07-02 | 1 | -0/+14 |
| * | MFC 1.213, fix mmap/msync bug which can panic the kernel | Matthew Dillon | 2002-03-08 | 1 | -1/+4 |
| * | MFC: Fix locking violations during page wiring. | Tor Egge | 2001-11-10 | 1 | -3/+32 |
| * | MFC: | Paul Saab | 2001-11-03 | 1 | -3/+3 |
| * | MFC don't let pmap_object_init_pt() exhaust all available free | Matthew Dillon | 2001-11-03 | 1 | -1/+1 |
| * | MFC the two out-of-swap fixes (kill the correct process and start blasting | Matthew Dillon | 2001-06-13 | 1 | -0/+35 |
| * | MFC lock reversal fix related to threaded programs. | Matthew Dillon | 2001-03-14 | 1 | -0/+3 |
| * | 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 Tor's buffer cache fixes. This turns buffer_map into a system map, | Matthew Dillon | 2001-02-09 | 1 | -10/+31 |
| * | MFC: Clear the MAP_ENTRY_USER_WIRED flag from cloned vm_map entries. | Tor Egge | 2000-11-20 | 1 | -0/+2 |
| * | MFC: various minor spelling fixes | Peter Wemm | 2000-08-02 | 1 | -1/+1 |
| * | MFC 1.190 - fix bug in madvise MADV_WILLNEED | Matthew Dillon | 2000-05-15 | 1 | -1/+5 |
| * | Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2). | Paul Saab | 2000-02-28 | 1 | -1/+11 |
| * | Fix null-pointer dereference crash when the system is intentionally | Matthew Dillon | 2000-02-16 | 1 | -1/+7 |
| * | Fix a deadlock between msync(..., MS_INVALIDATE) and vm_fault. The | Matthew Dillon | 2000-01-21 | 1 | -25/+29 |
| * | Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC to | Matthew Dillon | 1999-12-12 | 1 | -2/+15 |
| * | Remove nonsensical vm_map_{clear,set}_recursive() calls | Alan Cox | 1999-11-25 | 1 | -3/+0 |
| * | Correct the following error: vm_map_pageable() on a COW'ed (post-fork) | Alan Cox | 1999-11-23 | 1 | -4/+5 |
| * | Remove unused #include's. | Alan Cox | 1999-11-07 | 1 | -1/+0 |
| * | The functions declared by this header file no longer exist. | Alan Cox | 1999-11-07 | 1 | -1/+0 |
| * | useracc() the prequel: | Poul-Henning Kamp | 1999-10-29 | 1 | -2/+0 |
| * | cleanup madvise code, add a few more sanity checks. | Matthew Dillon | 1999-09-21 | 1 | -47/+71 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | vm_map_madvise: | Alan Cox | 1999-08-13 | 1 | -60/+85 |
| * | vm_map_madvise: | Alan Cox | 1999-08-10 | 1 | -17/+3 |
| * | Move the memory access behavior information provided by madvise | Alan Cox | 1999-08-01 | 1 | -7/+7 |
| * | Fix the following problem: | Alan Cox | 1999-07-21 | 1 | -1/+3 |
| * | Cleanup OBJ_ONEMAPPING management. | Alan Cox | 1999-07-11 | 1 | -13/+1 |
| * | Fix some int/long printf problems for the Alpha | Peter Wemm | 1999-07-01 | 1 | -2/+2 |
| * | vm_map_growstack uses vmspace::vm_ssize as though it contained | Alan Cox | 1999-06-17 | 1 | -6/+6 |
| * | vm_map_insert sometimes extends an existing vm_map entry, rather than | Alan Cox | 1999-06-17 | 1 | -3/+7 |
| * | Move vm_map_stack and vm_map_growstack after the definition | Alan Cox | 1999-06-17 | 1 | -204/+204 |
| * | Remove some unused declarations and duplicate initialization. | Alan Cox | 1999-06-17 | 1 | -6/+2 |
| * | vm_map_protect: | Alan Cox | 1999-06-12 | 1 | -2/+2 |
| * | Avoid the creation of unnecessary shadow objects. | Alan Cox | 1999-05-28 | 1 | -3/+9 |
| * | vm_map_insert: | Alan Cox | 1999-05-18 | 1 | -47/+38 |
| * | Add the options MAP_PREFAULT and MAP_PREFAULT_PARTIAL to vm_map_find/insert, | Alan Cox | 1999-05-17 | 1 | -1/+6 |
| * | Remove prototypes for functions that don't exist anymore (vm_map.h). | Alan Cox | 1999-05-16 | 1 | -7/+4 |
| * | Simplify vm_map_find/insert's interface: remove the MAP_COPY_NEEDED option. | Alan Cox | 1999-05-14 | 1 | -5/+3 |
| * | Two changes to vm_map_delete: | Alan Cox | 1999-04-04 | 1 | -13/+10 |
| * | Mainly, eliminate the comments about share maps. (We don't have share maps | Alan Cox | 1999-03-27 | 1 | -33/+7 |
| * | Two changes: | Alan Cox | 1999-03-21 | 1 | -19/+24 |
| * | Two changes: | Alan Cox | 1999-03-15 | 1 | -10/+5 |
| * | Remove (redundant) map timestamp increments from some properly | Alan Cox | 1999-03-09 | 1 | -6/+1 |
| * | Remove an unused variable from vmspace_fork. | Alan Cox | 1999-03-08 | 1 | -3/+1 |
| * | Change vm_map_growstack to acquire and hold a read lock (instead of a write | Alan Cox | 1999-03-07 | 1 | -11/+17 |
| * | Remove the last of the share map code: struct vm_map::is_main_map. | Alan Cox | 1999-03-02 | 1 | -13/+9 |
| * | Remove unnecessary page protects on map_split and collapse operations. | Matthew Dillon | 1999-02-24 | 1 | -2/+4 |