Add a stack-size argument to the LWKT threading code so threads can be
[dragonfly.git] / sys / vm /
2004-07-29 Matthew DillonAdd a stack-size argument to the LWKT threading code...
2004-07-28 Matthew Dillon(From Alan):
2004-07-24 Matthew DillonAdjust gd_vme_avail after ensuring that sufficient...
2004-07-24 Matthew DillonUpdate the userland scheduler. Fix scheduler interacti...
2004-07-21 Matthew DillonFix a device pager leak for the case where the page...
2004-07-16 Matthew DillonUpdate all my personal copyrights to the Dragonfly...
2004-07-16 Hiten PandyaChange all files that I own to use the official DragonF...
2004-07-14 Hiten PandyaBUF/BIO work, for removing the requirement of KVA mappi...
2004-07-07 Hiten PandyaRemove the advertising clause from this file.
2004-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-20 Hiten PandyaMove the 'p_start' field from struct pstats (Process...
2004-06-20 Hiten PandyaZero-out the whole pstats structure and then copy the...
2004-06-20 Matthew DillonMerge from vendor branch GCC:
2004-06-03 Hiten PandyaRemove some long gone #defines, PFCLUSTER_BEHIND and...
2004-05-31 Matthew DillonTwo unused arguments were recently removed from pmap_in...
2004-05-31 Hiten PandyaRemove an unimplemented advisory function, pmap_pageabl...
2004-05-31 Hiten PandyaRemove a stale comment: PG_DIRTY and PG_FILLED were...
2004-05-27 Matthew DillonBring in the fictitious page wiring bug fixes from...
2004-05-24 Hiten PandyaWrap the VM MAP locking routines with _KERNEL, user...
2004-05-20 Matthew DillonGet rid of VM_WAIT and VM_WAITPFAULT crud, replace...
2004-05-20 Matthew DillonCleanup pass. No operational changes.
2004-05-20 Matthew DillonCleanup pass. No operational changes.
2004-05-20 Matthew DillonMake the primary PQ_ macros available to modules by...
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-05-15 Eirik NygaardMerge from vendor branch TCPDUMP:
2004-05-15 Eirik NygaardMerge from vendor branch LIBPCAP:
2004-05-13 Matthew DillonClose an interrupt race between vm_page_lookup() and...
2004-05-11 Matthew DillonAdd an assertion to sys_pipe to cover a possible overru...
2004-05-10 Hiten PandyaRemove newline from panic(9) message, it is redundant.
2004-05-08 Matthew DillonPeter Edwards brought up an interesting NFS bug which...
2004-05-01 Matthew DillonCommit an update to the pipe code that implements vario...
2004-04-26 Matthew DillonBring in the following revs from FreeBS-4:
2004-04-23 Matthew Dillonmsync(..., MS_INVALIDATE) will incorrectly remove dirty...
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-04-01 Matthew DillonEnhance the pmap_kenter*() API and friends, separating...
2004-04-01 Matthew DillonFix an unused variable warning (non-operational).
2004-03-31 Matthew DillonTrash the vmspace_copy() hacks that CAPS was previously...
2004-03-29 David RhodusMove vm_fault_quick() out from the machine specific...
2004-03-24 Hiten PandyaCorrect a bug in vm_page_cache(). We should make sure...
2004-03-23 Matthew DillonANSIfication (procedure args) cleanup.
2004-03-12 Matthew DillonIn an rfork'd or vfork'd situation where multiple proce...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-23 Eirik NygaardFix comment to show the munlockall function, and not...
2004-02-18 Joerg Sonnenbergerpmap_zero_page expects an address, not a page number
2004-02-16 Joerg SonnenbergerAdd BUS_DMA_ZERO flag to bus_dmamem_alloc.
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2004-01-20 Matthew DillonResident executable support stage 1/4: Add kernel bits...
2004-01-20 Matthew DillonRetool the M_* flags to malloc() and the VM_ALLOC_...
2004-01-18 Matthew Dillonvm_uiomove() is a VFS_IOOPT related procedure, conditio...
2004-01-18 Matthew DillonCAPS IPC library stage 1/3: The core CAPS IPC code...
2004-01-14 Matthew DillonCleanup the vm_map_entry_[k]reserve/[k]release() API...
2004-01-13 Matthew DillonANSIfy procedure arguments.
2003-12-27 Jeffrey HsuMerge from FreeBSD:
2003-12-21 Jeffrey HsuMerge from FreeBSD:
2003-11-29 David Rhodus* Prevent leakage of wired pages by setting start_entry
2003-11-21 Matthew DillonImplement an upcall mechanism to support userland LWKT...
2003-11-14 David P. Reese, Jr.Split mmap().
2003-11-11 Matthew DillonMost code that calls vm_object_allocate() assumes that...
2003-11-03 Matthew Dillon64 bit address space cleanups which are a prerequisit...
2003-11-03 Matthew DillonAugment the LWKT thread creation APIs to allow a cpu...
2003-10-19 Matthew DillonEntirely remove the old kernel malloc and kmem_map...
2003-10-15 Hiten PandyaSecond contigmalloc() cleanup:
2003-10-15 Hiten PandyaMajor contigmalloc() API cleanup:
2003-10-13 Hiten PandyaFix an ordering issue, call vm_map_entry_reserve()...
2003-10-02 Hiten PandyaRename:
2003-09-26 Matthew DillonRemove the NO_KMEM_MAP and USE_SLAB_ALLOCATOR kernel...
2003-09-24 Matthew DillonClean up thread priority and critical section handling...
2003-09-23 Matthew Dillonnamecache work stage 1: namespace cleanups. Add a...
2003-09-14 Matthew DillonPermanently fix the 'allocating low physmem in early...
2003-08-27 Matthew DillonSLAB ALLOCATOR Stage 1. This brings in a slab allocato...
2003-08-25 Matthew DillonAdd the NO_KMEM_MAP kernel configuration option. This...
2003-08-25 Matthew DillonAdd an alignment feature to vm_map_findspace(). This...
2003-08-20 Robert Garrett__P()!=wanted, clean up the vm subsystem
2003-07-30 Matthew Dillonsyscall messaging 3: Expand the 'header' that goes...
2003-07-29 Hiten Pandyastyle(9) police:
2003-07-29 Hiten PandyaRemove INVARIANT_SUPPORT conditional pre-processing...
2003-07-28 Hiten PandyaFix building of vm_zone.c in the case of INVARIANTS.
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Matthew Dillonsyscall messaging 2: Change the standard return value...
2003-07-24 Matthew DillonPreliminary syscall messaging work. Adjust all <syscal...
2003-07-23 Matthew Dillon2003-07-22 Hiten Pandya <hmp@nxad.com>
2003-07-22 Matthew DillonDEV messaging stage 2/4: In this stage all DEV commands...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-07-12 Matthew DillonForward FAST interrupts to the MP lock holder + minor...
2003-07-11 Matthew DillonCleanup hardclock() and statclock(), making them work...
2003-07-10 Matthew DillonMP Implmentation 3/4: MAJOR progress on SMP, full userl...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-07-03 Matthew DillonSplit the struct vmmeter cnt structure into a global...
2003-07-03 Matthew DillonSplit the struct vmmeter cnt structure into a global...
2003-06-30 Matthew DillonMisc interrupts/LWKT 1/2: threaded interrupts 2: Major...
2003-06-29 Matthew Dillonthreaded interrupts 1: Rewrite the ICU interrupt code...
2003-06-27 Matthew DillonCleanup lwkt threads a bit, change the exit/reap interlock.
2003-06-26 Matthew Dillonproc->thread stage 5: BUF/VFS clearance! Remove the...
2003-06-26 Matthew DillonIntroduce cratom(), remove crcopy().
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-22 Matthew Dillonproc->thread stage 1: change kproc_*() API to take...
next