| Commit message (Expand) | Author | Age | Files | Lines |
| * | Simplify IPv4 mapped IPv6 address handling. | Hajimu UMEMOTO | 2001-07-23 | 1 | -66/+39 |
| * | remove emalloc,ecalloc,erealloc,estrdup | Assar Westerlund | 2001-07-23 | 7 | -270/+1 |
| * | add ecalloc, emalloc, erealloc, estrdup - versions of the e-less | Assar Westerlund | 2001-07-22 | 7 | -2/+271 |
| * | Fix some man page xrefs. | Mike Pritchard | 2001-07-22 | 1 | -2/+2 |
| * | Hint getaddrinfo() correctly if we're looking up a name that we got from | Brian Somers | 2001-07-21 | 1 | -2/+9 |
| * | Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used to | Jason Evans | 2001-07-20 | 42 | -477/+1837 |
| * | Document EVFILT_TIMER. | Jonathan Lemon | 2001-07-19 | 1 | -0/+12 |
| * | Don't claim that strncpy() is the same as strcpy(). | Dima Dorfman | 2001-07-19 | 1 | -6/+6 |
| * | mdoc(7) police: fix markup. | Ruslan Ermilov | 2001-07-18 | 1 | -16/+20 |
| * | mdoc(7) police: widen width of the options list. | Ruslan Ermilov | 2001-07-18 | 1 | -1/+1 |
| * | Unbreak parsing URLs that have a host part but no document part. | Dag-Erling Smørgrav | 2001-07-17 | 1 | -2/+3 |
| * | Update to the same level of debug-logging as the rest of the | Mark Murray | 2001-07-17 | 1 | -6/+26 |
| * | Update to the same code as in the pam_krb5.so port. | Mark Murray | 2001-07-17 | 4 | -64/+24 |
| * | mdoc(7) police: Add strncpy() to the NAME section. | Ruslan Ermilov | 2001-07-16 | 1 | -1/+1 |
| * | Remove unnecessary #include <stdlib.h> | Kris Kennaway | 2001-07-16 | 1 | -1/+0 |
| * | Oops, commit the version which actually works | Kris Kennaway | 2001-07-16 | 1 | -6/+12 |
| * | Avoid a compile-time format string warning | Kris Kennaway | 2001-07-16 | 1 | -10/+13 |
| * | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 1 | -3/+3 |
| * | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 323 | -1045/+1045 |
| * | Set WARNS=2 on libraries that compile cleanly with it. | Dima Dorfman | 2001-07-15 | 2 | -4/+2 |
| * | Fix a memory leak in __rpcb_findaddr(), avoid compiler warnings. | Ian Dowse | 2001-07-14 | 1 | -1/+4 |
| * | Use a better method of getting user credentials to account for | Mark Murray | 2001-07-14 | 2 | -8/+8 |
| * | Use a better method to get user credentials to account for (legal) | Mark Murray | 2001-07-14 | 2 | -2/+3 |
| * | Recognize the %s format. | Dima Dorfman | 2001-07-13 | 1 | -0/+16 |
| * | mdoc(7) police: -xwidth has been fold into -width. | Ruslan Ermilov | 2001-07-13 | 12 | -19/+19 |
| * | mdoc(7) police: fixed markup, a little bit. | Ruslan Ermilov | 2001-07-11 | 10 | -59/+67 |
| * | mdoc(7) police: fixed markup any numerous typos. | Ruslan Ermilov | 2001-07-11 | 1 | -19/+24 |
| * | mdoc(7) police: removed punctuation after the last SEE ALSO xref. | Ruslan Ermilov | 2001-07-10 | 2 | -2/+2 |
| * | style nits | David E. O'Brien | 2001-07-10 | 1 | -2/+2 |
| * | Fix a horrible bug introduced by myself where the options collection | Mark Murray | 2001-07-10 | 3 | -11/+20 |
| * | mdoc(7) police: removed HISTORY info from the .Os call. | Ruslan Ermilov | 2001-07-10 | 1 | -1/+1 |
| * | mdoc(7) police: removed HISTORY info from the .Os call. | Ruslan Ermilov | 2001-07-10 | 300 | -300/+300 |
| * | MFS: add the FreeBSD history. | David E. O'Brien | 2001-07-10 | 1 | -1/+3 |
| * | Give the FreeBSD history also. | David E. O'Brien | 2001-07-10 | 1 | -1/+3 |
| * | style nit | David E. O'Brien | 2001-07-09 | 1 | -1/+1 |
| * | Document more resolver(3) routines: dn_skip() from resolv.h, and | Anton Berezin | 2001-07-09 | 2 | -2/+55 |
| * | Clean up (and in some cases write) the PAM mudules, using | Mark Murray | 2001-07-09 | 35 | -264/+2028 |
| * | Bump the major number. The libraries API has changed incompatibly. | Mark Murray | 2001-07-09 | 1 | -1/+1 |
| * | Almost completely rewrite the PAM module options processing | Mark Murray | 2001-07-09 | 7 | -82/+334 |
| * | Add the WANT_INSECURE_OPIE frob which is useful for debugging and | Mark Murray | 2001-07-09 | 1 | -0/+6 |
| * | Axe S/Key. OPIE is the legal successor. | Mark Murray | 2001-07-09 | 14 | -4025/+3 |
| * | mdoc(7) police: eliminate -ww warnings. | Ruslan Ermilov | 2001-07-09 | 1 | -2/+2 |
| * | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | Dima Dorfman | 2001-07-09 | 86 | -96/+0 |
| * | Fix the type of the NULL arg to execl() | Brian Somers | 2001-07-09 | 1 | -3/+3 |
| * | Handle shemeless, hostless URLs correctly. | Dag-Erling Smørgrav | 2001-07-08 | 1 | -3/+5 |
| * | Attempt to use the environment variable TMPDIR for the temporary | Mike Heffner | 2001-07-07 | 2 | -3/+20 |
| * | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | Ruslan Ermilov | 2001-07-06 | 31 | -50/+50 |
| * | mdoc(7) police: fixed formatting. | Ruslan Ermilov | 2001-07-06 | 1 | -41/+64 |
| * | mdoc(7) police: fixed markup and typo. | Ruslan Ermilov | 2001-07-05 | 1 | -16/+16 |
| * | Use the .Rv macro to describe the return value. | Yaroslav Tykhiy | 2001-07-04 | 1 | -6/+1 |