Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!husc6!seismo!rochester!ken From: ken@rochester.UUCP Newsgroups: comp.unix.questions Subject: NOFLSH (/usr/include/sys/ioctl.h) Message-ID: <26429@rochester.ARPA> Date: Fri, 27-Mar-87 09:15:10 EST Article-I.D.: rocheste.26429 Posted: Fri Mar 27 09:15:10 1987 Date-Received: Sat, 28-Mar-87 13:08:19 EST Reply-To: ken@rochester.UUCP (Ken Yap) Distribution: world Organization: U of Rochester, CS Dept, Rochester, NY Lines: 18 [BSD 4.2/3, Vax] I have a program which enables SIGCHLD (a command shell, to be exact). The shell uses SIGCHLD to detect that a command has finished. What is happening is that last part of the output from each command is being dropped. Is this what setting NOFLSH is intended to prevent, i.e. to prevent output from being dropped on the floor on receipt of a signal? Example: % ls .... (last few lines lost but not always the same number) % Thanks in advance. Ken