| Commit message (Expand) | Author | Age | Files | Lines |
* | o Modify access control checks in mmap() to use securelevel_gt() instead | rwatson | 2001-09-26 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 15 | -213/+263 |
* | Rip some well duplicated code out of cpu_wait() and cpu_exit() and move | peter | 2001-09-10 | 2 | -2/+19 |
* | Process priority is locked by the sched_lock, not the proc lock. | jhb | 2001-09-01 | 1 | -2/+2 |
* | make swapon() MPSAFE (will adjust syscalls.master later) | dillon | 2001-08-31 | 1 | -5/+13 |
* | mark obreak() and ovadvise() as being MPSAFE | dillon | 2001-08-31 | 1 | -0/+6 |
* | Cleanup | dillon | 2001-08-31 | 1 | -27/+68 |
* | Implement idle zeroing of pages. I've been tinkering with this | peter | 2001-08-25 | 3 | -72/+100 |
* | Remove support for the badly broken MAP_INHERIT (from -current only). | dillon | 2001-08-24 | 1 | -4/+1 |
* | Move most of the kernel submap initialization code, including the | dillon | 2001-08-22 | 2 | -0/+106 |
* | KASSERT if vm_page_t->wire_count overflows. | dillon | 2001-08-22 | 1 | -0/+1 |
* | Limit the amount of KVM reserved for the buffer cache and for swap-meta | dillon | 2001-08-20 | 1 | -2/+5 |
* | - Remove asleep(), await(), and M_ASLEEP. | jhb | 2001-08-10 | 1 | -5/+2 |
* | - Remove asleep(), await(), and M_ASLEEP. | jhb | 2001-08-10 | 2 | -28/+0 |
* | Add a missing semicolon to unbreak the kernel build with INVARIANTS | tmm | 2001-08-05 | 1 | -1/+1 |
* | Whitespace fixes. | jhb | 2001-08-04 | 2 | -2/+2 |
* | Add a zdestroy() function to the zone allocator. This is needed for the | tmm | 2001-08-04 | 2 | -0/+109 |
* | Fixups for the initial allocation by dillon: | alfred | 2001-08-02 | 1 | -7/+15 |
* | Oops. Last commit to vm_object.c should have got these files too. | jake | 2001-07-31 | 3 | -8/+4 |
* | Remove the use of atomic ops to manipulate vm_object and vm_page flags. | jake | 2001-07-31 | 1 | -11/+6 |
* | Permit direct swapping to NFS regular files using swapon(2). We | iedowse | 2001-07-28 | 1 | -3/+10 |
* | make vm_page_select_cache static | assar | 2001-07-23 | 2 | -2/+1 |
* | (vm_page_select_cache): add prototype | assar | 2001-07-21 | 1 | -0/+1 |
* | The i386-specific includes in this file were "fixed" by bracketing them with | benno | 2001-07-15 | 1 | -3/+3 |
* | Fix missing newline and terminator at the end of the vm.zone sysctl. | des | 2001-07-09 | 1 | -2/+1 |
* | Apply field bandages to the includes so compiles happen on alpha. | mjacob | 2001-07-05 | 1 | -0/+6 |
* | Move vm_page_zero_idle() from machine-dependant sections to a | dillon | 2001-07-05 | 1 | -0/+117 |
* | Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc). | dillon | 2001-07-04 | 6 | -465/+621 |
* | Change inlines back into mainline code in preparation for mutexing. Also, | dillon | 2001-07-04 | 6 | -840/+729 |
* | whitespace / register cleanup | dillon | 2001-07-04 | 12 | -80/+81 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 23 | -658/+294 |
* | Fix a XXX comment by moving the initialization of the number of pbuf's | jhb | 2001-07-03 | 1 | -9/+9 |
* | - Protect all accesses to nsw_[rw]count{,_{,a}sync} with the pbuf mutex. | jhb | 2001-06-22 | 1 | -4/+4 |
* | Introduce numerous SMP friendly changes to the mbuf allocator. Namely, | bmilekic | 2001-06-22 | 4 | -17/+11 |
* | Don't lock around swap_pager_swap_init() that is only called once during | jhb | 2001-06-20 | 1 | -0/+2 |
* | Put the scheduler, vmdaemon, and pagedaemon kthreads back under Giant for | jhb | 2001-06-20 | 2 | -19/+1 |
* | 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 | 3 | -3/+44 |
* | Change the way information about swap devices is exported to be more | tmm | 2001-06-01 | 2 | -28/+46 |
* | Clean up the code exporting interrupt statistics via sysctl a bit: | tmm | 2001-06-01 | 1 | -30/+0 |
* | Don't hold the VM lock across VOP's and other things that can sleep. | jhb | 2001-05-29 | 1 | -2/+19 |
* | Stick VM syscalls back under Giant if the BLEED option is not defined. | jhb | 2001-05-24 | 2 | -0/+57 |
* | This patch implements O_DIRECT about 80% of the way. It takes a patchset | dillon | 2001-05-24 | 2 | -0/+24 |
* | - Assert Giant is held in the vnode pager methods. | jhb | 2001-05-23 | 1 | -14/+18 |
* | - Add in several asserts of vm_mtx. | jhb | 2001-05-23 | 1 | -5/+42 |
* | - Assert that the vm lock is held for all of _vm_object_allocate(). | jhb | 2001-05-23 | 1 | -31/+48 |
* | - Add lots of vm_mtx assertions. | jhb | 2001-05-23 | 1 | -2/+39 |
* | - Lock the VM around the pmap_swapin_proc() call in faultin(). | jhb | 2001-05-23 | 1 | -15/+16 |
* | - Fix the sw_alloc_interlock to actually lock itself when the lock is | jhb | 2001-05-23 | 1 | -16/+20 |
* | Assert Giant is held for the device pager alloc and getpages methods since | jhb | 2001-05-23 | 1 | -3/+3 |