History log of /netbsd/lib/libutil/efun.c (Results 1 – 12 of 12)
Revision Date Author Comments
# bbb019d8 03-Oct-2019 tnn <tnn@NetBSD.org>

annotate __dead


# a7ff62fd 03-Oct-2019 christos <christos@NetBSD.org>

provide a default error function instead of trying to cast exit(3).


# 4692d975 26-Jul-2015 kamil <kamil@NetBSD.org>

Add ereallocarr(3) to libutil

ereallocarr(3) wraps reallocarr(3) and embeds return status validation.

Older version reviewed by <riastradh> and <christos>


# de5349eb 18-Jan-2015 christos <christos@NetBSD.org>

add estro{i,u} (Kamil Rytarowski)


# 4adc3acd 30-Dec-2012 dholland <dholland@NetBSD.org>

Fix failure message for ecalloc.


# b60c0fb1 30-Dec-2012 dholland <dholland@NetBSD.org>

If malloc, calloc, or realloc returns NULL when a size of 0 was
requested, which is allowed by pertinent standards, honor it instead
of bombing.

Do not do this for calloc(x, y) where x != 0 && y !=

If malloc, calloc, or realloc returns NULL when a size of 0 was
requested, which is allowed by pertinent standards, honor it instead
of bombing.

Do not do this for calloc(x, y) where x != 0 && y != 0 but x*y == 0;
in that case bomb.

show more ...


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 060d8639 01-Jul-2007 pooka <pooka@NetBSD.org>

add estrndup()


# 5863dc6e 27-Sep-2006 christos <christos@NetBSD.org>

Coverity CID 4159: Don't memset() needlessly.


# ec0bdc95 28-Aug-2006 christos <christos@NetBSD.org>

make this compilable as a tool.


# 568f6f6f 26-Aug-2006 christos <christos@NetBSD.org>

Only use __RCSID if we have it.


# 6e90deb9 26-Aug-2006 christos <christos@NetBSD.org>

Efun source.