| Commit message (Expand) | Author | Age | Files | Lines |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -14/+14 |
* | Change inlines back into mainline code in preparation for mutexing. Also, | dillon | 2001-07-04 | 1 | -106/+183 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -60/+53 |
* | Introduce numerous SMP friendly changes to the mbuf allocator. Namely, | bmilekic | 2001-06-22 | 1 | -5/+5 |
* | Cleanup the tabbing | dillon | 2001-06-11 | 1 | -17/+16 |
* | Two fixes to the out-of-swap process termination code. First, start killing | dillon | 2001-06-09 | 1 | -0/+35 |
* | - Add lots of vm_mtx assertions. | jhb | 2001-05-23 | 1 | -2/+39 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -8/+33 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -1/+2 |
* | remove truncated part from commment | alfred | 2001-04-12 | 1 | -1/+1 |
* | Fix a lock reversal problem in the VM subsystem related to threaded | dillon | 2001-03-14 | 1 | -0/+3 |
* | Temporarily remove the vm_map_simplify() call from vm_map_insert(). The | dillon | 2001-03-14 | 1 | -0/+7 |
* | When creating a shadow vm_object in vmspace_fork(), only one | iedowse | 2001-03-09 | 1 | -0/+4 |
* | This commit represents work mainly submitted by Tor and slightly modified | dillon | 2001-02-04 | 1 | -7/+23 |
* | - If swap metadata does not fit into the KVM, reduce the number of | tanimura | 2000-12-13 | 1 | -1/+1 |
* | Clear the MAP_ENTRY_USER_WIRED flag from cloned vm_map entries. | tegge | 2000-11-02 | 1 | -0/+2 |
* | Convert lockmgr locks from using simple locks to using mutexes. | jasone | 2000-10-04 | 1 | -0/+8 |
* | Fixed bug in madvise() / MADV_WILLNEED. When the request is offset | dillon | 2000-05-14 | 1 | -1/+5 |
* | Revert spelling mistake I made in the previous commit | charnier | 2000-03-27 | 1 | -1/+1 |
* | Spelling | charnier | 2000-03-26 | 1 | -2/+2 |
* | Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2). | ps | 2000-02-28 | 1 | -1/+11 |
* | Fix null-pointer dereference crash when the system is intentionally | dillon | 2000-02-16 | 1 | -1/+7 |
* | Fix a deadlock between msync(..., MS_INVALIDATE) and vm_fault. The | dillon | 2000-01-21 | 1 | -25/+29 |
* | Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC to | dillon | 1999-12-12 | 1 | -2/+15 |
* | Remove nonsensical vm_map_{clear,set}_recursive() calls | alc | 1999-11-25 | 1 | -3/+0 |
* | Correct the following error: vm_map_pageable() on a COW'ed (post-fork) | alc | 1999-11-23 | 1 | -4/+5 |
* | Remove unused #include's. | alc | 1999-11-07 | 1 | -1/+0 |
* | The functions declared by this header file no longer exist. | alc | 1999-11-07 | 1 | -1/+0 |
* | useracc() the prequel: | phk | 1999-10-29 | 1 | -2/+0 |
* | cleanup madvise code, add a few more sanity checks. | dillon | 1999-09-21 | 1 | -47/+71 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | vm_map_madvise: | alc | 1999-08-13 | 1 | -60/+85 |
* | vm_map_madvise: | alc | 1999-08-10 | 1 | -17/+3 |
* | Move the memory access behavior information provided by madvise | alc | 1999-08-01 | 1 | -7/+7 |
* | Fix the following problem: | alc | 1999-07-21 | 1 | -1/+3 |
* | Cleanup OBJ_ONEMAPPING management. | alc | 1999-07-11 | 1 | -13/+1 |
* | Fix some int/long printf problems for the Alpha | peter | 1999-07-01 | 1 | -2/+2 |
* | vm_map_growstack uses vmspace::vm_ssize as though it contained | alc | 1999-06-17 | 1 | -6/+6 |
* | vm_map_insert sometimes extends an existing vm_map entry, rather than | alc | 1999-06-17 | 1 | -3/+7 |
* | Move vm_map_stack and vm_map_growstack after the definition | alc | 1999-06-17 | 1 | -204/+204 |
* | Remove some unused declarations and duplicate initialization. | alc | 1999-06-17 | 1 | -6/+2 |
* | vm_map_protect: | alc | 1999-06-12 | 1 | -2/+2 |
* | Avoid the creation of unnecessary shadow objects. | alc | 1999-05-28 | 1 | -3/+9 |
* | vm_map_insert: | alc | 1999-05-18 | 1 | -47/+38 |
* | Add the options MAP_PREFAULT and MAP_PREFAULT_PARTIAL to vm_map_find/insert, | alc | 1999-05-17 | 1 | -1/+6 |
* | Remove prototypes for functions that don't exist anymore (vm_map.h). | alc | 1999-05-16 | 1 | -7/+4 |
* | Simplify vm_map_find/insert's interface: remove the MAP_COPY_NEEDED option. | alc | 1999-05-14 | 1 | -5/+3 |
* | Two changes to vm_map_delete: | alc | 1999-04-04 | 1 | -13/+10 |
* | Mainly, eliminate the comments about share maps. (We don't have share maps | alc | 1999-03-27 | 1 | -33/+7 |
* | Two changes: | alc | 1999-03-21 | 1 | -19/+24 |