Merge from vendor branch FILE:
[dragonfly.git] / sys / vm /
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:
2006-04-01 Matthew DillonRequire that *ALL* vnode-based buffer cache ops be...
2006-03-29 Matthew DillonRemove VOP_GETVOBJECT, VOP_DESTROYVOBJECT, and VOP_CREA...
2006-03-27 Matthew DillonChange *_pager_allocate() to take off_t instead of...
2006-03-24 Matthew DillonMajor BUF/BIO work commit. Make I/O BIO-centric and...
2006-03-22 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2006-03-15 Matthew DillonImplement a VM load heuristic. sysctl vm.vm_load will...
2006-03-02 Matthew DillonPass LK_PCATCH instead of trying to store tsleep flags...
2006-02-17 Matthew DillonMake the entire BUF/BIO system BIO-centric instead...
2006-02-13 Simon SchubertMerge from vendor branch OPENSSH:
2006-01-13 Sascha Wildner* Remove (void) casts for discarded return values.
2006-01-11 Simon SchubertMerge from vendor branch GDB:
2006-01-09 Simon SchubertAdd missing \n to printf
2005-12-07 Simon SchubertMerge from vendor branch CVS:
2005-12-03 Simon SchubertMerge from vendor branch OPENSSL:
2005-12-03 Simon SchubertMerge from vendor branch CVS:
2005-11-22 Matthew DillonConsolidate the initialization of td_mpcount into lwkt_...
2005-11-19 Matthew DillonProtect allproc scans with PHOLD/PRELE, in particular...
2005-11-19 Matthew DillonConvert the lockmgr interlock from a token to a spinloc...
2005-11-14 Matthew DillonMake tsleep/wakeup() MP SAFE for kernel threads and...
2005-11-13 Simon SchubertMerge from vendor branch LUKEMFTP:
2005-11-08 Matthew DillonTurn around the spinlock code to reduce the chance...
2005-10-24 Matthew DillonAvoid a recursive kernel fault and subsequent double...
2005-10-11 Simon Schubert1:1 Userland threading stage 2.8/4:
2005-10-09 Simon Schubert1:1 Userland threading stage 2.6/4:
2005-10-08 Simon Schubert1:1 Userland threading stage 2.4/4:
2005-10-08 Simon Schubert1:1 Userland threading stage 2.2/4:
2005-10-01 Simon SchubertMerge from vendor branch GDB:
2005-09-21 Jeffrey HsuMake zalloc() and zfree() non-blocking for ZONE_INTERRU...
2005-09-17 Matthew DillonAdd an argument to vfs_add_vnodeops() to specify VVF_...
2005-09-11 Simon SchubertMerge from vendor branch GCC:
2005-09-09 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-09-06 Joerg SonnenbergerMerge from vendor branch OPENSSH:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
next