aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cmp
Commit message (Expand)AuthorAgeFilesLines
* cmp: fix -s (silent) when used with skip offsetsEd Maste2021-01-112-1/+17
* cmp: use C99 bool for flagsEd Maste2021-01-114-14/+17
* cmp(1): Add EXAMPLES sectionFernando ApesteguĂ­a2020-06-201-7/+16
* cmp(1): Add EXAMPLES sectionFernando ApesteguĂ­a2020-06-161-1/+35
* Drop "All rights reserved" from the files I ownAlan Somers2019-03-111-1/+2
* Fix handling of rights on stdio streams, take two.Mark Johnston2019-02-254-43/+38
* Fix cmp(1) tests for "special" mode.Mark Johnston2019-01-211-5/+4
* Revert r343117.Mark Johnston2019-01-211-7/+16
* Fix handling of rights on stdio streams.Mark Johnston2019-01-171-16/+7
* capsicum: use a new capsicum helpers in toolsMariusz Zaborski2018-11-041-6/+5
* 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