CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2015/10/02 20:14:51

Modified files:
        usr.bin/script : script.c 

Log message:
script is two processes.  the main io-loop process can be locked down with
tame "stdio" since all it does is move data back and forth, while the master
process needs "stdio ioctl" to use TCSAFLUSH at the very end.  TCSAFLUSH is
included in the kernel's rather restrictive ioctl feature lists made
available with the "ioctl" ability.

Reply via email to