summaryrefslogtreecommitdiff
path: root/usr.bin/tee
Commit message (Expand)AuthorAgeFilesLines
* tee.1: Add a missing articleMateusz Piotrowski2020-06-231-1/+1
* tee(1): Add EXAMPLES sectionFernando ApesteguĂ­a2020-06-231-2/+4
* tee(1): Add EXAMPLES sectionFernando ApesteguĂ­a2020-06-181-1/+7
* capsicum: use a new capsicum helpers in toolsMariusz Zaborski2018-11-041-1/+1
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-1/+1
* sponge(1): revertEitan Adler2017-12-061-2/+0
* sponge(1): initial commitEitan Adler2017-12-051-0/+2
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-11-131-0/+1
* Remove the duplicated code using Capsicum helpers.Mariusz Zaborski2016-10-071-23/+9
* Capsicum-ize tee(1)Baptiste Daroussin2016-09-181-1/+34
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * 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
|/
* Reverting last change r231449 (fix bin/164947) due to concerns voicedMartin Cracauer2012-02-111-23/+3
* Fix bin/164947: tee looses data when writing to non-blocking file descriptorsMartin Cracauer2012-02-101-3/+23
* Add missing static keywords to tee(1)Ed Schouten2011-11-061-3/+3
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-8/+0
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+0
* - Steal short description from POSIX; it's more technical and wasRuslan Ermilov2007-11-131-4/+4
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* ANSIify function definitions.David Malone2002-09-041-10/+6
* Use err instead of errx when malloc fails. "malloc" is not a helpfulTim J. Robbins2002-07-051-2/+2
* Revert part of the previous revision. Changing exit() to return() in main()Juli Mallett2002-05-171-1/+1
* Remove spurious casts in malloc(3)'s argument.Juli Mallett2002-05-171-3/+3
* remove __PWarner Losh2002-03-221-2/+2
* Remove WARNS?=2 and -Wall. WARNS?=2 is going to be the default.Mark Murray2001-12-121-1/+0
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-1/+1
* Warns cleanups. Add FreeBSD ID to Makefile.David Malone2001-12-032-3/+5
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-3/+1
* Add DIAGNOSTICS section namePhilippe Charnier2000-03-261-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Use err(3) instead of local redefinition. Add usage().Philippe Charnier1997-08-142-51/+29
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+261