summaryrefslogtreecommitdiff
path: root/lib/libc/db
Commit message (Expand)AuthorAgeFilesLines
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-201-25/+10
* db/recno: Open with close-on-exec like btree and hash do.Jilles Tjoelker2015-09-131-1/+1
* Switch libc from using _sig{procmask,action,suspend} symbols, whichKonstantin Belousov2015-08-292-4/+6
* Drop some unnecessary casts.Pedro F. Giffuni2015-05-181-4/+3
* dbm_delete(3) correct man page to match current behaviour.Pedro F. Giffuni2015-02-201-4/+2
* Let __bt_put() accept the R_SETCURSOR flag, as stated in the dbopen(3) manpage.Jeremie Le Hen2014-03-061-1/+2
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-047-13/+13
* db: Use O_CLOEXEC instead of separate fcntl() call.Jilles Tjoelker2013-08-132-8/+3
* db/hash: Use O_CLOEXEC instead of separate fcntl() call.Jilles Tjoelker2013-08-111-2/+1
* Globally replace u_int*_t from (non-contributed) man pages.Ed Schouten2012-02-121-1/+1
* Fix clang warnings.Ben Laurie2011-06-181-3/+4
* The flags argument of mpool_get() is meaningful, document it.Xin LI2011-06-181-2/+9
* Bump dates in dbopen(3) and cpuset_getaffinity(2) from r212441 andGlen Barber2010-09-121-1/+1
* Note O_SYNC and O_NOFOLLOW flags in dbopen(3) since r190497.Glen Barber2010-09-101-2/+2
* libc/db/hash: cap auto-tuned block size with a value that actually worksAndriy Gapon2010-04-052-1/+3
* hash.3: fix a factual mistake in the man pageAndriy Gapon2010-04-051-1/+1
* Consider flag == 0 as the same of flag == R_NEXT. This change will restoreXin LI2009-08-241-2/+2
* Update SCCS IDs for Berkeley DB 1.86 merge.Xin LI2009-06-242-2/+2
* style: operators should appear at the line end if we have to wrap.Xin LI2009-06-241-2/+2
* Add some casts to silence compiler warning about signedness.Xin LI2009-03-282-3/+3
* Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD.Xin LI2009-03-2810-115/+214
* Allow O_SYNC and O_NOFOLLOW flags in dbopen().Xin LI2009-03-281-2/+2
* Plug memory leaks and a potential NULL dereference.Xin LI2009-03-281-4/+12
* Simplify the logic when determining whether to zero out a db file to afterXin LI2009-03-281-15/+5
* - If (keysize+datasize)%(bsize=14)==0, insertion of a `big key' would causeXin LI2009-03-281-6/+18
* Avoid NULL deference which causes DEBUG1 to crash, not to print usefulXin LI2009-03-281-1/+1
* - Avoid overwriting the cursor page when the cursor page becomes theXin LI2009-03-281-1/+21
* Fix a crash when iterating over a hash and removing its elements.Xin LI2009-03-282-11/+21
* 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-282-12/+6
* 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-282-6/+3
* db/btree/bt_open.c: check return value of snprintf() and return valueXin LI2009-03-282-6/+21
* Several signed/unsigned warning fixes.Xin LI2009-03-288-16/+18
* When allocating memory, zero out them if we don't intend to overwrite themXin LI2009-03-285-28/+11
* Save errno before calling _close(), which may clear it.Xin LI2009-03-231-2/+4
* use more proper format string.Xin LI2009-03-232-11/+11
* Our realloc(3) and reallocf(3) can handle NULL, which turns it into aXin LI2009-03-054-21/+8
* Explicitly specify bit width for on-disk data structure.Xin LI2009-03-041-17/+17
* Style changes (including additional casts to shut up warnings). ThisXin LI2009-03-0415-36/+35
* Rename variable 'index' to 'idx' to avoid name collision with index(3),Xin LI2009-03-037-101/+87
* Diff reduction against OpenBSD: ANSI'fy prototypes.Xin LI2009-03-0228-485/+196
* - Remove superfluous commentGabor Kovesdan2009-01-301-2/+0
* getopt(3) returns -1, not EOF.Kevin Lo2008-02-182-2/+2
* The usage of "info" in init_hash() is read-only, so constifyXin LI2007-05-251-3/+3
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-2/+4
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-0951-204/+0
* o dbm_close(3) returns void not zero or anything else. Touch .Dd.Maxim Konovalov2006-04-161-5/+1
* Add each directory's symbol map file to SYM_MAPS.Daniel Eischen2006-03-131-0/+2
* Add symbol maps and initial symbol version definitions to libc.Daniel Eischen2006-03-131-0/+30