summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/hash/hash_page.c
Commit message (Expand)AuthorAgeFilesLines
* Switch libc from using _sig{procmask,action,suspend} symbols, whichkib2015-08-291-2/+3
* db: Use O_CLOEXEC instead of separate fcntl() call.jilles2013-08-131-3/+1
* Add some casts to silence compiler warning about signedness.delphij2009-03-281-1/+1
* Fix a crash when iterating over a hash and removing its elements.delphij2009-03-281-0/+8
* Only squeeze a short key/value pair onto a page with other complete key/valuedelphij2009-03-281-3/+9
* Diff reduce against OpenBSD, no functional change.delphij2009-03-281-10/+5
* Return meaningful errno in overflow case; print error message to stderrdelphij2009-03-281-1/+7
* Use pread(2) and pwrite(2) instead of lseek(2) + read(2) / write(2).delphij2009-03-281-4/+2
* db/btree/bt_open.c: check return value of snprintf() and return valuedelphij2009-03-281-4/+15
* Diff reduction against OpenBSD: ANSI'fy prototypes.delphij2009-03-021-73/+41
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* Remove __P() usage.obrien2002-03-211-7/+7
* Remove 'register' keyword.obrien2002-03-211-29/+29
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-2/+4
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-8/+6
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-121-6/+10
* Fix conflicts and merge into mainlinepst1996-02-271-85/+85
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+944
OpenPOWER on IntegriCloud