| 2009-04-23 |
Matthew Dillon | Don't call vm_map_findspace() when MAP_TRYFIXED is... |
blob | commitdiff |
| 2009-04-23 |
Matthew Dillon | Make adjustments to how MAP_STACK works to prevent... |
blob | commitdiff | diff to current |
| 2009-04-23 |
Matthew Dillon | Fix VM panic. Add required overflow check for MAP_STAC... |
blob | commitdiff | diff to current |
| 2009-04-07 |
Sascha Wildner | Generally use NULL instead of explicitly casting 0... |
blob | commitdiff | diff to current |
| 2008-12-18 |
Matthew Dillon | This is a major revamping of the pageout and low-memory... |
blob | commitdiff | diff to current |
| 2007-04-29 |
Matthew Dillon | * Use SYSREF for vmspace structures. This replaces... |
blob | commitdiff | diff to current |
| 2007-01-07 |
Matthew Dillon | Implement nearly all the remaining items required to... |
blob | commitdiff | diff to current |
| 2006-12-28 |
Matthew Dillon | Make kernel_map, buffer_map, clean_map, exec_map, and... |
blob | commitdiff | diff to current |
| 2006-12-28 |
Matthew Dillon | Introduce globals: KvaStart, KvaEnd, and KvaSize. ... |
blob | commitdiff | diff to current |
| 2006-11-07 |
Matthew Dillon | Misc cleanups and CVS surgery. Move a number of header... |
blob | commitdiff | diff to current |
| 2006-10-21 |
Matthew Dillon | Reformulate the way the kernel updates the PMAPs in... |
blob | commitdiff | diff to current |
| 2006-09-13 |
Matthew Dillon | Collapse some bits of repetitive code into their own... |
blob | commitdiff | diff to current |
| 2006-09-13 |
Matthew Dillon | MAP_VPAGETABLE support part 3/3. |
blob | commitdiff | diff to current |
| 2006-09-12 |
Matthew Dillon | MAP_VPAGETABLE support part 1/3. |
blob | commitdiff | diff to current |
| 2006-09-11 |
Matthew Dillon | Move flag(s) representing the type of vm_map_entry... |
blob | commitdiff | diff to current |
| 2006-08-12 |
Matthew Dillon | VNode sequencing and locking - part 3/4. |
blob | commitdiff | diff to current |
| 2006-08-08 |
Matthew Dillon | LK_NOPAUSE no longer serves a purpose, scrap it. |
blob | commitdiff | diff to current |
| 2006-05-17 |
Matthew Dillon | Remove the (unused) copy-on-write support for a vnode... |
blob | commitdiff | diff to current |
| 2006-05-05 |
Matthew Dillon | Simplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by... |
blob | commitdiff | diff to current |
| 2006-03-27 |
Matthew Dillon | Change *_pager_allocate() to take off_t instead of... |
blob | commitdiff | diff to current |
| 2006-03-02 |
Matthew Dillon | Pass LK_PCATCH instead of trying to store tsleep flags... |
blob | commitdiff | diff to current |
| 2006-01-13 |
Sascha Wildner | * Remove (void) casts for discarded return values. |
blob | commitdiff | diff to current |
| 2005-03-13 |
Eirik Nygaard | There is no need to set *entry on each entry traversed... |
blob | commitdiff | diff to current |
| 2005-02-07 |
Matthew Dillon | gdb-6 uses /dev/kmem exclusively for kernel addresses... |
blob | commitdiff | diff to current |
| 2005-01-20 |
Matthew Dillon | Replace the cache-point linear search algorithm for... |
blob | commitdiff | diff to current |
| 2004-12-21 |
Jeffrey Hsu | Fix whitespace. |
blob | commitdiff | diff to current |
| 2004-10-26 |
Matthew Dillon | Fix bugs in the vm_map_entry reservation and zalloc... |
blob | commitdiff | diff to current |
| 2004-10-25 |
Matthew Dillon | Remove the vfs page replacement optimization and its... |
blob | commitdiff | diff to current |
| 2004-10-12 |
Matthew Dillon | VFS messaging/interfacing work stage 8/99: Major rework... |
blob | commitdiff | diff to current |
| 2004-08-17 |
Matthew Dillon | VFS messaging/interfacing work stage 2/99. This stage... |
blob | commitdiff | diff to current |
| 2004-07-28 |
Matthew Dillon | (From Alan): |
blob | commitdiff | diff to current |
| 2004-07-24 |
Matthew Dillon | Adjust gd_vme_avail after ensuring that sufficient... |
blob | commitdiff | diff to current |
| 2004-07-21 |
Matthew Dillon | Fix a device pager leak for the case where the page... |
blob | commitdiff | diff to current |
| 2004-05-27 |
Matthew Dillon | Bring in the fictitious page wiring bug fixes from... |
blob | commitdiff | diff to current |
| 2004-05-13 |
Matthew Dillon | Close an interrupt race between vm_page_lookup() and... |
blob | commitdiff | diff to current |
| 2004-04-26 |
Matthew Dillon | Bring in the following revs from FreeBS-4: |
blob | commitdiff | diff to current |
| 2004-04-23 |
Matthew Dillon | msync(..., MS_INVALIDATE) will incorrectly remove dirty... |
blob | commitdiff | diff to current |
| 2004-03-23 |
Matthew Dillon | ANSIfication (procedure args) cleanup. |
blob | commitdiff | diff to current |
| 2004-03-12 |
Matthew Dillon | In an rfork'd or vfork'd situation where multiple proce... |
blob | commitdiff | diff to current |
| 2004-03-01 |
Matthew Dillon | Newtoken commit. Change the token implementation as... |
blob | commitdiff | diff to current |
| 2004-01-20 |
Matthew Dillon | Resident executable support stage 1/4: Add kernel bits... |
blob | commitdiff | diff to current |
| 2004-01-20 |
Matthew Dillon | Retool the M_* flags to malloc() and the VM_ALLOC_... |
blob | commitdiff | diff to current |
| 2004-01-18 |
Matthew Dillon | vm_uiomove() is a VFS_IOOPT related procedure, conditio... |
blob | commitdiff | diff to current |
| 2004-01-14 |
Matthew Dillon | Cleanup the vm_map_entry_[k]reserve/[k]release() API... |
blob | commitdiff | diff to current |
| 2003-12-27 |
Jeffrey Hsu | Merge from FreeBSD: |
blob | commitdiff | diff to current |
| 2003-11-29 |
David Rhodus | * Prevent leakage of wired pages by setting start_entry |
blob | commitdiff | diff to current |
| 2003-11-21 |
Matthew Dillon | Implement an upcall mechanism to support userland LWKT... |
blob | commitdiff | diff to current |
| 2003-10-19 |
Matthew Dillon | Entirely remove the old kernel malloc and kmem_map... |
blob | commitdiff | diff to current |
| 2003-10-02 |
Hiten Pandya | Rename: |
blob | commitdiff | diff to current |
| 2003-09-26 |
Matthew Dillon | Remove the NO_KMEM_MAP and USE_SLAB_ALLOCATOR kernel... |
blob | commitdiff | diff to current |
| 2003-08-27 |
Matthew Dillon | SLAB ALLOCATOR Stage 1. This brings in a slab allocato... |
blob | commitdiff | diff to current |
| 2003-08-25 |
Matthew Dillon | Add the NO_KMEM_MAP kernel configuration option. This... |
blob | commitdiff | diff to current |
| 2003-08-25 |
Matthew Dillon | Add an alignment feature to vm_map_findspace(). This... |
blob | commitdiff | diff to current |
| 2003-08-20 |
Robert Garrett | __P()!=wanted, clean up the vm subsystem |
blob | commitdiff | diff to current |
| 2003-07-23 |
Matthew Dillon | 2003-07-22 Hiten Pandya <hmp@nxad.com> |
blob | commitdiff | diff to current |
| 2003-07-19 |
Matthew Dillon | Remove the priority part of the priority|flags argument... |
blob | commitdiff | diff to current |
| 2003-07-06 |
Matthew Dillon | MP Implementation 1/2: Get the APIC code working again... |
blob | commitdiff | diff to current |
| 2003-07-03 |
Matthew Dillon | Split the struct vmmeter cnt structure into a global... |
blob | commitdiff | diff to current |
| 2003-06-25 |
Matthew Dillon | proc->thread stage 4: rework the VFS and DEVICE subsyst... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Add the DragonFly cvs id and perform general cleanups... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Initial import from FreeBSD RELENG_4: |
blob | commitdiff | diff to current |
|