aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/reallocf.c
Commit message (Expand)AuthorAgeFilesLines
* Regularize my copyright noticeWarner Losh2019-12-041-2/+1
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* In reallocf(3), free the memory only when size != 0. Otherwise, when theJaakko Heinonen2010-03-031-1/+8
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix style problems noted by Bruce:Warner Losh1998-09-161-5/+32
* Add reallocf to the library. This function is simliar to realloc, butWarner Losh1998-09-141-0/+12