Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | I am retiring my old email address; replace it with my OpenBSD one. | millert | 2019-01-25 | 1 | -3/+3 |
| | |||||
* | Remove sentences in RETURN VALUES sections saying that functions with | mmcc | 2016-03-12 | 1 | -6/+2 |
| | | | | | | | | | | | | | void return types 'return no value'. This is obvious and therefore unneccessary to mention. We spare rewind(3)'s sentence because espie@ pointed out that it's a warning - the function masks a potential error. This commit also adds a sentence to X509_free clarifying that it's NULL-safe. This bit was discussed with doug@. ok martijn@, sentiment supported by schwarze@ | ||||
* | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | tedu | 2013-06-05 | 1 | -3/+3 |
| | |||||
* | Zap extra spaces from function pointer arguments | guenther | 2012-07-08 | 1 | -5/+5 |
| | | | | Pointed out by Joachim Schipper (joachim at joachimschipper.nl) | ||||
* | Describe tdelete()'s return value correctly and update the related CAVEAT | guenther | 2012-07-08 | 1 | -12/+15 |
| | | | | | Based on a note from Steffen Daode Nurpmeso (sdaoden at googlemail.com) ok jmc@ | ||||
* | convert to new .Dd format; | jmc | 2007-05-31 | 1 | -2/+2 |
| | |||||
* | POSIX says tdelete() returns the parent of the deleted node. Sadly the | otto | 2006-04-04 | 1 | -1/+9 |
| | | | | | | root node doesn't have a parent, and POSIX does not say what should be done in that case. Warn developers that different implementations may do different things. | ||||
* | When tdelete() is used to delete the root node, don't return a | moritz | 2006-04-04 | 1 | -2/+2 |
| | | | | | | | | | | pointer to the freed root node, but return a pointer to the new root node. POSIX does not define, what should be returned in that case. Fixes Coverity CID 2528. ok millert@ otto@ | ||||
* | document posixness; | jmc | 2006-01-30 | 1 | -1/+4 |
| | | | | fixes pr #4996, from joachim schipper; | ||||
* | Sync with share/misc/license.template and add missing DARPA credit | millert | 2003-06-17 | 1 | -9/+8 |
| | | | | where applicable. | ||||
* | Use an ISC-tyle license for all my code; it is simpler and more permissive. | millert | 2003-06-03 | 1 | -22/+12 |
| | |||||
* | - section reorder | jmc | 2003-06-01 | 1 | -4/+4 |
| | | | | | - merge COMPATIBILITY - kill whitespace at EOL | ||||
* | For man pages that describe multiple functions, split the .Nm arguments | aaron | 2000-08-09 | 1 | -2/+5 |
| | | | | onto separate lines in the NAME section. | ||||
* | Flesh out stdlib function man pages. | aaron | 2000-04-20 | 1 | -3/+5 |
| | |||||
* | repair prototypes; cky@pobox.com | deraadt | 2000-02-25 | 1 | -5/+5 |
| | |||||
* | trash some old leftover macros and replace them with -mdoc macros | aaron | 1999-07-04 | 1 | -2/+2 |
| | |||||
* | first round of repairs on stdlib | aaron | 1999-06-29 | 1 | -7/+14 |
| | |||||
* | correct some Xr's which referred to the wrong man page sections | aaron | 1999-05-10 | 1 | -2/+1 |
| | |||||
* | make function names the correct case | deraadt | 1999-02-27 | 1 | -7/+7 |
| | |||||
* | Remove the advertising clause in my old license, it impedes free use | millert | 1998-06-21 | 1 | -5/+2 |
| | | | | | of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code... | ||||
* | First cut at documentinf tsearch(3) -- needs work. | millert | 1997-06-15 | 1 | -0/+119 |