summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/hash/hash.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r297790:ngie2016-12-031-1/+1
* MFC r297626:bdrewery2016-04-131-1/+2
* MFC:dwmalone2016-03-061-1/+5
* db/hash: Use O_CLOEXEC instead of separate fcntl() call.jilles2013-08-111-2/+1
* libc/db/hash: cap auto-tuned block size with a value that actually worksavg2010-04-051-0/+2
* Consider flag == 0 as the same of flag == R_NEXT. This change will restoredelphij2009-08-241-2/+2
* Plug memory leaks and a potential NULL dereference.delphij2009-03-281-4/+12
* Simplify the logic when determining whether to zero out a db file to afterdelphij2009-03-281-15/+5
* Fix a crash when iterating over a hash and removing its elements.delphij2009-03-281-11/+13
* Diff reduce against OpenBSD, no functional change.delphij2009-03-281-2/+1
* Use pread(2) and pwrite(2) instead of lseek(2) + read(2) / write(2).delphij2009-03-281-2/+1
* Several signed/unsigned warning fixes.delphij2009-03-281-3/+3
* Diff reduction against OpenBSD: ANSI'fy prototypes.delphij2009-03-021-63/+26
* The usage of "info" in init_hash() is read-only, so constifydelphij2007-05-251-3/+3
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* Fix format strings to unbreak with -DDEBUG option.kuriyama2004-09-101-1/+1
* Remove __P() usage.obrien2002-03-211-16/+16
* Remove 'register' keyword.obrien2002-03-211-12/+12
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-2/+5
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-6/+6
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-121-6/+8
* General -Wall warning cleanup, part I.jkh1996-07-121-1/+1
* Fix conflicts and merge into mainlinepst1996-02-271-28/+28
* move stat behind open to cover corner casepst1996-02-251-2/+8
* If a .db file is 0 length, initialize it as if it did not exist.pst1996-02-231-1/+2
* Reviewed by: julian and (hsu?)julian1996-01-221-7/+7
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+994
OpenPOWER on IntegriCloud