summaryrefslogtreecommitdiff
path: root/sys/nfs
AgeCommit message (Expand)Author
2010-03-02don't create unused fs_nfs.hpooka
2010-03-02Get rid of dependency on fs_nfs.h, i.e. source modules withpooka
2010-02-13nfs_msg: #if 0 out tprintf for now and comment why.yamt
2010-01-19nfs_request: fix races which break congestion window and make nfs client stuck.yamt
2010-01-19remove unused r_timer member.yamt
2010-01-08The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to livepooka
2009-12-31put nuidhash_max in a file that is shared between server and client code.christos
2009-12-31handle the nuidhash_max lossage differentlychristos
2009-12-31appease gcc.christos
2009-12-31nuidhash_max is needed by sys_nfssvcchristos
2009-12-23Define namei flag INRENAME and set it if a lookup operation is partpooka
2009-12-06For readability's sake, write NULL instead of (type *)0.dyoung
2009-11-07Add a flags argument to pmap_kenter_pa(9).cegger
2009-11-05Handle EWOULDBLOCK the same way as EPIPE. It seems the TCP socket layerbouyer
2009-10-23Remove 3rd and 4th clauses. OK cl@ (copyright holder).snj
2009-10-21Remove uarea swap-out functionality:rmind
2009-10-16If send fails with EMSGSIZE for whatever reason, it's unlikely topooka
2009-09-27Move a big wodge of symlink-following code from nfsd to insidedholland
2009-09-27Rename lookup() to lookup_for_nfsd(), to make it clear just whosedholland
2009-09-14Remove stale comment about super user. no functional changepooka
2009-09-03...and one more missed in the earlier commit (sigh). Kernels should buildtls
2009-09-03Missed this file in previous commit, accidentally checked in fix to localtls
2009-07-14Use pid_t, not short, for a pid.apb
2009-07-10Use a function to add extra data to the vendor area so that data addedroy
2009-07-10Protect against short IP addresses in the DHCP message.roy
2009-07-10When using DHCP, request the parameters that we need. Fixes PR kern/38830.roy
2009-07-07The compatibility call to re-export from sys_mount() callschristos
2009-06-23Move the implementation of vaccess() to genfs_can_access(), in line withelad
2009-05-23Broken assertion.ad
2009-05-23- Cosmetic change to previous.ad
2009-05-23- Fix a race between umount()/mount() and nfssvc().ad
2009-05-23Fix a crash when unloading nfsserver module.ad
2009-05-23Remove pointless error check.ad
2009-05-14nfs_clearcommit: fix a race with vnode cleaning.yamt
2009-05-10nfs_lookup: vn_lock the vnode returned by cache_lookup_rawyamt
2009-05-10restore lines, esp. a vrele() call, which i mistakenly removedyamt
2009-05-06correct previous: use %zu for BOOTP_SIZE_(MIN,MAX).cegger
2009-05-05buildfix: use %d for BOOTP_SIZE_(MIN,MAX).cegger
2009-05-04when freeing cn_pnbuf, make it NULL if DIAGNOSTIC.yamt
2009-05-04nfs_lookup: handle the case where the vnode returned cache_lookup_raw isyamt
2009-05-04nfs_lookup: add an assertion.yamt
2009-05-04nfs_lookup: comments. no functional changes.yamt
2009-05-02- Silence warning when running with debug enabledmanu
2009-04-10PR kern/41154: possible races in NFS server codebouyer
2009-04-10PR kern/41158: nfs_rename() locking against myselfbouyer
2009-03-15ansify function definitionscegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2009-03-13nfs_lookup: fix a comment.yamt