]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
Merge from pprojects/mips to head by hand.
[FreeBSD/FreeBSD.git] / sys / fs /
2010-01-09 impMerge from pprojects/mips to head by hand.
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-08 traszRemove unused smbfs_smb_qpathinfo().
2010-01-08 jh- Change the type of size_max to u_quad_t because its...
2010-01-06 impMerge from head at r201628.
2010-01-03 rmacklemThe test for "same client" for the experimental nfs...
2010-01-03 rmacklemFix three related problems in the experimental nfs...
2009-12-31 rmacklemFix the experimental NFS client so that it can create...
2009-12-26 rmacklemWhen porting the experimental nfs subsystem to the...
2009-12-25 rmacklemModify the experimental server so that it uses VOP_ACCE...
2009-12-19 edLet access overriding to TTYs depend on the cdev_priv...
2009-12-15 robertoMerge 4.2.4p8 into contrib (r200452 & r200454).
2009-12-08 delphijAllow using IPv6 in nfsrvd_sentcache() callback.
2009-12-07 guidoFix ntfs such that it understand media with a non-512...
2009-12-04 netchildImport the unchanged v4l videodev.h from the vendor...
2009-12-03 traszRemove unneeded ifdefs.
2009-12-02 traszDon't use ap->a_td->td_ucred when we were passed ap...
2009-11-23 rmacklemModify the experimental nfs server so that it falls...
2009-11-20 rmacklemPatch the experimental NFS server is a manner analagous to
2009-11-16 jkimMerge ACPICA 20091112.
2009-11-12 gonzoMFC @199204
2009-11-11 jhCreate verifier used by FreeBSD NFS client is suboptima...
2009-11-06 attilio- Improve comments about locking of the "struct fifoinf...
2009-10-26 alcThere is no need to "busy" a page when the object is...
2009-10-24 ruSpell DIAGNOSTIC correctly.
2009-10-20 jhUnloading of the nfscl module is unsupported because...
2009-10-20 jhFix ordering of nfscl_modevent() and ncl_uninit()....
2009-10-20 jhFix comment typos.
2009-10-19 jkimMerge ACPICA 20091013.
2009-10-11 delphijAdd locking around access to parent node, and bail...
2009-10-07 delphijAdd a special workaround to handle UIO_NOCOPY case...
2009-10-04 delphijFix a bug that causes the fsx test case of mmap'ed...
2009-10-02 gonzo- MFC
2009-10-01 traszProvide default implementation for VOP_ACCESS(9), so...
2009-10-01 desUpgrade to OpenSSH 5.3p1.
2009-09-30 traszFix typo in the comment.
2009-09-23 kibAdd per-process osrel node to the procfs, to allow...
2009-09-12 rwatsonUse C99 initialization for struct filterops.
2009-09-11 jkimMFV: r196804
2009-09-09 rmacklemAdd LK_NOWITNESS to the vn_lock() calls done on newly...
2009-09-09 delphijImport x86emu from OpenBSD as of OPENBSD_4_6.
2009-09-08 gonzo- MFC from head@196987
2009-09-08 phkRevert previous commit and add myself to the list of...
2009-09-08 phkAdd necessary include.
2009-09-07 kibIf a race is detected, pfs_vncache_alloc() may reclaim...
2009-09-07 kibinsmntque_stddtr() clears vp->v_data and resets vp...
2009-08-31 kibRemove spurious pfs_unlock().
2009-08-25 jillesFix poll() on half-closed sockets, while retaining...
2009-08-24 zecFix NFS panics with options VIMAGE kernels by apropriat...
2009-08-17 rmacklemApply the same patch as r196205 for nfs_upgrade_lock...
2009-08-04 gonzo- MFC @196061
2009-08-01 rwatsonMerge the remainder of kern_vimage.c and vimage.h into...
2009-07-31 jhbFix some LORs between vnode locks and filedescriptor...
2009-07-29 rmacklemFix the experimental nfs client so that it only calls...
2009-07-29 delphijUpdate less to v436. This is considered as a bugfix...
2009-07-24 jhbAdd a new type of VM object: OBJT_SG. An OBJT_SG objec...
2009-07-22 rmacklemWhen vfs.newnfs.callback_addr is set to an IPv4 address...
2009-07-22 rmacklemAdd changes to the experimental nfs client to use the...
2009-07-22 rmacklemWhen using an NFSv4 mount in the experimental nfs clien...
2009-07-19 rmacklemFix two bugs in the experimental nfs client:
2009-07-14 rmacklemFix the experimental nfs client so that it does not...
2009-07-14 rwatsonBuild on Jeff Roberson's linker-set based dynamic per...
2009-07-12 rmacklemAdd calls to the experimental nfs client for the case...
2009-07-12 rmacklemFix the handling of dotdot in lookup for the experiment...
2009-07-11 mpUpdate to tcsh 6.17.00.
2009-07-09 rmacklemSince the nfscl_getclose() function both decremented...
2009-07-07 kibFix poll(2) and select(2) for named pipes to return...
2009-07-03 gonzo- MFC
2009-07-02 kibIn vn_vget_ino() and their inline equivalents, mnt_ref...
2009-06-25 dougbUpdate to the final release version of BIND 9.6.1....
2009-06-25 kibChange the type of uio_resid member of struct uio from...
2009-06-25 rwatsonAdd a new global rwlock, in_ifaddr_lock, which will...
2009-06-23 kibImplement global and per-uid accounting of the anonymou...
2009-06-21 kibAdd explicit struct ucred * argument for VOP_VPTOCNP...
2009-06-21 rdivackyIn non-debugging mode make this define (void)0 instead...
2009-06-20 rmacklemReplace RPCAUTH_UNIXGIDS with NFS_MAXGRPS so that nfscb...
2009-06-20 edImprove nested jail awareness of devfs by handling...
2009-06-20 rmacklemChange the size of the nfsc_groups[] array in the exper...
2009-06-19 brooksRework the credential code to support larger values...
2009-06-18 alcFix some of the style errors in *getpages().
2009-06-17 rmacklemAdd the SVC_RELEASE(xprt), as required by r194407.
2009-06-17 bzAdd explicit includes for jail.h to the files that...
2009-06-17 rmacklemFix handling of ".." in nfs_lookup() for the forced...
2009-06-17 bzAdd the explicit include of vimage.h to another five...
2009-06-16 rmacklemRemove the "int *" typecast for the aresid argument...
2009-06-14 simonMerge OpenSSL 0.9.8k into head.
2009-06-13 alcEliminate unnecessary variables.
2009-06-13 jamieRename the host-related prison fields to be the same...
2009-06-13 jamieUse getcredhostuuid instead of accessing the prison...
2009-06-12 jhbUpdate the inline version of vn_get_ino() for ".."...
2009-06-12 gonzo- Merge from HEAD
2009-06-10 rmacklemThis commit is analagous to r193952, but for the experi...
2009-06-10 kibFor cd9660_ioctl, check for recycled vnode after lockin...
2009-06-10 kibFix r193923 by noting that type of a_fp is struct file...
2009-06-10 kibs/a_fdidx/a_fp/ for VOP_OPEN comments that inline struc...
2009-06-10 kibRemove unused VOP_IOCTL and VOP_KQFILTER implementation...
2009-06-10 kibVOP_IOCTL takes unlocked vnode as an argument. Due...
2009-06-09 rmacklemSince vn_lock() with the LK_RETRY flag never returns...
2009-06-08 rmacklemFix nfscl_getcl() so that it doesn't crash when it...
next