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