aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/db/hash/hash_page.c
Commit message (Expand)AuthorAgeFilesLines
* Switch libc from using _sig{procmask,action,suspend} symbols, whichKonstantin Belousov2015-08-291-2/+3
* db: Use O_CLOEXEC instead of separate fcntl() call.Jilles Tjoelker2013-08-131-3/+1
* Add some casts to silence compiler warning about signedness.Xin LI2009-03-281-1/+1
* Fix a crash when iterating over a hash and removing its elements.Xin LI2009-03-281-0/+8
* Only squeeze a short key/value pair onto a page with other complete key/valueXin LI2009-03-281-3/+9
* Diff reduce against OpenBSD, no functional change.Xin LI2009-03-281-10/+5
* Return meaningful errno in overflow case; print error message to stderrXin LI2009-03-281-1/+7
* Use pread(2) and pwrite(2) instead of lseek(2) + read(2) / write(2).Xin LI2009-03-281-4/+2
* db/btree/bt_open.c: check return value of snprintf() and return valueXin LI2009-03-281-4/+15
* Diff reduction against OpenBSD: ANSI'fy prototypes.Xin LI2009-03-021-73/+41
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Remove __P() usage.David E. O'Brien2002-03-211-7/+7
* Remove 'register' keyword.David E. O'Brien2002-03-211-29/+29
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-2/+4
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-8/+6
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-6/+10
* Fix conflicts and merge into mainlinePaul Traina1996-02-271-85/+85
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+944