summaryrefslogtreecommitdiff
path: root/usr.bin/bsdiff/bspatch/bspatch.c
AgeCommit message (Expand)Author
2024-04-19bsdiff: Use mmap instead of mallocRicardo Branco
2023-09-07bspatch: use C23 overflow checking math now that it is availableEd Maste
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2019-09-26bspatch: add integer overflow checksEd Maste
2019-07-18errno.h is no longer needed as of r340239 so remove it.Xin LI
2019-07-18Remove support for FreeBSD 10.x.Xin LI
2018-11-07bspatch: simplify capsicumizationMariusz Zaborski
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-09-20bspatch: Remove backwards-compatibility sys/capability.h supportEd Maste
2016-09-15bspatch: use #define for header size instead of magic numberEd Maste
2016-09-12bspatch: remove superfluous newlines from errx stringsEd Maste
2016-09-06bspatch: add sanity checks on sizes to avoid integer overflowEd Maste
2016-08-25bspatch: remove output file in the case of errorEd Maste
2016-08-25Capsicumize bspatchAllan Jude
2016-08-23bspatch: apply style(9)Ed Maste
2016-07-25Fix bspatch heap overflow vulnerability.Xin LI
2016-04-15Cleanup unnecessary semicolons from utilities we all love.Pedro F. Giffuni
2014-04-23Make usage printing more consistent with other tools.Ed Schouten
2006-12-05Portability fix for non-POSIX operating systems: Open files in binary mode.Colin Percival
2005-08-06Add bsdiff and bspatch to the base system. These are tools forColin Percival