Fix rewrite error which appeared in rev 1.3.
[dragonfly.git] / sys / vm /
2007-06-08 Matthew DillonFormalize the object sleep/wakeup code when waiting...
2007-06-07 Matthew DillonEntirely remove exec_map from the kernel. Use the...
2007-06-07 Matthew DillonImplement vm_fault_object_page(). This function return...
2007-06-03 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-06-03 Peter AvalosMerge from vendor branch LESS:
2007-05-28 Peter AvalosMerge from vendor branch FILE:
2007-05-15 Matthew Dillon* The diskslice abstraction now stores offsets/sizes...
2007-05-09 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-05-08 Matthew DillonReplace NOCDEV with NULL. NOCDEV was ((void *)-1)...
2007-05-06 Matthew DillonUse SYSREF to reference count struct vnode. v_usecount...
2007-05-06 Peter AvalosMerge from vendor branch AWK:
2007-05-05 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-30 Matthew DillonRevamp SYSINIT ordering. Relabel sysinit IDs (SI_...
2007-04-29 Matthew Dillon* Use SYSREF for vmspace structures. This replaces...
2007-04-27 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-27 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2007-04-21 Peter AvalosMerge from vendor branch TNFTP:
2007-04-13 Simon SchubertMerge from vendor branch BINUTILS:
2007-04-12 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2007-04-07 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-04-05 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-03-29 Peter AvalosMerge from vendor branch OPENSSH:
2007-03-28 Peter AvalosMerge from vendor branch OPENSSL:
2007-03-25 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-03-25 Peter AvalosMerge from vendor branch FILE:
2007-03-20 Matthew DillonGenerate a warning if a wired page is encountered on...
2007-03-20 Matthew DillonMinor syntax cleanup
2007-02-26 Simon Schubert1:1 Userland threading stage 4.6/4:
2007-02-25 Simon SchubertGet rid of struct user/UAREA.
2007-02-24 Simon Schubert1:1 Userland threading stage 4.3/4:
2007-02-19 Simon Schubert1:1 Userland threading stage 2.18/4:
2007-02-18 Simon Schubert1:1 Userland threading stage 2.13/4:
2007-02-17 Simon SchubertMerge from vendor branch GCC:
2007-02-16 Simon Schubert1:1 Userland threading stage 2.12/4:
2007-02-15 Victor Balada DiazMerge from vendor branch BIND:
2007-02-15 Victor Balada DiazMerge from vendor branch BIND:
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2007-01-20 Peter AvalosMerge from vendor branch BZIP:
2007-01-17 YONETANI TomokazuMerge from vendor branch INTEL_ACPICA:
2007-01-15 Simon SchubertMerge from vendor branch GCC:
2007-01-14 Matthew DillonImplement a new signal delivery mechanism, SA_MAILBOX...
2007-01-13 Simon SchubertMerge from vendor branch GCC:
2007-01-12 Matthew DillonFix the recently committed (and described) page writabi...
2007-01-12 Matthew DillonAdd missing link options to export global symbols to...
2007-01-11 Matthew DillonReplace remaining uses of vm_fault_quick() with vm_faul...
2007-01-11 Matthew DillonMajor pmap update. Note also that this commit temporar...
2007-01-11 Matthew DillonFix a bug vm_fault_page(). PG_MAPPED was not getting...
2007-01-09 Matthew DillonGet floating point working in virtual kernels. Add...
2007-01-08 Matthew DillonAdd a missing pmap_enter() in vm_fault_page(). If...
2007-01-08 Matthew DillonImplement vm_fault_page_quick(), which will soon be...
2007-01-08 Matthew DillonModify the trapframe sigcontext, ucontext, etc. Add...
2007-01-07 Matthew DillonImplement nearly all the remaining items required to...
2007-01-06 Matthew DillonAdd a new procedure, vm_fault_page(), which does all...
2007-01-06 Matthew DillonVKERNEL work, deal with remaining undefined symbols.
2007-01-02 Matthew DillonRemove pmap_kernel() (which just returned a pointer...
2007-01-01 Simon Schubert1:1 Userland threading stage 2.10/4:
2006-12-31 Matthew Dillonzbootinit() was being called with too few pv_entry...
2006-12-28 Matthew DillonMake kernel_map, buffer_map, clean_map, exec_map, and...
2006-12-28 Matthew DillonIntroduce globals: KvaStart, KvaEnd, and KvaSize. ...
2006-12-26 Matthew DillonRename virtual_avail to virtual_start, so name follows...
2006-12-25 Peter AvalosMerge from vendor branch LIBPCAP:
2006-12-25 Peter AvalosMerge from vendor branch TCPDUMP:
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-12-12 Peter AvalosMerge from vendor branch FILE:
2006-12-02 Matthew DillonReplace the global VM page hash table with a per-VM...
2006-11-20 Matthew DillonFictitious VM pages must remain structurally stable...
2006-11-20 Peter AvalosMerge from vendor branch OPENSSH:
2006-11-20 Peter AvalosMerge from vendor branch OPENSSL:
2006-11-15 Peter AvalosMerge from vendor branch FILE:
2006-11-12 Peter AvalosMerge from vendor branch FILE:
2006-11-11 Peter AvalosMerge from vendor branch FILE:
2006-11-08 Peter AvalosMerge from vendor branch TNFTP:
2006-11-07 Matthew DillonMisc cleanups and CVS surgery. Move a number of header...
2006-11-01 Peter AvalosMerge from vendor branch AWK:
2006-10-27 Matthew DillonMajor namecache work primarily to support NULLFS.
2006-10-21 Matthew DillonReformulate the way the kernel updates the PMAPs in...
2006-10-20 Matthew DillonAdd a ton of infrastructure for VKERNEL support. ...
2006-10-10 Matthew DillonAdd two more vmspace_*() system calls to read and write...
2006-10-08 Peter AvalosMerge from vendor branch LESS:
2006-10-04 Matthew DillonFix a bug where mmap()ing a revoked descriptor caused...
2006-09-28 Simon SchubertMerge from vendor branch OPENSSH:
2006-09-28 Simon SchubertMerge from vendor branch OPENSSH:
2006-09-27 Simon SchubertMerge from vendor branch GCC:
2006-09-20 Victor Balada DiazMerge from vendor branch BIND:
2006-09-20 Victor Balada DiazMerge from vendor branch BIND:
2006-09-19 Simon Schubert1:1 Userland threading stage 2.9/4:
2006-09-18 Peter AvalosMerge from vendor branch LIBARCHIVE:
2006-09-17 Matthew DillonMake some adjustments to low level madvise/mcontrol...
2006-09-16 Matthew DillonFix a bug in sysctl()'s handling of user data. You...
2006-09-13 Matthew DillonCollapse some bits of repetitive code into their own...
2006-09-13 Matthew DillonMore cleanups + fix a bug when taking a write fault...
2006-09-13 Matthew DillonMAP_VPAGETABLE support part 3/3.
2006-09-13 Simon SchubertMerge from vendor branch CVS:
2006-09-12 Matthew DillonMAP_VPAGETABLE support part 2/3.
2006-09-12 Matthew DillonMAP_VPAGETABLE support part 1/3.
2006-09-11 Matthew DillonMove flag(s) representing the type of vm_map_entry...
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-09-09 Matthew DillonRename the kernel NODEV to NOCDEV to avoid conflicts...
2006-09-06 Simon SchubertMerge from vendor branch OPENSSL:
next