aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/script/script.c
Commit message (Expand)AuthorAgeFilesLines
* script: handle terminal resize on SIGWINCHKyle Evans2024-04-291-8/+54
* script: minor style improvementsXavier Beaudouin2024-04-291-8/+10
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-1/+0
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* script: Handle a missing 's' stamp gracefully.Dag-Erling Smørgrav2022-10-271-0/+2
* script: Further usage string nits.Dag-Erling Smørgrav2022-10-271-2/+2
* script: Use size_t / ssize_t where needed.Dag-Erling Smørgrav2022-10-271-3/+3
* script: Add usage string for playback mode.Dag-Erling Smørgrav2022-10-271-0/+2
* script: Correct -F in man page and usage string.Dag-Erling Smørgrav2022-10-271-1/+1
* script: use %n at the end of default tstamp_fmtSimon J. Gerraty2022-03-101-1/+1
* script -T skip timstamps for same secondSimon J. Gerraty2022-03-101-3/+8
* script add -T fmt to print time-stampsSimon J. Gerraty2022-03-091-9/+29
* script(1): work around slow reading childKonstantin Belousov2022-01-101-5/+51
* Fix typo in comment.Warner Losh2020-09-051-1/+1
* Have script accept and ignore -e for Linux compatWarner Losh2020-09-011-1/+3
* script: Minor cleanups.Mark Johnston2020-08-111-10/+9
* script: Put the terminal in raw mode when playing back a session.Mark Johnston2020-08-071-0/+30
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* 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
* 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-051-3/+8
* Add "-f" to also output filemon(4) information.David E. O'Brien2012-10-261-9/+46
* Don't include both <sys/param.h> & <sys/types.h>.David E. O'Brien2012-10-231-6/+1
* Add d, p and r switches for recording script sessions with timing dataBrian Somers2012-07-301-22/+196
* In r225809 the intention was to send VEOF only once if STDIN was not aMikolaj Golub2011-10-151-3/+6
* When script(1) reads EOF from input it starts spinning on zero-byteMikolaj Golub2011-09-271-12/+20
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* + Add the SCRIPT environmental variable to the sub-shell. Its value isDavid E. O'Brien2010-09-161-0/+7
* 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
* 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-221-1/+1
* Two fixes for script(1):Colin Percival2004-01-221-11/+22
* ANSIify function definitions.David Malone2002-09-041-10/+6
* Use POSIX macros for wait(2)-style status information instead of theMike Barcroft2002-06-031-3/+3
* remove __PWarner Losh2002-03-221-6/+6
* Minor style stuff, use __FBSDID(), remove to-be-default WARNS=2.Mark Murray2001-12-121-8/+8
* Warns cleanups. Add FreeBSD ID.David Malone2001-12-031-2/+2
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-07-261-1/+1
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
* Nuke unused variables.Dima Dorfman2001-06-241-1/+0
* Don't call warn() with no format string.Kris Kennaway2000-07-101-2/+2