summaryrefslogtreecommitdiff
path: root/usr.bin/script/script.c
AgeCommit message (Expand)Author
2024-04-26script: handle terminal resize on SIGWINCHKyle Evans
2024-04-26script: minor style improvementsXavier Beaudouin
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-07-07Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory
2022-10-27script: Handle a missing 's' stamp gracefully.Dag-Erling Smørgrav
2022-10-27script: Further usage string nits.Dag-Erling Smørgrav
2022-10-27script: Use size_t / ssize_t where needed.Dag-Erling Smørgrav
2022-10-27script: Add usage string for playback mode.Dag-Erling Smørgrav
2022-10-27script: Correct -F in man page and usage string.Dag-Erling Smørgrav
2022-03-10script: use %n at the end of default tstamp_fmtSimon J. Gerraty
2022-03-09script -T skip timstamps for same secondSimon J. Gerraty
2022-03-09script add -T fmt to print time-stampsSimon J. Gerraty
2022-01-10script(1): work around slow reading childKonstantin Belousov
2020-09-05Fix typo in comment.Warner Losh
2020-09-01Have script accept and ignore -e for Linux compatWarner Losh
2020-08-11script: Minor cleanups.Mark Johnston
2020-08-07script: Put the terminal in raw mode when playing back a session.Mark Johnston
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2016-04-16Directly set the O_CLOEXEC flags via the open(2) attributesBaptiste Daroussin
2016-03-08Record command exit status in the typescript file when running simple commands.Bryan Drewery
2016-03-08Just exit in the child if execve(2) fails.Bryan Drewery
2016-03-08Filemon: Attach from the child to avoid racing with the parent attach.Bryan Drewery
2014-01-17Bring back r226403, the fix for bin/161526, which was (accidentally?)Mikolaj Golub
2013-12-05Add -F to flush output after each write. With this, I canTom Rhodes
2012-10-26Add "-f" to also output filemon(4) information.David E. O'Brien
2012-10-23Don't include both <sys/param.h> & <sys/types.h>.David E. O'Brien
2012-07-30Add d, p and r switches for recording script sessions with timing dataBrian Somers
2011-10-15In r225809 the intention was to send VEOF only once if STDIN was not aMikolaj Golub
2011-09-27When script(1) reads EOF from input it starts spinning on zero-byteMikolaj Golub
2010-12-11Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl
2010-09-16+ Add the SCRIPT environmental variable to the sub-shell. Its value isDavid E. O'Brien
2010-08-16Mark functions and variables as static.Ed Schouten
2010-04-30Remove WNOHANG flag from wait3().Ed Schouten
2010-03-11Improve the change made in the previous commit.Ed Schouten
2010-03-11Make script(1) a little less broken.Ed Schouten
2010-01-02Remove a warning by adding extra parentheses.Ed Schouten
2004-02-15Attempt #2 to fix script(1) if the standard input is closed: If weColin Percival
2004-01-27Back out part of 1.21, since it breaks `script interactive-program`. ThisColin Percival
2004-01-22Fix SYNOPSIS of manual page, clustering no-arg options correctly.Sheldon Hearn
2004-01-22Two fixes for script(1):Colin Percival
2002-09-04ANSIify function definitions.David Malone
2002-06-03Use POSIX macros for wait(2)-style status information instead of theMike Barcroft
2002-03-22remove __PWarner Losh
2001-12-12Minor style stuff, use __FBSDID(), remove to-be-default WARNS=2.Mark Murray
2001-12-03Warns cleanups. Add FreeBSD ID.David Malone
2001-07-26Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn
2001-07-09Fix the type of the NULL arg to execl()Brian Somers