summaryrefslogtreecommitdiffstats
path: root/lib/libc/db
Commit message (Expand)AuthorAgeFilesLines
* MFC r306349:ngie2017-02-101-4/+9
* MFC r306332:pfg2016-10-191-1/+2
* Fix prototype of dbm_open().ed2016-05-312-2/+2
* Let dbm's datum::dptr use the right type.ed2016-05-301-2/+2
* libc: make more use of the howmany() macro when available.pfg2016-04-262-3/+2
* libc: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-201-1/+1
* libc: do not include <sys/types.h> where <sys/param.h> was already includedavos2016-04-181-1/+0
* libc: replace 0 with NULL for pointers.pfg2016-04-102-3/+3
* Follow-up r295924: Only sync hash-based db files open for writing when closing.bdrewery2016-04-061-1/+2
* libc: don't build compat functions if building WITHOUT_SYMVERemaste2016-03-151-1/+4
* Allow O_CLOEXEC to be used in dbopen() flagslidl2016-03-061-1/+5
* db(3): Fix aliasing warnings from modern GCC.pfg2016-02-241-3/+2
* db(3): Fix aliasing warnings from modern GCC.pfg2016-02-241-6/+12
* If we close or sync a hash-based db file, make sure to call fsync todwmalone2016-02-231-1/+5
* Use intptr_t note ptrdiff_t when storing flags in the bottom bits ofbrooks2016-01-292-6/+6
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.rodrigc2015-09-201-25/+10
* db/recno: Open with close-on-exec like btree and hash do.jilles2015-09-131-1/+1
* Switch libc from using _sig{procmask,action,suspend} symbols, whichkib2015-08-292-4/+6
* Drop some unnecessary casts.pfg2015-05-181-4/+3
* dbm_delete(3) correct man page to match current behaviour.pfg2015-02-201-4/+2
* Let __bt_put() accept the R_SETCURSOR flag, as stated in the dbopen(3) manpage.jlh2014-03-061-1/+2
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}marcel2014-03-047-13/+13
* 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
OpenPOWER on IntegriCloud