]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/fs
When pmap_change_attr() changes the PAT setting on a kernel mapping, it has
[FreeBSD/FreeBSD.git] / sys / fs /
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...
2009-05-26 edCopy ee 1.4.2 into the contrib directory.
2009-05-26 traszAdapt to the new ACL #define names.
2009-05-26 rmacklemAdd two sysctl variables to the experimental nfs server, so
2009-05-26 rmacklemFix the handling of NFSv4 Illegal Operation number...
2009-05-26 rmacklemFix the experimental nfs server's interface to the...
2009-05-25 rmacklemAdd NFSv4 root export checks to the DelegPurge, Renew and
2009-05-24 rmacklemTemporarily #undef NFS4_ACL_EXTATTR_NAME, so that the
2009-05-24 rmacklemCrib the realign function out of nfs_krpc.c and add...
2009-05-24 rmacklemFix the experimental NFSv4 server so that it handles...
2009-05-24 rmacklemFix the experimental nfsv4 client so that it works...
2009-05-23 alcEliminate the unnecessary clearing of a page's dirty...
2009-05-23 rmacklemFix the rpc_gss_secfind() call in nfs_commonkrpc.c...
2009-05-22 rmacklemChange the sysctl_base argument to svcpool_create(...
2009-05-22 rmacklemFix the name of the module common to the client and...
2009-05-22 rmacklemChange the printf of r192595 to identify the function,
2009-05-22 desUpgrade to OpenSSH 5.2p1.
2009-05-22 rmacklemModified the printf message of r192590 to remove the
2009-05-22 rmacklemChange the comment at the beginning of the function...
2009-05-22 rmacklemChange the reboot panic that would have occurred if...
2009-05-22 rmacklemModify the mount handling code in the experimental...
2009-05-22 rmacklemChange the code in the experimental nfs client to avoid...
2009-05-22 rmacklemFix the comment in sys/fs/nfs/nfs.h to correctly reflec...
2009-05-22 rwatsonRemove the unmaintained University of Michigan NFSv4...
2009-05-22 rmacklemFix the experimental nfs server so that it depends...
2009-05-21 rmacklemFix the comment at line 3711 to be consistent with...
2009-05-21 rmacklemModify sys/fs/nfsserver/nfs_nfsdport.c to use nlm_acqui...
2009-05-20 rmacklemAlthough it should never happen, all the nfsv4 server...
2009-05-18 delphijMerge vendor/file/dist@192348, bringing FILE 5.03 to...
2009-05-18 rmacklemChange the experimental NFSv4 client so that it does...
2009-05-17 rmacklemFix the acquisition of local locks via VOP_ADVLOCK...
2009-05-17 rmacklemAdded a SYSCTL to sys/fs/nfsserver/nfs_nfsdport.c so...
2009-05-17 alcMerge r191964: Eliminate a case of unnecessary page...
2009-05-16 rmacklemChanged sys/fs/nfs_clbio.c in the same way Alan Cox...
2009-05-16 rmacklemFixed the Null callback RPCs so that they work with...
2009-05-15 rmacklemMove the nfsstat structure and proc/op number definitio...
2009-05-15 kibDevfs replaces file ops vector with devfs-specific...
2009-05-15 rmacklemModify the diskless booting code in sys/fs/nfsclient...
2009-05-15 alcEliminate unnecessary clearing of the page's dirty...
2009-05-14 rmacklemApply changes to the experimental nfs server so that...
2009-05-14 rmacklemChange the file names in the comments in sys/fs/nfs...
2009-05-13 rmacklemApply a one line change to nfs_clbio.c (which is largel...
2009-05-12 rmacklemModify the experimental nfs server to use the new nfsd_...
2009-05-12 kibReport all fdescfs vnodes as VCHR for stat(2). Fake...
2009-05-12 kibReturn controlled EINVAL when the fdescfs lookup routin...
next