Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-10 | Remove redundant code that only leaked an mbuf. | Bret Lambert | |
ok krw@, deraadt@, thib@ earlier commit for some reason did not go through prodded by nfs buddy | |||
2008-06-09 | Introduce a facility to generate unpredictable 32 bit numbers with | Damien Miller | |
near maximal (2^32) cycle times. These are useful for network IDs in cases where there are negative consequences to ID prediction and/or reuse. Use the idgen32() functions to generate IPv6 IDs and NFS client/server XIDs. Pseudorandom permutation code in crypto/idgen.c based on public domain skip32.c from Greg Rose. feedback & ok thib@ deraadt@ | |||
2008-05-23 | Deal with the situation when TCP nfs mounts timeout and processes | Thordur I. Bjornsson | |
get hung in nfs_reconnect() because they do not have the proper privilages to bind to a socket, by adding a struct proc * argument to sobind() (and the *_usrreq() routines, and finally in{6}_pcbbind) and do the sobind() with proc0 in nfs_connect. OK markus@, blambert@. "go ahead" deraadt@. Fixes an issue reported by bernd@ (Tested by bernd@). Fixes PR5135 too. | |||
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 | |
ok deraadt, jared, djm | |||
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 | |
(NetBSD's was really just a Lite2's, but w/ 64bit support) | |||
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 | |