Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Move jenkins.h to jenkins_hash.c | glebius | 2012-09-04 | 1 | -9/+44 |
| | | | | | | | | | | - Provide missing function that can do hashing of arbitrary sized buffer. - Refetch lookup3.c and do only minimal edits to it, so that diff between our jenkins_hash.c and lookup3.c is minimal. - Add declarations for jenkins_hash(), jenkins_hash32() to sys/hash.h. - Document these functions in hash(9) Obtained from: http://burtleburtle.net/bob/c/lookup3.c | ||||
* | Fix a compiler warning so hash.h can be included in the kernel. This changes | thompsa | 2007-04-09 | 1 | -3/+3 |
| | | | | | | | the args for hash32_stre and hash32_strne but there are no consumers in the base system and openbgpd does not use it which the initial import was for. Silence on: hackers | ||||
* | Add missing "const" qualifiers. | ru | 2006-10-19 | 1 | -6/+6 |
| | | | | Submitted by: bde | ||||
* | Revise markup. | ru | 2006-09-30 | 1 | -10/+11 |
| | |||||
* | Import OpenBSD's manual page to the sys/sys/hash.c functions imported two | andre | 2006-03-14 | 1 | -0/+160 |
days earlier. Obtained from: OpenBSD |