| Commit message (Expand) | Author | Age | Files | Lines |
* | This fixes a large number of bugs in our NFS client side code. A recent | dillon | 2001-12-14 | 2 | -2/+41 |
* | vm/vm_kern.c: rate limit (to once per second) diagnostic printf when | luigi | 2001-12-01 | 1 | -2/+8 |
* | When laying out objects in a ZONE_INTERRUPT zone, allow them to cross | jlemon | 2001-11-17 | 1 | -2/+4 |
* | Fix deadlock introduced in 1.73 (Jan 1998). The paging-in-progress count | dillon | 2001-11-09 | 1 | -1/+5 |
* | Adjust vnode_pager_input_smlfs() to not attempt to BMAP blocks beyond the | dillon | 2001-11-05 | 1 | -2/+7 |
* | Don't let pmap_object_init_pt() exhaust all available free pages | dillon | 2001-10-31 | 2 | -1/+2 |
* | Move recently added procedure which was incorrectly placed within an | dillon | 2001-10-26 | 1 | -17/+16 |
* | Implement kern.maxvnodes. adjusting kern.maxvnodes now actually has a | dillon | 2001-10-26 | 4 | -5/+42 |
* | Syntax cleanup and documentation, no operational changes. | dillon | 2001-10-21 | 1 | -5/+9 |
* | Move the code that computes the system load average from vm_meter.c | iedowse | 2001-10-20 | 2 | -56/+0 |
* | contigmalloc1() could cause the vm_page_zero_count to become incorrect. | dillon | 2001-10-17 | 1 | -0/+2 |
* | Don't use an uninitialized field reserved for callers in the bio structure | tegge | 2001-10-15 | 1 | -3/+4 |
* | Don't remove all mappings of a swapped out process if the vm map contained | tegge | 2001-10-14 | 1 | -1/+5 |
* | Fix locking violations during page wiring: | tegge | 2001-10-14 | 1 | -3/+32 |
* | Makes contigalloc[1]() create the vm_map / underlying wired pages in the | dillon | 2001-10-13 | 1 | -4/+12 |
* | Finally fix the VM bug where a file whos EOF occurs in the middle of a page | dillon | 2001-10-12 | 1 | -3/+21 |
* | Change the kernel's ucred API as follows: | jhb | 2001-10-11 | 2 | -21/+14 |
* | Add missing includes of sys/ktr.h. | jhb | 2001-10-11 | 1 | -0/+1 |
* | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | ps | 2001-10-10 | 4 | -11/+15 |
* | Remove the SSLEEP case from the load average computation. This has | iedowse | 2001-10-04 | 1 | -5/+0 |
* | 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 |