History log of /openbsd-src/lib/libc/stdlib/hcreate.c (Results 1 – 7 of 7)
Revision Date Author Comments
# b5745d08 29-May-2016 guenther <guenther@openbsd.org>

Remove dead support for changing BDB hash algorithm and cache of alternatives

ok natano@ millert@ deraadt@


# e6f98e3a 10-Sep-2015 guenther <guenther@openbsd.org>

Pull in namespace.h when building all .c files using gcc's -include option,
so that we can provide asm labels for the memcpy/memset/__stack_smash_handler
calls that it generates ab initio. Eliminate

Pull in namespace.h when building all .c files using gcc's -include option,
so that we can provide asm labels for the memcpy/memset/__stack_smash_handler
calls that it generates ab initio. Eliminate direct #includes of it. Make
sure it's a dependency of all objects (unnecessary for asm, but close enough).

ok deraadt@

show more ...


# bb2e986c 10-Aug-2014 guenther <guenther@openbsd.org>

Only need <stdint.h> and not all of <inttypes.h> here


# 1ed98fdf 02-Sep-2007 deraadt <deraadt@openbsd.org>

use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg


# c919a5c6 10-Oct-2005 espie <espie@openbsd.org>

fix a few warnings, keep the crypt stuff for later.
okay otto@


# c2c925de 08-Aug-2005 espie <espie@openbsd.org>

zap remaining rcsid.

Kill old files that are no longer compiled.

okay theo


# 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.