summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/krpc_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325bz2011-02-161-3/+0
* Add missing include to make LINT-VIMAGE build as well.bz2009-12-271-0/+1
* Add a few more V_hacks to nfsclient to allow machines with a VIMAGEbz2009-12-131-0/+5
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.dfr2009-06-301-4/+6
* Remove the unmaintained University of Michigan NFSv4 client from 8.xrwatson2009-05-221-2/+0
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-1/+1
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-251-17/+6
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-061-2/+0
* MFp4: use the function to fix the packet header length instead of rollingjmg2005-03-161-7/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Convert GIANT_REQUIRED to NET_ASSERT_GIANT where Giant is used torwatson2004-06-161-1/+1
* unbreak LINT.alfred2003-11-151-7/+7
* University of Michigan's Citi NFSv4 kernel client code.alfred2003-11-141-0/+2
* Assert GIANT_REQUIRED where sockets are manipulated. This issam2003-11-071-0/+2
* - Consistently set sopt_dir.jeff2003-10-041-0/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-5/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-5/+5
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-2/+1
* o Add missing #include's of sys/proc.h, missed in merge, required torwatson2001-12-311-0/+1
* o Make the credential used by socreate() an explicit argument torwatson2001-12-311-1/+2
* Cleanup and split of nfs client and server code.peter2001-09-181-18/+11
* KSE Milestone 2julian2001-09-121-8/+8
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-5/+5
* Make RPC timeout message more readable.tegge2000-10-241-4/+10
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-3/+3
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-231-23/+17
* Fixed printf format errors.bde1998-08-181-3/+3
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-1/+2
* Update workaround for limitations in the arp code.tegge1998-03-141-2/+2
* Removed unused #includes.bde1997-10-281-6/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+2
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-1/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-21/+13
* Remove unused routines.tegge1997-06-121-95/+1
* Bring in some kernel bootp support. This removes the need for netboottegge1997-05-111-0/+592
OpenPOWER on IntegriCloud