| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 1 | -3/+3 |
| 2019-03-28 | zap trailing whitespace; |  jmc | 1 | -3/+3 |
| 2019-02-15 | Remove/simplify historic shell lesson; fix sentence fragment. ok deraadt@ |  ian | 1 | -15/+6 |
| 2018-07-13 | Add & update author credits for Mary Ann Horton. |  cheloha | 1 | -3/+3 |
| 2018-01-21 | add new '-c' option which runs a command instead of an interactive shell |  jasper | 2 | -14/+36 |
| 2017-04-12 | bluhm discovered "script < /dev/null" attempts tty operations in violation |  deraadt | 1 | -9/+16 |
| 2015-10-20 | add "proc" to pledge for script(1) |  semarie | 1 | -3/+3 |
| 2015-10-09 | Change all tame callers to namechange to pledge(2). |  deraadt | 1 | -5/+5 |
| 2015-10-07 | move from tame "ioctl" to tame "tty", which provides a better fit for |  deraadt | 1 | -2/+2 |
| 2015-10-04 | Repair tame() error check to be == -1 |  deraadt | 1 | -2/+2 |
| 2015-10-03 | script is two processes. the main io-loop process can be locked down with |  deraadt | 1 | -1/+7 |
| 2015-07-19 | SIGCHLD handler was established before forking into two processes. |  deraadt | 1 | -4/+11 |
| 2015-03-15 | tzfile.h is an internal header that should never have been installed. |  millert | 1 | -3/+2 |
| 2012-01-15 | Document what remains of the 2BSD heritage. |  schwarze | 1 | -4/+10 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 1 | -14/+1 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2005-12-12 | in the write codepaths, errors other than EAGAIN are fatal to the loop; ok otto |  deraadt | 1 | -2/+6 |
| 2005-06-16 | new sentence, new line; |  jmc | 1 | -2/+3 |
| 2005-06-16 | Remove old cruft, ok millert@ jmc@ |  ian | 1 | -6/+1 |
| 2005-04-11 | use STDERR_FILENO; ok cloder |  deraadt | 1 | -3/+3 |
| 2004-12-19 | Block SIGALRM during write--we only want it to interrupt read(). |  millert | 1 | -2/+7 |
| 2004-10-10 | use err/warn and __progname |  mickey | 1 | -8/+9 |
| 2004-09-14 | ARGSUSED before signal handler with unused signo |  deraadt | 1 | -4/+8 |
| 2003-06-10 | mostly ansi cleanup; pval ok |  deraadt | 1 | -16/+10 |
| 2003-06-03 | Remove the advertising clause in the UCB license which Berkeley |  millert | 2 | -13/+5 |
| 2002-02-16 | 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. |  millert | 1 | -9/+9 |
| 2001-11-18 | After a simplistic rewrite, signal flags were not being noticed until a |  deraadt | 1 | -48/+104 |
| 2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu |  deraadt | 1 | -3/+3 |
| 2001-05-01 | Remove completely redundant introductory sentences in ENVIRONMENT sections. |  aaron | 1 | -3/+1 |
| 2001-01-11 | comment on a real nasty race |  deraadt | 1 | -2/+3 |
| 2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a |  millert | 1 | -3/+3 |
| 2000-04-16 | Propagate window size changes to slave. |  espie | 1 | -2/+21 |
| 2000-04-12 | Trailing whitespace begone! |  aaron | 1 | -4/+4 |
| 2000-03-23 | not changes in script |  ericj | 1 | -1/+6 |
| 2000-03-22 | Make script give correct return values; adapted from FreeBSD |  ericj | 1 | -13/+18 |
| 2000-03-10 | Various cleanups and standardization. |  aaron | 1 | -2/+2 |
| 2000-03-06 | - ``Option:'' -> ``The options are as follows:'' |  aaron | 1 | -21/+15 |
| 1999-06-05 | - remove trailing white space |  aaron | 1 | -9/+9 |
| 1998-12-19 | union wait is wrong; christos |  deraadt | 1 | -4/+4 |
| 1998-09-27 | usr.bin/ man page cleanups, n-s |  aaron | 1 | -7/+7 |
| 1997-09-21 | $OpenBSD$ |  deraadt | 1 | -2/+1 |
| 1997-08-06 | save errno in mangly handlers |  deraadt | 1 | -2/+5 |
| 1997-08-04 | save errno in sigchld handlers |  deraadt | 1 | -2/+4 |
| 1997-07-25 | user err(3) |  mickey | 1 | -33/+5 |
| 1997-07-25 | #if __STDC__ --> #ifdef __STDC__ |  mickey | 1 | -5/+5 |
| 1997-06-20 | Wall |  deraadt | 1 | -2/+5 |
| 1997-03-25 | exec with argv[0] as shell, not "sh"; era@iki.fi |  deraadt | 1 | -3/+3 |
| 1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! |  millert | 1 | -3/+3 |
| 1996-06-26 | rcsid |  deraadt | 3 | -2/+4 |
| 1995-10-18 | initial import of NetBSD tree |  deraadt | 3 | -0/+406 |