summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Rename the DIAGNOSTICS section to RETURN VALUES and describe thebrian2001-08-241-4/+10
* Ok, third time is the charm. VM_INHERIT_XXX -> INHERIT_XX (use the samedillon2001-08-241-3/+3
* Oops, minherit() uses VM_INHERIT_XXX as the argument, not MAP_XXX. Properlydillon2001-08-241-5/+10
* Update the mmap.2 and minherit.2 manual pages. Add a short explanation anddillon2001-08-242-0/+40
* Explain what the return value from NgRecvMsg() and NgRecvData() means,brian2001-08-241-0/+6
* Fd is macro too, so use \&Fdache2001-08-241-1/+1
* Fildes -> Fd too (started from big letter)ache2001-08-241-1/+1
* Changeache2001-08-241-1/+3
* Fix up English from previous 3 revisions.sheldonh2001-08-241-6/+6
* Make ps -M corefile work again. This has been broken for quite some time.peter2001-08-241-6/+11
* Dynamically adjust to the value of KERNBASE in a crashdump, withpeter2001-08-242-4/+24
* Remove a duplicate "that".ken2001-08-241-1/+1
* begin executed --> being executeddd2001-08-241-1/+1
* Killed reference to MAP_INHERIT which is not supported in FreeBSD.dg2001-08-231-4/+0
* Now we implement l_len<0 per POSIX, describe it.ache2001-08-231-3/+4
* Bail if we go beyond the directory size, not just if we hit it.gallatin2001-08-231-1/+1
* Cosmetique: correct English in commentsache2001-08-231-2/+2
* Rephrasing prev. commit a bit.ache2001-08-231-4/+12
* Describe EOVERFLOW, EOPNOTSUPP and reaction to negative l_lenache2001-08-231-7/+18
* mdoc(7) police: Fixed broken xrefs.ru2001-08-226-7/+11
* Document new EINVAL, EOVERFLOW cases. Sort ERRORSache2001-08-211-3/+9
* 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
OpenPOWER on IntegriCloud