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