aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/bsdiff/bspatch/bspatch.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r352742: bspatch: add integer overflow checksEd Maste2019-10-031-9/+26
* MFC r350108: Remove support for FreeBSD 10.x.Xin LI2019-08-171-7/+3
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* bspatch: Remove backwards-compatibility sys/capability.h supportEd Maste2016-09-201-4/+1
* bspatch: use #define for header size instead of magic numberEd Maste2016-09-151-15/+16
* bspatch: remove superfluous newlines from errx stringsEd Maste2016-09-121-9/+9
* bspatch: add sanity checks on sizes to avoid integer overflowEd Maste2016-09-061-6/+11
* bspatch: remove output file in the case of errorEd Maste2016-08-251-5/+32
* Capsicumize bspatchAllan Jude2016-08-251-12/+52
* bspatch: apply style(9)Ed Maste2016-08-231-51/+59
* Fix bspatch heap overflow vulnerability.Xin LI2016-07-251-0/+4
* Cleanup unnecessary semicolons from utilities we all love.Pedro F. Giffuni2016-04-151-2/+2
* Make usage printing more consistent with other tools.Ed Schouten2014-04-231-1/+10
* Portability fix for non-POSIX operating systems: Open files in binary mode.Colin Percival2006-12-051-6/+10
* Add bsdiff and bspatch to the base system. These are tools forColin Percival2005-08-061-0/+203