| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (create_process): Fix previous change. | Richard M. Stallman | 1994-04-18 | 1 | -1/+1 |
| | | |||||
| * | (create_process): Test TIOCSETD along with NTTYDISC. | Richard M. Stallman | 1994-04-16 | 1 | -1/+1 |
| | | |||||
| * | (Fset_process_window_size): New function. | Richard M. Stallman | 1994-04-12 | 1 | -0/+17 |
| | | |||||
| * | (send_process): Test pty_flag field for nil, not 0. | Richard M. Stallman | 1994-04-12 | 1 | -1/+1 |
| | | |||||
| * | (read_process_output): If buffer changes, record that fact. | Karl Heuer | 1994-04-08 | 1 | -0/+5 |
| | | |||||
| * | Fix typos in comments. | Karl Heuer | 1994-03-29 | 1 | -2/+2 |
| | | |||||
| * | (status_notify): Use assignment, not initialization. | Karl Heuer | 1994-03-25 | 1 | -4/+6 |
| | | |||||
| * | (wait_reading_process_input, both versions): Don't call | Richard M. Stallman | 1994-03-20 | 1 | -3/+3 |
| | | | | | redisplay_preserve_echo_area unless do_display. | ||||
| * | (create_process): Skip the ioctl if fd is -1. | Karl Heuer | 1994-03-18 | 1 | -1/+1 |
| | | |||||
| * | (Fstart_process): GCPRO some things. | Karl Heuer | 1994-03-18 | 1 | -10/+15 |
| | | |||||
| * | (Fget_buffer_process): Fix typo in comment. | Karl Heuer | 1994-03-14 | 1 | -1/+1 |
| | | |||||
| * | (get_process): Allow arg to be a buffer object. | Karl Heuer | 1994-03-12 | 1 | -13/+23 |
| | | |||||
| * | (send_process) [_PC_MAX_CANON]: Also test #ifdef HAVE_FPATHCONF before | Roland McGrath | 1994-03-08 | 1 | -1/+1 |
| | | | | | trying to use fpathconf. | ||||
| * | (chan_process, Vprocess_alist): No longer static. | Richard M. Stallman | 1994-03-02 | 1 | -2/+2 |
| | | |||||
| * | Include unistd.h. | Richard M. Stallman | 1994-03-02 | 1 | -3/+28 |
| | | | | | | (pty_max_bytes): New variable. (send_process): Send an eof after each pty_max_bytes bytes. | ||||
| * | (sys_siglist): Protect decl with #ifndef SYS_SIGLIST_DECLARED. | Roland McGrath | 1994-02-11 | 1 | -0/+2 |
| | | |||||
| * | (Fprocess_kill_without_query): Doc fix. | Richard M. Stallman | 1994-02-08 | 1 | -1/+1 |
| | | |||||
| * | (sigchld_handler, status_message): Handle a NULL in sys_siglist. | Richard M. Stallman | 1994-01-14 | 1 | -4/+23 |
| | | |||||
| * | (read_process_output): Supply second arg to unbind_to. | Richard M. Stallman | 1994-01-11 | 1 | -2/+2 |
| | | | | | (exec_sentinel): Likewise. | ||||
| * | (create_process): Set line discipline only if pty_flag. | Richard M. Stallman | 1994-01-10 | 1 | -6/+7 |
| | | |||||
| * | Don't declare sys_nerr. | Roland McGrath | 1994-01-09 | 1 | -4/+6 |
| | | | | | | | Don't declare sys_errlist unless #ifdef VMS. Declare strerror instead. (wait_reading_process_input): Call strerror instead of using sys_errlist. | ||||
| * | Comment changes. | Richard M. Stallman | 1994-01-09 | 1 | -4/+4 |
| | | |||||
| * | (read_process_output): Use clip_to_bounds when moving | Richard M. Stallman | 1994-01-01 | 1 | -1/+1 |
| | | | | | to the process marker. | ||||
| * | (create_process) [NTTYDISC]: Set the tty line discipline. | Richard M. Stallman | 1993-12-25 | 1 | -1/+9 |
| | | |||||
| * | (Fopen_network_stream): Turn off SIGIO while connecting. | Richard M. Stallman | 1993-12-24 | 1 | -0/+17 |
| | | |||||
| * | (Fprocess_status): Use get_process, not Fget_process. | Richard M. Stallman | 1993-12-23 | 1 | -19/+24 |
| | | | | | | | | | | | | | [BROKEN_O_NONBLOCK]: Undefine O_NONBLOCK. (create_process): Delete SYSV4_PTYS code. (deactivate_process): Likewise. (create_process) [SET_CHILD_PTY_PGRP]: Do ioctls to set the pgrp of the pty. (wait_reading_process_input): Call prepare_menu_bars. | ||||
| * | (deactivate_process) [SVR4_PTYS]: If subtty is not nil, close it. | Richard M. Stallman | 1993-12-23 | 1 | -0/+4 |
| | | |||||
| * | (create_process): Do setpgrp for USG regardless of IRIX. | Richard M. Stallman | 1993-11-25 | 1 | -2/+2 |
| | | | | | (process_send_signal) [IRIX5]: For SIGTSTP, use VSUSP, not VSWTCH. | ||||
| * | (Fdelete_process): Fix paren error. | Richard M. Stallman | 1993-11-24 | 1 | -1/+1 |
| | | |||||
| * | (wait_reading_process_input): | Richard M. Stallman | 1993-11-23 | 1 | -47/+53 |
| | | | | | | | | | | | | | | | | | | | | | | Use -1 to mean wait_channel is empty. Start process loop with descriptor 0 if keyboard_descriptor is not 0. (make_process): Initialize descriptors to -1. (Fdelete_process): -1 means empty, in infd. (deactivate_process): Likewise. (process_send_signal): Likewise. (kill_buffer_processes): Likewise. (sigchld_handler): Likewise. (status_notify): Likewise. (close_process_descs): Likewise. (create_process): Likewise. (Fopen_network_stream): Likewise. (send_process): Likewise. (Fprocess_send_eof): Likewise. Use XINT when closing outfd. (Fset_process_filter): Use XINT to get infd value. (wait_reading_process_input): Likewise. (wait_reading_process_input): When bypassing select, clear Available. | ||||
| * | (IN_ADDR, NUMERIC_ADDR_ERROR): New macros (two versions). | Richard M. Stallman | 1993-11-13 | 1 | -2/+11 |
| | | | | | (Fopen_network_stream): Use them. | ||||
| * | (get_process): Add `static' to definition. | Richard M. Stallman | 1993-11-13 | 1 | -1/+1 |
| | | |||||
| * | [TERM]: Include client.h. | Richard M. Stallman | 1993-11-04 | 1 | -0/+13 |
| | | | | | (Fopen_network_stream): Handle TERM. | ||||
| * | (Fopen_netwrok_stream): Cast arg to inet_addr to (char *). | Brian Fox | 1993-10-25 | 1 | -1/+1 |
| | | |||||
| * | (status_notify): Don't read from process if filter is t. | Richard M. Stallman | 1993-10-22 | 1 | -1/+7 |
| | | | | | (Fset_process_filter): Set or clear bit in input_wait_mask when nec. | ||||
| * | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
| | | |||||
| * | (keyboard_descriptor): New variable. | Richard M. Stallman | 1993-09-08 | 1 | -16/+35 |
| | | | | | | | (wait_reading_process_input, init_keyboard): Use it. Also call change_input_fd. (change_keyboard_wait_descriptor): New function. | ||||
| * | Include syswait.h. | Richard M. Stallman | 1993-08-15 | 1 | -68/+5 |
| | | | | | | (wait_reading_process_input): Exit without waiting if wait_for_cell is already non-nil. | ||||
| * | (wait_reading_process_input): Undo last two changes: | Richard M. Stallman | 1993-07-28 | 1 | -2/+7 |
| | | | | | when wait_for_cell, do not check the keyboard. | ||||
| * | (Fprocess_status): Use Fget_process, to avoid error | Richard M. Stallman | 1993-07-24 | 1 | -3/+1 |
| | | | | | if unknown process name. | ||||
| * | (Fget_buffer_process): Delete doc string from | Richard M. Stallman | 1993-07-22 | 1 | -13/+17 |
| | | | | | second alternative definition. | ||||
| * | (wait_reading_process_input): If wait_for_cell, do call | Richard M. Stallman | 1993-07-09 | 1 | -2/+3 |
| | | | | | swallow_events and do_pending_window_change when appropriate. | ||||
| * | (wait_reading_process_input): Do include the keyboard | Richard M. Stallman | 1993-07-02 | 1 | -9/+11 |
| | | | | | in the select, if read_kbd was a cons cell. | ||||
| * | (wait_reading_process_input): Use SIGIO only if defined. | Richard M. Stallman | 1993-06-29 | 1 | -0/+2 |
| | | |||||
| * | Changes for Irix 4.0, tested this time: | Jim Blandy | 1993-06-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | * s/irix4-0.h: Get rid of our fake definitions for setpgrp and getpgrp. * callproc.c (Fcall_process): Go ahead and use the USG calling convention for setpgrp. * ymakefile (pre-crt0.o): Add rule for this. Perhaps it will help separate-source-directory compilation. * emacs.c (shut_down_emacs): Some USG systems #define EMACS_HAVE_TTY_PGRP; call getpgrp as appropriate for such systems. * sysdep.c (sys_suspend): Call getpgrp as appropriate for USG and non-USG. * process.c [IRIX] (create_process): Don't put child in process group zero before opening the tty; Irix is like USG in this regard. | ||||
| * | * callproc.c (Fcall_process, child_setup): If IRIX is #defined, | Jim Blandy | 1993-06-17 | 1 | -2/+2 |
| | | | | | | | call setpgrp with arguments, even if USG is #defined. * process.c [IRIX] (create_process): Don't call setpgrp before opening the pty. Call it after doing the TIOCNOTTY ioctl. | ||||
| * | (start_process_unwind): Use XINT. | Richard M. Stallman | 1993-06-12 | 1 | -1/+1 |
| | | |||||
| * | (read_process_output): Don't deactivate the mark. | Richard M. Stallman | 1993-06-11 | 1 | -21/+2 |
| | | | | | Do restore Vdeactivate_mark, so that no one else deactivates it. | ||||
| * | Typo. | Jim Blandy | 1993-06-10 | 1 | -1/+1 |
| | | |||||
| * | * process.c (sigchld_handler): Add cast, to avoid warnings on Linux. | Jim Blandy | 1993-06-09 | 1 | -1/+1 |
| | | | | | | (Fopen_network_stream): Cast the second argument to connect, to avoid warnings on any system that provides prototypes for connect. | ||||