summaryrefslogtreecommitdiff
path: root/usr.bin/comm
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-06-06comm: close a race condition when comm is fed from stdinCosimo Cecchi
2024-06-06comm: flush stdout for error checking prior to exitingCosimo Cecchi
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-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2020-07-27comm(1): Add EXAMPLES sectionFernando ApesteguĂ­a
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
2016-07-30Remove usage of _WITH_GETLINE from usr.binBaptiste Daroussin
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
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2014-05-08Merge from headSimon J. Gerraty
2014-05-06Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh
2014-04-28Merge headSimon J. Gerraty
2014-03-16Migrate most of tools/regression/usr.bin/ to the new tests layout.Julio Merino
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2012-03-29Remove trailing whitespace per mdoc lint warningEitan Adler
2011-11-16Add helpful clarification text. While not strictly necessary, theseWarner Losh
2011-11-06Mark global functions and/or variables in comm(1) static where possible.Ed Schouten
2010-12-11Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl
2010-04-14mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein
2010-03-09Add SIZE_MAX overflow checkAndrey A. Chernov
2010-03-08Rewrite input processing to not exit with error on the first EILSEQ foundAndrey A. Chernov
2009-12-16- Prevent overflowing of the buffer length variable in getline() byJaakko Heinonen
2009-12-12Don't read the newline character to line buffer because lines are passedJaakko Heinonen
2009-12-12The input line length limit mentioned on the manual page was removed byJaakko Heinonen
2008-05-28Similar to changes previously made to src/usr.bin/uniq/uniq.c,Guy Helmer
2005-01-25Document input line length limit.Tim J. Robbins
2005-01-17Added the EXIT STATUS section where appropriate.Ruslan Ermilov
2004-07-02Document the -i option as being a non-standard extension.Tim J. Robbins
2004-07-02Add support for multibyte characters.Tim J. Robbins
2004-06-24Document the fact that comm(1) does not recognize multibyte charactersTim J. Robbins
2002-07-28ANSIify function definitions to avoid a warning.David Malone
2002-05-28Add a History section. comm(1) appeared in V4.Tim J. Robbins