| Age | Commit message (Expand) | Author |
| 2023-03-23 | nfs: Use unsigned name lengths so we don't trip over negative ones. | riastradh |
| 2023-03-23 | nfs: Use unsigned fhlen so we don't trip over negative values. | riastradh |
| 2021-08-12 | s/directry/directory/ | andvar |
| 2020-04-04 | NFSv2 is limited to use only 32bit in metadata. Prevent that larger | mlelstv |
| 2013-09-14 | Backout wildcard pragma to kill warnings and instead sprinkle a few dozen | martin |
| 2013-09-14 | Silence gcc 4.8.1 warnings | martin |
| 2009-04-10 | PR kern/41158: nfs_rename() locking against myself | bouyer |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-22 | TRUE -> true, FALSE -> false | thorpej |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2006-09-02 | nfsd: deal with variable-sized filehandles. | yamt |
| 2006-08-08 | nfsm_srvfhtom: ensure that padding bytes in nfsv2 file handles are zero. | yamt |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-10-31 | Fix paste-o in the NFSV3SATTRTIME_TOSERVER case of mtime handing (need | thorpej |
| 2005-10-01 | nfsm_srvsattr: use nanotime(9) rather than time(9) for NFSV3SATTRTIME_TOSERVER. | yamt |
| 2005-05-29 | - sprinkle const | christos |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2005-01-19 | implement inaccurate mtime/ctime detection. | yamt |
| 2004-09-29 | g/c NFSMINOFF, which is unused and identical with MRESETDATA. | yamt |
| 2004-05-10 | don't do kludge for a reply to a retransmitted request | yamt |
| 2004-04-05 | nfsm_mtofh: handle the case that filehandle is exist but fattr is not. | yamt |
| 2004-04-05 | nfsm_wcc_data: update n_ctime and n_nctime if no one other than us | yamt |
| 2004-03-19 | comments on some nfsm_ macros. | yamt |
| 2004-03-15 | some comments on cryptic nfsm_ macros. | yamt |
| 2003-09-26 | change n_mtime from time_t to timespec in order to improve | yamt |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-06-09 | rework zero padding of rpc reply. | yamt |
| 2003-05-06 | remove nfsm_srvstrsiz as it's no longer used. | yamt |
| 2003-04-24 | Change some subordinate functions to take a "struct nfsnode" argument | drochner |
| 2003-03-28 | reply ENAMETOOLONG properly instead of discarding request as BADRPC. | yamt |
| 2003-02-26 | Fix typo. | matt |
| 2003-02-26 | Add MBUFTRACE kernel option. | matt |
| 2002-10-21 | fix a page locking deadlock problem for nfs. | yamt |
| 2002-04-03 | In the SETATTR code, if the changes to a & m time are exclusively | wrstuden |
| 1999-05-29 | Be more correct with attribute structures for setattr RPCs and friends, | fvdl |
| 1999-03-06 | Snatch a patch from OpenBSD to fix PRs 6529 and 7074. | fair |
| 1998-08-09 | bzero->memset, bcopy->memcpy, bcmp->memcmp | perry |
| 1997-07-14 | Don't assume that pointers into mbuf data remain valid across nfsm_dissect. | fvdl |
| 1997-06-24 | Let nfsm_srvmtofh deal with the public filehandle, convert to all zeroes | fvdl |
| 1997-03-27 | Don't assume mbuf external storage is MCLBYTES. | thorpej |
| 1997-02-24 | Use ALIGNED_POINTER to see whether mbuf data needs to be realigned. | fvdl |
| 1997-02-22 | Cast pointer to u_long, not int, when doing the alignment check. | fvdl |
| 1997-02-22 | Fixes from BSDI (thanks go to Keith Bostic). Original RCS message: | fvdl |
| 1996-10-25 | make the namei struct members ni_dirp and ni_next, and the componentname | cgd |
| 1996-03-20 | Make sure not to free the reply mbuf twice. Should fix PR #2240 | fvdl |
| 1996-02-18 | Bring in a merge of Rick Macklem's NFSv3 code from Lite2 | fvdl |
| 1996-02-09 | nfs prototype changes | christos |