summaryrefslogtreecommitdiff
path: root/usr.bin/cmp
AgeCommit message (Expand)Author
2024-11-14Improve reliability of stdout tests.Dag-Erling Smørgrav
2024-10-09cmp: Check the status of stdout.Dag-Erling Smørgrav
2024-10-09cmp: Style and type issues.Dag-Erling Smørgrav
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-07Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2023-01-31cmp: Increase buffer size for non-mmap case.Dag-Erling Smørgrav
2023-01-31cmp: Print a summary on SIGINFO.Dag-Erling Smørgrav
2021-10-21cmp: initialize limit to avoid stack garbage limitsKyle Evans
2021-09-29cmp: add -b, --print-bytesKyle Evans
2021-09-29cmp: add -i, --ignore-initial, an alternative to skip1/skip2 argsKyle Evans
2021-09-29cmp: add -n, --bytes to limit number of bytes to compareKyle Evans
2021-09-29cmp: accept SI suffixes for skip1 and skip2Kyle Evans
2021-01-10cmp: fix -s (silent) when used with skip offsetsEd Maste
2021-01-10cmp: use C99 bool for flagsEd Maste
2020-06-20cmp(1): Add EXAMPLES sectionFernando Apesteguía
2020-06-16cmp(1): Add EXAMPLES sectionFernando Apesteguía
2019-03-11Drop "All rights reserved" from the files I ownAlan Somers
2019-02-25Fix handling of rights on stdio streams, take two.Mark Johnston
2019-01-21Fix cmp(1) tests for "special" mode.Mark Johnston
2019-01-21Revert r343117.Mark Johnston
2019-01-17Fix handling of rights on stdio streams.Mark Johnston
2018-11-04capsicum: use a new capsicum helpers in toolsMariusz Zaborski
2018-06-19Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski
2018-05-02cmp(1): Provide some long optionsKyle Evans
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-08-02Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper
2017-08-02Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper
2017-02-28Renumber copyright clause 4Warner Losh
2017-01-07Fix file descriptor leaks in cmp(1)Alan Somers
2016-11-13DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2016-10-07Restrict stdin if it's not in use.Mariusz Zaborski
2016-10-07Remove the duplicated code using Capsicum helpers.Mariusz Zaborski
2016-09-19Move sys/capsicum.h includes after types.h or param.hConrad Meyer
2016-09-19cmp(1): CapsicumifyConrad Meyer
2016-05-04Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper
2016-03-10MFHGlen Barber
2016-03-09DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery
2016-02-02First pass to fix the 'tests' packages.Glen Barber
2015-10-12Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper