]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
Merge ACPICA 20091112.
[FreeBSD/FreeBSD.git] / sys / fs /
2009-11-16 jkimMerge ACPICA 20091112.
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-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 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-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-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-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...
2009-06-06 rwatsonUse #ifdef APPLE_MAC instead of #ifdef MAC to condition...
2009-06-06 desDrop Giant.
2009-06-05 jkimImport ACPICA 20090521.
2009-06-05 rwatsonMove "options MAC" from opt_mac.h to opt_global.h,...
2009-06-05 rwatsonDon't check MAC in the NFS server ACL set path, right...
2009-06-04 jkimResync with head.
2009-06-04 rwatsonRe-add opt_mac.h include, which is required in order...
2009-06-02 jkimMFV: ACPICA 20090521
2009-05-31 alcnfs_write() can use the recently introduced vfs_bio_set...
2009-05-31 kibUnlock the pseudofs vnode before calling fill method...
2009-05-31 kibImplement the bypass routine for VOP_VPTOCNP in nullfs.
2009-05-31 kibDo not drop vnode interlock in null_checkvp(). null_loc...
2009-05-31 kibLock the real null vnode lock before substitution of...
2009-05-31 zecUnbreak options VIMAGE kernel builds.
2009-05-31 dougbUpdate BIND to version 9.6.1rc1. This version has bette...
2009-05-30 rmacklemAdd a check to v_type == VREG for the recently modified...
2009-05-30 traszAdd VOP_ACCESSX, which can be used to query for newly...
2009-05-29 jamiePlace hostnames and similar information fully under...
2009-05-28 alcMake *getpages()s' assertion on the state of each page...
2009-05-28 desUse a temporary variable to avoid a duplicate strlen().
2009-05-27 rmacklemFix handling of NFSv4 Close operations in ncl_inactive...
2009-05-27 alcEliminate redundant setting of a page's valid bits...
2009-05-27 edUpdate ee(1) in the base system to version 1.5.0.
2009-05-27 rmacklemAdd a function to the experimental nfs subsystem that...
2009-05-27 jamieAdd hierarchical jails. A jail may further virtualize...
2009-05-26 rmacklemFix the experimental nfs subsystem so that it builds...
next