summaryrefslogtreecommitdiff
path: root/sys/nfs/krpc_subr.c
AgeCommit message (Expand)Author
2015-08-24In kernel initialize struct sockaddr_in and sockaddr_in6 to zeroAlexander Bluhm
2015-07-15m_freem() can handle NULL, do not check for this condition beforehands.Theo de Raadt
2015-06-16Store a unique ID, an interface index, rather than a pointer to theMartin Pieuchot
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-18delete a whole mess of unnecessary caddr_t castsTed Unangst
2014-11-18move arc4random prototype to systm.h. more appropriate for most codeTed Unangst
2014-11-14bzero -> memsetTed Unangst
2013-11-11Replace most of our formating functions to convert IPv4/6 addresses fromMartin Pieuchot
2013-08-27Manipulate timevals seperately, not inside a mbuf. Alignment constraintsTheo de Raadt
2009-10-19antsyJonathan Gray
2009-02-22fix PR 6082: do not create more fd's than will fit in the message onOtto Moerbeek
2009-01-24make sure the from mbuf gets freed on error to.Thordur I. Bjornsson
2008-06-10Remove redundant code that only leaked an mbuf.Bret Lambert
2008-06-09Introduce a facility to generate unpredictable 32 bit numbers withDamien Miller
2008-05-23Deal with the situation when TCP nfs mounts timeout and processesThordur I. Bjornsson
2007-02-27clarify RPC timeout messages so regular people can understand; ok variousTheo de Raadt
2004-11-18enable receive() accounting and use uio_procp for send() accounting, tooMarkus Friedl
2001-11-14allow swaples diskless configs; deradt@ okMichael Shalayeff
2001-06-27recieve -> receiveNathan Binkert
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
1998-02-28krpc_call() should use random reserved portsTheo de Raadt
1998-02-23do not copy from past end of mbuf; found by ivanTheo de Raadt
1997-04-27Randomize RPC xid.Angelos D. Keromytis
1997-04-25XXX should do reserved portsTheo de Raadt
1996-06-10do not lose an mbuf, ensure MCLGET did not give a chainTheo de Raadt
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-17Minor cleanups. Checked against Lite2.Michael Shalayeff
1995-12-21from cgd; handle 64-bit pointers and longsTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt