summaryrefslogtreecommitdiff
path: root/lib/libc/rpc
AgeCommit message (Expand)Author
1999-02-04correct clnt_control() args; alex@freebsdTheo de Raadt
1998-12-30append \n correctlyTheo de Raadt
1998-12-30doc fix: clnt_sperrno does not append a NEWLINETheo de Raadt
1998-12-21missed some function return typesTheo de Raadt
1998-12-20alphabetize function forward decls for prettinessTodd C. Miller
1998-11-22detect truncation and overflow betterTheo de Raadt
1998-11-22use %u for unsigned printsTheo de Raadt
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
1998-09-06More man page fixes. Spelling, grammar, some typos. Lots of double-wordAaron Campbell
1998-08-29man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-08-29change pmap_set() protocol to u_int, similar to solaris; ref: casperTheo de Raadt
1998-08-28hppa is ieee fp tooMichael Shalayeff
1998-08-14realloc repairTheo de Raadt
1998-07-09clarify gethostname() callTheo de Raadt
1998-06-08buf oflow; chris@ferret.lmh.ox.ac.ukTheo de Raadt
1998-05-22make svctcp_recv kill sockets that fail in xdr_callmsg(); wpaulTheo de Raadt
1998-05-22make readtcp() call svc_getreqset2() for activity on other sockets; wpaulTheo de Raadt
1998-05-20fragment size of 0 is clearly illegal; wpaulTheo de Raadt
1998-05-19incorrect timeout handlingTheo de Raadt
1998-03-19Some -WallTodd C. Miller
1998-03-18registerrpc(3)Theo de Raadt
1998-03-13activate that rpcauth manpageTheo de Raadt
1998-03-11a start at splitting rpc.3 up a bit; plus fix other errorsTheo de Raadt
1998-03-11nroff cleanupTheo de Raadt
1998-03-01match xid nicer; plus notes for later workTheo de Raadt
1998-02-27indentTheo de Raadt
1998-02-25remove unneccessary sectionTheo de Raadt
1998-02-25__svc_fdsetsize is a max bitcount; like FDSETSIZE before itTheo de Raadt
1998-02-25doc __svc_fdset & __svc_fdsetsizeTheo de Raadt
1998-02-24mandocmania. there were old mistakes, now it has new mistakesTheo de Raadt
1998-02-24cleanup a bit moreTheo de Raadt
1998-02-24commas are goodTheo de Raadt
1998-02-24mandocmaniaTheo de Raadt
1997-12-10pw -> rpcTobias Weingartner
1997-11-08avoid more abort()Theo de Raadt
1997-11-05oopsTheo de Raadt
1997-11-05if xdr_replymsg() fails, it can leave memory still allocated. thus weTheo de Raadt
1997-09-29Xr bindresvport and rresvportTheo de Raadt
1997-09-22Some -Wall.Todd C. Miller
1997-08-10Update date up.Todd C. Miller
1997-08-09Fix some minor stuff and flesh out a bit.Todd C. Miller
1997-07-21include file with protoTheo de Raadt
1997-07-17verf is a ptrTheo de Raadt
1997-07-16in rejected(), RPC_MISMATCH is what we are interested in; christosTheo de Raadt
1997-07-09avoid close(closed_socket) or close(-1); it looks disgusting in kdumpTheo de Raadt
1997-07-01typodm
1997-07-01Add missing '#' as in #include.Todd C. Miller
1997-05-28repair comments about 2 byte xdrred headersTheo de Raadt
1997-04-30Don't do pointer arithmetic on void pointersThorsten Lockert
1997-04-29something is wrong with this level of randomness; let 2.1 go out with this "p...Theo de Raadt