| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix clang warnings. | Ben Laurie | 2011-06-18 | 1 | -3/+4 |
| * | The flags argument of mpool_get() is meaningful, document it. | Xin LI | 2011-06-18 | 1 | -2/+9 |
| * | Bump dates in dbopen(3) and cpuset_getaffinity(2) from r212441 and | Glen Barber | 2010-09-12 | 1 | -1/+1 |
| * | Note O_SYNC and O_NOFOLLOW flags in dbopen(3) since r190497. | Glen Barber | 2010-09-10 | 1 | -2/+2 |
| * | libc/db/hash: cap auto-tuned block size with a value that actually works | Andriy Gapon | 2010-04-05 | 2 | -1/+3 |
| * | hash.3: fix a factual mistake in the man page | Andriy Gapon | 2010-04-05 | 1 | -1/+1 |
| * | Consider flag == 0 as the same of flag == R_NEXT. This change will restore | Xin LI | 2009-08-24 | 1 | -2/+2 |
| * | Update SCCS IDs for Berkeley DB 1.86 merge. | Xin LI | 2009-06-24 | 2 | -2/+2 |
| * | style: operators should appear at the line end if we have to wrap. | Xin LI | 2009-06-24 | 1 | -2/+2 |
| * | Add some casts to silence compiler warning about signedness. | Xin LI | 2009-03-28 | 2 | -3/+3 |
| * | Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD. | Xin LI | 2009-03-28 | 10 | -115/+214 |
| * | Allow O_SYNC and O_NOFOLLOW flags in dbopen(). | Xin LI | 2009-03-28 | 1 | -2/+2 |
| * | Plug memory leaks and a potential NULL dereference. | Xin LI | 2009-03-28 | 1 | -4/+12 |
| * | Simplify the logic when determining whether to zero out a db file to after | Xin LI | 2009-03-28 | 1 | -15/+5 |
| * | - If (keysize+datasize)%(bsize=14)==0, insertion of a `big key' would cause | Xin LI | 2009-03-28 | 1 | -6/+18 |
| * | Avoid NULL deference which causes DEBUG1 to crash, not to print useful | Xin LI | 2009-03-28 | 1 | -1/+1 |
| * | - Avoid overwriting the cursor page when the cursor page becomes the | Xin LI | 2009-03-28 | 1 | -1/+21 |
| * | Fix a crash when iterating over a hash and removing its elements. | Xin LI | 2009-03-28 | 2 | -11/+21 |
| * | Only squeeze a short key/value pair onto a page with other complete key/value | Xin LI | 2009-03-28 | 1 | -3/+9 |
| * | Diff reduce against OpenBSD, no functional change. | Xin LI | 2009-03-28 | 2 | -12/+6 |
| * | Return meaningful errno in overflow case; print error message to stderr | Xin LI | 2009-03-28 | 1 | -1/+7 |
| * | Use pread(2) and pwrite(2) instead of lseek(2) + read(2) / write(2). | Xin LI | 2009-03-28 | 2 | -6/+3 |
| * | db/btree/bt_open.c: check return value of snprintf() and return value | Xin LI | 2009-03-28 | 2 | -6/+21 |
| * | Several signed/unsigned warning fixes. | Xin LI | 2009-03-28 | 8 | -16/+18 |
| * | When allocating memory, zero out them if we don't intend to overwrite them | Xin LI | 2009-03-28 | 5 | -28/+11 |
| * | Save errno before calling _close(), which may clear it. | Xin LI | 2009-03-23 | 1 | -2/+4 |
| * | use more proper format string. | Xin LI | 2009-03-23 | 2 | -11/+11 |
| * | Our realloc(3) and reallocf(3) can handle NULL, which turns it into a | Xin LI | 2009-03-05 | 4 | -21/+8 |
| * | Explicitly specify bit width for on-disk data structure. | Xin LI | 2009-03-04 | 1 | -17/+17 |
| * | Style changes (including additional casts to shut up warnings). This | Xin LI | 2009-03-04 | 15 | -36/+35 |
| * | Rename variable 'index' to 'idx' to avoid name collision with index(3), | Xin LI | 2009-03-03 | 7 | -101/+87 |
| * | Diff reduction against OpenBSD: ANSI'fy prototypes. | Xin LI | 2009-03-02 | 28 | -485/+196 |
| * | - Remove superfluous comment | Gabor Kovesdan | 2009-01-30 | 1 | -2/+0 |
| * | getopt(3) returns -1, not EOF. | Kevin Lo | 2008-02-18 | 2 | -2/+2 |
| * | The usage of "info" in init_hash() is read-only, so constify | Xin LI | 2007-05-25 | 1 | -3/+3 |
| * | Use C comments since we now preprocess these files with CPP. | Daniel Eischen | 2007-04-29 | 1 | -2/+4 |
| * | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh | 2007-01-09 | 51 | -204/+0 |
| * | o dbm_close(3) returns void not zero or anything else. Touch .Dd. | Maxim Konovalov | 2006-04-16 | 1 | -5/+1 |
| * | Add each directory's symbol map file to SYM_MAPS. | Daniel Eischen | 2006-03-13 | 1 | -0/+2 |
| * | Add symbol maps and initial symbol version definitions to libc. | Daniel Eischen | 2006-03-13 | 1 | -0/+30 |
| * | Fix parameter types of close and get members in DB. | Stefan Farfeleder | 2005-09-10 | 1 | -2/+2 |
| * | Expand *n't contractions. | Ruslan Ermilov | 2005-02-13 | 2 | -3/+3 |
| * | Fix a condition where the hole would be inserted in the wrong | Jun Kuriyama | 2004-09-13 | 1 | -4/+2 |
| * | I found "portsdb -u" dumps core with recent INDEX file, and this is | Jun Kuriyama | 2004-09-10 | 1 | -0/+2 |
| * | Fix format strings to unbreak with -DDEBUG option. | Jun Kuriyama | 2004-09-10 | 3 | -17/+18 |
| * | Remove the misleading description of the 'key' argument to | Peter Pentchev | 2004-08-27 | 1 | -17/+1 |
| * | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 3 | -4/+4 |
| * | Simplify mpool_get() and mpool_write() by using pread() and pwrite() | David Schultz | 2004-01-20 | 1 | -6/+3 |
| * | mdoc(7): Use the new feature of the .In macro. | Ruslan Ermilov | 2003-09-08 | 5 | -7/+7 |
| * | Fix a sizeof error in __bt_put: when writing they key and data sizes | Thomas Moestl | 2003-05-30 | 1 | -3/+5 |