summaryrefslogtreecommitdiffstats
path: root/usr.bin/cut (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove rpath from pledge when only stdin is used.tobias2019-02-071-2/+2
* Unused variables.krw2018-07-131-2/+1
* Fix overflow in list value parsing.tobias2018-03-301-13/+31
* Unify wording for LC_CTYPE in ENVIRONMENT:schwarze2016-10-241-5/+5
* Use ENVIRONMENT rather than CAVEATS to document LC_CTYPE.schwarze2015-12-061-19/+21
* UTF-8 support: Implement -c and -nschwarze2015-12-022-71/+119
* Blank line after pledge().mmcc2015-11-031-1/+2
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-5/+5
* This can use tame "stdio rpath" from the top. If we are only working onderaadt2015-10-051-2/+8
* do not cast malloc() return if stdlib.h is includedderaadt2015-08-181-2/+2
* tweak previous; ok tedujmc2014-07-101-4/+3
* add a note that fields are returned in input order. ok deraadt sthentedu2014-07-101-2/+5
* use a more specific description for EXIT STATUS than that provided by .Ex;jmc2014-02-021-3/+6
* style nit-picking on previous commit: keep apart declaration fromsobrado2014-02-021-4/+5
* improve POSIX compliance by continuing to process the remaining filesobrado2014-02-012-10/+22
* fix an example; users column at who(1) has a minimum width of eight characters,sobrado2014-02-011-3/+3
* obvious unsigned casts for ctypederaadt2013-11-231-3/+3
* field numbering starts at 1;jmc2012-06-101-3/+3
* more EXIT STATUS bits; from Daniel Dickmanjmc2010-10-211-5/+3
* add an EXIT STATUS section for /usr/bin;jmc2010-09-031-3/+3
* It's wrong to complain about illegal -c arguments when findingschwarze2010-01-232-7/+16
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-14/+1
* bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc2009-02-081-3/+3
* be more specific about the field delimiter;jmc2008-12-191-5/+9
* sort flags; align usage output.sobrado2008-06-272-8/+8
* convert to new .Dd format;jmc2007-05-311-2/+2
* - use a consistent text for STANDARDSjmc2007-05-301-3/+4
* simplify synopsis/usage() and sort options;jmc2007-03-152-8/+8
* add an EXAMPLES section adapted from freebsd's page,jmc2006-01-041-1/+13
* mostly ansi cleanup; pval okderaadt2003-06-101-14/+7
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-032-13/+5
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-7/+7
* kill more registersmpech2001-11-191-8/+8
* Change all option list specifications to ".Bl -tag -width Ds". Most manaaron2000-11-091-2/+2
* Handle the case where the last line of input does not contain a newline; issueaaron2000-06-041-14/+30
* Various improvements, including a few HISTORY sections added from FreeBSD.aaron2000-03-051-4/+5
* correct use of .Nm; some other formatting nitsaaron1999-07-041-4/+4
* - remove trailing white spaceaaron1999-06-051-2/+2
* use strsep() instead of strtok(), in particular to avoid an infinite loopaaron1998-11-281-3/+3
* usr.bin/ man page repairs, a - eaaron1998-09-231-5/+6
* sync usage to man pagederaadt1997-11-051-3/+5
* $OpenBSD$deraadt1997-09-211-2/+1
* Kill extra newline in err()/warn().millert1997-09-121-6/+6
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-3/+3
* rcsidderaadt1996-06-263-2/+4
* initial import of NetBSD treederaadt1995-10-183-0/+410