summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/xmalloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* asprintf returns -1, not an arbitrary value < 0. Also upon error thederaadt2019-06-281-2/+2
* Merge xmalloc.[ch] files across base, skipping OpenSSH for now.tobias2015-11-171-24/+23
* Remove xfree(), like already done for RCS. From Michael W Bombardieri,nicm2015-11-051-9/+1
* Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@millert2015-02-051-2/+2
* An internal function called xrealloc() is actually a fail-hardderaadt2014-12-011-6/+3
* More cvs/diff/rcs convergence:ray2009-06-071-5/+5
* general includes cleanup sweep. ok joris@ niallo@otto2007-02-221-3/+6
* introduce xsnprintf(); OK otto@ joris@.xsa2007-01-291-1/+17
* Today is Integer Overflow Prevention Day:ray2006-03-281-6/+40
* #include's cleanup; ok joris@ niallo@.xsa2006-01-021-3/+2
* knfreyk2005-12-301-3/+5
* move fatal() proto declaration to log.h; better for its use in usr.bin/rcsxsa2005-12-191-2/+3
* add missing $OpenBSD$xsa2005-12-131-0/+1
* switch to xmalloc stuff, me and xsa@ agreed on this a longjoris2005-12-101-0/+67