summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add about rewind+errno, describe ESPIPE, minor formatting.ache2001-08-191-6/+23
* Implement compute_stats() in terms of devstat_compute_statistics(). Thisken2001-08-183-104/+41
* Implement getpeereid(3), a front-end to the LOCAL_PEERCREDdd2001-08-173-2/+191
* Xref raise(3).dd2001-08-171-0/+1
* mdoc(7) police: collapse multiple spaces.ru2001-08-171-1/+1
* mdoc(7) police: fixed the fatal.ru2001-08-171-1/+1
* Simplify overflow calculations a bitache2001-08-171-4/+2
* Remove extra check, already done in upper level caller, i.e. inache2001-08-171-5/+1
* Mention ftell & ftello in EOVERFLOW section too.ache2001-08-171-1/+5
* Add more overflow checks in case of fseek()ache2001-08-171-0/+8
* Don't clear "we have offset" flag even if long is overflow for fseek(),ache2001-08-171-1/+0
* fseek.c:ache2001-08-174-10/+36
* mdoc(7) police: replace `\*(Ba' with a simple `|', it's handled specially.ru2001-08-161-1/+1
* Fix a bug in canceling joining threads.jasone2001-08-169-6/+54
* If the string specifying the allowed options starts with a leading `:',jkoshy2001-08-161-5/+2
* Explain the relation of getchar() to getc() in less words.dd2001-08-161-5/+1
* Remove out-of-date "cannot be exported from USA" notice.markm2001-08-151-2/+0
* Use smarter overflow testsache2001-08-151-3/+6
* Document the no_warn option.markm2001-08-157-5/+40
* Fix a couple of cross-references to reflect the reality of the module.markm2001-08-152-4/+4
* 1) Disallow negative seek as POSIX require for fseek{o} (but not for lseek):ache2001-08-153-13/+45
* Use the ".Rv" mdoc(7) macro where appropriate.yar2001-08-146-39/+18
* Isolate the ERRORS section from the RETURN VALUES one.yar2001-08-141-5/+3
* mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-149-17/+46
* Rip out the old __stdin/out/err stuff. It was completely 100% useless. :-(peter2001-08-132-16/+8
* mdoc(7) police: s;BSD/OS;.Bsx; where appropriate.ru2001-08-132-2/+3
* mdoc(7) police: s/NetBSD/.Nx/ where appropriate.ru2001-08-132-2/+3
* mdoc(7) police: s/OpenBSD/.Ox/ where appropriate.ru2001-08-133-3/+10
* Spell "FreeBSD" with "F" and "BSD" in uppercase.ru2001-08-1335-35/+35
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-1398-218/+42
* Cross-reference io(4).iedowse2001-08-121-0/+2
* Remove the WANT_INSECURE_OPIE option - it is now a default. This is notmarkm2001-08-121-2/+0
* Fill _res.sort_list with harmless entry. sortlist for IPv6/IPv4ume2001-08-111-0/+3
* Fix:markm2001-08-111-7/+8
* Make the name parameter const char *.imp2001-08-113-3/+3
* Use .Fn, .Fa, and .Dv where appropriate.dd2001-08-101-2/+6
* Clean up this module very extensively. Fix the logging, the codingmarkm2001-08-1012-1410/+1101
* Code clean up; make logging same as other modules and fix warnings.markm2001-08-101-3/+9
* General code clean-up. Sort out warnings, and make the warning andmarkm2001-08-101-6/+14
* Simplify code. Also verbose logging, verbose overridable error reporting.markm2001-08-101-5/+10
* Verbose logging, overridable verbose error reporting.markm2001-08-103-2/+18
* Module clean-up. Verbose logging, Overridable verbose error reporting,markm2001-08-101-26/+21
* Verbosely (overridable) report failure to the user.markm2001-08-101-0/+4
* Use the FreeBSD pam_prompt() interface to the conversation functionmarkm2001-08-101-79/+62
* Verbosely report errors to the user (overridable), and make suremarkm2001-08-101-3/+15
* mdoc(7) police: join split punctuation to macro calls.ru2001-08-1011-20/+21
* Include string.h for the strlen() prototype to quiet a warning.jhb2001-08-101-0/+1
* mdoc(7) police: fixed the "new sentence" bogons.ru2001-08-103-3/+3
* Fix broken logic so that this actually works for the superuser.markm2001-08-101-5/+21
* Rework this to prevent a nasty problem involving different modules'markm2001-08-101-42/+34
OpenPOWER on IntegriCloud