aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/script
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-6/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-273-6/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* 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
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* 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-272-5/+4
* script: use %n at the end of default tstamp_fmtSimon J. Gerraty2022-03-102-2/+4
* script -T skip timstamps for same secondSimon J. Gerraty2022-03-101-3/+8
* script add -T fmt to print time-stampsSimon J. Gerraty2022-03-092-10/+44
* script(1): work around slow reading childKonstantin Belousov2022-01-101-5/+51
* Add some examples to script.1Mateusz Piotrowski2021-01-051-2/+68
* Improve readability of the options listMateusz Piotrowski2021-01-051-2/+2
* Fix typo in comment.Warner Losh2020-09-051-1/+1
* Bump date for r365052Warner Losh2020-09-011-1/+1
* Have script accept and ignore -e for Linux compatWarner Losh2020-09-012-2/+10
* 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
* 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