| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump dates in dbopen(3) and cpuset_getaffinity(2) from r212441 and | gjb | 2010-09-12 | 1 | -1/+1 |
* | Note O_SYNC and O_NOFOLLOW flags in dbopen(3) since r190497. | gjb | 2010-09-10 | 1 | -2/+2 |
* | libc/db/hash: cap auto-tuned block size with a value that actually works | avg | 2010-04-05 | 2 | -1/+3 |
* | hash.3: fix a factual mistake in the man page | avg | 2010-04-05 | 1 | -1/+1 |
* | Consider flag == 0 as the same of flag == R_NEXT. This change will restore | delphij | 2009-08-24 | 1 | -2/+2 |
* | Update SCCS IDs for Berkeley DB 1.86 merge. | delphij | 2009-06-24 | 2 | -2/+2 |
* | style: operators should appear at the line end if we have to wrap. | delphij | 2009-06-24 | 1 | -2/+2 |
* | Add some casts to silence compiler warning about signedness. | delphij | 2009-03-28 | 2 | -3/+3 |
* | Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD. | delphij | 2009-03-28 | 10 | -115/+214 |
* | Allow O_SYNC and O_NOFOLLOW flags in dbopen(). | delphij | 2009-03-28 | 1 | -2/+2 |
* | 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 | 2 | -6/+21 |
* | Several signed/unsigned warning fixes. | delphij | 2009-03-28 | 8 | -16/+18 |
* | When allocating memory, zero out them if we don't intend to overwrite them | delphij | 2009-03-28 | 5 | -28/+11 |
* | Save errno before calling _close(), which may clear it. | delphij | 2009-03-23 | 1 | -2/+4 |
* | use more proper format string. | delphij | 2009-03-23 | 2 | -11/+11 |
* | Our realloc(3) and reallocf(3) can handle NULL, which turns it into a | delphij | 2009-03-05 | 4 | -21/+8 |
* | 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 | 15 | -36/+35 |
* | Rename variable 'index' to 'idx' to avoid name collision with index(3), | delphij | 2009-03-03 | 7 | -101/+87 |
* | Diff reduction against OpenBSD: ANSI'fy prototypes. | delphij | 2009-03-02 | 28 | -485/+196 |
* | - Remove superfluous comment | gabor | 2009-01-30 | 1 | -2/+0 |
* | getopt(3) returns -1, not EOF. | kevlo | 2008-02-18 | 2 | -2/+2 |
* | The usage of "info" in init_hash() is read-only, so constify | delphij | 2007-05-25 | 1 | -3/+3 |
* | Use C comments since we now preprocess these files with CPP. | deischen | 2007-04-29 | 1 | -2/+4 |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 51 | -204/+0 |
* | o dbm_close(3) returns void not zero or anything else. Touch .Dd. | maxim | 2006-04-16 | 1 | -5/+1 |
* | Add each directory's symbol map file to SYM_MAPS. | deischen | 2006-03-13 | 1 | -0/+2 |
* | Add symbol maps and initial symbol version definitions to libc. | deischen | 2006-03-13 | 1 | -0/+30 |
* | Fix parameter types of close and get members in DB. | stefanf | 2005-09-10 | 1 | -2/+2 |
* | Expand *n't contractions. | ru | 2005-02-13 | 2 | -3/+3 |
* | Fix a condition where the hole would be inserted in the wrong | kuriyama | 2004-09-13 | 1 | -4/+2 |
* | I found "portsdb -u" dumps core with recent INDEX file, and this is | kuriyama | 2004-09-10 | 1 | -0/+2 |
* | Fix format strings to unbreak with -DDEBUG option. | kuriyama | 2004-09-10 | 3 | -17/+18 |
* | Remove the misleading description of the 'key' argument to | roam | 2004-08-27 | 1 | -17/+1 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 3 | -4/+4 |
* | Simplify mpool_get() and mpool_write() by using pread() and pwrite() | das | 2004-01-20 | 1 | -6/+3 |
* | mdoc(7): Use the new feature of the .In macro. | ru | 2003-09-08 | 5 | -7/+7 |
* | Fix a sizeof error in __bt_put: when writing they key and data sizes | tmm | 2003-05-30 | 1 | -3/+5 |
* | Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). | nectar | 2003-02-16 | 6 | -10/+14 |
* | The .Fn function | charnier | 2003-02-06 | 1 | -12/+13 |