summaryrefslogtreecommitdiffstats
path: root/lib/libc/db
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify mpool_get() and mpool_write() by using pread() and pwrite()das2004-01-201-6/+3
* mdoc(7): Use the new feature of the .In macro.ru2003-09-085-7/+7
* Fix a sizeof error in __bt_put: when writing they key and data sizestmm2003-05-301-3/+5
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).nectar2003-02-166-10/+14
* The .Fn functioncharnier2003-02-061-12/+13
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* mdoc(7) police: "The .Fa argument.".ru2002-12-195-22/+46
* mdoc(7) police: "The .Fn function".ru2002-12-183-6/+50
* libc_r wasn't so tied to libc for 22 months.ru2002-11-187-14/+12
OpenPOWER on IntegriCloud