Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-08-24 | fix includes | Theo de Raadt | |
2000-08-24 | uninit variables | Theo de Raadt | |
2000-08-02 | update other obsoleted rfcs | Niels Provos | |
2000-05-19 | use getifaddrs(3) instead of SIOCGIFCONF, to avoid alignment issues. | Jun-ichiro itojun Hagino | |
2000-04-30 | #ifdef vax -> #ifdef __vax__ | Brandon Creighton | |
2000-04-25 | Typo | Marc Espie | |
2000-04-18 | Repairs, mostly removing hard sentence breaks. | Aaron Campbell | |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-02-25 | make it very safe against LP64 alignment issues, by using getifaddrs(). | Jun-ichiro itojun Hagino | |
(is it too large amount of change?) | |||
2000-01-26 | document EINVAL also meaning socket family mismatch; Jean-Luc.Richier@imag.fr | Theo de Raadt | |
2000-01-26 | typo (no verb) | Jun-ichiro itojun Hagino | |
2000-01-26 | fix .Os KAME | Jun-ichiro itojun Hagino | |
2000-01-26 | man page updates from itojun | Theo de Raadt | |
2000-01-26 | new bindresvport() semantics that itojun, shin, jean-luc and i have agreed ↵ | Theo de Raadt | |
on, which will be happy for the future. bindresvport_sa() for sockaddr *, too. docs later.. | |||
2000-01-24 | in bindresvport(), if sin is non-NULL, example sin->sin_family for the ↵ | Theo de Raadt | |
actual family being processed | |||
1999-12-30 | add the _af versions to the NAME chunk | Theo de Raadt | |
1999-12-17 | set sa_len too | Theo de Raadt | |
1999-12-16 | rresvport_af() and bindresvport_af() | Theo de Raadt | |
1999-11-23 | mark some places that malloc is not checked | Theo de Raadt | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
1999-07-07 | when using `-' as a negative sign, escape it with a backslash so troff knows | Aaron Campbell | |
it's not supposed to be a hyphen/dash | |||
1999-07-05 | use .Li to refer to data types | Aaron Campbell | |
1999-07-02 | remove redundant .Pp macros | Aaron Campbell | |
1999-06-29 | fix some old macros that didn't get converted from man to mdoc | Aaron Campbell | |
1999-06-16 | More xref sorting under SEE ALSO. | Alex Feldman | |
1999-05-25 | kill some old macros | Aaron Campbell | |
1999-05-25 | punctuation | Aaron Campbell | |
1999-05-24 | replace some old macros with new ones, make use of .Sy for warnings etc; d@ | Aaron Campbell | |
1999-05-20 | repair SYNOPSIS | Aaron Campbell | |
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 | |