index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
nfs
/
krpc_subr.c
Age
Commit message (
Expand
)
Author
2015-08-24
In kernel initialize struct sockaddr_in and sockaddr_in6 to zero
Alexander Bluhm
2015-07-15
m_freem() can handle NULL, do not check for this condition beforehands.
Theo de Raadt
2015-06-16
Store a unique ID, an interface index, rather than a pointer to the
Martin Pieuchot
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-12-18
delete a whole mess of unnecessary caddr_t casts
Ted Unangst
2014-11-18
move arc4random prototype to systm.h. more appropriate for most code
Ted Unangst
2014-11-14
bzero -> memset
Ted Unangst
2013-11-11
Replace most of our formating functions to convert IPv4/6 addresses from
Martin Pieuchot
2013-08-27
Manipulate timevals seperately, not inside a mbuf. Alignment constraints
Theo de Raadt
2009-10-19
antsy
Jonathan Gray
2009-02-22
fix PR 6082: do not create more fd's than will fit in the message on
Otto Moerbeek
2009-01-24
make sure the from mbuf gets freed on error to.
Thordur I. Bjornsson
2008-06-10
Remove redundant code that only leaked an mbuf.
Bret Lambert
2008-06-09
Introduce a facility to generate unpredictable 32 bit numbers with
Damien Miller
2008-05-23
Deal with the situation when TCP nfs mounts timeout and processes
Thordur I. Bjornsson
2007-02-27
clarify RPC timeout messages so regular people can understand; ok various
Theo de Raadt
2004-11-18
enable receive() accounting and use uio_procp for send() accounting, too
Markus Friedl
2001-11-14
allow swaples diskless configs; deradt@ ok
Michael Shalayeff
2001-06-27
recieve -> receive
Nathan Binkert
2001-05-16
No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)
Hakan Olsson
1998-02-28
krpc_call() should use random reserved ports
Theo de Raadt
1998-02-23
do not copy from past end of mbuf; found by ivan
Theo de Raadt
1997-04-27
Randomize RPC xid.
Angelos D. Keromytis
1997-04-25
XXX should do reserved ports
Theo de Raadt
1996-06-10
do not lose an mbuf, ensure MCLGET did not give a chain
Theo de Raadt
1996-04-21
partial sync with netbsd 960418, more to come
Theo de Raadt
1996-04-17
Minor cleanups. Checked against Lite2.
Michael Shalayeff
1995-12-21
from cgd; handle 64-bit pointers and longs
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt