aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/bsdiff/bspatch/bspatch.c
Commit message (Expand)AuthorAgeFilesLines
* bsdiff: Use mmap instead of mallocRicardo Branco2024-04-191-7/+9
* bspatch: use C23 overflow checking math now that it is availableEd Maste2023-09-071-8/+2
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* bspatch: add integer overflow checksEd Maste2019-09-261-9/+26
* errno.h is no longer needed as of r340239 so remove it.Xin LI2019-07-181-1/+0
* Remove support for FreeBSD 10.x.Xin LI2019-07-181-7/+3
* bspatch: simplify capsicumizationMariusz Zaborski2018-11-071-20/+16
* 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-52/+60
* 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