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 duplica
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 duplica
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 prope
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 prope
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 'dooutpu
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 'dooutpu
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 l
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 l
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 src/usr.bin/sc
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 src/usr.bin/sc
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 th
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 th
12 matches
Mail list logo