| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove dead code that hasn't been needed since the demise of share maps | Alan Cox | 2002-11-13 | 2 | -26/+0 |
| * | Move pmap_collect() out of the machine-dependent code, rename it | Alan Cox | 2002-11-13 | 2 | -2/+33 |
| * | Remove extra #include<sys/vmmeter.h>. | Olivier Houchard | 2002-11-11 | 1 | -1/+0 |
| * | atomic_set_8 isn't MI. Instead, follow Jake's suggestions about | Matt Jacob | 2002-11-11 | 3 | -5/+7 |
| * | - Clear the page's PG_WRITEABLE flag in the i386's pmap_changebit() | Alan Cox | 2002-11-11 | 1 | -0/+1 |
| * | Use atomic_set_8 on the us_freelist maps as they are not otherwise | Matt Jacob | 2002-11-10 | 1 | -2/+2 |
| * | When prot is VM_PROT_NONE, call pmap_page_protect() directly rather than | Alan Cox | 2002-11-10 | 5 | -19/+19 |
| * | Fix an error case in vm_map_wire(): unwiring of an entry during cleanup | Alan Cox | 2002-11-09 | 1 | -2/+2 |
| * | In vm_page_remove(), avoid calling vm_page_splay() if the object's memq | Alan Cox | 2002-11-09 | 1 | -10/+13 |
| * | Move the definitions of the hw.physmem, hw.usermem and hw.availpages | Thomas Moestl | 2002-11-07 | 1 | -0/+2 |
| * | Better printf() formats. | Maxime Henrion | 2002-11-07 | 1 | -8/+7 |
| * | Some more printf() format fixes. | Maxime Henrion | 2002-11-07 | 1 | -9/+7 |
| * | Correctly print vm_offset_t types. | Maxime Henrion | 2002-11-07 | 1 | -6/+5 |
| * | Export the function vm_page_splay(). | Alan Cox | 2002-11-04 | 2 | -1/+2 |
| * | - Remove the memory allocation for the object/offset hash table | Alan Cox | 2002-11-03 | 1 | -45/+2 |
| * | Remove the vm page buckets mutex. As of revision 1.215 of vm/vm_page.c, | Alan Cox | 2002-11-02 | 1 | -2/+0 |
| * | - Add support for machine dependant page allocation routines. MD code | Jeff Roberson | 2002-11-01 | 2 | -2/+28 |
| * | - Add a new flag to vm_page_alloc, VM_ALLOC_NOOBJ. This tells | Jeff Roberson | 2002-11-01 | 2 | -22/+28 |
| * | Merge from MAC tree: rename mac_check_vnode_swapon() to | Robert Watson | 2002-10-27 | 1 | -1/+1 |
| * | - Now that uma_zalloc_internal is not the fast path don't be so fussy about | Jeff Roberson | 2002-10-24 | 1 | -179/+198 |
| * | - Move the destructor calls so that they are not called with the zone lock | Jeff Roberson | 2002-10-24 | 1 | -5/+6 |
| * | Invoke mac_check_vnode_mmap() during mmap operations on vnodes, | Robert Watson | 2002-10-22 | 1 | -2/+12 |
| * | Introduce MAC_CHECK_VNODE_SWAPON, which permits MAC policies to | Robert Watson | 2002-10-22 | 1 | -1/+7 |
| * | - Check that a process isn't a new process (p_state == PRS_NEW) before | John Baldwin | 2002-10-22 | 1 | -20/+23 |
| * | Fix typo in comments (misspelled "necessary"). | Sheldon Hearn | 2002-10-22 | 1 | -2/+2 |
| * | o Reinline vm_page_undirty(), reducing the kernel size. (This reverts | Alan Cox | 2002-10-20 | 2 | -12/+11 |
| * | Complete the page queues locking needed for the page-based copy- | Alan Cox | 2002-10-19 | 2 | -3/+9 |
| * | Replace the vm_page hash table with a per-vmobject splay tree. There should | Matthew Dillon | 2002-10-18 | 4 | -59/+96 |
| * | Properly put macro args in (). | Poul-Henning Kamp | 2002-10-16 | 1 | -2/+2 |
| * | Remove old useless debugging code | Julian Elischer | 2002-10-14 | 1 | -5/+0 |
| * | - Create a new scheduler api that is defined in sys/sched.h | Jeff Roberson | 2002-10-12 | 2 | -4/+4 |
| * | Rename the mutex thread and process states to use a more generic 'LOCK' | John Baldwin | 2002-10-02 | 1 | -1/+1 |
| * | Some kernel threads try to do significant work, and the default KSTACK_PAGES | Scott Long | 2002-10-02 | 1 | -1/+3 |
| * | Be consistent about "static" functions: if the function is marked | Poul-Henning Kamp | 2002-09-28 | 4 | -6/+6 |
| * | - Get rid of the unused LK_NOOBJ. | Jeff Roberson | 2002-09-25 | 2 | -2/+2 |
| * | - Lock access to numoutput on the swap devices. | Jeff Roberson | 2002-09-25 | 2 | -0/+4 |
| * | - Add a ASSERT_VOP_LOCKED in vnode_pager_alloc. | Jeff Roberson | 2002-09-25 | 1 | -2/+7 |
| * | Modify vm_map_clean() (and thus the msync(2) system call) to support | Matthew N. Dodd | 2002-09-22 | 1 | -7/+10 |
| * | o Update some comments. | Alan Cox | 2002-09-22 | 1 | -7/+9 |
| * | Use the fields in the sysentvec and in the vm map header in place of the | Jake Burkholder | 2002-09-21 | 5 | -46/+24 |
| * | Reduce namespace pollution. | Alan Cox | 2002-09-21 | 1 | -3/+0 |
| * | - Use my freebsd email alias in the copyright. | Jeff Roberson | 2002-09-19 | 5 | -12/+5 |
| * | - Split UMA_ZFLAG_OFFPAGE into UMA_ZFLAG_OFFPAGE and UMA_ZFLAG_HASH. | Jeff Roberson | 2002-09-18 | 5 | -92/+101 |
| * | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | Nate Lawson | 2002-09-14 | 1 | -2/+4 |
| * | Completely redo thread states. | Julian Elischer | 2002-09-11 | 3 | -39/+35 |
| * | - Do not swap out a process if it is in creation. The process may have no | Seigo Tanimura | 2002-09-09 | 1 | -0/+24 |
| * | Use UMA as a complex object allocator. | Julian Elischer | 2002-09-06 | 1 | -5/+0 |
| * | Use `struct uma_zone *' instead of uma_zone_t, so that <sys/uma.h> isn't | Bruce Evans | 2002-09-05 | 1 | -1/+1 |
| * | s/SGNL/SIG/ | David Xu | 2002-09-05 | 1 | -1/+2 |
| * | o Synchronize updates to struct vm_page::cow with the page queues lock. | Alan Cox | 2002-09-02 | 1 | -6/+5 |