| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add cross-references for the new kldsym(2) man page. | Chris Costello | 2001-07-27 | 9 | -0/+9 |
| * | Add a new kldsym(2) man page. | Chris Costello | 2001-07-27 | 2 | -2/+124 |
| * | Fix spelling in the last commit. (Oh, I thought I had run ispell... ;-< | Kazutaka YOKOTA | 2001-07-26 | 1 | -3/+3 |
| * | Adds notes on program termination and signal handlers. | Kazutaka YOKOTA | 2001-07-26 | 1 | -0/+48 |
| * | The previous delta duplicated a significant amount of information | Sheldon Hearn | 2001-07-24 | 1 | -122/+4 |
| * | Sync to OpenBSD (update comment and minor style change). | Kris Kennaway | 2001-07-24 | 1 | -3/+4 |
| * | Sync to OpenBSD: | Kris Kennaway | 2001-07-24 | 1 | -2/+23 |
| * | - Do not call VGLEnd() and exit() to terminate the program | Kazutaka YOKOTA | 2001-07-24 | 1 | -2/+15 |
| * | The delta introduced in the previous revision and attributed to the | Sheldon Hearn | 2001-07-24 | 1 | -2/+4 |
| * | Finish the sweep of changes that fix doubled 'the'. | Sheldon Hearn | 2001-07-24 | 2 | -2/+2 |
| * | Add the list of signal-handler safe functions here too, so people can | Kris Kennaway | 2001-07-24 | 1 | -0/+123 |
| * | Add a few more functions which are safe to call from signal handlers, | Kris Kennaway | 2001-07-24 | 1 | -0/+20 |
| * | Unify SEE ALSO sections of the kld*.2 and mod*.2 manpages. | Yaroslav Tykhiy | 2001-07-24 | 9 | -5/+19 |
| * | 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 |