summaryrefslogtreecommitdiffstats
path: root/usr.bin/script
Commit message (Expand)AuthorAgeFilesLines
* MFS r296911:bdrewery2016-03-151-4/+10
* MFC r260833:trociny2014-01-201-3/+6
* MFC'ing to 9.2.obrien2013-07-301-1/+1
* Fix version in the .Fx macro.pluknet2013-03-161-1/+1
* Add "-f" to also output filemon(4) information.obrien2012-10-262-11/+56
* Don't include both <sys/param.h> & <sys/types.h>.obrien2012-10-231-6/+1
* Remove contractions.joel2012-10-071-1/+1
* Mention when -d, -p and -r first hit FreeBSD.brian2012-07-301-2/+4
* Add d, p and r switches for recording script sessions with timing databrian2012-07-302-24/+216
* In r225809 the intention was to send VEOF only once if STDIN was not atrociny2011-10-151-3/+6
* Fix a few grammar and mdoc nits in script.1gjb2011-09-291-14/+19
* When script(1) reads EOF from input it starts spinning on zero-bytetrociny2011-09-272-12/+29
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-112-8/+0
* Fix the grammar after I added a second environmental variable.obrien2010-09-191-1/+1
* + Add the SCRIPT environmental variable to the sub-shell. Its value isobrien2010-09-162-0/+20
* Mark functions and variables as static.ed2010-08-161-15/+14
* Remove WNOHANG flag from wait3().ed2010-04-301-15/+9
* Improve the change made in the previous commit.ed2010-03-111-2/+1
* Make script(1) a little less broken.ed2010-03-111-0/+2
* Remove a warning by adding extra parentheses.ed2010-01-021-1/+1
* Deal with double whitespace.ru2004-07-031-1/+1
* Mechanically kill hard sentence breaks.ru2004-07-021-4/+8
* Bumped document date.ru2004-05-191-2/+2
* Attempt #2 to fix script(1) if the standard input is closed: If wecperciva2004-02-151-1/+3
* Back out part of 1.21, since it breaks `script interactive-program`. Thiscperciva2004-01-271-2/+1
* Fix SYNOPSIS of manual page, clustering no-arg options correctly.sheldonh2004-01-222-4/+2
* Two fixes for script(1):cperciva2004-01-221-11/+22
* Introduce arguments the standard way. In .Ar command ..., ... is not ancharnier2003-09-071-4/+4
* ANSIify function definitions.dwmalone2002-09-041-10/+6
* Use POSIX macros for wait(2)-style status information instead of themike2002-06-031-3/+3
* Use `The .Nm utility'charnier2002-04-201-6/+9
* remove __Pimp2002-03-221-6/+6
* Minor style stuff, use __FBSDID(), remove to-be-default WARNS=2.markm2001-12-122-9/+8
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-101-1/+1
* Warns cleanups. Add FreeBSD ID.dwmalone2001-12-032-2/+4
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. Thesheldonh2001-07-261-1/+1
* Remove whitespace at EOL.dd2001-07-151-3/+3
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+1
* Nuke unused variables.dd2001-06-241-1/+0
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
* Don't call warn() with no format string.kris2000-07-101-2/+2
* Make a run-on sentence into two proper sentences, and clarify the meaninggreen2000-03-061-3/+2
* Remove more single-space hard sentence breaks.sheldonh2000-03-021-1/+2
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-1/+2
* Fix grammar error. (missing verb)billf1999-12-131-1/+1
* Adjust man page: if command is specified, file name is mandatoryguido1999-11-241-2/+1
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
* Pass as argv[0] the name of the shell executed instead of "sh".sheldonh1999-08-111-2/+2
* Mention default time between output flushes in manual page.jkoshy1998-09-291-2/+3
OpenPOWER on IntegriCloud