summaryrefslogtreecommitdiffstats
path: root/include/ohash.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* uint32_t is the integer type defined in stdint.hespie2012-09-231-2/+2
* use standard type uint32_t, instead of BSD-specific u_int32_tespie2006-01-161-3/+3
* zap unused ohash_lookup_string declaration; ok espiejaredy2005-12-291-2/+1
* Cosmetic clean-up.espie2004-06-221-24/+12
* add __bounded__ attributes for userland headers; enabled with -Wboundedavsm2003-08-011-2/+3
* backout the __bounded__ attributes for a while; requested by deraadt@avsm2003-06-261-3/+2
* Mark various standard library functions with the __bounded__ attribute.avsm2003-06-261-2/+3
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-5/+5
* 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-17/+17
* Add ohash_* functions to libc.espie2001-03-021-0/+85