| Commit message (Expand) | Author | Age | Files | Lines |
| * | When creating a shadow vm_object in vmspace_fork(), only one | Ian Dowse | 2001-03-09 | 1 | -0/+4 |
| * | Unrevert the pmap_map() changes. They weren't broken on x86. | John Baldwin | 2001-03-07 | 2 | -17/+10 |
| * | Back out the pmap_map() change for now, it isn't completely stable on the | John Baldwin | 2001-03-07 | 2 | -10/+17 |
| * | - Rework pmap_map() to take advantage of direct-mapped segments on | John Baldwin | 2001-03-06 | 2 | -17/+10 |
| * | Simplify vm_object_deallocate(), by decrementing the refcount first. | Alfred Perlstein | 2001-03-04 | 1 | -18/+13 |
| * | Allocate vm_page_array and vm_page_buckets from the end of the biggest chunk | Andrew Gallatin | 2001-03-01 | 1 | -18/+16 |
| * | If we intend to make the page writable without requiring another fault, | Matthew Dillon | 2001-02-28 | 1 | -6/+6 |
| * | Introduce per-swap area accounting in the VM system, and export | Robert Watson | 2001-02-23 | 2 | -3/+42 |
| * | Fix formatting bugs introduced in sysctl_vm_zone() by the previous commit. | Dag-Erling Smørgrav | 2001-02-22 | 1 | -2/+7 |
| * | Implement a unified run queue and adjust priority levels accordingly. | Jake Burkholder | 2001-02-12 | 2 | -4/+5 |
| * | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 7 | -64/+64 |
| * | Mechanical change to use <sys/queue.h> macro API instead of | Poul-Henning Kamp | 2001-02-04 | 4 | -6/+6 |
| * | This commit represents work mainly submitted by Tor and slightly modified | Matthew Dillon | 2001-02-04 | 1 | -7/+23 |
| * | - Doh, lock faultin() with proc lock in scheduler(). | John Baldwin | 2001-01-25 | 1 | -0/+6 |
| * | Convert all simplelocks to mutexes and remove the simplelock implementations. | Jason Evans | 2001-01-24 | 1 | -6/+5 |
| * | Argh, I didn't get this test right when I converted it. Break this up | John Baldwin | 2001-01-24 | 1 | -10/+9 |
| * | - Catch up to proc flag changes. | John Baldwin | 2001-01-24 | 2 | -11/+21 |
| * | Add mtx_assert()'s to verify that kmem_alloc() and kmem_free() are called | John Baldwin | 2001-01-24 | 1 | -0/+3 |
| * | - Catch up to proc flag changes. | John Baldwin | 2001-01-24 | 1 | -27/+43 |
| * | - Catch up to proc flag changes. | John Baldwin | 2001-01-24 | 1 | -1/+3 |
| * | Add missing include. | John Baldwin | 2001-01-24 | 1 | -0/+1 |
| * | Add mibs to hold the number of forks since boot. New mibs are: | Hajimu UMEMOTO | 2001-01-23 | 1 | -0/+16 |
| * | Sigh. atomic_add_int takes a pointer, not an integer. | Jake Burkholder | 2001-01-23 | 1 | -4/+4 |
| * | Use atomic operations to update the stat counters. | Dag-Erling Smørgrav | 2001-01-23 | 1 | -4/+4 |
| * | Call vm_zone_init() at the appropriate time. | Dag-Erling Smørgrav | 2001-01-22 | 1 | -0/+2 |
| * | Give this code a major facelift: | Dag-Erling Smørgrav | 2001-01-22 | 2 | -233/+165 |
| * | First step towards an MP-safe zone allocator: | Dag-Erling Smørgrav | 2001-01-21 | 2 | -43/+5 |
| * | fix comment which was outdated 3 years ago | Alfred Perlstein | 2000-12-29 | 1 | -14/+13 |
| * | clean up kmem_suballoc(): | Alfred Perlstein | 2000-12-29 | 1 | -4/+4 |
| * | Make zalloc and zfree non-inline functions. This avoids having to | Assar Westerlund | 2000-12-27 | 2 | -78/+77 |
| * | This implements a better launder limiting solution. There was a solution | Matthew Dillon | 2000-12-26 | 4 | -114/+156 |
| * | Fix floppy drives on machines with lots of RAM. | Poul-Henning Kamp | 2000-12-18 | 1 | -1/+1 |
| * | - If swap metadata does not fit into the KVM, reduce the number of | Seigo Tanimura | 2000-12-13 | 9 | -18/+45 |
| * | - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead | Jake Burkholder | 2000-12-13 | 4 | -15/+15 |
| * | Be less conservative with a recently added KASSERT. Certain edge | Matthew Dillon | 2000-12-11 | 1 | -1/+4 |
| * | Convert more malloc+bzero to malloc+M_ZERO. | David Malone | 2000-12-08 | 1 | -2/+1 |
| * | Really fix phys_pager: | Alfred Perlstein | 2000-12-06 | 1 | -31/+36 |
| * | need to adjust allocation size to properly deal with non PAGE_SIZE | Alfred Perlstein | 2000-12-05 | 1 | -1/+1 |
| * | Backed out previous commit. Don't depend on namespace pollution in | Bruce Evans | 2000-12-02 | 1 | -0/+1 |
| * | Protect p_stat with sched_lock. | John Baldwin | 2000-12-02 | 1 | -0/+6 |
| * | Protect p_stat with sched_lock. | John Baldwin | 2000-12-02 | 1 | -2/+13 |
| * | remove unneded sys/ucred.h includes | Alfred Perlstein | 2000-11-30 | 1 | -1/+0 |
| * | Protect the following with a lockmgr lock: | Jake Burkholder | 2000-11-22 | 4 | -1/+17 |
| * | o Export dmmax ("Maximum size of a swap block") using SYSCTL_INT. | Robert Watson | 2000-11-20 | 1 | -0/+3 |
| * | Implement a low-memory deadlock solution. | Matthew Dillon | 2000-11-18 | 4 | -79/+130 |
| * | Add the splvm()'s suggested in PR 20609 to protect vm_pager_page_unswapped(). | Matthew Dillon | 2000-11-18 | 1 | -0/+3 |
| * | This patchset fixes a large number of file descriptor race conditions. | Matthew Dillon | 2000-11-18 | 2 | -17/+41 |
| * | Clear the MAP_ENTRY_USER_WIRED flag from cloned vm_map entries. | Tor Egge | 2000-11-02 | 1 | -0/+2 |
| * | Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ing | Poul-Henning Kamp | 2000-10-29 | 1 | -1/+0 |
| * | - Catch a machine/mutex.h -> sys/mutex.h I somehow missed. | John Baldwin | 2000-10-25 | 1 | -3/+3 |