summaryrefslogtreecommitdiffstats
path: root/lib/libc/ohash/ohash_do.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* these files have moved to libutilespie2014-05-121-116/+0
|
* tweak interface to do the right thing, after useful comments from millert@espie2014-05-121-9/+14
| | | | (mostly use a calloc function to avoid potential integer overflow)
* Cosmetic clean-up.espie2004-06-221-37/+16
| | | | | Simpler licence, update copyright years, trim empty lines, ISO declarations. okay miod@
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-2/+2
|
* missed a second hash->ohashespie2001-03-021-3/+3
|
* Add ohash_* functions to libc.espie2001-03-021-0/+132
Ok'd deraadt@, millert@