Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-05-15 | ethernet -> Ethernet, other repairs | Aaron Campbell | |
1999-02-04 | correct clnt_control() args; alex@freebsd | Theo de Raadt | |
1998-12-30 | append \n correctly | Theo de Raadt | |
1998-12-30 | doc fix: clnt_sperrno does not append a NEWLINE | Theo de Raadt | |
1998-12-21 | missed some function return types | Theo de Raadt | |
1998-12-20 | alphabetize function forward decls for prettiness | Todd C. Miller | |
1998-11-22 | detect truncation and overflow better | Theo de Raadt | |
1998-11-22 | use %u for unsigned prints | Theo de Raadt | |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard | |
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO | |||
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 | |