| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r287292: | kib | 2015-09-05 | 1 | -2/+3 |
* | db: Use O_CLOEXEC instead of separate fcntl() call. | jilles | 2013-08-13 | 1 | -3/+1 |
* | db/hash: Use O_CLOEXEC instead of separate fcntl() call. | jilles | 2013-08-11 | 1 | -2/+1 |
* | libc/db/hash: cap auto-tuned block size with a value that actually works | avg | 2010-04-05 | 2 | -1/+3 |
* | Consider flag == 0 as the same of flag == R_NEXT. This change will restore | delphij | 2009-08-24 | 1 | -2/+2 |
* | Add some casts to silence compiler warning about signedness. | delphij | 2009-03-28 | 1 | -1/+1 |
* | Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD. | delphij | 2009-03-28 | 2 | -67/+44 |
* | Plug memory leaks and a potential NULL dereference. | delphij | 2009-03-28 | 1 | -4/+12 |
* | Simplify the logic when determining whether to zero out a db file to after | delphij | 2009-03-28 | 1 | -15/+5 |
* | - If (keysize+datasize)%(bsize=14)==0, insertion of a `big key' would cause | delphij | 2009-03-28 | 1 | -6/+18 |
* | Avoid NULL deference which causes DEBUG1 to crash, not to print useful | delphij | 2009-03-28 | 1 | -1/+1 |
* | - Avoid overwriting the cursor page when the cursor page becomes the | delphij | 2009-03-28 | 1 | -1/+21 |
* | Fix a crash when iterating over a hash and removing its elements. | delphij | 2009-03-28 | 2 | -11/+21 |
* | Only squeeze a short key/value pair onto a page with other complete key/value | delphij | 2009-03-28 | 1 | -3/+9 |
* | Diff reduce against OpenBSD, no functional change. | delphij | 2009-03-28 | 2 | -12/+6 |
* | Return meaningful errno in overflow case; print error message to stderr | delphij | 2009-03-28 | 1 | -1/+7 |
* | Use pread(2) and pwrite(2) instead of lseek(2) + read(2) / write(2). | delphij | 2009-03-28 | 2 | -6/+3 |
* | db/btree/bt_open.c: check return value of snprintf() and return value | delphij | 2009-03-28 | 1 | -4/+15 |
* | Several signed/unsigned warning fixes. | delphij | 2009-03-28 | 4 | -10/+12 |
* | When allocating memory, zero out them if we don't intend to overwrite them | delphij | 2009-03-28 | 1 | -9/+6 |
* | Explicitly specify bit width for on-disk data structure. | delphij | 2009-03-04 | 1 | -17/+17 |
* | Style changes (including additional casts to shut up warnings). This | delphij | 2009-03-04 | 2 | -10/+8 |
* | Diff reduction against OpenBSD: ANSI'fy prototypes. | delphij | 2009-03-02 | 5 | -213/+101 |
* | The usage of "info" in init_hash() is read-only, so constify | delphij | 2007-05-25 | 1 | -3/+3 |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 10 | -40/+0 |
* | Fix format strings to unbreak with -DDEBUG option. | kuriyama | 2004-09-10 | 1 | -1/+1 |
* | Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). | nectar | 2003-02-16 | 2 | -4/+5 |
* | libc_r wasn't so tied to libc for 22 months. | ru | 2002-11-18 | 1 | -1/+1 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -0/+1 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -0/+2 |
* | Remove multi-line __P() usage. | obrien | 2002-03-22 | 2 | -3/+3 |
* | Remove __P() usage. | obrien | 2002-03-21 | 7 | -53/+54 |
* | Remove 'register' keyword. | obrien | 2002-03-21 | 6 | -72/+78 |
* | Add new, from scratch implementation of hsearch() et al that actually works. | ru | 2001-05-15 | 2 | -110/+1 |
* | Fix typo: compatability -> compatibility. | asmodai | 2001-02-06 | 1 | -1/+2 |
* | Remove _THREAD_SAFE and make libc thread-safe by default by | deischen | 2001-01-24 | 3 | -5/+11 |
* | cleanup the tsearch import. | alfred | 2000-07-06 | 2 | -53/+4 |
* | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | jasone | 2000-01-27 | 2 | -14/+12 |
* | Add three-tier symbol naming in support of POSIX thread cancellation | jasone | 2000-01-12 | 2 | -12/+18 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Changed all paths to be relative to src/lib instead of src/lib/libc | jb | 1997-05-03 | 1 | -2/+3 |
* | Reviewed by: Bruce Evans <bde@freebsd.org> | danny | 1997-02-15 | 1 | -0/+6 |
* | Back out most of the last backout. :-) Guido removed the 1.1.1.1->1.1.1.2 | peter | 1996-10-19 | 1 | -10/+18 |
* | Backout bzero patch. | guido | 1996-10-18 | 1 | -21/+11 |
* | When freeing buffers in the db routines, also zeroize them | guido | 1996-10-17 | 1 | -1/+3 |
* | Bring in fixes to db 1.85 from NetBSD. These fixes have been documented as | pst | 1996-07-21 | 2 | -16/+37 |
* | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 2 | -2/+2 |
* | Fix conflicts and merge into mainline | pst | 1996-02-27 | 4 | -174/+183 |
* | This commit was generated by cvs2svn to compensate for changes in r14272, | pst | 1996-02-27 | 6 | -75/+85 |
|\ |
|
| * | Import updated Berkeley DB into CSRG branch | pst | 1996-02-27 | 10 | -249/+268 |