aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add cross-references for the new kldsym(2) man page.Chris Costello2001-07-279-0/+9
* Add a new kldsym(2) man page.Chris Costello2001-07-272-2/+124
* Fix spelling in the last commit. (Oh, I thought I had run ispell... ;-<Kazutaka YOKOTA2001-07-261-3/+3
* Adds notes on program termination and signal handlers.Kazutaka YOKOTA2001-07-261-0/+48
* The previous delta duplicated a significant amount of informationSheldon Hearn2001-07-241-122/+4
* Sync to OpenBSD (update comment and minor style change).Kris Kennaway2001-07-241-3/+4
* Sync to OpenBSD:Kris Kennaway2001-07-241-2/+23
* - Do not call VGLEnd() and exit() to terminate the programKazutaka YOKOTA2001-07-241-2/+15
* The delta introduced in the previous revision and attributed to theSheldon Hearn2001-07-241-2/+4
* Finish the sweep of changes that fix doubled 'the'.Sheldon Hearn2001-07-242-2/+2
* Add the list of signal-handler safe functions here too, so people canKris Kennaway2001-07-241-0/+123
* Add a few more functions which are safe to call from signal handlers,Kris Kennaway2001-07-241-0/+20
* Unify SEE ALSO sections of the kld*.2 and mod*.2 manpages.Yaroslav Tykhiy2001-07-249-5/+19
* Simplify IPv4 mapped IPv6 address handling.Hajimu UMEMOTO2001-07-231-66/+39
* remove emalloc,ecalloc,erealloc,estrdupAssar Westerlund2001-07-237-270/+1
* add ecalloc, emalloc, erealloc, estrdup - versions of the e-lessAssar Westerlund2001-07-227-2/+271
* Fix some man page xrefs.Mike Pritchard2001-07-221-2/+2
* Hint getaddrinfo() correctly if we're looking up a name that we got fromBrian Somers2001-07-211-2/+9
* Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used toJason Evans2001-07-2042-477/+1837
* Document EVFILT_TIMER.Jonathan Lemon2001-07-191-0/+12
* Don't claim that strncpy() is the same as strcpy().Dima Dorfman2001-07-191-6/+6
* mdoc(7) police: fix markup.Ruslan Ermilov2001-07-181-16/+20
* mdoc(7) police: widen width of the options list.Ruslan Ermilov2001-07-181-1/+1
* Unbreak parsing URLs that have a host part but no document part.Dag-Erling Smørgrav2001-07-171-2/+3
* Update to the same level of debug-logging as the rest of theMark Murray2001-07-171-6/+26
* Update to the same code as in the pam_krb5.so port.Mark Murray2001-07-174-64/+24
* mdoc(7) police: Add strncpy() to the NAME section.Ruslan Ermilov2001-07-161-1/+1
* Remove unnecessary #include <stdlib.h>Kris Kennaway2001-07-161-1/+0
* Oops, commit the version which actually worksKris Kennaway2001-07-161-6/+12
* Avoid a compile-time format string warningKris Kennaway2001-07-161-10/+13
* Remove whitespace at EOL.Dima Dorfman2001-07-151-3/+3
* Remove whitespace at EOL.Dima Dorfman2001-07-15323-1045/+1045
* Set WARNS=2 on libraries that compile cleanly with it.Dima Dorfman2001-07-152-4/+2
* Fix a memory leak in __rpcb_findaddr(), avoid compiler warnings.Ian Dowse2001-07-141-1/+4
* Use a better method of getting user credentials to account forMark Murray2001-07-142-8/+8
* Use a better method to get user credentials to account for (legal)Mark Murray2001-07-142-2/+3
* Recognize the %s format.Dima Dorfman2001-07-131-0/+16
* mdoc(7) police: -xwidth has been fold into -width.Ruslan Ermilov2001-07-1312-19/+19
* mdoc(7) police: fixed markup, a little bit.Ruslan Ermilov2001-07-1110-59/+67
* mdoc(7) police: fixed markup any numerous typos.Ruslan Ermilov2001-07-111-19/+24
* mdoc(7) police: removed punctuation after the last SEE ALSO xref.Ruslan Ermilov2001-07-102-2/+2
* style nitsDavid E. O'Brien2001-07-101-2/+2
* Fix a horrible bug introduced by myself where the options collectionMark Murray2001-07-103-11/+20
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-10300-300/+300
* MFS: add the FreeBSD history.David E. O'Brien2001-07-101-1/+3
* Give the FreeBSD history also.David E. O'Brien2001-07-101-1/+3
* style nitDavid E. O'Brien2001-07-091-1/+1
* Document more resolver(3) routines: dn_skip() from resolv.h, andAnton Berezin2001-07-092-2/+55
* Clean up (and in some cases write) the PAM mudules, usingMark Murray2001-07-0935-264/+2028