| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add some examples to script.1 | Mateusz Piotrowski | 2021-01-20 | 1 | -2/+68 |
| * | Improve readability of the options list | Mateusz Piotrowski | 2021-01-20 | 1 | -2/+2 |
| * | MFC r364112: | Mark Johnston | 2020-08-14 | 1 | -10/+9 |
| * | MFC r364039: | Mark Johnston | 2020-08-14 | 1 | -0/+30 |
| * | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
| * | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2017-10-31 | 1 | -1/+0 |
| * | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 2 | -2/+2 |
| * | 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 |
| * | Fix SEE ALSO. | Sergey Kandaurov | 2015-08-26 | 1 | -3/+3 |
| * | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+19 |
| |\ | |||||
| | * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 |
| | * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 2 | -3/+3 |
| | |\ | |/ |/| | |||||
| | * | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -1/+0 |
| | * | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 1 | -0/+2 |
| | * | Merge head | Simon J. Gerraty | 2014-04-28 | 2 | -7/+22 |
| | |\ | |||||
| | * \ | Merge from head | Simon J. Gerraty | 2013-09-05 | 1 | -1/+1 |
| | |\ \ | |||||
| | * \ \ | sync from head | Simon J. Gerraty | 2013-04-12 | 1 | -1/+1 |
| | |\ \ \ | |||||
| | * | | | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+1 |
| | * | | | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+0 |
| | * | | | | Sync from head | Simon J. Gerraty | 2012-11-04 | 2 | -33/+267 |
| | |\ \ \ \ | |||||
| | * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+20 |
| * | | | | | | mdoc: sort SEE ALSO. | Joel Dahl | 2014-12-26 | 1 | -1/+1 |
| * | | | | | | Convert to usr.bin/ to LIBADD | Baptiste Daroussin | 2014-11-25 | 1 | -2/+2 |
| | |_|_|_|/ |/| | | | | |||||
| * | | | | | 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 | 2 | -4/+16 |
| | |_|_|/ |/| | | | |||||
| * | | | | MFC'ing to 9.2. | David E. O'Brien | 2013-07-30 | 1 | -1/+1 |
| | |_|/ |/| | | |||||
| * | | | Fix version in the .Fx macro. | Sergey Kandaurov | 2013-03-16 | 1 | -1/+1 |
| | |/ |/| | |||||
| * | | Add "-f" to also output filemon(4) information. | David E. O'Brien | 2012-10-26 | 2 | -11/+56 |
| * | | Don't include both <sys/param.h> & <sys/types.h>. | David E. O'Brien | 2012-10-23 | 1 | -6/+1 |
| * | | Remove contractions. | Joel Dahl | 2012-10-07 | 1 | -1/+1 |
| * | | Mention when -d, -p and -r first hit FreeBSD. | Brian Somers | 2012-07-30 | 1 | -2/+4 |
| * | | Add d, p and r switches for recording script sessions with timing data | Brian Somers | 2012-07-30 | 2 | -24/+216 |
| |/ | |||||
| * | In r225809 the intention was to send VEOF only once if STDIN was not a | Mikolaj Golub | 2011-10-15 | 1 | -3/+6 |
| * | Fix a few grammar and mdoc nits in script.1 | Glen Barber | 2011-09-29 | 1 | -14/+19 |
| * | When script(1) reads EOF from input it starts spinning on zero-byte | Mikolaj Golub | 2011-09-27 | 2 | -12/+29 |
| * | Remove the advertising clause from UCB copyrighted files in usr.bin. This | Joel Dahl | 2010-12-11 | 2 | -8/+0 |
| * | Fix the grammar after I added a second environmental variable. | David E. O'Brien | 2010-09-19 | 1 | -1/+1 |
| * | + Add the SCRIPT environmental variable to the sub-shell. Its value is | David E. O'Brien | 2010-09-16 | 2 | -0/+20 |
| * | 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 |
| * | Deal with double whitespace. | Ruslan Ermilov | 2004-07-03 | 1 | -1/+1 |
| * | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 1 | -4/+8 |
| * | Bumped document date. | Ruslan Ermilov | 2004-05-19 | 1 | -2/+2 |
| * | Attempt #2 to fix script(1) if the standard input is closed: If we | Colin Percival | 2004-02-15 | 1 | -1/+3 |
