CVS commit: src/usr.bin/script

2023-05-09 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Tue May 9 15:43:39 UTC 2023 Modified Files: src/usr.bin/script: script.c Log Message: Reset SIGCHLD handler to SIG_DFL. If run with "-c", both child and parent script processes will handle SIGCHLD resulting in a possible

CVS commit: src/usr.bin/script

2023-05-09 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Tue May 9 15:43:39 UTC 2023 Modified Files: src/usr.bin/script: script.c Log Message: Reset SIGCHLD handler to SIG_DFL. If run with "-c", both child and parent script processes will handle SIGCHLD resulting in a possible

CVS commit: src/usr.bin/script

2022-02-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 13 19:40:14 UTC 2022 Modified Files: src/usr.bin/script: script.c Log Message: 1. restore the previous finish() logic to make: script -e -c /usr/bin/true script -e -c /usr/bin/false exit with the

CVS commit: src/usr.bin/script

2022-02-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 13 19:40:14 UTC 2022 Modified Files: src/usr.bin/script: script.c Log Message: 1. restore the previous finish() logic to make: script -e -c /usr/bin/true script -e -c /usr/bin/false exit with the

CVS commit: src/usr.bin/script

2022-02-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 12 23:03:52 UTC 2022 Modified Files: src/usr.bin/script: script.c Log Message: script: declare dooutput as __dead This fixes the Clang build, which failed with: usr.bin/script/script.c:255:1: error: function

CVS commit: src/usr.bin/script

2022-02-12 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Feb 12 23:03:52 UTC 2022 Modified Files: src/usr.bin/script: script.c Log Message: script: declare dooutput as __dead This fixes the Clang build, which failed with: usr.bin/script/script.c:255:1: error: function

CVS commit: src/usr.bin/script

2022-02-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 11 21:15:25 UTC 2022 Modified Files: src/usr.bin/script: script.c Log Message: PR/56254: RVP: Don't call non-async-signal-safe functions from signal handlers. Establish a non-restart signal handler to avoid blocking in

CVS commit: src/usr.bin/script

2022-02-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 11 21:15:25 UTC 2022 Modified Files: src/usr.bin/script: script.c Log Message: PR/56254: RVP: Don't call non-async-signal-safe functions from signal handlers. Establish a non-restart signal handler to avoid blocking in

CVS commit: src/usr.bin/script

2022-01-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 20 19:49:51 UTC 2022 Modified Files: src/usr.bin/script: script.c Log Message: dooutput can return if finish() does not find a chile process. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/usr.bin/script

2022-01-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 20 19:49:51 UTC 2022 Modified Files: src/usr.bin/script: script.c Log Message: dooutput can return if finish() does not find a chile process. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/usr.bin/script

2022-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 16 19:04:00 UTC 2022 Modified Files: src/usr.bin/script: script.1 script.c Log Message: If -e is specified exit with the exit status of the child process in a shell-like format (nabijaczleweli) To generate a diff of

CVS commit: src/usr.bin/script

2022-01-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 16 19:04:00 UTC 2022 Modified Files: src/usr.bin/script: script.1 script.c Log Message: If -e is specified exit with the exit status of the child process in a shell-like format (nabijaczleweli) To generate a diff of