summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/hcreate.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sync hcreate(3) with NetBSD, adding some caveats.ray2010-07-281-12/+67
| | | | OK jmc
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-9/+2
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* document posixness;jmc2006-01-301-8/+3
| | | | fixes pr #4996, from joachim schipper;
* - typos, punctuation, layout, macro tweaksjaredy2005-07-261-5/+6
| | | | | | - break long lines ok jmc
* Working hcreate(3) et al from NetBSD (cgd) via ray at cyth dot net.millert2004-06-241-0/+195
Now passes the regress tests.