Merge from vendor branch OPENSSH:
[dragonfly.git] / sys / vfs / nfs /
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 Matthew DillonRemove the last bits of code that stored mount point...
2006-09-18 Peter AvalosMerge from vendor branch LIBARCHIVE:
2006-09-13 Simon SchubertMerge from vendor branch CVS:
2006-09-09 Matthew DillonRename the kernel NODEV to NOCDEV to avoid conflicts...
2006-09-09 Matthew DillonAttempt to fix a vnode<->namecache deadlock in NFS...
2006-09-06 Simon SchubertMerge from vendor branch OPENSSL:
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-09-02 Sepherosa ZiehauMerge from vendor branch HOSTAPD:
2006-08-19 Matthew DillonVNode sequencing and locking - part 4/4 - subpart 1...
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-08-03 Sascha WildnerRemove all occurences of double semicolons at the end...
2006-07-27 Simon SchubertMerge from vendor branch GDB:
2006-07-19 Matthew DillonIntroduce sys/syslink.h, the beginnings of a VOP-compat...
2006-07-18 Matthew DillonRemove several layers in the vnode operations vector...
2006-07-13 Sepherosa ZiehauMerge from vendor branch ATHEROS:
2006-06-24 Sepherosa ZiehauMerge from vendor branch WPA_SUPPLICANT:
2006-06-14 Sascha WildnerAdd necessary #includes (fixes LINT build).
2006-06-14 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2006-06-13 Matthew DillonAdd kernel syscall support for explicit blocking and...
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2006-06-01 Matthew DillonUse the MP friendly objcache instead of zalloc to alloc...
2006-05-06 Matthew DillonRemove the thread argument from all mount->vfs_* functi...
2006-05-06 Matthew DillonRemove the thread_t argument from nfs_rslock() and...
2006-05-06 Matthew DillonThe fdrop() procedure no longer needs a thread argument...
2006-05-06 Matthew DillonAdd some ifioctl() td -> ucred changes that were missed.
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-05-05 Matthew DillonRemove the thread_t argument from vfs_busy() and vfs_un...
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-05 Matthew DillonRemove VOP_BWRITE(). This function provided a way...
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-28 Matthew DillonRemove the buffer cache's B_PHYS flag. This flag was...
2006-04-25 Matthew DillonGet rid of the weird FSMID update path in the vnode...
2006-04-24 Matthew DillonB_INVAFTERWRITE is no longer used, remove it.
2006-04-23 Matthew DillonRemove the now unused interlock argument to the lockmgr...
2006-04-12 Sascha WildnerMerge from vendor branch BINUTILS:
2006-04-10 Matthew DillonCalculate the correct buffer size when reading a symlin...
2006-04-07 Matthew DillonDue to continuing issues with VOP_READ/VOP_WRITE ops...
2006-04-01 Matthew DillonUse the vnode v_opencount and v_writecount universally...
2006-03-29 Matthew DillonNFS needs to instantiate a backing VM object for the...
2006-03-29 Matthew DillonRemove VOP_GETVOBJECT, VOP_DESTROYVOBJECT, and VOP_CREA...
2006-03-27 Matthew DillonCorrect some minor bugs in the last patch to fix kernel...
2006-03-27 Matthew DillonRemove NQNFS support. The mechanisms are too crude...
2006-03-27 Matthew DillonChange *_pager_allocate() to take off_t instead of...
2006-03-24 Matthew DillonDon't just assume that the directory offset supplied...
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-05 Matthew DillonReplace the global buffer cache hash table with a per...
2006-03-04 Matthew DillonUnlock vnodes prior to issuing VOP_NREMOVE to accomodat...
2006-03-02 Matthew Dillonbuftimespinlock is utterly useless since the spinlock...
2006-03-02 Matthew DillonPass LK_PCATCH instead of trying to store tsleep flags...
2006-03-01 David RhodusMerge in security fix from FreeBSD.
2006-03-01 Matthew Dillondvp must be unlocked prior to issuing a VOP operation...
2006-02-21 Matthew DillonChange the server side NFS write gather delay from...
2006-02-21 Matthew DillonReduce the default NFSv3 access cache timeout from...
2006-02-21 Matthew DillonFix a bunch of race cases in the NFS callout timer...
2006-02-17 Matthew DillonMake the entire BUF/BIO system BIO-centric instead...
2006-02-13 Simon SchubertMerge from vendor branch OPENSSH:
2006-01-31 Matthew DillonBring in the parallel route table code and clean up...
2006-01-11 Simon SchubertMerge from vendor branch GDB:
2005-12-07 Simon SchubertMerge from vendor branch CVS:
2005-12-05 Matthew DillonDocument the nfs dirent conversion code. No functional...
2005-12-03 Simon SchubertMerge from vendor branch OPENSSL:
2005-12-03 Simon SchubertMerge from vendor branch CVS:
2005-11-19 Matthew DillonProtect allproc scans with PHOLD/PRELE, in particular...
2005-11-13 Simon SchubertMerge from vendor branch LUKEMFTP:
2005-10-27 Sepherosa Ziehauremove getdec() declaration, since this static function...
2005-10-01 Simon SchubertMerge from vendor branch GDB:
2005-09-17 Matthew DillonAdd an argument to vfs_add_vnodeops() to specify VVF_...
2005-09-14 Matthew DillonRename all the functions and structures for the old...
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-09-04 Matthew DillonCleanup the module build and conditionalize a goto...
2005-09-04 Matthew DillonGive the kernel a native NFS mount rpc capability for...
2005-09-03 Matthew DillonRemove old #if 0'd sections of code, add a few comments...
2005-09-03 Matthew DillonAdd a missing crit_exit(), fixing a panic. Attempt...
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch TEXINFO:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch TEXINFO:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch NCURSES:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GCC:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch BINUTILS:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch BIND:
2005-08-27 Joerg SonnenbergerMake struct dirent contain a full 64bit inode. Allow...
next