#
68922 |
| 27-Apr-1995 |
bostic |
set errno to EINVAL if arguments incorrect make pstat an int, not a union wait don't close the file descriptor if we can't find it on our list POSIX.2 explicitly disallows blocking SIGINT, SIGQUIT, S
set errno to EINVAL if arguments incorrect make pstat an int, not a union wait don't close the file descriptor if we can't find it on our list POSIX.2 explicitly disallows blocking SIGINT, SIGQUIT, SIGHUP (see the Rationale) From: "J.T. Conklin" <jtc@sun-lamp.cs.berkeley.edu>
show more ...
|
#
35458 |
| 01-Sep-1988 |
bostic |
reformat; fixed to check for pipe call opening stdout before dup2'ing use getdtablesize() and malloc instead of a define'd limit of open files; fix to use the waitpid() call, rather than wait()'ing f
reformat; fixed to check for pipe call opening stdout before dup2'ing use getdtablesize() and malloc instead of a define'd limit of open files; fix to use the waitpid() call, rather than wait()'ing for anyone and saving the status; this version doesn't work, can't test it until waitpid() is done
show more ...
|