aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/bsdiff
Commit message (Expand)AuthorAgeFilesLines
* bsdiff: fix off-by-one errorMitchell Horne2020-11-161-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-272-0/+4
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-312-2/+0
* Revert debugging that was accidently committed in r316314Allan Jude2017-03-311-8/+1
* fix top(1) ZFS compressed ARC supportAllan Jude2017-03-311-1/+8
* Adopt SRCTOP in usr.binWarner Losh2017-03-121-2/+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
* Change bsdiff to use divsufsort suffix sort library instead of qsufsort,Xin LI2016-07-254-106/+282
* Cleanup unnecessary semicolons from utilities we all love.Pedro F. Giffuni2016-04-152-27/+27
* Check for (old|new)size + 1 overflows off_t.Andrey A. Chernov2015-11-031-2/+4
* Use meaningful errno for ssize_t overflow in read().Andrey A. Chernov2015-11-031-4/+22
* Add META_MODE support.Simon J. Gerraty2015-06-132-0/+38
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-082-4/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-4/+2
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-192-2/+2
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-162-2/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-102-0/+4
| * | Merge headSimon J. Gerraty2014-04-282-2/+20
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-112-0/+2
| * | | Updated dependenciesSimon J. Gerraty2013-02-162-4/+0
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-222-0/+40
* | | | Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-252-4/+2
| |_|/ |/| |
* | | use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-232-2/+2
| |/ |/|
* | Make usage printing more consistent with other tools.Ed Schouten2014-04-232-2/+20
|/
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-1/+1
* Silence bogus warning when compiling with gcc46:Eitan Adler2012-01-101-1/+1
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theUlrich Spörlein2010-05-132-4/+4
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-3/+0
* Add notes pointing out that bsdiff does not store file hashes andColin Percival2009-10-302-0/+40
* Portability fix for non-POSIX operating systems: Open files in binary mode.Colin Percival2006-12-052-9/+17
* Fix up markup.Ruslan Ermilov2005-11-182-26/+38
* Include ../Makefile.inc, since without it programs get installed in theColin Percival2005-08-061-0/+3
* Add bsdiff and bspatch to the base system. These are tools forColin Percival2005-08-068-0/+752