aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient/krpc_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing include to make LINT-VIMAGE build as well.Bjoern A. Zeeb2009-12-271-0/+1
* Add a few more V_hacks to nfsclient to allow machines with a VIMAGEBjoern A. Zeeb2009-12-131-0/+5
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.Doug Rabson2009-06-301-4/+6
* Remove the unmaintained University of Michigan NFSv4 client from 8.xRobert Watson2009-05-221-2/+0
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-1/+1
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.Ruslan Ermilov2008-03-251-17/+6
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichRobert Watson2007-08-061-2/+0
* MFp4: use the function to fix the packet header length instead of rollingJohn-Mark Gurney2005-03-161-7/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Convert GIANT_REQUIRED to NET_ASSERT_GIANT where Giant is used toRobert Watson2004-06-161-1/+1
* unbreak LINT.Alfred Perlstein2003-11-151-7/+7
* University of Michigan's Citi NFSv4 kernel client code.Alfred Perlstein2003-11-141-0/+2
* Assert GIANT_REQUIRED where sockets are manipulated. This isSam Leffler2003-11-071-0/+2
* - Consistently set sopt_dir.Jeff Roberson2003-10-041-0/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-5/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-5/+5
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-2/+1
* o Add missing #include's of sys/proc.h, missed in merge, required toRobert Watson2001-12-311-0/+1
* o Make the credential used by socreate() an explicit argument toRobert Watson2001-12-311-1/+2
* Cleanup and split of nfs client and server code.Peter Wemm2001-09-181-18/+11
* 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