History log of /openbsd-src/lib/libc/stdlib/hcreate.3 (Results 1 – 8 of 8)
Revision Date Author Comments
# f0374f15 30-Jan-2018 jmc <jmc@openbsd.org>

word fix; from edgar pettijohn


# 75f7977e 12-Mar-2016 mmcc <mmcc@openbsd.org>

Remove sentences in RETURN VALUES sections saying that functions with
void return types 'return no value'. This is obvious and therefore
unneccessary to mention.

We spare rewind(3)'s sentence becaus

Remove sentences in RETURN VALUES sections saying that functions with
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@

show more ...


# 7ea1c5d1 28-Jul-2010 ray <ray@openbsd.org>

Sync hcreate(3) with NetBSD, adding some caveats.

OK jmc


# d874cce4 26-Jun-2008 ray <ray@openbsd.org>

First pass at removing clauses 3 and 4 from NetBSD licenses.

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 t

First pass at removing clauses 3 and 4 from NetBSD licenses.

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@

show more ...


# 9490d37c 31-May-2007 jmc <jmc@openbsd.org>

convert to new .Dd format;


# 0fa20324 30-Jan-2006 jmc <jmc@openbsd.org>

document posixness;
fixes pr #4996, from joachim schipper;


# 3f82fb3d 26-Jul-2005 jaredy <jaredy@openbsd.org>

- typos, punctuation, layout, macro tweaks
- break long lines

ok jmc


# 46f8fdc8 24-Jun-2004 millert <millert@openbsd.org>

Working hcreate(3) et al from NetBSD (cgd) via ray at cyth dot net.
Now passes the regress tests.