summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/btree/bt_overflow.c
Commit message (Collapse)AuthorAgeFilesLines
* Our realloc(3) and reallocf(3) can handle NULL, which turns it into adelphij2009-03-051-1/+1
| | | | | | malloc(3) call, so don't test if a pointer is NULL. Obtained from: OpenBSD (in spirit)
* Diff reduction against OpenBSD: ANSI'fy prototypes.delphij2009-03-021-13/+3
| | | | | | | | (This is part of a larger changeset which is intended to reduce diff only, thus some prototypes were left intact since they will be changed in the future). Verified with: md5(1)
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* Fix the style of the SCM ID's.obrien2002-03-221-0/+2
| | | | I believe have made all of libc .c's as consistent as possible.
* Replace memory leaking instances of realloc with non-leaking reallocf.imp1998-09-161-1/+1
| | | | | | | | | | | In some cases replace if (a == null) a = malloc(x); else a = realloc(a, x); with simple reallocf(a, x). Per ANSI-C, this is guaranteed to be the same thing. I've been running these on my system here w/o ill effects for some time. However, the CTM-express is at part 6 of 34 for the CAM changes, so I've not been able to do a build world with the CAM in the tree with these changes. Shouldn't impact anything, but...
* Import updated Berkeley DB into CSRG branchpst1996-02-271-11/+15
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+224
OpenPOWER on IntegriCloud