summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Making this major bump was a BAD idea. The API change is internal (to PAM)markm2001-07-301-1/+1
* Rename mp.3 to libmp.3 since that's what all the other "library"dd2001-07-302-323/+1
* Add a manual page for the libmp interface. Some of the descriptionsdd2001-07-301-0/+321
* Correct the old length argument passed to sysctlbyname to be a pointertmm2001-07-291-1/+2
* (Re)Add an SSH module for PAM, heavily based on Andrew Korty's modulemarkm2001-07-294-332/+404
* Avoid any chance of being misunderstood as having libelled developerssheldonh2001-07-291-1/+1
* Move SHLIB_MAJOR to below LIB and add a comment about why NO_WARNS is set.dd2001-07-291-1/+2
* Install the man page and add mp.h to INCS.dd2001-07-291-0/+3
* Add a manual page for the libmp interface. It isn't real great, butdd2001-07-291-0/+321
* Don't xref mt(1) just because it mentions ioctl.dd2001-07-291-1/+0
* Don't capitalize variable names.dd2001-07-291-3/+3
* ioctl(2) can return EFAULT from copyin.dd2001-07-291-0/+3
* Enable the new libmp in the build, and disable libgmp and itsdd2001-07-291-1/+1
* This is the traditional BSD libmp interface implemented in terms ofdd2001-07-293-0/+636
* Rename the GLOB_MAXPATH flag of glob(3) to GLOB_LIMIT to be compatiblemikeh2001-07-292-21/+24
* The fix for schemeless and hostless URLs (rev. 1.27) broke the schemelessse2001-07-281-1/+2
* Add cross-references for the new kldsym(2) man page.chris2001-07-279-0/+9
* Add a new kldsym(2) man page.chris2001-07-272-2/+124
* Fix spelling in the last commit. (Oh, I thought I had run ispell... ;-<yokota2001-07-261-3/+3
* Adds notes on program termination and signal handlers.yokota2001-07-261-0/+48
* The previous delta duplicated a significant amount of informationsheldonh2001-07-241-122/+4
* Sync to OpenBSD (update comment and minor style change).kris2001-07-241-3/+4
* Sync to OpenBSD:kris2001-07-241-2/+23
* - Do not call VGLEnd() and exit() to terminate the programyokota2001-07-241-2/+15
* The delta introduced in the previous revision and attributed to thesheldonh2001-07-241-2/+4
* Finish the sweep of changes that fix doubled 'the'.sheldonh2001-07-242-2/+2
* Add the list of signal-handler safe functions here too, so people cankris2001-07-241-0/+123
* Add a few more functions which are safe to call from signal handlers,kris2001-07-241-0/+20
* Unify SEE ALSO sections of the kld*.2 and mod*.2 manpages.yar2001-07-249-5/+19
* Simplify IPv4 mapped IPv6 address handling.ume2001-07-231-66/+39
* remove emalloc,ecalloc,erealloc,estrdupassar2001-07-237-270/+1
* add ecalloc, emalloc, erealloc, estrdup - versions of the e-lessassar2001-07-227-2/+271
* Fix some man page xrefs.mpp2001-07-221-2/+2
* Hint getaddrinfo() correctly if we're looking up a name that we got frombrian2001-07-211-2/+9
* Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used tojasone2001-07-2042-477/+1837
* Document EVFILT_TIMER.jlemon2001-07-191-0/+12
* Don't claim that strncpy() is the same as strcpy().dd2001-07-191-6/+6
* mdoc(7) police: fix markup.ru2001-07-181-16/+20
* mdoc(7) police: widen width of the options list.ru2001-07-181-1/+1
* Unbreak parsing URLs that have a host part but no document part.des2001-07-171-2/+3
* Update to the same level of debug-logging as the rest of themarkm2001-07-171-6/+26
* Update to the same code as in the pam_krb5.so port.markm2001-07-174-64/+24
* mdoc(7) police: Add strncpy() to the NAME section.ru2001-07-161-1/+1
* Remove unnecessary #include <stdlib.h>kris2001-07-161-1/+0
* Oops, commit the version which actually workskris2001-07-161-6/+12
* Avoid a compile-time format string warningkris2001-07-161-10/+13
* Remove whitespace at EOL.dd2001-07-151-3/+3
* Remove whitespace at EOL.dd2001-07-15323-1045/+1045
* Set WARNS=2 on libraries that compile cleanly with it.dd2001-07-152-4/+2
* Fix a memory leak in __rpcb_findaddr(), avoid compiler warnings.iedowse2001-07-141-1/+4
OpenPOWER on IntegriCloud