| Commit message (Expand) | Author | Age | Files | Lines |
| * | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
| * | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
| * | Directly set the O_CLOEXEC flags via the open(2) attributes | Baptiste Daroussin | 2016-04-16 | 1 | -6/+3 |
| * | Record command exit status in the typescript file when running simple commands. | Bryan Drewery | 2016-03-08 | 1 | -3/+9 |
| * | Just exit in the child if execve(2) fails. | Bryan Drewery | 2016-03-08 | 1 | -9/+1 |
| * | Filemon: Attach from the child to avoid racing with the parent attach. | Bryan Drewery | 2016-03-08 | 1 | -4/+10 |
| * | Bring back r226403, the fix for bin/161526, which was (accidentally?) | Mikolaj Golub | 2014-01-17 | 1 | -3/+6 |
| * | Add -F to flush output after each write. With this, I can | Tom Rhodes | 2013-12-05 | 1 | -3/+8 |
| * | Add "-f" to also output filemon(4) information. | David E. O'Brien | 2012-10-26 | 1 | -9/+46 |
| * | Don't include both <sys/param.h> & <sys/types.h>. | David E. O'Brien | 2012-10-23 | 1 | -6/+1 |
| * | Add d, p and r switches for recording script sessions with timing data | Brian Somers | 2012-07-30 | 1 | -22/+196 |
| * | In r225809 the intention was to send VEOF only once if STDIN was not a | Mikolaj Golub | 2011-10-15 | 1 | -3/+6 |
| * | When script(1) reads EOF from input it starts spinning on zero-byte | Mikolaj Golub | 2011-09-27 | 1 | -12/+20 |
| * | Remove the advertising clause from UCB copyrighted files in usr.bin. This | Joel Dahl | 2010-12-11 | 1 | -4/+0 |
| * | + Add the SCRIPT environmental variable to the sub-shell. Its value is | David E. O'Brien | 2010-09-16 | 1 | -0/+7 |
| * | Mark functions and variables as static. | Ed Schouten | 2010-08-16 | 1 | -15/+14 |
| * | Remove WNOHANG flag from wait3(). | Ed Schouten | 2010-04-30 | 1 | -15/+9 |
| * | Improve the change made in the previous commit. | Ed Schouten | 2010-03-11 | 1 | -2/+1 |
| * | Make script(1) a little less broken. | Ed Schouten | 2010-03-11 | 1 | -0/+2 |
| * | Remove a warning by adding extra parentheses. | Ed Schouten | 2010-01-02 | 1 | -1/+1 |
| * | Attempt #2 to fix script(1) if the standard input is closed: If we | Colin Percival | 2004-02-15 | 1 | -1/+3 |
| * | Back out part of 1.21, since it breaks `script interactive-program`. This | Colin Percival | 2004-01-27 | 1 | -2/+1 |
| * | Fix SYNOPSIS of manual page, clustering no-arg options correctly. | Sheldon Hearn | 2004-01-22 | 1 | -1/+1 |
| * | Two fixes for script(1): | Colin Percival | 2004-01-22 | 1 | -11/+22 |
| * | ANSIify function definitions. | David Malone | 2002-09-04 | 1 | -10/+6 |
| * | Use POSIX macros for wait(2)-style status information instead of the | Mike Barcroft | 2002-06-03 | 1 | -3/+3 |
| * | remove __P | Warner Losh | 2002-03-22 | 1 | -6/+6 |
| * | Minor style stuff, use __FBSDID(), remove to-be-default WARNS=2. | Mark Murray | 2001-12-12 | 1 | -8/+8 |
| * | Warns cleanups. Add FreeBSD ID. | David Malone | 2001-12-03 | 1 | -2/+2 |
| * | Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The | Sheldon Hearn | 2001-07-26 | 1 | -1/+1 |
| * | Fix the type of the NULL arg to execl() | Brian Somers | 2001-07-09 | 1 | -1/+1 |
| * | Nuke unused variables. | Dima Dorfman | 2001-06-24 | 1 | -1/+0 |
| * | Don't call warn() with no format string. | Kris Kennaway | 2000-07-10 | 1 | -2/+2 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Pass as argv[0] the name of the shell executed instead of "sh". | Sheldon Hearn | 1999-08-11 | 1 | -2/+2 |
| * | Fix the following bugs: | Dag-Erling Smørgrav | 1998-09-19 | 1 | -19/+27 |
| * | Rewrite script as a select loop rather than as a twin reader/write process. | Peter Wemm | 1998-03-08 | 1 | -72/+78 |
| * | Fix typo while copying patch from the 2.2 system that it came from | Peter Wemm | 1997-12-30 | 1 | -3/+3 |
| * | script(1) has annoyed me with it's inflexable command argument parsing | Peter Wemm | 1997-12-29 | 1 | -13/+27 |
| * | Add usage(). Use err(3) instead of local redefinition. | Philippe Charnier | 1997-08-08 | 1 | -39/+21 |
| * | compare return value from getopt against -1 rather than EOF, per the final | Warner Losh | 1997-03-29 | 1 | -1/+1 |
| * | Don't use __dead or __pure in user code. They were obfuscations | Bruce Evans | 1996-09-14 | 1 | -7/+7 |
| * | Delete bogus referneces to timezone code internal header file `tzfile.h', | Garrett Wollman | 1995-08-07 | 1 | -2/+1 |
| * | BSD 4.4 Lite Usr.bin Sources | Rodney W. Grimes | 1994-05-27 | 1 | -0/+268 |