| Age | Commit message (Expand) | Author |
| 2014-02-27 | The current implementation of vn_lock() is racy. Modification of | hannken |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2014-02-07 | Change vnode operation lookup to return the resulting vnode *vpp unlocked. | hannken |
| 2014-01-23 | Change vnode operations create, mknod, mkdir and symlink to return | hannken |
| 2014-01-17 | Change vnode operations create, mknod, mkdir and symlink to keep the | hannken |
| 2013-12-14 | only prevent autounload, not regular unload when we have exports | christos |
| 2013-12-14 | don't allow the nfs server module to unload if it has exported filesystems. | christos |
| 2013-11-27 | CID 271162: NULL deref check | christos |
| 2013-11-23 | convert from CIRCLEQ to TAILQ | christos |
| 2013-11-23 | change the mountlist CIRCLEQ into a TAILQ | christos |
| 2013-11-15 | add one more __unused attribute to shut gcc4.8 off. | nisimura |
| 2013-10-25 | Mark a potentially unused variable | martin |
| 2013-10-25 | Mark a diagnostic-only variable | martin |
| 2013-09-18 | knf (blank line even if there are no local declarations) | pgoyette |
| 2013-09-18 | Use reference counting to keep track of construction and destruction of the | christos |
| 2013-09-15 | Remove __CT_LOCAL_.. hack | martin |
| 2013-09-14 | Backout wildcard pragma to kill warnings and instead sprinkle a few dozen | martin |
| 2013-09-14 | Remove unused variable | martin |
| 2013-09-14 | Silence gcc 4.8.1 warnings | martin |
| 2013-09-14 | Avoid unused variable warnings | martin |
| 2013-09-14 | Guard a function local CTASSERT with pro/epilogue | martin |
| 2013-09-12 | tyop in comment, from Eivind Evensen via OpenBSD | drochner |
| 2013-08-30 | Use __CTASSERT instead of handrolled version. | dholland |
| 2013-08-30 | more typos in comments | dholland |
| 2013-08-30 | typo in comment | dholland |
| 2013-08-12 | Function nfs_vinvalbuf() ignores errors from vinvalbuf() and therefore | hannken |
| 2013-03-18 | C99 section 6.7.2.3 (Tags) Note 3 states that: | plunky |
| 2013-03-01 | Retire OSI network stack. OK core@ | joerg |
| 2013-01-22 | Stuff UFS_ in front of a few of ufs's symbols to reduce namespace | dholland |
| 2012-11-07 | fix crash in nfs client lookups, dholland says 'my fault' | macallan |
| 2012-11-05 | Rename the new ni_startdir (the slot used to hold the starting point | dholland |
| 2012-11-05 | Excise struct componentname from the namecache. | dholland |
| 2012-11-05 | Disentangle the namecache from the internals of namei. | dholland |
| 2012-10-13 | Replace hack implementation of NDAT() for "nameiat" with a proper one. | dholland |
| 2012-08-29 | When unloading the nfsserver module, call nfs_fini() so that the nfsrvdescpl | christos |
| 2012-08-27 | fix error handling in nfsrv_rename(): when the first nfs_namei() fails, | chs |
| 2012-07-22 | Move some the test for MAKEENTRY into the cache_enter(9). Make some | rmind |
| 2012-04-27 | fix access permission check which got broken by some kauth rework | drochner |
| 2012-02-01 | When using socket loaning, make sure the KVA used for the loan has the same | matt |
| 2011-11-28 | Remove arc4random() and arc4randbytes() from the kernel API. Replace | tls |
| 2011-11-21 | nfsrv_lookup(): Defer the postopattr lookup on dirp until the | hannken |
| 2011-11-19 | First step of random number subsystem rework described in | tls |
| 2011-10-30 | VOP_GETATTR() needs a shared lock at least. | hannken |
| 2011-10-24 | VOP_GETATTR() needs a shared lock at least. | hannken |
| 2011-10-07 | As vnalloc() always allocates with PR_WAITOK there is no longer the need | hannken |
| 2011-09-27 | use NFS_MAXNAMLEN for all names. | christos |
| 2011-09-27 | use NFS_MAXPATHLEN instead of MAXPATHLEN | christos |
| 2011-08-08 | nfs_namei() should not return a non-null path buffer except on success, | dholland |
| 2011-06-19 | - Fix a silly bug: remove umap from uobj in ubc_release() UBC_UNMAP case. | rmind |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |