summaryrefslogtreecommitdiff
path: root/usr.bin/cmp
Commit message (Expand)AuthorAgeFilesLines
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-1/+1
* cmp(1): Provide some long optionsKyle Evans2018-05-022-4/+13
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-205-0/+10
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Renumber copyright clause 4Warner Losh2017-02-286-6/+6
* Fix file descriptor leaks in cmp(1)Alan Somers2017-01-073-0/+70
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-11-131-0/+1
* Restrict stdin if it's not in use.Mariusz Zaborski2016-10-071-0/+8
* Remove the duplicated code using Capsicum helpers.Mariusz Zaborski2016-10-071-15/+4
* Move sys/capsicum.h includes after types.h or param.hConrad Meyer2016-09-191-1/+1
* cmp(1): CapsicumifyConrad Meyer2016-09-191-0/+37
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-4/+0
* MFHGlen Barber2016-03-101-0/+11
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+11
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-6/+3
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge from head@274682Simon J. Gerraty2014-11-192-0/+18
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge headSimon J. Gerraty2014-04-281-1/+7
| |\
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | Integrate usr.bin/cmp/tests from NetBSD into atf/kyuaEnji Cooper2014-10-092-0/+18
| |/ |/|
* | Bump .Dd for recent changeEitan Adler2013-11-181-1/+1
* | Indicate which options are extensions to POSIX.Eitan Adler2013-11-181-0/+6
|/
* Add missing static keywords to cmp(1)Ed Schouten2011-11-061-1/+1
* Eliminate unneeded headers.Xin LI2011-06-212-3/+0
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-116-24/+0
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-132-0/+3
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-112-3/+0
* add __unused to succeed at WARNS=6Philippe Charnier2008-07-101-1/+1
* Refine markup and add the EXIT STATUS section where appropriate.Ruslan Ermilov2006-12-191-4/+4
* -mdoc sweep.Ruslan Ermilov2005-11-181-2/+2
* Add a -h option to tell cmp not to follow symbolic links.Brian Somers2005-08-235-7/+123
* phk added the -x option in May 2000, but only for regular files; forMurray Stokely2003-06-191-1/+5
* The cmp utility has the questionable feature of using mmap whenDavid Schultz2003-02-261-0/+21
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* ANSIify function definitions to avoid a warning.David Malone2002-07-284-21/+9
* No need to check for "-" explicitly in getopt() loop.Tim J. Robbins2002-06-071-5/+1
* Exit >1 when an error occurs, regardless of whether -s is specified (SUSv3)Tim J. Robbins2002-06-071-4/+4
* remove __PWarner Losh2002-03-223-6/+6
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-105-21/+25
* Cast off_t to long long before printing. Use %ll instead of %q incaseDavid Malone2001-12-033-5/+8