Remove documentation of the recently removed fuswintr() and suswintr()
[dragonfly.git] / sys / vm /
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:
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-03 Matthew DillonAdd skeleton procedures for the vmspace_*() series...
2006-09-02 Sepherosa ZiehauMerge from vendor branch HOSTAPD:
2006-08-17 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2006-08-12 Matthew DillonVNode sequencing and locking - part 3/4.
2006-08-08 Matthew DillonLK_NOPAUSE no longer serves a purpose, scrap it.
2006-07-27 Simon SchubertMerge from vendor branch GDB:
2006-07-18 Matthew DillonRemove several layers in the vnode operations vector...
2006-07-13 Sepherosa ZiehauMerge from vendor branch ATHEROS:
2006-06-27 Matthew Dillon/dev/[k]mem was not allowing access to the CPU globalda...
2006-06-24 Sepherosa ZiehauMerge from vendor branch WPA_SUPPLICANT:
2006-06-14 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2006-05-25 Matthew DillonFix several buffer cache issues related to B_NOCACHE.
2006-05-25 Matthew DillonConvert almost all of the remaining manual traversals...
2006-05-23 Matthew DillonThe pageout daemon does not usually page out pages...
2006-05-21 Matthew DillonImplement a much faster spinlock.
2006-05-21 Matthew DillonClean up more #include files. Create an internal __boo...
2006-05-20 Matthew DillonI'm growing tired of having to add #include lines for...
2006-05-19 Matthew DillonConvert most manual accesses to filedesc->fd_files...
2006-05-18 Matthew DillonRemove the last vestiges of UF_MAPPED. All the removed...
2006-05-17 Matthew DillonRemove the (unused) copy-on-write support for a vnode...
2006-05-16 Matthew DillonAttempt to interlock races between the buffer cache...
2006-05-06 Matthew DillonFix a null pointer indirection, the VM fault rate limit...
2006-05-06 Matthew DillonThe fdrop() procedure no longer needs a thread argument...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-05-05 Matthew DillonSimplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by...
2006-05-05 Matthew DillonRemove the thread pointer argument to lockmgr(). All...
2006-05-03 Matthew Dillon- Clarify the definitions of b_bufsize, b_bcount, and...
2006-04-30 Matthew DillonThe pbuf subsystem now initializes b_kvabase and b_kvas...
2006-04-30 Matthew DillonRemove b_xflags. Fold BX_VNCLEAN and BX_VNDIRTY into...
2006-04-30 Matthew DillonReplace the the buffer cache's B_READ, B_WRITE, B_FORMA...
2006-04-28 Matthew DillonGet rid of pbgetvp() and pbrelvp(). Instead fold the...
2006-04-25 Matthew DillonAdd a memory wrap check to kernacc to try to reduce...
2006-04-23 Matthew DillonRemove the now unused interlock argument to the lockmgr...
2006-04-12 Sascha WildnerMerge from vendor branch BINUTILS:
next