Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove dead support for changing BDB hash algorithm and cache of alternatives | 2016-05-29 | 1 | -5/+4 | |
| | | | | ok natano@ millert@ deraadt@ | ||||
* | Pull in namespace.h when building all .c files using gcc's -include option, | 2015-09-10 | 1 | -2/+1 | |
| | | | | | | | | 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@ | ||||
* | Only need <stdint.h> and not all of <inttypes.h> here | 2014-08-10 | 1 | -2/+2 | |
| | |||||
* | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | 2007-09-02 | 1 | -2/+2 | |
| | |||||
* | fix a few warnings, keep the crypt stuff for later. | 2005-10-10 | 1 | -2/+2 | |
| | | | | okay otto@ | ||||
* | zap remaining rcsid. | 2005-08-08 | 1 | -10/+1 | |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | Working hcreate(3) et al from NetBSD (cgd) via ray at cyth dot net. | 2004-06-24 | 1 | -0/+200 | |
Now passes the regress tests. |