aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cmp
Commit message (Expand)AuthorAgeFilesLines
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-274-13/+0
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-10/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-277-17/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-165-5/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-165-10/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+2
* cmp: Increase buffer size for non-mmap case.Dag-Erling Smørgrav2023-01-311-0/+2
* cmp: Print a summary on SIGINFO.Dag-Erling Smørgrav2023-01-314-0/+32
* cmp: initialize limit to avoid stack garbage limitsKyle Evans2021-10-211-1/+1
* cmp: add -b, --print-bytesKyle Evans2021-09-2911-16/+70
* cmp: add -i, --ignore-initial, an alternative to skip1/skip2 argsKyle Evans2021-09-293-1/+53
* cmp: add -n, --bytes to limit number of bytes to compareKyle Evans2021-09-297-15/+57
* cmp: accept SI suffixes for skip1 and skip2Kyle Evans2021-09-294-3/+46
* 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