| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 245508,245566,245568,245611,245909: | John Baldwin | 2013-02-28 | 2 | -10/+0 |
| * | MFC r231852,232127: | Bjoern A. Zeeb | 2012-03-05 | 1 | -4/+3 |
| * | MFC: r221473 | Rick Macklem | 2011-05-19 | 1 | -3/+6 |
| * | r221933 vanished support for "nocto" in boot.nfsroot.options loader | Ruslan Ermilov | 2011-05-18 | 1 | -0/+2 |
| * | MFC: r221439 | Rick Macklem | 2011-05-18 | 1 | -0/+2 |
| * | MFC: r221032,r221040,r221066 | Rick Macklem | 2011-05-15 | 5 | -0/+2907 |
| * | MFC: r217432 | Rick Macklem | 2011-01-21 | 2 | -1/+2 |
| * | MFC: r216931 | Rick Macklem | 2011-01-17 | 2 | -2/+5 |
| * | MFC: r214048, r214053 | Rick Macklem | 2010-11-01 | 3 | -5/+60 |
| * | MFC: r210455, r210456 | Rick Macklem | 2010-08-07 | 2 | -0/+486 |
| * | MFC: r203731 | Marius Strobl | 2010-03-30 | 2 | -22/+24 |
| * | - Factor out the code shared between NFS client and server into its own | Marius Strobl | 2010-02-22 | 2 | -0/+78 |
| * | Revert rev 192323 (nfs_common.c only): | Marcel Moolenaar | 2009-07-12 | 1 | -3/+2 |
| * | Remove the old kernel RPC implementation and the NFS_LEGACYRPC option. | Doug Rabson | 2009-06-30 | 2 | -109/+0 |
| * | Replace AUDIT_ARG() with variable argument macros with a set more more | Robert Watson | 2009-06-27 | 1 | -1/+1 |
| * | Add cpu_flush_dcache() for use after non-DMA based I/O so that a | Marcel Moolenaar | 2009-05-18 | 1 | -2/+3 |
| * | Adding sys/nfs/nfssvc.h and sys/nfs/nfs_nfssvc.c in preparation for | Rick Macklem | 2009-04-07 | 2 | -0/+220 |
| * | Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT. | Ruslan Ermilov | 2008-03-25 | 1 | -2/+2 |
| * | NFSv4 client: | Jim Rees | 2006-11-28 | 1 | -15/+17 |
| * | Fixes for NFS crashes on architectures that require strict alignment. | Paul Saab | 2005-07-14 | 2 | -3/+18 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 5 | -5/+5 |
| * | Add non-blocking versions of nfsm_dissect() and friends, for use from | Paul Saab | 2004-12-06 | 2 | -4/+29 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 5 | -20/+0 |
| * | University of Michigan's Citi NFSv4 kernel client code. | Alfred Perlstein | 2003-11-14 | 2 | -7/+296 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -2/+2 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -2/+2 |
| * | Change iov_base's type from `char *' to the standard `void *'. All | Mike Barcroft | 2002-10-11 | 1 | -1/+2 |
| * | nfsnode.h was moved to ../nfsclient ages ago. I forgot to remove it here. | Peter Wemm | 2002-09-06 | 1 | -210/+0 |
| * | Remove unused include. | Jeff Roberson | 2002-03-20 | 1 | -1/+0 |
| * | Remove __P. | Alfred Perlstein | 2002-03-20 | 1 | -10/+10 |
| * | When the old nfsm_adv() macro was moved to nfsm_adv_xx(), a '>=' | Ian Dowse | 2001-12-31 | 1 | -1/+1 |
| * | Avoid passing the variable `tl' to functions that just use it for | Ian Dowse | 2001-12-18 | 2 | -10/+10 |
| * | Unwind some more macros. NFSMADV() was kinda silly since it was right | Peter Wemm | 2001-09-28 | 2 | -36/+42 |
| * | Make nfsm_dissect() have an obvious return value. | Peter Wemm | 2001-09-27 | 2 | -33/+32 |
| * | Tidy up nfsm_build usage. This is only partially finished. | Peter Wemm | 2001-09-27 | 2 | -9/+8 |
| * | Oops, forgot to rm this last time. | Peter Wemm | 2001-09-26 | 1 | -564/+0 |
| * | Cleanup and split of nfs client and server code. | Peter Wemm | 2001-09-18 | 27 | -25120/+133 |
| * | nfs_strategy calls nfs_asyncio with td as NULL. So add a bandaid that | Warner Losh | 2001-09-18 | 1 | -1/+1 |
| * | Sync some differences that were different between the copies of the files | Peter Wemm | 2001-09-15 | 1 | -3/+3 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 17 | -612/+621 |
| * | Fix some signed/unsigned integer confusion, and add bounds checking of | Kris Kennaway | 2001-09-10 | 1 | -4/+4 |
| * | Pushdown Giant for nfs syscalls (nfssvc()) | Matthew Dillon | 2001-08-31 | 1 | -12/+23 |
| * | Stupid error from my side in prev. commit: || -> && | Andrey A. Chernov | 2001-08-23 | 1 | -1/+1 |
| * | Implement l_len<0 per POSIX check. | Andrey A. Chernov | 2001-08-23 | 1 | -4/+6 |
| * | Even better move: suppose that server is able to handle SEEK_END, | Andrey A. Chernov | 2001-08-23 | 1 | -6/+6 |
| * | Apparently SEEK_END locking not supported by NFS. Previous variant | Andrey A. Chernov | 2001-08-23 | 1 | -1/+5 |
| * | Move <machine/*> after <sys/*> | Andrey A. Chernov | 2001-08-23 | 1 | -1/+2 |
| * | adv. lock: | Andrey A. Chernov | 2001-08-23 | 1 | -5/+5 |
| * | Fix a client-side memory leak in nfs_flush(). The code allocates | Ian Dowse | 2001-08-01 | 1 | -2/+2 |
| * | Check the filehandle size when mounting. | Peter Wemm | 2001-07-30 | 1 | -0/+2 |