summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix spelling in the last commit. (Oh, I thought I had run ispell... ;-<yokota2001-07-261-3/+3
| | | | Spotted by: sheldonh
* Adds notes on program termination and signal handlers.yokota2001-07-261-0/+48
| | | | | | | | I revised the text after dd's kind review. So, if you find any error, it is probably introduced by my last minutes' update and is entirely my fault, not dd's. Reviewed by: dd
* The previous delta duplicated a significant amount of informationsheldonh2001-07-241-122/+4
| | | | | | | | already found in the sigaction(2) manual. As discussed with the committer of that delta, cross-reference the list in sigaction(2) instead of duplicating the list of functions that are safe for use within signal handlers.
* Sync to OpenBSD (update comment and minor style change).kris2001-07-241-3/+4
| | | | | Obtained from: OpenBSD MFC after: 1 week
* Sync to OpenBSD:kris2001-07-241-2/+23
| | | | | | | | | | | | Clarify that if strlcat() does not find a NUL within siz byte it will not NUL terminate either. Document boundary condition when size < strlen(dst). "of", not "on" (from Henric Jungheim) Obtained from: OpenBSD MFC After: 1 week
* - Do not call VGLEnd() and exit() to terminate the programyokota2001-07-241-2/+15
| | | | | | | | | immediately when a signal is caught. Instead, defer program termination until the next call to VGLCheckSwitch(). Otherwise, the video card may not be restored correctly if the signal is seen while inside libvgl functions. MFC after: 1 week
* The delta introduced in the previous revision and attributed to thesheldonh2001-07-241-2/+4
| | | | | OpenBSD project had grammar problems and made no attempt to motivate the practice of saving errno. Replace it with something better.
* 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
| | | | | | | find it more easily Obtained from: OpenBSD MFC After: 1 week
* Add a few more functions which are safe to call from signal handlers,kris2001-07-241-0/+20
| | | | | | | and give a bit of advice. Obtained from: OpenBSD MFC After: 1 week
* Unify SEE ALSO sections of the kld*.2 and mod*.2 manpages.yar2001-07-249-5/+19
| | | | | | Previously, some useful xrefs were missing. Now each of the pages refers to all remaining section 2 pages, to the kld(4) page, and to a related utility's (section 8) page.
* Simplify IPv4 mapped IPv6 address handling.ume2001-07-231-66/+39
| | | | | Reviewed by: brian MFC after: 5 days
* remove emalloc,ecalloc,erealloc,estrdupassar2001-07-237-270/+1
|
* add ecalloc, emalloc, erealloc, estrdup - versions of the e-lessassar2001-07-227-2/+271
| | | | functions that exit instead of failing
* Fix some man page xrefs.mpp2001-07-221-2/+2
| | | | | PR: docs/26065 MFC after: 1 week
* Hint getaddrinfo() correctly if we're looking up a name that we got frombrian2001-07-211-2/+9
| | | | | | an AF_INET6 address. MFC after: 1 week
* Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used tojasone2001-07-2042-477/+1837
| | | | | | | | be malloc()ed, but they are now allocated using mmap(), just as the default-size stacks are. A separate cache of stacks is kept for non-default-size stacks. Collaboration with: deischen
* Document EVFILT_TIMER.jlemon2001-07-191-0/+12
| | | | MFC after: 1 week
* Don't claim that strncpy() is the same as strcpy().dd2001-07-191-6/+6
| | | | | PR: 29002 Submitted by: Joseph Mallett <jmallett@xMach.org>
* 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
| | | | While we're here, fix a snprintf() usage warning.
* Update to the same level of debug-logging as the rest of themarkm2001-07-171-6/+26
| | | | FreeBSD/PAM modules.
* Update to the same code as in the pam_krb5.so port.markm2001-07-174-64/+24
| | | | According to Peter, the port works - this needs more testing.
* mdoc(7) police: Add strncpy() to the NAME section.ru2001-07-161-1/+1
|
* Remove unnecessary #include <stdlib.h>kris2001-07-161-1/+0
| | | | | Obtained from: NetBSD MFC After: 1 week
* Oops, commit the version which actually workskris2001-07-161-6/+12
| | | | | Obtained from: NetBSD MFC After: 1 week
* Avoid a compile-time format string warningkris2001-07-161-10/+13
| | | | | Obtained from: NetBSD MFC After: 1 week
* 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
| | | | Submitted by: Mike Barcroft <mike@q9media.com>
* Fix a memory leak in __rpcb_findaddr(), avoid compiler warnings.iedowse2001-07-141-1/+4
| | | | Submitted by: Martin Blapp <mb@imp.ch>
* Use a better method of getting user credentials to account formarkm2001-07-142-8/+8
| | | | | | (legal) UID duplication. Rename use_uid to auth_as_self for consistency with other modules.
* Use a better method to get user credentials to account for (legal)markm2001-07-142-2/+3
| | | | duplications of UID's in /etc/*passwd.
* Recognize the %s format.dd2001-07-131-0/+16
| | | | | | Submitted by: Thomas Zenker <thz@lennartz-electronic.de> and Maxim Konovalov <maxim@macomnet.ru>, respectively Reviewed by: -audit
* mdoc(7) police: -xwidth has been fold into -width.ru2001-07-1312-19/+19
|
* mdoc(7) police: fixed markup, a little bit.ru2001-07-1110-59/+67
|
* mdoc(7) police: fixed markup any numerous typos.ru2001-07-111-19/+24
|
* mdoc(7) police: removed punctuation after the last SEE ALSO xref.ru2001-07-102-2/+2
|
* style nitsobrien2001-07-101-2/+2
|
* Fix a horrible bug introduced by myself where the options collectionmarkm2001-07-103-11/+20
| | | | keeps on growing as the module stack is parsed.
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-10300-300/+300
|
* MFS: add the FreeBSD history.obrien2001-07-101-1/+3
|
* Give the FreeBSD history also.obrien2001-07-101-1/+3
|
* style nitobrien2001-07-091-1/+1
|
* Document more resolver(3) routines: dn_skip() from resolv.h, andtobez2001-07-092-2/+55
| | | | | | | ns_get16(), ns_get32(), ns_put16(), and ns_put32() from arpa/nameser.h. Markup by: ru OK'ed by: markm
* Clean up (and in some cases write) the PAM mudules, usingmarkm2001-07-0935-266/+2030
| | | | | | | | | | o The new options-processing API o The new DEBUG-logging API Add man(1) pages for ALL modules. MDOC-Police welcome to check this. Audit, clean up while I'm here.
* Bump the major number. The libraries API has changed incompatibly.markm2001-07-091-1/+1
|
* Almost completely rewrite the PAM module options processingmarkm2001-07-097-82/+334
| | | | | | | | routines, and provide a more extended API for doing this. Provide an API for debug logging. Audit and clean up the code.
OpenPOWER on IntegriCloud