Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-10script -T skip timstamps for same secondSimon J. Gerraty
2022-03-10script add -T fmt to print time-stampsSimon J. Gerraty
2022-01-10script(1): work around slow reading childKonstantin Belousov
2021-01-05Add some examples to script.1Mateusz Piotrowski
2021-01-05Improve readability of the options listMateusz Piotrowski
2020-09-05Fix typo in comment.Warner Losh
2020-09-01Bump date for r365052Warner 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-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-03-01Renumber 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
2015-08-26Fix SEE ALSO.Sergey Kandaurov
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-09dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2014-12-27mdoc: sort SEE ALSO.Joel Dahl
2014-11-25Convert to usr.bin/ to LIBADDBaptiste Daroussin
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2014-04-28Merge headSimon J. Gerraty
2014-01-18Bring 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
2013-09-06Merge from headSimon J. Gerraty
2013-07-30MFC'ing to 9.2.David E. O'Brien
2013-04-13sync from headSimon J. Gerraty
2013-03-17Fix version in the .Fx macro.Sergey Kandaurov
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-11-04Sync from headSimon J. Gerraty
2012-10-26Add "-f" to also output filemon(4) information.David E. O'Brien
2012-10-24Don't include both <sys/param.h> & <sys/types.h>.David E. O'Brien
2012-10-08Remove contractions.Joel Dahl
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2012-07-30Mention when -d, -p and -r first hit FreeBSD.Brian Somers
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-29Fix a few grammar and mdoc nits in script.1Glen Barber
2011-09-27When script(1) reads EOF from input it starts spinning on zero-byteMikolaj Golub