aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/script
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* Directly set the O_CLOEXEC flags via the open(2) attributesBaptiste Daroussin2016-04-161-6/+3
* Record command exit status in the typescript file when running simple commands.Bryan Drewery2016-03-081-3/+9
* Just exit in the child if execve(2) fails.Bryan Drewery2016-03-081-9/+1
* Filemon: Attach from the child to avoid racing with the parent attach.Bryan Drewery2016-03-081-4/+10
* Fix SEE ALSO.Sergey Kandaurov2015-08-261-3/+3
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-3/+3
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge headSimon J. Gerraty2014-04-282-7/+22
| |\
| * \ Merge from headSimon J. Gerraty2013-09-051-1/+1
| |\ \
| * \ \ sync from headSimon J. Gerraty2013-04-121-1/+1
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Sync from headSimon J. Gerraty2012-11-042-33/+267
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | | | | mdoc: sort SEE ALSO.Joel Dahl2014-12-261-1/+1
* | | | | | Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+2
| |_|_|_|/ |/| | | |
* | | | | Bring back r226403, the fix for bin/161526, which was (accidentally?)Mikolaj Golub2014-01-171-3/+6
* | | | | Add -F to flush output after each write. With this, I canTom Rhodes2013-12-052-4/+16
| |_|_|/ |/| | |
* | | | MFC'ing to 9.2.David E. O'Brien2013-07-301-1/+1
| |_|/ |/| |
* | | Fix version in the .Fx macro.Sergey Kandaurov2013-03-161-1/+1
| |/ |/|
* | Add "-f" to also output filemon(4) information.David E. O'Brien2012-10-262-11/+56
* | Don't include both <sys/param.h> & <sys/types.h>.David E. O'Brien2012-10-231-6/+1
* | Remove contractions.Joel Dahl2012-10-071-1/+1
* | Mention when -d, -p and -r first hit FreeBSD.Brian Somers2012-07-301-2/+4
* | Add d, p and r switches for recording script sessions with timing dataBrian Somers2012-07-302-24/+216
|/
* In r225809 the intention was to send VEOF only once if STDIN was not aMikolaj Golub2011-10-151-3/+6
* Fix a few grammar and mdoc nits in script.1Glen Barber2011-09-291-14/+19
* When script(1) reads EOF from input it starts spinning on zero-byteMikolaj Golub2011-09-272-12/+29
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-8/+0
* Fix the grammar after I added a second environmental variable.David E. O'Brien2010-09-191-1/+1
* + Add the SCRIPT environmental variable to the sub-shell. Its value isDavid E. O'Brien2010-09-162-0/+20
* Mark functions and variables as static.Ed Schouten2010-08-161-15/+14
* Remove WNOHANG flag from wait3().Ed Schouten2010-04-301-15/+9
* Improve the change made in the previous commit.Ed Schouten2010-03-111-2/+1
* Make script(1) a little less broken.Ed Schouten2010-03-111-0/+2
* Remove a warning by adding extra parentheses.Ed Schouten2010-01-021-1/+1
* Deal with double whitespace.Ruslan Ermilov2004-07-031-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-4/+8
* Bumped document date.Ruslan Ermilov2004-05-191-2/+2
* Attempt #2 to fix script(1) if the standard input is closed: If weColin Percival2004-02-151-1/+3
* Back out part of 1.21, since it breaks `script interactive-program`. ThisColin Percival2004-01-271-2/+1
* Fix SYNOPSIS of manual page, clustering no-arg options correctly.Sheldon Hearn2004-01-222-4/+2
* Two fixes for script(1):Colin Percival2004-01-221-11/+22
* Introduce arguments the standard way. In .Ar command ..., ... is not anPhilippe Charnier2003-09-071-4/+4