summaryrefslogtreecommitdiff
path: root/usr.bin/config/hash.c
AgeCommit message (Expand)Author
2014-10-29- add RCSID'schristos
2014-10-12Fix typos in previous.uebayasi
2014-10-12Make hash capable of taking two key strings.uebayasi
2012-03-12Give option definitions their own data structure instead of using nvlists.dholland
2012-03-12Introduce type-safe wrappers around the hash tables. Use them for adholland
2009-04-11Fix WARNS=4 issues (-Wcast-qual -Wsign-compare -Wshadow)lukem
2006-12-27Fix a typo in ht_free() which caused the last list of the hashtable to be ign...alc
2006-09-27Coverity CID 175: Avoid memory leak; add new function to destroy a hash table.christos
2006-09-03There isn't really any point in the 'union' for nv_str and nv_ptr, all itdsl
2006-08-26Now that this is part of tools, we don't need the extra build glue.christos
2005-06-05config and genassym are not sysadmin tools, they are development tools.thorpej