aboutsummaryrefslogtreecommitdiff
path: root/sys/nfs/krpc_subr.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: spelling fixes on comments.Pedro F. Giffuni2016-04-291-1/+1
* Avoid closing unallocated socket in case socreate fails.Alexander Kabaev2015-02-281-1/+1
* Functions m_getm2() and m_get2() have different order of arguments,Gleb Smirnoff2013-03-121-1/+1
* Use m_get2() to get mbuf of appropriate size.Gleb Smirnoff2013-03-121-3/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-5/+5
* Fix the experimental NFS client so that it does not boguslyRick Macklem2011-04-251-0/+470
* Cleanup and split of nfs client and server code.Peter Wemm2001-09-181-487/+0
* KSE Milestone 2Julian Elischer2001-09-121-8/+8
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-211-5/+5
* Make RPC timeout message more readable.Tor Egge2000-10-241-4/+10
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-3/+3
* Yow! Completely change the way socket options are handled, eliminatingGarrett Wollman1998-08-231-23/+17
* Fixed printf format errors.Bruce Evans1998-08-181-3/+3
* Moved some #includes from <sys/param.h> nearer to where they are actuallyBruce Evans1998-03-281-1/+2
* Update workaround for limitations in the arp code.Tor Egge1998-03-141-2/+2
* Removed unused #includes.Bruce Evans1997-10-281-6/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-2/+2
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-021-1/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-21/+13
* Remove unused routines.Tor Egge1997-06-121-95/+1
* Bring in some kernel bootp support. This removes the need for netbootTor Egge1997-05-111-0/+592