summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/mpool/mpool.c
Commit message (Expand)AuthorAgeFilesLines
* Update SCCS IDs for Berkeley DB 1.86 merge.delphij2009-06-241-1/+1
* Add some casts to silence compiler warning about signedness.delphij2009-03-281-2/+2
* Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD.delphij2009-03-281-22/+76
* When allocating memory, zero out them if we don't intend to overwrite themdelphij2009-03-281-4/+1
* use more proper format string.delphij2009-03-231-2/+2
* Diff reduction against OpenBSD: ANSI'fy prototypes.delphij2009-03-021-31/+15
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* Fix format strings to unbreak with -DDEBUG option.kuriyama2004-09-101-2/+2
* Simplify mpool_get() and mpool_write() by using pread() and pwrite()das2004-01-201-6/+3
* Fix the style of the SCM ID's.obrien2002-03-221-2/+2
* Remove __P() usage.obrien2002-03-211-5/+5
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-1/+3
* Fix a tailq conversion bug that resulted in, e.g., nvi crashing upongreen2000-12-301-1/+2
* Use TAILQ instead of CIRCLEQ.phk2000-12-291-21/+18
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-3/+3
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-121-3/+5
* Fix conflicts and merge into mainlinepst1996-02-271-252/+181
* Remove trailing whitespace.rgrimes1995-05-301-7/+7
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+534
OpenPOWER on IntegriCloud