diff options
author | glebius <glebius@FreeBSD.org> | 2012-09-04 12:07:33 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2012-09-04 12:07:33 +0000 |
commit | 0259eae71ddeae3d8d755dc42bbdc21e1016da04 (patch) | |
tree | 5a56f4d78ed7c2807e5e36a0c7f511f72811d98f /sys/conf/files | |
parent | 7b532e0b89fb03edc5e4dbadf4ce2ac072c67d70 (diff) | |
download | FreeBSD-src-0259eae71ddeae3d8d755dc42bbdc21e1016da04.zip FreeBSD-src-0259eae71ddeae3d8d755dc42bbdc21e1016da04.tar.gz |
- Move jenkins.h to jenkins_hash.c
- 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
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index 08730fb..e08c259 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -2797,6 +2797,7 @@ libkern/inet_aton.c standard libkern/inet_ntoa.c standard libkern/inet_ntop.c standard libkern/inet_pton.c standard +libkern/jenkins_hash.c standard libkern/mcount.c optional profiling-routine libkern/memcchr.c standard libkern/memcmp.c standard |