aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * process.c (wait_reading_process_input): If the select returnsJim Blandy1992-10-031-0/+6
| | | | ENOMEM, treat that like EINTR under Ultrix.
* * process.c [SIGCHLD && !BSD && !UNIPLUS && !HPUX]Jim Blandy1992-09-231-0/+2
| | | | | | | (create_process): #if 0 out the code which sets the child's handler for SIGCHLD to sigchld; the code which gives sigchld its value has been diked out under these CPP symbols, so this should be diked out too.
* (Faccept_process_output): Initialize useconds.Richard M. Stallman1992-09-201-0/+2
|
* * process.c: Include "systty.h", not "systerm.h".Jim Blandy1992-08-291-1/+1
|
* (WCOREDUMP): Define only if not defined.Richard M. Stallman1992-08-221-1/+8
| | | | (create_process) [HAVE_SETSID]: Use TIOCSCTTY if exists.
* * process.c (process_send_signal): Don't send SIGTSTP if theJim Blandy1992-08-191-3/+4
| | | | | | | | | | | | | system doesn't have that facility. * process.c: [USG5] Don't include <fcntl.h>. [USG] Don't bother including termios, termio, or fcntl; systerm.h takes care of all that. Remove the "mis;tak-+;;" line from the code; apparently this section of code does get used. * process.c (wait_reading_process_input): Put comments around text following #endif.
* entered into RCSJim Blandy1992-07-221-15/+14
|
* *** empty log message ***Richard M. Stallman1992-07-191-23/+6
|
* *** empty log message ***Jim Blandy1992-07-161-7/+17
|
* *** empty log message ***Jim Blandy1992-07-131-6/+6
|
* *** empty log message ***Joseph Arceneaux1992-06-051-1/+1
|
* *** empty log message ***Jim Blandy1992-05-191-34/+42
|
* *** empty log message ***Jim Blandy1992-05-181-54/+30
|
* *** empty log message ***Jim Blandy1992-05-101-4/+1
|
* *** empty log message ***Jim Blandy1992-05-011-15/+33
|
* *** empty log message ***Jim Blandy1992-04-241-3/+7
|
* *** empty log message ***Jim Blandy1992-04-011-1/+1
|
* *** empty log message ***Jim Blandy1992-03-181-10/+174
|
* Initial revisionJim Blandy1992-03-141-0/+2887