summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/btree
Commit message (Expand)AuthorAgeFilesLines
* MFC r306332:pfg2016-10-191-1/+2
* MFC r287292:kib2015-09-051-2/+3
* db: Use O_CLOEXEC instead of separate fcntl() call.jilles2013-08-131-5/+2
* Fix clang warnings.benl2011-06-181-3/+4
* Update SCCS IDs for Berkeley DB 1.86 merge.delphij2009-06-241-1/+1
* style: operators should appear at the line end if we have to wrap.delphij2009-06-241-2/+2
* Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD.delphij2009-03-283-18/+19
* db/btree/bt_open.c: check return value of snprintf() and return valuedelphij2009-03-281-2/+6
* Several signed/unsigned warning fixes.delphij2009-03-282-3/+3
* When allocating memory, zero out them if we don't intend to overwrite themdelphij2009-03-282-8/+3
* Save errno before calling _close(), which may clear it.delphij2009-03-231-2/+4
* use more proper format string.delphij2009-03-231-9/+9
* Our realloc(3) and reallocf(3) can handle NULL, which turns it into adelphij2009-03-052-6/+3
* Style changes (including additional casts to shut up warnings). Thisdelphij2009-03-047-16/+16
* Rename variable 'index' to 'idx' to avoid name collision with index(3),delphij2009-03-034-77/+66
* Diff reduction against OpenBSD: ANSI'fy prototypes.delphij2009-03-0213-169/+52
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-0915-60/+0
* Fix a condition where the hole would be inserted in the wrongkuriyama2004-09-131-4/+2
* I found "portsdb -u" dumps core with recent INDEX file, and this iskuriyama2004-09-101-0/+2
* Fix format strings to unbreak with -DDEBUG option.kuriyama2004-09-101-14/+15
* Fix a sizeof error in __bt_put: when writing they key and data sizestmm2003-05-301-3/+5
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).nectar2003-02-162-3/+4
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* libc_r wasn't so tied to libc for 22 months.ru2002-11-181-1/+1
* W/o __P, the internal declarations will all fit on one line.obrien2002-03-231-6/+3
* Fix the style of the SCM ID's.obrien2002-03-221-3/+1
* Fix the style of the SCM ID's.obrien2002-03-226-4/+12
* Remove multi-line __P() usage.obrien2002-03-221-2/+2
* Remove __P() usage.obrien2002-03-2110-53/+69
* Remove 'register' keyword.obrien2002-03-211-4/+6
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-242-3/+7
* More secure temporary filename. This needs to be revisited to usekris2000-11-021-1/+1
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-272-5/+5
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-122-5/+9
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Replace memory leaking instances of realloc with non-leaking reallocf.imp1998-09-161-1/+1
* Don't trust TMPDIR if we're setuid root. This is used only for theimp1998-09-111-2/+3
* Fix btree problems. This passes regressions tests.guido1998-06-252-2/+5
* Many places in the code NULL is used in integer context, wherephk1997-09-181-1/+1
* Changed all paths to be relative to src/lib instead of src/lib/libcjb1997-05-031-2/+3
* General -Wall warning cleanup, part I.jkh1996-07-121-4/+4
* Fix conflicts and merge into mainlinepst1996-02-273-180/+70
* This commit was generated by cvs2svn to compensate for changes in r14272,pst1996-02-2714-836/+1148
|\
| * Import updated Berkeley DB into CSRG branchpst1996-02-2716-923/+1217
* | Remove trailing whitespace.rgrimes1995-05-302-2/+2
|/
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-2717-0/+4602
OpenPOWER on IntegriCloud