| Commit message (Expand) | Author | Age | Files | Lines |
* | Bring back r226403, the fix for bin/161526, which was (accidentally?) | trociny | 2014-01-17 | 1 | -3/+6 |
* | Add -F to flush output after each write. With this, I can | trhodes | 2013-12-05 | 2 | -4/+16 |
* | MFC'ing to 9.2. | obrien | 2013-07-30 | 1 | -1/+1 |
* | Fix version in the .Fx macro. | pluknet | 2013-03-16 | 1 | -1/+1 |
* | Add "-f" to also output filemon(4) information. | obrien | 2012-10-26 | 2 | -11/+56 |
* | Don't include both <sys/param.h> & <sys/types.h>. | obrien | 2012-10-23 | 1 | -6/+1 |
* | Remove contractions. | joel | 2012-10-07 | 1 | -1/+1 |
* | Mention when -d, -p and -r first hit FreeBSD. | brian | 2012-07-30 | 1 | -2/+4 |
* | Add d, p and r switches for recording script sessions with timing data | brian | 2012-07-30 | 2 | -24/+216 |
* | In r225809 the intention was to send VEOF only once if STDIN was not a | trociny | 2011-10-15 | 1 | -3/+6 |
* | Fix a few grammar and mdoc nits in script.1 | gjb | 2011-09-29 | 1 | -14/+19 |
* | When script(1) reads EOF from input it starts spinning on zero-byte | trociny | 2011-09-27 | 2 | -12/+29 |
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | joel | 2010-12-11 | 2 | -8/+0 |
* | Fix the grammar after I added a second environmental variable. | obrien | 2010-09-19 | 1 | -1/+1 |
* | + Add the SCRIPT environmental variable to the sub-shell. Its value is | obrien | 2010-09-16 | 2 | -0/+20 |
* | Mark functions and variables as static. | ed | 2010-08-16 | 1 | -15/+14 |
* | Remove WNOHANG flag from wait3(). | ed | 2010-04-30 | 1 | -15/+9 |
* | Improve the change made in the previous commit. | ed | 2010-03-11 | 1 | -2/+1 |
* | Make script(1) a little less broken. | ed | 2010-03-11 | 1 | -0/+2 |
* | Remove a warning by adding extra parentheses. | ed | 2010-01-02 | 1 | -1/+1 |
* | Deal with double whitespace. | ru | 2004-07-03 | 1 | -1/+1 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -4/+8 |
* | Bumped document date. | ru | 2004-05-19 | 1 | -2/+2 |
* | Attempt #2 to fix script(1) if the standard input is closed: If we | cperciva | 2004-02-15 | 1 | -1/+3 |
* | Back out part of 1.21, since it breaks `script interactive-program`. This | cperciva | 2004-01-27 | 1 | -2/+1 |
* | Fix SYNOPSIS of manual page, clustering no-arg options correctly. | sheldonh | 2004-01-22 | 2 | -4/+2 |
* | Two fixes for script(1): | cperciva | 2004-01-22 | 1 | -11/+22 |
* | Introduce arguments the standard way. In .Ar command ..., ... is not an | charnier | 2003-09-07 | 1 | -4/+4 |
* | ANSIify function definitions. | dwmalone | 2002-09-04 | 1 | -10/+6 |
* | Use POSIX macros for wait(2)-style status information instead of the | mike | 2002-06-03 | 1 | -3/+3 |
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -6/+9 |
* | remove __P | imp | 2002-03-22 | 1 | -6/+6 |
* | Minor style stuff, use __FBSDID(), remove to-be-default WARNS=2. | markm | 2001-12-12 | 2 | -9/+8 |
* | Style improvements recommended by Bruce as a follow up to some | dwmalone | 2001-12-10 | 1 | -1/+1 |
* | Warns cleanups. Add FreeBSD ID. | dwmalone | 2001-12-03 | 2 | -2/+4 |
* | Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The | sheldonh | 2001-07-26 | 1 | -1/+1 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -3/+3 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | Fix the type of the NULL arg to execl() | brian | 2001-07-09 | 1 | -1/+1 |
* | Nuke unused variables. | dd | 2001-06-24 | 1 | -1/+0 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
* | Don't call warn() with no format string. | kris | 2000-07-10 | 1 | -2/+2 |
* | Make a run-on sentence into two proper sentences, and clarify the meaning | green | 2000-03-06 | 1 | -3/+2 |
* | Remove more single-space hard sentence breaks. | sheldonh | 2000-03-02 | 1 | -1/+2 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -1/+2 |
* | Fix grammar error. (missing verb) | billf | 1999-12-13 | 1 | -1/+1 |
* | Adjust man page: if command is specified, file name is mandatory | guido | 1999-11-24 | 1 | -2/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
* | Pass as argv[0] the name of the shell executed instead of "sh". | sheldonh | 1999-08-11 | 1 | -2/+2 |
* | Mention default time between output flushes in manual page. | jkoshy | 1998-09-29 | 1 | -2/+3 |