summaryrefslogtreecommitdiff
path: root/sys/nfs/krpc_subr.c
AgeCommit message (Expand)Author
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2015-05-21change nfs_boot_sendrecv to take sockaddr_in * instead of mbuf *rtr
2015-05-09when calling nfs_boot_sendrecv pass NULL for pointers instead of 0rtr
2015-03-27m_pullup() is called in rcvproc callback functions,hikaru
2015-03-06Fix uninitialized variable.maxv
2009-03-15ansify function definitionscegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2008-04-24Merge the socket locking patch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-04-15Coverity CID 2445: Only set from_p if we succeed so that we free it on error.christos
2005-12-11merge ktrace-lwp.christos
2005-02-26nuke trailing whitespaceperry
2004-05-22Eliminate several uses of `curproc' from the socket-layer code and from NFS.jonathan
2003-02-26Add MBUFTRACE kernel option.matt
2002-09-22don't seem to need <sys/conf.h> or <net/if.h> herejdolecek
2001-11-10add RCSIDslukem
2001-06-12receive, not recievewiz
1998-08-09bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-03-01Merge with Lite2 + local changesfvdl
1997-09-30Use functions (shared with DHCP boot) in nfs_boot.c.drochner
1997-08-29Supporting changes for the new BOOTP support in nfs_mountroot.gwr
1996-10-20Enhancements from Matthias Drochner:fvdl
1996-10-13revert kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-08-14Another %lx -> %x for ntohl()thorpej
1996-07-10print result of ntohl/htonl as a long.cgd
1996-06-14avoid unnecessary checks of m_get/MGET/etc.'s return values. Whencgd
1996-06-07fix two bugs (the latter potentially fatal) in xdr_string_encode():cgd
1996-02-18Bring in a merge of Rick Macklem's NFSv3 code from Lite2fvdl
1995-12-19changes to make this work on systems where pointers & longs are 64 bits.cgd
1995-08-08Use RPCAUTH_UNIX in requests to please picky NFS servers.gwr
1995-05-20Use fxdr_*() and txdr_*() macros to do byte order conversions.mycroft
1995-04-24Fixed RPC code to deal with RPC messages larger than one mbuf.gwr
1994-09-26Do the first BOOTPARAM RPC call to the broadcast address instead ofgwr
1994-08-12fix typocgd
1994-08-11Diskless boot will now bind the local socket to a reserved port togwr
1994-06-30error codes are in network order too.pk
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-06-13New diskless boot code (uses RARP, bootparamd).gwr
1994-04-18revised nfs diskless support. uses bootp+rpc to gather parametersglass