Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-09-06 | More man page fixes. Spelling, grammar, some typos. Lots of double-word | Aaron Campbell | |
occurrences squashed as well. | |||
1998-08-29 | man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-08-29 | change pmap_set() protocol to u_int, similar to solaris; ref: casper | Theo de Raadt | |
1998-08-28 | hppa is ieee fp too | Michael Shalayeff | |
1998-08-14 | realloc repair | Theo de Raadt | |
1998-07-09 | clarify gethostname() call | Theo de Raadt | |
1998-06-08 | buf oflow; chris@ferret.lmh.ox.ac.uk | Theo de Raadt | |
1998-05-22 | make svctcp_recv kill sockets that fail in xdr_callmsg(); wpaul | Theo de Raadt | |
1998-05-22 | make readtcp() call svc_getreqset2() for activity on other sockets; wpaul | Theo de Raadt | |
1998-05-20 | fragment size of 0 is clearly illegal; wpaul | Theo de Raadt | |
1998-05-19 | incorrect timeout handling | Theo de Raadt | |
1998-03-19 | Some -Wall | Todd C. Miller | |
1998-03-18 | registerrpc(3) | Theo de Raadt | |
1998-03-13 | activate that rpcauth manpage | Theo de Raadt | |
1998-03-11 | a start at splitting rpc.3 up a bit; plus fix other errors | Theo de Raadt | |
1998-03-11 | nroff cleanup | Theo de Raadt | |
1998-03-01 | match xid nicer; plus notes for later work | Theo de Raadt | |
1998-02-27 | indent | Theo de Raadt | |
1998-02-25 | remove unneccessary section | Theo de Raadt | |
1998-02-25 | __svc_fdsetsize is a max bitcount; like FDSETSIZE before it | Theo de Raadt | |
1998-02-25 | doc __svc_fdset & __svc_fdsetsize | Theo de Raadt | |
1998-02-24 | mandocmania. there were old mistakes, now it has new mistakes | Theo de Raadt | |
1998-02-24 | cleanup a bit more | Theo de Raadt | |
1998-02-24 | commas are good | Theo de Raadt | |
1998-02-24 | mandocmania | Theo de Raadt | |
1997-12-10 | pw -> rpc | Tobias Weingartner | |
1997-11-08 | avoid more abort() | Theo de Raadt | |
1997-11-05 | oops | Theo de Raadt | |
1997-11-05 | if xdr_replymsg() fails, it can leave memory still allocated. thus we | Theo de Raadt | |
need to go XDR_FREE it; wpaul@freebsd. clnt_raw.c also appears to have the same problem, and there is precedent for the solution in various other rpc code. | |||
1997-09-29 | Xr bindresvport and rresvport | Theo de Raadt | |
1997-09-22 | Some -Wall. | Todd C. Miller | |
1997-08-10 | Update date up. | Todd C. Miller | |
1997-08-09 | Fix some minor stuff and flesh out a bit. | Todd C. Miller | |
1997-07-21 | include file with proto | Theo de Raadt | |
1997-07-17 | verf is a ptr | Theo de Raadt | |
1997-07-16 | in rejected(), RPC_MISMATCH is what we are interested in; christos | Theo de Raadt | |
1997-07-09 | avoid close(closed_socket) or close(-1); it looks disgusting in kdump | Theo de Raadt | |
1997-07-01 | typo | dm | |
1997-07-01 | Add missing '#' as in #include. | Todd C. Miller | |
1997-05-28 | repair comments about 2 byte xdrred headers | Theo de Raadt | |
1997-04-30 | Don't do pointer arithmetic on void pointers | Thorsten Lockert | |
1997-04-29 | something is wrong with this level of randomness; let 2.1 go out with this ↵ | Theo de Raadt | |
"problem" | |||
1997-04-27 | re-randomize xid on reuse of a CLIENT *; pointed out by adam@math.tau.ac.il | Theo de Raadt | |
1997-04-06 | strncpy | Theo de Raadt | |
1997-03-29 | if a bad socket is accept()ed, bail without trying another accept() | Theo de Raadt | |
in svctcp_create(), only close socket if we created it | |||
1997-03-29 | in svcudp_bufcreate(), only close socket if we created it | Theo de Raadt | |
1997-03-29 | delete extra spaces | Theo de Raadt | |
1997-03-25 | Ok here is the mvme88k userland, minus a few important pieces. | Dale S. Rahn | |
as, ld change need to be merged. It is known that shared libraries and C++ do not work. If anyone wants to step forward and take over the mvme88k port please do. It was dumped on me when the original developer, Nivas, left his previous job and started a new one. I am trying to get the port in a shape that someone could take over. | |||
1997-02-21 | sync to __powerpc__ | gvf | |
1997-02-17 | do not leak descriptors and mem | Theo de Raadt | |