summaryrefslogtreecommitdiffstats
path: root/lib/libc/ohash (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix document titles.lteo2012-06-012-6/+6
| | | | ok haesbaert jmc henning
* +.Xr hcreate 3 ,jmc2011-06-031-2/+3
| | | | | requested by Daniel Dickman ok espie
* convert to new .Dd format;jmc2007-05-312-4/+4
|
* use standard type uint32_t, instead of BSD-specific u_int32_tespie2006-01-166-15/+15
| | | | | | | tell user to get it through stdint.h (note old sys/types.h still works, for now). okay millert@, jmc@
* tidy up SEE ALSO;jmc2005-07-291-2/+2
|
* - sync prototypes and header excerpts to realityjaredy2005-07-221-2/+2
| | | | | | | - punctuation, rewording, typos/spelling, macro, and layout fixes - add crossrefs where relevant ok jmc
* Be correct in our man pages when talking about NUL termination (that is,cloder2005-02-252-8/+8
| | | | | termination with '\0') vs. null termination. Input from krw@, jaredy@, jmc@. OK deraadt@
* .Xr makeespie2004-10-041-2/+2
|
* wording and formatting from jared yanovich;jmc2004-06-261-4/+4
|
* Cosmetic clean-up.espie2004-06-2214-372/+173
| | | | | Simpler licence, update copyright years, trim empty lines, ISO declarations. okay miod@
* more display/list fixes, and a little whitespace;jmc2004-04-162-7/+7
|
* `Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))jmc2004-01-231-2/+2
| | | | discussed with todd@
* typos;jmc2003-05-071-4/+4
|
* typoespie2002-07-011-2/+2
|
* o) start new sentence on a new line;mpech2002-05-011-2/+3
| | | | | | | o) always close .Bl tags; o) fix usage of .Xr; millert@ ok
* 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
|
* Better wordingespie2001-09-242-12/+12
|
* mdoc police.aaron2001-03-111-8/+8
|
* typoart2001-03-091-2/+2
|
* missed a second hash->ohashespie2001-03-021-3/+3
|
* Missed one hash->ohashespie2001-03-021-2/+2
|
* Fix preambleespie2001-03-021-2/+4
|
* Oops, ohash_lookup_string bit the dust.espie2001-03-021-2/+1
|
* Add ohash_* functions to libc.espie2001-03-0215-0/+1066
Ok'd deraadt@, millert@