opnsense-src/usr.bin/patch
Pedro F. Giffuni 9f00ccd37a Avoid zeroing during allocation.
This change reverts a change from OpenBSD which made use of
calloc, and therefore wasted time initializing arrays that
will later be realloc'ed. Consistently use FreeBSD's
reallocf().

While here also merge the changes from OpenBSD's manpage
patch.1 Rev 1.27:
"patch was moved from user portability (UP) to base in issue 7
and is no longer optional"

MFC after:	1 week
2014-06-12 19:01:57 +00:00
..
backupfile.c - Refresh code with latest OpenBSD revisions. 2013-01-29 20:05:16 +00:00
backupfile.h - Refresh code with latest OpenBSD revisions. 2013-01-29 20:05:16 +00:00
common.h Various style(9) fixes and typos in grep, sort and patch. 2014-04-21 22:52:18 +00:00
inp.c - Refresh code with latest OpenBSD revisions. 2013-01-29 20:05:16 +00:00
inp.h - Refresh code with latest OpenBSD revisions. 2013-01-29 20:05:16 +00:00
Makefile Drop build option switch for the older GNU patch. 2013-08-29 00:38:24 +00:00
mkpath.c - Refresh code with latest OpenBSD revisions. 2013-01-29 20:05:16 +00:00
patch.1 Avoid zeroing during allocation. 2014-06-12 19:01:57 +00:00
patch.c Improve bsdpatch usability: 2013-09-26 18:00:45 +00:00
pathnames.h - Refresh code with latest OpenBSD revisions. 2013-01-29 20:05:16 +00:00
pch.c Avoid zeroing during allocation. 2014-06-12 19:01:57 +00:00
pch.h Various style(9) fixes and typos in grep, sort and patch. 2014-04-21 22:52:18 +00:00
util.c Improve bsdpatch usability: 2013-09-26 18:00:45 +00:00
util.h - Refresh code with latest OpenBSD revisions. 2013-01-29 20:05:16 +00:00