| Commit message (Expand) | Author | Age | Files | Lines |
| * | Correct the old length argument passed to sysctlbyname to be a pointer | Thomas Moestl | 2001-07-29 | 1 | -1/+2 |
| * | (Re)Add an SSH module for PAM, heavily based on Andrew Korty's module | Mark Murray | 2001-07-29 | 4 | -332/+404 |
| * | Avoid any chance of being misunderstood as having libelled developers | Sheldon Hearn | 2001-07-29 | 1 | -1/+1 |
| * | Move SHLIB_MAJOR to below LIB and add a comment about why NO_WARNS is set. | Dima Dorfman | 2001-07-29 | 1 | -1/+2 |
| * | Install the man page and add mp.h to INCS. | Dima Dorfman | 2001-07-29 | 1 | -0/+3 |
| * | Add a manual page for the libmp interface. It isn't real great, but | Dima Dorfman | 2001-07-29 | 1 | -0/+321 |
| * | Don't xref mt(1) just because it mentions ioctl. | Dima Dorfman | 2001-07-29 | 1 | -1/+0 |
| * | Don't capitalize variable names. | Dima Dorfman | 2001-07-29 | 1 | -3/+3 |
| * | ioctl(2) can return EFAULT from copyin. | Dima Dorfman | 2001-07-29 | 1 | -0/+3 |
| * | Enable the new libmp in the build, and disable libgmp and its | Dima Dorfman | 2001-07-29 | 1 | -1/+1 |
| * | This is the traditional BSD libmp interface implemented in terms of | Dima Dorfman | 2001-07-29 | 3 | -0/+636 |
| * | Rename the GLOB_MAXPATH flag of glob(3) to GLOB_LIMIT to be compatible | Mike Heffner | 2001-07-29 | 2 | -21/+24 |
| * | The fix for schemeless and hostless URLs (rev. 1.27) broke the schemeless | Stefan Eßer | 2001-07-28 | 1 | -1/+2 |
| * | 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 |