summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Don't claim to be mp(3).dd2001-08-211-1/+1
* Use .In, .Ux, and .Rv where appropriate. Also consistently call thisdd2001-08-211-18/+16
* Expand the ?: construct into an if/else.dd2001-08-211-1/+4
* The setprogname() function sets the name of the program to be the lastdd2001-08-211-1/+3
* Fix style bug.dd2001-08-211-1/+1
* Fixed warnings.ru2001-08-212-1/+4
* Pass the pointy hat, please.nectar2001-08-211-2/+4
* setprogname() should set __progname to the last component of the givennectar2001-08-211-1/+3
* Make sure stack is aligned to 16 bytes.dfr2001-08-211-1/+4
* Added TFTP support.ru2001-08-211-0/+9
* Close the "IRC DCC" security breach reported recently on Bugtraq.ru2001-08-211-0/+6
* Rebuild libcrypto.so.1 and libssl.so.1 from 4.2-RELEASE, but this timepeter2001-08-212-7413/+9224
* Fix some style inconsistencies introduced in rev 1.10, as well as someken2001-08-211-34/+36
* Make the copyright consistent.brian2001-08-204-12/+0
* Handle snprintf() returning < 0 (not just -1)brian2001-08-201-1/+1
* Better snprintf() handling.brian2001-08-201-38/+23
* Handle snrintf overflows.brian2001-08-201-0/+2
* Mark some functions as __printflike() and/or taking const char * argumentskris2001-08-2011-10/+25
* Handle snprintf() returning -1.brian2001-08-202-3/+6
* Add 'try_mapped_pass' standard option.markm2001-08-203-2/+5
* Handle snprintf() returning -1brian2001-08-201-2/+2
* Handle snrintf() returning -1.brian2001-08-201-16/+30
* Handle snprintf() returning -1brian2001-08-201-3/+13
* No functional changes, but:markm2001-08-205-38/+47
* Say goodbye to libss, which somehow managed to crouch hidden in the treekris2001-08-1919-1541/+2
* Fix logic errors in pthread_cond_wait() and pthread_cond_timedwait() thatjasone2001-08-193-204/+156
* 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
OpenPOWER on IntegriCloud