summaryrefslogtreecommitdiffstats
path: root/lib/libc/db
Commit message (Expand)AuthorAgeFilesLines
* db: Use O_CLOEXEC instead of separate fcntl() call.jilles2013-08-132-8/+3
* db/hash: Use O_CLOEXEC instead of separate fcntl() call.jilles2013-08-111-2/+1
* Globally replace u_int*_t from (non-contributed) man pages.ed2012-02-121-1/+1
* Fix clang warnings.benl2011-06-181-3/+4
* The flags argument of mpool_get() is meaningful, document it.delphij2011-06-181-2/+9
* Bump dates in dbopen(3) and cpuset_getaffinity(2) from r212441 andgjb2010-09-121-1/+1
* Note O_SYNC and O_NOFOLLOW flags in dbopen(3) since r190497.gjb2010-09-101-2/+2
* libc/db/hash: cap auto-tuned block size with a value that actually worksavg2010-04-052-1/+3
* hash.3: fix a factual mistake in the man pageavg2010-04-051-1/+1
* Consider flag == 0 as the same of flag == R_NEXT. This change will restoredelphij2009-08-241-2/+2
* Update SCCS IDs for Berkeley DB 1.86 merge.delphij2009-06-242-2/+2
* style: operators should appear at the line end if we have to wrap.delphij2009-06-241-2/+2
* Add some casts to silence compiler warning about signedness.delphij2009-03-282-3/+3
* Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD.delphij2009-03-2810-115/+214
* Allow O_SYNC and O_NOFOLLOW flags in dbopen().delphij2009-03-281-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
* - If (keysize+datasize)%(bsize=14)==0, insertion of a `big key' would causedelphij2009-03-281-6/+18
* Avoid NULL deference which causes DEBUG1 to crash, not to print usefuldelphij2009-03-281-1/+1
* - Avoid overwriting the cursor page when the cursor page becomes thedelphij2009-03-281-1/+21
* Fix a crash when iterating over a hash and removing its elements.delphij2009-03-282-11/+21
* 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-282-12/+6
* 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-282-6/+3
* db/btree/bt_open.c: check return value of snprintf() and return valuedelphij2009-03-282-6/+21
* Several signed/unsigned warning fixes.delphij2009-03-288-16/+18
* When allocating memory, zero out them if we don't intend to overwrite themdelphij2009-03-285-28/+11
* Save errno before calling _close(), which may clear it.delphij2009-03-231-2/+4
* use more proper format string.delphij2009-03-232-11/+11
* Our realloc(3) and reallocf(3) can handle NULL, which turns it into adelphij2009-03-054-21/+8
* Explicitly specify bit width for on-disk data structure.delphij2009-03-041-17/+17
* Style changes (including additional casts to shut up warnings). Thisdelphij2009-03-0415-36/+35
* Rename variable 'index' to 'idx' to avoid name collision with index(3),delphij2009-03-037-101/+87
* Diff reduction against OpenBSD: ANSI'fy prototypes.delphij2009-03-0228-485/+196
* - Remove superfluous commentgabor2009-01-301-2/+0
* getopt(3) returns -1, not EOF.kevlo2008-02-182-2/+2
* The usage of "info" in init_hash() is read-only, so constifydelphij2007-05-251-3/+3
* Use C comments since we now preprocess these files with CPP.deischen2007-04-291-2/+4
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-0951-204/+0
* o dbm_close(3) returns void not zero or anything else. Touch .Dd.maxim2006-04-161-5/+1
* Add each directory's symbol map file to SYM_MAPS.deischen2006-03-131-0/+2
* Add symbol maps and initial symbol version definitions to libc.deischen2006-03-131-0/+30
* Fix parameter types of close and get members in DB.stefanf2005-09-101-2/+2
* Expand *n't contractions.ru2005-02-132-3/+3
* Fix a condition where the hole would be inserted in the wrongkuriyama2004-09-131-4/+2
* I found "portsdb -u" dumps core with recent INDEX file, and this iskuriyama2004-09-101-0/+2
* Fix format strings to unbreak with -DDEBUG option.kuriyama2004-09-103-17/+18
* Remove the misleading description of the 'key' argument toroam2004-08-271-17/+1
* Mechanically kill hard sentence breaks.ru2004-07-023-4/+4
OpenPOWER on IntegriCloud