aboutsummaryrefslogtreecommitdiff
path: root/bin/cat
Commit message (Expand)AuthorAgeFilesLines
* cat: fix cap_rights_init usageEd Maste2024-02-151-1/+1
* cat: Use present tenseZhan-Wei2023-12-261-1/+1
* cat(1): Fix typoKai-Yang Chen2023-12-261-1/+1
* bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-10/+0
* bin: Remove ancient SCCS tags.Warner Losh2023-11-273-6/+0
* cat: fallback on EISDIR with copy_file_range(2)Martin Matuska2023-11-191-1/+2
* cat: add CAP_SEEK capabilityMariusz Zaborski2023-09-281-1/+1
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-164-4/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* cat: fallback on EBADF with copy_file_range(2)Martin Matuska2023-07-081-1/+1
* cat: use copy_file_range(2) with fallback to previous behaviorMartin Matuska2023-07-081-0/+25
* cat: ensure serrno is always setAlfonso Gregory2023-07-071-25/+29
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+4
* cat: style nitsMariusz Zaborski2021-01-201-1/+1
* cat: depend on Makefile to rebuild when WITH_CASPER changesEd Maste2021-01-171-0/+2
* cat: disable building it with CasperMariusz Zaborski2021-01-171-6/+7
* cat: style nitsMariusz Zaborski2021-01-161-2/+2
* cat: persistent errnoMariusz Zaborski2021-01-161-1/+10
* cat: Fix potential memory leakMariusz Zaborski2021-01-151-0/+1
* cat: capsicumize itMariusz Zaborski2021-01-152-4/+92
* Fix all warnings emitted in `make kernel-toolchain`Alex Richardson2021-01-071-1/+5
* Allow building bin/cat on non-FreeBSD systemsAlex Richardson2020-01-162-2/+26
* stddef.h is not used by cat.c, remove the include.Xin LI2018-01-071-1/+0
* Sanity check sysconf return value to ensure it's positive before weWarner Losh2018-01-061-3/+7
* Fix mandoc -Tlint warnings in bin/Benjamin Kaduk2017-12-071-2/+2
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Ammend bin/cat/cat.c so the output is the same asideSevan Janiyan2017-09-212-10/+10
* Add supporting changes for `Add limited sandbox capability to "make check"`Enji Cooper2017-08-141-0/+1
|\
| * Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* | cat: fix build with -DNO_UDOM_SUPPORTEd Maste2017-08-091-1/+1
|/
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Add testcases for `cat -b`Enji Cooper2017-06-061-0/+2
* Add additional testcases for cat(1)Enji Cooper2017-06-061-0/+4
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* Implement multibyte encoding support for -v with fallbackAndrey A. Chernov2016-09-151-6/+31
* Hack around output differences between FreeBSD and other BSDsEnji Cooper2016-08-131-0/+6
* Checkpoint initial integration workEnji Cooper2016-08-121-0/+2
|\
| * Update ^/vendor/NetBSD/tests/dist to a more recent snapshotEnji Cooper2016-08-126-2/+26
| * Check in first src/tests snapshot from NetBSD anoncvsvendor/NetBSD/tests/09.30.2014_20.45Enji Cooper2014-10-014-0/+77
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-6/+2
* MFHGlen Barber2016-03-101-0/+11
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+11
* | Explicitly add unmarked bin/ binaries to the runtime package.Glen Barber2016-02-091-0/+1
* | 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/+0
* Initialize fd to -1 so that gcc doesn't emit an unitialized warning.Sean Bruno2015-10-041-1/+2
* Make GCC happyBryan Drewery2015-10-031-0/+1